142
Views
3
Comments
Solved
Result of Search Engine
Question

sorry, may be this is not outsystems..

I have a question..

Is there a way (API) to read top results of a search engine? tq

regards,ib 

2023-12-07 07-51-40
Remco Dekkinga
 
MVP
Solution

Hi ib,

Your question is very generic, so I'll use Google as the search engine. Google has quite some API's and of course their search engine can be used by an API too. You can check for instance on this URL (https://developers.google.com/custom-search/json-api/v1/using_rest) how to use the Google custom search REST API. 

Kind regards,

Remco Dekkinga

2019-11-12 17-31-26
Justin James
 
MVP

Remco Dekkinga wrote:

Hi ib,

Your question is very generic, so I'll use Google as the search engine. Google has quite some API's and of course their search engine can be used by an API too. You can check for instance on this URL (https://developers.google.com/custom-search/json-api/v1/using_rest) how to use the Google custom search REST API. 

Kind regards,

Remco Dekkinga


Note: this is for Google "Custom Search Engine" that CANNOT search the entire Web, just specific sites that you set up in it.

If you need an API that can search the entire Web, Bing is your best choice. There are some other choices out there (I think Yandex is one), but Bing is the only major provider with a solid API, understandable pricing, etc.

https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api/

J.Ja

2020-06-08 02-42-28
Wasabi

Thank you Sirs for your information.

regards, ib


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.