Is there any FREE custom search api like google custom search? [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 question
I'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

Related

Google News API not available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 3 years ago.
Improve this question
I use Google news API: 'https://ajax.googleapis.com/ajax/services/search/news?v=1.0&q=cow', but I have this message as a result:
'{"responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403}'.
Is there a solution to use Google news API?
As an alternative API to search for aggregated news, you could consider Newsriver (https://newsriver.io). It's API allows to search for online news articles. Newsriver covers a large number of sources, it provides access to standardised structured news and comes with a extended search syntax based on Lucene query syntax.
You can also use gapi (https://gapi.xyz), the developpers basically recreated the same API but much simpler to use and it's totaly free. But you'll get a maximum of 20 results per requests. Anyway it is reasonable for a normal usage.

Yahoo news search API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 8 years ago.
Improve this question
I want to display yahoo news based on search term I provided and for that I have searched yahoo API provides me news content.
But API or RSS feed only give me 10 or something results each time but I want Yahoo API such that it provides me all the results available and if at a time its not possible to send all results then provide me paging parameter so I can request request for other pages if available.
So can any one suggest me such Yahoo API or RSS feed?
No, you won't be able to do this:
Other non-BOSS search APIs such as Web Search, Image Search, News
Search, Related Suggestion, and Site Explorer APIs will shut down with
no further support in YQL. We plan to make these transitions and
shutdowns effective by end of [2010].
Use a modern news service instead.
As Lightness Races in Orbit pointed out, the original Yahoo search services (like News Search) were shut down in favor of BOSS.
You might check out the latest release of BOSS which does include News Search. This is now a paid service, currently at $0.10/1000 queries, and has a limit of 50 returned items for each search term.
You can also check the Bing Search API which includes a News component. I have not used this for any serious work yet but it looks like an option.
In any case, you'll probably find that these are not designed or intended for someone to create a full-blown news site on their own (as Lightness Races in Orbit mentioned), but can still be useful for specific search queries.

Is there a Google Search API I can call, server-side, no strings attached? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 4 years ago.
Improve this question
I would like to use Google Search to power my site search, without having to use Google-supplied JavaScript or overly-specific (if they need me to say “Powered by Google,” that’s fine). I don’t want to send users to Google’s domain, and I don’t want them to see a Google Custom Search logo.
Is there an API for this?
There is a Google AJAX Search API, which can also be used by a server-side application:
http://code.google.com/apis/ajaxsearch/documentation/#fonje
The problem with this, however, is that it's limited to 64 results per query, if I remember correctly.
the normal google search API
- http://code.google.com/apis/ajaxsearch/documentation/#fonje for non javascript (a.k.a. mostly for server side)
- with the sitesearch parameters
the downsite is, with google custom search you have access to something called on demand index a.k.a. you can create and access a more complete index of your site, with the search api above you have only access to the normal google index, which does not offer on demand index
There are examples on the google code playground. You can figure out the url its calling using firebug or some similar tool.

Google Voice API Documentation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 5 years ago.
Improve this question
I've spent the last hour searching for an official Google Voice API documentation but couldn't find anything but a bunch of API wrappers in (insert your favorite programming language here).
Does a documentation for Google Voice's API not exist?
If you're okay with JavaScript you can take a look at their chrome extension, it gives you good idea on how to hack something together. For instance I've found this: http://google.com/voice/request/messages it gives you a list of messages in JSON
http://google.com/voice/request/user gives you your contacts and your GV number
I don't believe Google has officially published an API yet.
You might want to refer to this post:
Is there a Google Voice API?
unofficial, but has instructions for various languages and how to do some straight http requests:
http://www.googlevoice.org/ (Web archive)
It's time to migrate off Google Voice for applications. On May 14, 2014, Google will break the old interface.
https://plus.google.com/u/0/106636280351174936240/posts/MjyncJEbzxK
Google seems to be pushing Twilio as an alternative. Twilio will be available from AppEngine.

Financial News API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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 question
Any free/paid API to get financial news either world-wide / country specific.
Take it off Yahoo as an RSS feed:
http://finance.yahoo.com/rss/topstories
Reuters News API for non-commercial use.
NewsCloud Web Services has an open API -- commercial use is questionable.
MyAllies Companies Breaking News with JSON output
Example:
http://www.myallies.com/api for all companies recent news.
Or
http://www.myallies.com/api/amzn for Amazon news.
I can recommend financial news aggregator CityFALCON which recently launched their API. They collects news from all around the internet and score them according to the proprietary algorithm. So there is a possibility to sort news not in chronological order but by their relevancy. For more information you can visit this page http://www.cityfalcon.com/blog/investments/financial-news-api-widget/
You can also try www.xignite.com. They support SOAP and building a REST API that you can get news from.