Questions tagged [web-search]
58 questions
15
votes
4 answers
Web Search API that permits automated queries
Are there any web search APIs or search engines that allow automated queries?

PB_MLT
- 834
- 3
- 13
- 30
9
votes
2 answers
How can I retrieve my Google search history?
In the Google Web History interface I can see all the search queries I have used over the years, and the pages I visited for a particular query. Is there a way I can retrieve this history using a computer program? I couldn't find a Google API that…

rup
- 961
- 3
- 12
- 25
6
votes
2 answers
Google Search API
The Google Web Search (SOAP) API was deprecated in November of last year, having been discouraged for a long time previously.
I noticed there exists the new Google Custom Search API, but this seems only for creating site-specific custom searches.…

Noldorin
- 144,213
- 56
- 264
- 302
3
votes
1 answer
How can I make keyboardType = "web-search" or "url" on React Native for Android?
I have my React-Native app run on Android device.
In the TextInput, I can change the keyboardType to cross-platform values like "numeric" and "email-address", etc. Now I need the keyboardType to be "web-search" or "url" but it doesn't make any…

Hanny
- 31
- 3
3
votes
0 answers
Angularjs SEO improvements
What are the major points at a glance to optimize an Angularjs-Website (with ui-router)?
1.
Google is now able to render Websites with dynamic content, without the deprecated usage of their Ajax crawling scheme.
Our menu uses the "ui-sref" of…

Ben jamin
- 946
- 1
- 6
- 18
2
votes
2 answers
BeautifulSoup not returning results of a search on a website
I am trying to get the links to the individual search results on a website (National Gallery of Art). But the link to the search doesn't load the search results. Here is how I try to do it:
url =…

Sanya Pushkar
- 180
- 1
- 16
2
votes
0 answers
Google search results shows other domains hosted with same IP address
I have a small reseller web hosting account and have many other domains sharing the same IP address.
The problem is, when I google search my domain name, I find other domains with same IP address showing in my search result.
For example, if my…

user3159247
- 21
- 1
2
votes
1 answer
How to notify crawler that ajax powered page is completely loaded and ready to take snapshot
There are Angular/REST powered web pages, but with no navigation module being used (no hash based (#!) navigation).
Despite deprecating of google's ajax-crawling webmasters-ajax-crawling, it seems crawler only sees that JS generated content which…

aillusions
- 194
- 1
- 15
2
votes
1 answer
Need help understanding results returned by Bing Web Search API v5
I've updated the following snippet that I created earlier with the beta version of the Bing Web Search API to use the newer domain name: api.cognitive.microsoft.com/bing/v5.0/search that Bing Web Search API uses now -
Please replace your own Bing…

mvark
- 2,105
- 2
- 21
- 36
2
votes
1 answer
Pagerank: node pointing to itself
If I want to compute the PageRank value for a node that is pointing to itself and a dangling node, I drop the dangling node and the initial (and final) PageRank would be 1?

hope288
- 725
- 12
- 23
2
votes
0 answers
How to get additional information via bing search api
I use Bing Web Search API. Everything works, but i can't to get the information under the URL. For example, when we search the query "site:linkedin.com somebody", we get some informations under the link, like "x connections".
Is there anyway to get…

naex
- 51
- 3
- 6
2
votes
0 answers
How to Get Google Web Search Results Using Python
I'd like to search Google programmatically using Python. I have about 1,000 queries I'd like to run, and all I need is the URL of the first result. Looking into this, I found the Google Web Search API, which seems to fit the bil, but is now…

sundance
- 2,905
- 4
- 21
- 31
1
vote
1 answer
Automate web search without API
I'm trying to automatically pull information from this website for a set of values. I have a list of start and destination ports e.g. THEODOSIA and KERCH and I need to extract the calculated distance, speed and days for each start-destination…

Chipmunk_da
- 467
- 2
- 9
- 27
1
vote
1 answer
How to get resulting URL from search?
I am trying to write a program that does chemical search on https://echa.europa.eu/ and gets the result. The "Search for Chemicals" field is on the middle of the main webpage. I want to get the resulting URLs from doing search for each chemicals by…

ywbaek
- 2,971
- 3
- 9
- 28
1
vote
2 answers
Inverted Index Evaluation Order
I read somewhere that when you have an inverted index (for instance, you have a sorted list of pages of brutus, a sorted list of pages for caesar, and a sorted list of pages for calpurnia), when you do caesar AND brutus AND calpurnia, if the number…

user700996
- 463
- 2
- 10
- 18