Hi, I'm trying to work out how I can write a script to get extract data from either of these two resources: https://global-signup.overture.com/signup/ss/ols/addListings.do https://adwords.google.com/select/KeywordToolExternal the overture page appears to be empty when I try to view the source from Internet explorer The google page appears to be confusing javascript. After running a search query, I can't find the keywords in the resulting page. Any solutions, tips or pointers would be most appreciated. Thanks, fcmisc.
Data mining task? Try to use PHP+CURL+preg_match/preg_match_all. This is my swiss knife for data mining tasks Actually the Perl is also good choice.
Would anyone be interested in collaborating with me to get a working solution to this? I've written a PHP script that downloads the HTML code for https://adwords.google.com/select/KeywordToolExternal. It then gets the javascript source files. After that, it saves all these files into a few text files. However, I'm having trouble deciphering what it all does. If anyone is interested please PM me and I'll send you what I've done so far.
For anyone who's interested, this Polish site has a working solution. http://www.pozycjonowanie.pl/lofiversion/index.php/t1174.html Alas, I can't read Polish and have no idea what the fields stand for.