Page 1 of 1

Simliar Overture php code

Posted: Wed Mar 19, 2008 8:53 am
by jackie1979
i use overture keyword suggestion tool before, but overture does not work now, i can not use it anymore. but i think wordtracker may help, as they provide a free keyword search, you can check this page:
http://freekeywords.wordtracker.com/?se ... est=Hit+Me

This is very similar to overture, Do anyone have a php code to list the Searches & Keyword from that page? so this will another "php keyword search tool"?
I am not a programmer, so i can not do that, hope anyone can help.
John

Re: Simliar Overture php code

Posted: Wed Mar 19, 2008 7:37 pm
by www.WeAnswer.IT
You are talking about screenscraping, which violates copyright law as far as I know. That is also probably a better job for Javascript, because Javascript can access HTML DOM and perform HTTP requests, and it doesn't use your server's resources the way PHP does.

Search Google for screen scraping if you still want to do this.