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
-1
votes
1 answer

Why am I getting module not found when I have double and triple checked that it is there?

So I'm trying to search google programmatically, and to do so i'm using the node module google-search-results-nodejs, but despite anything I do I keep getting the error not found. I'm working on gitpod online workspace. I wasn't sure if perhaps this…
-1
votes
2 answers

OAuth issues with Google Console API

I was hoping someone could help me get auth'd into the google API. here is the code i'm trying to use, var credentials = await GoogleWebAuthorizationBroker.AuthorizeAsync(secrets, new string[] { WebmastersService.Scope.Webmasters }, "user",…
JBoothUA
  • 3,040
  • 3
  • 17
  • 46
-1
votes
1 answer

How to implement searching?

we are trying to add searching to our web site and want this search function to search only a few things: Files - Obviously we need to parse the text of PDF, PPT and DOC files in our case User comments. Users will be available to comment on the…
foobar
  • 357
  • 1
  • 3
  • 17
-1
votes
1 answer

Is there any api which would give me google search result position for keyword?

I was trying to find if my domain gets listed for any keywords and if so what position of which page of google search results. Is there any api available for this?
-1
votes
2 answers

CURL PHP Doesnt showing any result

I want to get results from Google. According to web API doc of Google this is my code. testing
Anwar
  • 1
  • 1
-1
votes
1 answer

How to remove results from search?

We have a website that uses google custom search api (found here:https://developers.google.com/custom-search/docs/xml_results?hl=en ) for searching pages found in our website. The problem is some pages have been removed but still show up in the…
John
  • 3,512
  • 2
  • 36
  • 53
-1
votes
1 answer

Google Custom Search results in C

I'm trying to write a simple client in C that will interface with the Google Search API and return search results. I am able to send a search request and get a response back with a 200 OK code and some header text, but there are no search results. …
Vistian
  • 29
  • 3
-2
votes
1 answer

How do you retrieve json object from a searched website using getJSON or other method?

How do I use .getJSON() to get JSON-encoded data from a website that is searched? I create a Google Custom Search API for my website, and my goal is to retrieve the JSON file from the result. Let's say when I typed "apple" in my Google Custom Search…
xxColderxx
  • 53
  • 6
-2
votes
2 answers

collect text from web pages of a given site

There is a site that I frequenly visit and read the "best advice". Here is how I can easily extract the text that I want... import urllib2 from bs4 import BeautifulSoup …
shantanuo
  • 31,689
  • 78
  • 245
  • 403
-2
votes
1 answer

Making WebView a Default phone browsaer

I have been searching the web, and I still can’t find the answer. I have an Android app with a WebView, I am trying to make my activity the default browser for the phone. Therefore when I do a Google search in the Google search widget, it should…
-3
votes
1 answer

Webscraping google search using BeautifulSoup in Python

Working on a project to automate searching a few thousand google searches and be able to check if there are "no results found" or not and input into an array. Using BeautifulSoup but I can't get started by importing the HTML from a URL: from bs4…
-3
votes
1 answer

How to get top answer from google search in my app

I want to develop a desktop application using (any programming language)C#.NET; the requirement is to show the answer to a question in a text view as Google does when someone searches any question like shown in the image. I want to extract the text…
-4
votes
1 answer

How to do website searching from Android App

How would I implement a web search in my app, that searches eBay for example, from a user input?
KSS
  • 1
  • 3
-6
votes
1 answer

Add the search bar of google or any other search engine in my website

i want to add the search bar of google or any other search engine with blank placeholder in my website and want to show the result in my website will be better if i can apply CSS on it search bar should be like this
1 2 3
42
43