Questions tagged [google-search-api]

The Google Custom Search API enables licensed API access, via REST calls, to the Google search engine.

The Google Custom Search API exposes the Google search via a REST API. Invoking the service requires an API Key, and allows a fixed number of free calls before charges begin. It is a replacement/re-branding of the previous Google Search APIs which are deprecated as of 2010.

The API can handle requests in JSON or XML format.

Information on the API is available from Google: https://developers.google.com/custom-search/json-api/v1/overview

644 questions
7
votes
1 answer

Angular 2 and Google Custom Search. Angular2 stripping html tag

I'm trying to add Google Custom Search into my angular 2 application. Using the code from the custom search works when I put it into a jsfiddle, but I'm having issues getting it to work when inserted into my component. The issue seems to be, that by…
James
  • 4,146
  • 1
  • 20
  • 35
7
votes
2 answers

Adding Google Search API to Android App

Hi i would like to add google search api to my application.and the search result should be shown in a list view...can any one send me some example or tell me how to do it??
user2713202
  • 85
  • 1
  • 1
  • 6
7
votes
3 answers

Call function after loading google custom search results?

I basically need to run some jQuery code after the search results get rendered on my page. I can use either the v1 code:
Loading