Google search result URL scraper
I developed this script to scrape Google search results and use them with PR Storm.
Lately I've noticed there was a high demand for a URL scraper, so I'm giving back to the forum to thank for the tools and knowledge I gained in the past months.
This is a free...
Hey guys,
I just scripted this up real quick for another post, just wanted to make sure everyone else got the chance to see it. :)
<?php
print "Enter domain:\n";
$domain = getInput();
print "\nEnter query (Press enter if none):\n";
$query = getInput();
print "\nEnter number to start from:\n"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.