Questions tagged [search-engine-api]

20 questions
0
votes
0 answers

automatically open the first result? (programmable search engine google)

I'm currently working on a way to make an Android widget that allows me to search for results on a specific website and I can't figure out a way for my custom search bar (made with Google's programmable search engine) to open the first result as…
gab
  • 1
0
votes
2 answers

How to pass search string to Onesearch search engine with Python

I'm trying to retrieve the number of search results in multiple search engines and most of them accept my search string such as: search_engine_url = "https://www.google.com/search?q=" + query + "&num=" + str(number_result) search_engine_url =…
0
votes
0 answers

How can I get the number of hits of a query in a search engine in Java/JavaScript?

I need to find the number of hits that query gets in a web search engine (such as Google) in a specific domain. For instance, if the user searches '"dry martini recipe" site:.uk', Google shows "About 15,800 results". I need to get that number…
granadajose
  • 101
  • 2
0
votes
1 answer

get links from search engines in c#

first of all excuse me for my broken english i want to code a metasearch engine first i try to use google bing and yahoo api s but theye were limited then i'm trying to use htmlagility pack to gain results link of search engines i have this…
mary
  • 247
  • 3
  • 20
-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
2