Evaluating bids

Alterar Ip ao fazer um solicitação Curl em php

Published on the January 12, 2021 in IT & Programming

About this project

Open

Olá freelancer, tudo certo?

Jogo rápido, tenho uma função que ela recebe um termo de busca, vai google e retorna um ponto específico da página nesse termo de busca.

Tudo funcionando bonitinho, exceto pelo fato que em um determinado momento o google reconhece com atividade anormal e não permite mais o acesso.

Fazendo um pesquisa rápida vi que é possível utilizar o curlopt_proxy para alterar o ip de consulta, forjando um tcp. Porém ao incluir o curlopt_proxy em meu código o retorno é vazio. Não sei o que houve.


Coisa simples, pago R$60 para quem me ajudar a resolver o problema.

    $Ch = curl_init();
    $timeout = 0;
    curl_setopt($ch, CURLOPT_URL, 'http://www.google.com/search?client=safari&rls=x64&q='.$Busca.'&Num=1');
    curl_setopt($ch, CURLOPT_PROXY, '66.96.200.39:80');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
    $conteudo = curl_exec ($ch);
    curl_close($ch);

Category IT & Programming
Subcategory Web development
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by M. A.