google-search-api Questions

6

Does Google provide API access to autocomplete for search like on the actual site? I have not been able to find anything. I would like to use Google's autocomplete logic for web search on my...
Existentialism asked 21/6, 2011 at 16:7

4

Once I am trying to use google search api it's showing me an error: Traceback (most recent call last): File "C:\Users\Maor Ben Lulu\Desktop\Maor\Python\google\google_Bot.py", line 1, in ...
Spartan asked 27/8, 2018 at 11:59

8

Solved

I've been learning a lot of python lately to work on some projects at work. Currently I need to do some web scraping with google search results. I found several sites that demonstrated how ...
Luht asked 27/7, 2016 at 17:20

2

When I run this example code on my local machine: from serpapi import GoogleSearch params = { "api_key": "secret_api_key", "engine": "google", "q&qu...
Judaea asked 24/8, 2021 at 17:58

6

Solved

(I've tried looking but all of the other answers seem to be using urllib2) I've just started trying to use requests, but I'm still not very clear on how to send or request something additional fro...
Levana asked 25/3, 2014 at 1:25

3

Solved

I want to get the result of searches that use special features in Google, like "define: [phrase]" and I can't seem to find relevant information about this. Does anyone knows where I can get the da...
Patriotism asked 28/7, 2011 at 13:33

9

Solved

I asked a question on realizing a general idea to crawl and save webpages. Part of the original question is: how to crawl and save a lot of "About" pages from the Internet. With some further resea...
Thaxter asked 12/10, 2011 at 21:28

4

We want to implement Google sitelink search box with Google custom search. In the Google documentation, I found that we need to include the below code to enable sitelink search box <script typ...
Robbegrillet asked 2/3, 2015 at 11:31

3

I'm creating a sample app that will take a query from user and will return the URL result returned from Google's "I'm Feeling Lucky" search. Does Google expose this functionality through their API?...
Goatee asked 1/6, 2013 at 22:25

9

How can I compute a MD5 or SHA1 hash of text in a specific cell and set it to another cell in Google Spreadsheet? Is there a formula like =ComputeMD5(A1) or =ComputeSHA1(A1)? Or is it possible to...
Aerogram asked 3/11, 2011 at 11:54

2

I want to do a google search in python3 on windows. The google instructions say they support python3 and to type "gcloud topic init" for details - but that fails saying no interpreter for python2.7...

1

Solved

Is there any API to access the people also ask questions in the google's search result list? take a look in this example, my search query: what is google search And google presents this ot...
Goaltender asked 12/1, 2019 at 17:42

0

I have single page application in which I want to apply Google custom search. What my requirement is when I search something then it will show result from each section of the page. I have created a...
Ultramicroscope asked 13/5, 2018 at 3:23

5

I am looking for a Google search API wrapper to be used in Node.js, I have searched around but haven't found something updated and fully baked. Can anyone please recommend something working? Thanks...
Protohuman asked 18/4, 2012 at 12:12

7

Solved

Does anyone know if and how it is possible to search Google programmatically - especially if there is a Java API for it?
Soucy asked 16/9, 2010 at 14:28

1

For a new project I am comparing ElasticSearch and the GAE Search API. What I need is a custom scoring functionality that is able to handle some custom scoring functions, like: lowering the docum...
Sadism asked 17/6, 2014 at 7:56

6

Assume I have the entire HTML of a Google search results page. Does anyone know of any existing code (Ruby?) to scrape/parse the first page of Google search results? Ideally it would handle the Sho...
Godchild asked 8/10, 2009 at 19:0

6

Solved

I want to get all the search results for a particular keyword search on google. I've seen suggestions of scraping, but this seems like a bad idea. I've seen Gems (I plan on using ruby) that do scra...
Cristalcristate asked 17/11, 2011 at 18:5

2

I have an API key that I use for Google custom search queries on the json search API that's here: https://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=8&q= I need to send client...
Tarter asked 20/9, 2011 at 18:20

2

Just setup my CSE with Image Search enabled in the Basics tab, but still ain't getting results. If I don't use searchType=image in the query it works, if I put it back it stops working with no err...
Polaris asked 25/4, 2014 at 13:13

1

Solved

The pricing regarding CSE is a little bit vague: For CSE users, the API provides 100 search queries per day for free. If you need more, you may sign up for billing in the API Console. Additional...
Burglary asked 8/5, 2017 at 17:7

1

Solved

It would seem that using the google CSE api always ignores my imgType attribute, even through their official API test page. My request is: { "q": "Maimi Yajima", "cx": "014585077406021600032:tu...
Cauterize asked 2/1, 2017 at 0:32

2

I have Documents that I'd like to make searchable in 3 different languages. Since I can have multiple fields with the same name/type, the following Document structure works (this is a simplified ex...
Tortosa asked 22/6, 2017 at 6:57

4

Solved

I am trying to decide whether I should use App-engine Search API or Datastore for an App-engine Connected Android Project. The only distinction that the google documentation makes is ... an inde...

3

Solved

How can I programmatically using the Google Python client library do an advanced search with Google custom search API search engine in order to return a list of first n links based in some terms an...

© 2022 - 2024 — McMap. All rights reserved.