Google search ajax api is to restrictive. Any alternatives?
Posted
by boomhauer
on Stack Overflow
See other posts from Stack Overflow
or by boomhauer
Published on 2010-05-17T02:03:12Z
Indexed on
2010/05/17
2:10 UTC
Read the original article
Hit count: 264
The google search ajax api is terrific, and the .net wrapper available on codeplex makes using it from a .net project very simple. However, the api itself is crippled so that it only returns 64 results per query. Not very useful for many applications.
Ignoring the likely TOS problems, are there known .net libraries that can query the root google website and scrape the results into a resultset? I'm assuming this could result in much larger result counts than the ajax version enabled.
© Stack Overflow or respective owner