Jump to content

PHP Explorer Bot


imperium2335

Recommended Posts

Is there a way to make a php script browse Google search results (or any other SE) and explore those websites looking for a keyword?

 

Or is there another language better suited to this?

 

A part of it I think would be to make it strip the source code of every page looking for the word, but im not sure how to go about automating it to explore by itself.

 

Regards,

 

Tom.

Link to comment
https://forums.phpfreaks.com/topic/152031-php-explorer-bot/
Share on other sites

That should be perfectly doable in PHP. You will need to scrape a search page for results (URLs), and then scrape those pages. Have a look at my posts in some earlier threads:

 

http://www.phpfreaks.com/forums/index.php/topic,224108.0.html

http://www.phpfreaks.com/forums/index.php/topic,221824.0.html

Link to comment
https://forums.phpfreaks.com/topic/152031-php-explorer-bot/#findComment-798434
Share on other sites

Thanks for your replies.

 

Ultimatly what i want to make is something that scrapes the se results for a given keyword "blog". Then explores all those urls, checking the pagerank of posts and if they are dofollow. If they are, then I want them to be saved to a database.

Link to comment
https://forums.phpfreaks.com/topic/152031-php-explorer-bot/#findComment-798473
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.