Questions tagged [search-engine-api]

20 questions
6
votes
2 answers

How can i generate an API key for Baidu China for an website store locator?

I have been asked by our developers to give them an API key for Baidu maps so they can set up our on site store locator and I'm not really sure how to go about doing this. I tried to set up an account on Baidu but it asked for a chinese mobile…
Roxi
  • 73
  • 1
  • 1
  • 5
3
votes
1 answer

Google equivalent to Yahoo! Boss

There is a similar question here, but I think the answer is not correct. Yahoo! Boss gives me the access to its entire search index, whereas Google Custom Search API allows you to search sites which you yourself provide. So, I want to know if…
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
3
votes
1 answer

Submit To Google Or Wikipedia Search Form Using R

I am trying to use R to navigate to a particular Wikipedia page based on a string value. Since I don't have the exact Wikipedia URLs for the list of keywords I am looking up (e.g., "Prog rock" as a search term goes to a URL ending in…
gbostock
  • 263
  • 1
  • 2
  • 6
2
votes
0 answers

How to use parameters in Google Programmable Search?

This question has been asked a few times, but never with any real answers. Here is one Here is another What I am trying to figure out is how to put multiple terms into a parameter, for example search for exactly "Cat" AND "Dog" not "Cat Dog" using…
Jacob Tye
  • 21
  • 1
2
votes
1 answer

Choosing the Right Solution for Search and Indexing

We are working on headless application design and development. Currently, we are facing a **architectural question** which we need to find the answer to proceed with designing the system, we are not experts in the **search engine**, but we are doing…
2
votes
1 answer

Trouble finding a suitable Search API

I need web search and site search results in feed format for a project and it's harder than ever now. Google has killed it's Web Search API and now they charge $5 per 1000 queries with their new API. If it were per million I could afford it. Bing…
Chad
  • 2,365
  • 6
  • 26
  • 37
1
vote
0 answers

Video tab in programmable search engine

i am working on kind of custom search engine provided by the google. i applied taht link into android studio using kotlin with help of webView. everything is fine, Result are show with two tab(web,image) but i wanted to add one more tab(Video) can…
1
vote
1 answer

How to get what users click on the search engine result page?

I am creating a react project and using google search engine to allow users to search on google in my page. But I don't know how to get what users click on the search results page. Below is my source code: componentDidMount() { const myCallback…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
1
vote
1 answer

Google Custom Search results includes html with “nocontent” tag

Our site have Google Custom Search set up. Instructions from Google have been followed, including downloading the CSE.xml file and adding “a new attribute enable_nocontent_tag="true" to the CustomSearchEngine tag”. The rest of the CSE file is left…
1
vote
0 answers

Problem: Swish-e escapes the / in links to a subdirectory?

I'm running swish-e on a subdirectory htm/. On any search results page, the urls have the directory separator escaped, giving unusable links like htm%2Fpage.htm. How do I get swish-e or search.cgi to not escape the urls in the results? I'm using the…
Erik Olson
  • 1,154
  • 8
  • 18
1
vote
0 answers

How do I show number of results in my site's Google search result

If a search result on Google links to a page that has a number of listings on it (see image) the result often shows the number of listings on that page. This can be seen here https://goo.gl/ghl0gN I cant find documentation from any of the search…
Jimbo
  • 22,379
  • 42
  • 117
  • 159
1
vote
3 answers

how to download 1000 images from google image search

is there anyone know how to download top 1000 images from google image search? I tried google ajax api but it return only 65 images :( Thanks for your help!
user373840
  • 21
  • 3
1
vote
1 answer

how to get image search result using bing search api with python?

I need some image sample for machine learning training. I have not enough resource now, so I need to crawl some using the search engine. Google is not free now and I choose bing. I have tried pybing. It seems not work now. I don't known how to get…
tidy
  • 4,747
  • 9
  • 49
  • 89
0
votes
0 answers

Bing Custom Search API Not Detecting Keywords on Provided URLs

I am currently working with the Bing Custom Search Engine API to search for specific keywords within provided URLs. However, I am facing an issue where the API is unable to detect the keywords on the given URLs, even though I can personally verify…
0
votes
0 answers

Google Search API - how to obtain more than 100 URLs

I am using the Google search Engine API, and would like to export more than 100 URLs of search result. Currently, when I select URL start number 101, it returns an error. How can I extract 500 or 1000 URLs? I tried using start number as 101, it…
Isaac
  • 1
  • 1
1
2