google-search-api Questions

2

I know you can go to http://webcache.googleusercontent.com/search?q=cache:http://example.com/ to view Google's cache of any URL, but do they provide an API to hit thousands of these and pay f...

7

Solved

Since Google image search API is deprecated, one should use Google custom search API for this. I've made a small example using it. My problem is I want to return google image search results only. ...
Terrarium asked 9/12, 2011 at 16:44

1

Solved

I'm using both ndb and search-api queries in my python appengine project. The only official docs on cursors I can find: https://cloud.google.com/appengine/docs/python/datastore/query-cursors ht...
Nicky asked 2/2, 2017 at 16:30

1

I am interested in finding out count of Google search results containing a full URL path. I know we do search for a fully qualified domain or sub-domain. However, have not been able to find a way t...

2

Solved

I have read that there is the Search API. But it seems like this API does not exist for Node.JS. How can I partially match strings for querying entities without knowing the full name of the attribu...

2

Solved

I'm trying to make a simple jersey rest client for google search api. Client client = ClientBuilder.newClient(); WebTarget target = client.target("https://www.googleapis.com/customsearch/v1"); ta...
Anne asked 1/1, 2015 at 15:19

1

Solved

I want to use Google API for Did you mean feature. So basically I want to write a piece of code, which sends a word to Google search and either Google finds the exact hits or gives a "DID YOU MEAN"...

2

I'd like to be able to scrape the "about N results" number for an arbitrary Google Search term. Google is fairly resistant to scrapers so while that might be an option with a bit of work, I'm speci...
Kempis asked 18/8, 2016 at 16:37

2

Solved

We have a custom searchbar on our website and I noticed that sometimes (9/10 times) the JS will throw this error, which forces the content that you searched for to not render www.googleapis.com/...

1

Solved

I am making a little personal project. Ideally I would like to be able to make programmatically a google search and have the count of results. (My goal is to compare the results count between a lo...
Overrule asked 31/7, 2016 at 23:10

1

Solved

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 insert...
Thousandth asked 29/7, 2016 at 11:15

1

Solved

I want to search images using google API under specific licenses. But looking on the API documentation I can't understand how to use it properly. I want to search: free to use or share, even comm...
Loar asked 3/12, 2015 at 18:1

2

Solved

These days I noticed that Google Search API for images which I'm using on my project is no longer available, e.g. https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=apple r...
Revis asked 2/12, 2015 at 21:39

2

Solved

I'm trying to use the Google custom search engine API to query Google News. The API is working great otherwise - but I want to get News results instead of web results. I can't find a way to eithe...
Carlettacarley asked 22/10, 2012 at 8:36

2

Solved

I'm trying to program a simple search in google via C# that would run a query of my choice and retrieve the first 50 links. After thoroughly searching for a similar tool\correct API I realized that...
Coil asked 3/3, 2011 at 11:10

3

Solved

i am using google custom search engine and getting the results in JSON format.for certain queries,the JSON result has duplicate keys and hence it produces a JSONException: Duplicate key "nickname" ...
Raneeraney asked 6/2, 2011 at 8:39

3

Solved

I basically need to run some jQuery code after the search results get rendered on my page. I can use either the v1 code: <div id="cse" style="width: 100%;">Loading</div> <script src...
Labradorite asked 20/2, 2013 at 21:18

3

Solved

According to the Google custom search API's docs: http://code.google.com/apis/customsearch/docs/start.html#sites there is a limit of up to 5000 sites that you can search. This is pretty lame. Is th...
Oconnor asked 20/6, 2011 at 0:30

1

Solved

I want to display the first image on google search in my website against a keyword. I would really like some pointers in this direction. Thank you!
Gushy asked 6/5, 2014 at 4:39

4

Does google offer a way to programmatically see their search engine results for a certain query? I want to build a tracking application so that a user can see what rank on the google results...
Necessity asked 15/3, 2010 at 5:35

1

My application is crossing the allowance of Google's limits for their custom search API. In looking to optimize my search calls, I was wondering, is there a way to batch search requests sent to the...
Eliathas asked 5/12, 2013 at 16:44

2

I want to search for results from a specific site but only from a specific section of the site, I want to exclude results that have url segments, for example: What I want to search for: http://do...
Barbrabarbuda asked 22/10, 2013 at 14:42

2

Solved

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??
Numbing asked 21/10, 2013 at 11:7

2

Solved

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 feature to the search - however, does anyone know if there is suppo...
Himeji asked 22/11, 2011 at 19:9

6

Solved

If someone searches for a keyword on our website, we currently pull in Google's search results. We have done this using Google's standard search API with no real issues so far. However, we n...
Caroche asked 19/4, 2011 at 21:1

© 2022 - 2024 — McMap. All rights reserved.