Forum Moderators: open
Basically, I want to scrape Google's search results and extract particular data (I don't need particularly to display to the end user the original/modified search results).
I've looked at the FAQ and docs on Google's AJAX search API [code.google.com], and unfortunately, it doesn'y answer some basic questions. I'm hoping you guys may know a little more.
What I want to know is:
a: What's the maximum number of megabytes or queries of search I can automatically extract a day without annoying Google? With their old PHP SOAP system [code.google.com], it was 1000 queries a day.
b: Can you have more than 10 results per 'page' or query? I need 100, or preferably, all 1000 results at once.
c: Can you pay for further automated querying if you go past the limit?
d: For speed's sake, how many connections can I open at once to the Google servers? Obviously I'd love to open say 10 connections at once as this would speed up the search page downloads.
This is all for a really fun and potentially revolutionary project, but I need to know if it's even possible.