Top "Google-search-api" questions

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

Google Search api for Android systems

I'm trying to build an android app that would do a local search on google. I know there is a …

android google-search-api
resolve JSONException duplicate keys

i am using google custom search engine and getting the results in JSON format.for certain queries,the JSON result …

java json google-search-api
Google's "define: " through an API?

I want to get the result of searches that use special features in Google, like "define: [phrase]" and I can't …

json google-api google-search-api
Alternatives to the Google Search API

If someone searches for a keyword on our website, we currently pull in Google's search results. We have done this …

api search google-search-api bing-api yahoo-boss-api
Jersey rest client not adding query parameters

I'm trying to make a simple jersey rest client for google search api. Client client = ClientBuilder.newClient(); WebTarget target = client.…

java rest jersey client google-search-api
Google Custom Search Engine pricing

The pricing regarding CSE is a little bit vague: For CSE users, the API provides 100 search queries per day for …

google-search-api
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 …

javascript jquery google-search google-search-api
Google Custom Search API Autocomplete?

We're using the google custom search API (paid-for server-side API) to power our search results. I'd like to add an …

autocomplete google-search-api
Alternative for https://ajax.googleapis.com/ajax/services/search/images?v=1.0

These days I noticed that Google Search API for images which I'm using on my project is no longer available, …

google-api google-search-api google-image-search
Calling Google's Custom Search API via Python

I am writing in Python a module that will query Google's Custom Search API and return all listings of domain …

python google-search-api