Questions tagged [web-search]
58 questions
1
vote
0 answers
Fetching google search results (more than 10) using javascript
I have to fetch the google search results available after the first page of google response using javascript.
My use case is to fetch all the urls available on multiple google search results. Currently using xpath scraper I am able to achieve it for…

user3564975
- 21
- 1
- 4
1
vote
1 answer
Making Github pages searchable
I have made a github webpage using R studio that I'm more or less happy with. Yay! I used the following tutorial to make it. Trouble is I cannot seem to 'find' it when I google it (even though I know what I'm looking for).
StackExchange::Webmasters…

Calen
- 305
- 4
- 17
1
vote
1 answer
Run a web search through python?
I'm trying to run web searches using a python script. I know how to make it work for most sites, such as using the requests library to get "url+query arguments".
I'm trying to run searches on wappalyzer.com. But when you run a search its url doesn't…

Hamza Umar
- 21
- 3
1
vote
1 answer
Bing web search api advanced query
I have a question about bing web search api :
I want use a filter in my query for :
articles + documents
articles only
documents only
Articles are html pages
Documents are pdf, doc, docx, ... with /lfy/documents/ path
I have tried with ext…

Florian Térisse
- 33
- 3
1
vote
2 answers
Bing cognitive search, actual site in url, not bing redirection
Is there a way that the result link to show the exact link, not the bing redirecting one?
For example ins there a way in bing cognitive search to put href the actual link instead of a redirection?
`"value": [
{
"id":…

Claudiu Hardalau
- 167
- 1
- 11
1
vote
1 answer
Get Instagram public profile data with web search
I try to retrieve some public profile data from instagram without take a use of the API. I already used file_get_contents and extract the _sharedData. But this method slow down the performance extremly (5 Seconds to load) so for production it is…

kindisch
- 766
- 1
- 7
- 23
1
vote
0 answers
How to search the web and display partial result using Java
I'm developing an app (Java) where I need to search the web based on a user's choice (eg. they choose films, then a random film name is suggested). Looking around I have found Google Custom Search API and Bing Search API; however I don't want to…

pancake
- 11
- 1
1
vote
1 answer
Prevent domain owner from appearing next to site title
My company hosts a web application purchased from a third party company. This website is a generic content management site in which we handle content for multiple clients. My company owns root domain events.jspargo.com
When someone searches for the…

Gary Richter
- 526
- 4
- 16
1
vote
3 answers
Code related web searches
Is there a way to search the web which does NOT remove punctuation? For example, I want to search for window.window->window (Yes, I actually do, this is a structure in mozilla plugins). I figure that this HAS to be a fairly rare…

Brian Postow
- 11,709
- 17
- 81
- 125
1
vote
0 answers
A simple image search app
I want to develop a simple application, that will
Searches images with keyword
Browses the images
Saves the images
if i can do it with Google, it would be better.
so far i found this after Googling:
try {
Intent intent = new…

Shoshi
- 2,254
- 1
- 29
- 43
1
vote
2 answers
recommendations for programmatic web searches
I am working on a system that needs to associate URLs with data based on keywords. I was hoping I could use a web service to automatically perform full-web searches based on keywords or tags, and the results would be in a machine-friendly format…

Randall Cook
- 6,728
- 6
- 33
- 68
1
vote
1 answer
About the appropriate usage of the Google Custom Search API
I'm in the middle of writing a commercial application that takes a list of URLs as input (in this case from Google Custom Search), process the pages pointed to by the URLs and storing the processed information alongside the URLs.
I was just…

Mike
- 683
- 10
- 22
1
vote
1 answer
Closest wikipedia Page for a given text
Say for example a person writes as a query - "d dark knight rses". I want to find the nearest wikipedia page that is - http://en.wikipedia.org/wiki/The_Dark_Knight_Rises
What are possible ways to do that?
One simple way that I could think of is that…

w2lame
- 2,774
- 6
- 35
- 48
0
votes
1 answer
How to make a combined search box with different URLs?
I want to create a search box that will combine search URLs and combine the results.
So if I wanted to Use Google Web Search and Google Image Search, I would use www.google.com/search?q= and www.google.com/search?tbm=isch&hl=en&biw=1280&bih=905&q=…

Ian
- 5,704
- 6
- 40
- 72
0
votes
1 answer
Is there a web search service/site either with an API or which works with YQL?
I'd like to make a tool which accesses a search engine programatically.
I've been enjoying using YQL recently and thought it might be useful since it can dig data out of HTML pages.
But I tried it with Google, Bing, and Yahoo search and they all…

hippietrail
- 15,848
- 18
- 99
- 158