Is there any FREE custom search api like google custom search? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI'm using google JSON/Atom Custom Search API now. The problem is the total queries are only 100 per day. Need to pay for extra queries.
Is there any FREE Custom Search API? Maybe from Bing or Yahoo?
Thanks!
Bing.com has a free search API: http://www.bing.com/developers/s/APIBasics.html The free search is limited to 7 requests per second per IP
Alternatives to Google Search are mainly developed for specific programming language as the following:
Searcharoo, its open source and customisable. http://searcharoo.codeplex.com/
lucene, from apache open source and customisable. http://lucene.apache.org/java/docs/index.html
Bing.com has a free search API: http://www.bing.com/developers/s/APIBasics.html The free search is limited to 5000 requests.
Click here after subscribing the BING search API for test the API for developer perspective,
There is not available any api in java for search the google results. so you have only do for paid for this api and get the 1000 query for per day. and you can also visit this site for pricing policy https://developers.google.com/custom-search/v1/overview#Pricing
精彩评论