java meta search

D

Damo

hi,
I'm trying to write a meta-search engine for a project. Does anyone
know of a way to return 50 results from google instead of 10. I know
you can do it directly by sending opening a URL connection and
inckluding the number of results required in the query string. like
so.....

Socket s = new Socket("google.com",80);
PrintStream p = new PrintStream(s.getOutputStream());
p.print("GET /search?q="+query+"&num=50 HTTP/1.0\r\n");

what would on do with that page then ? I need to combine them with
other results.
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top