Web Search API that permits automated queries

10.1k Views Asked by At

Are there any web search APIs or search engines that allow automated queries?

4

There are 4 best solutions below

0
On BEST ANSWER

Engines that offer paid service terms:

Engines that offer limited free service:

Engines that offer free service:

ᴿ Registration required


Deprecated, obsolete, or no longer exist:

0
On

There is a nice list of APIs for search engines at programmableweb

0
On

Both Yahoo and Google allow automated queries, for a fee. You can read about Google's Custom Search API here:

http://code.google.com/apis/customsearch/v1/overview.html

It offers 100 free queries per day and thereafter $5 per 1000 queries, up to 10,000 queries per day. Yahoo's BOSS (Build your Own Search Service) service is described here:

http://developer.yahoo.com/search/boss/

They charge 80 cents per 1000 queries, or 40 cents per 1000 queries for their limited index with slower refresh.

I don't know of any other service providing custom search for a fee but would be glad to hear about them.

0
On

I highly recommend YACY, it has clean api, I have created a small tutorial on how to create a YACY client, please feel free to modify the code to your liking, let us know if the code can be improved. You can view the code in the following url http://symvc.com/media/article/25/show.

I have been searching for a search engine until I found it, yacy is free and absolutely no strings attached. You can use it for a single website, you can make it for as many websites as you want, you can do many things with it.