Scraper Needed

Hello,

I would need a scraping script to scrape Google Keyword Tool External.

You might wanna use e.g. decaptcha to bypass the captcha, what I need from the function itself is:

passing on all the parameters to the function that I could do from webform (like e.g. 300 keywords at once in an array, language, country, content for adults and such stuff)

and returning the results google gives in an array like:
$array[‘keyword1’][‘localSearches’][‘globalSearches’] = “111”;
$array[‘”keyword1″‘][‘localSearches’][‘globalSearches’] = “11”;
$array[‘[keyword1]’][‘localSearches’][‘globalSearches’] = “2”;



$array[‘keyword2’][‘localSearches’][‘globalSearches’] = “111”;

and so on…

Preferably use cURL for requesting.

Leave a Reply

Your email address will not be published. Required fields are marked *