Questions tagged [web-search]

58 questions
0
votes
1 answer

Web Search API with multiple search engines (Google, Yahoo, Bing)

I wanted to integrated some search engines(Google, Bing and Yahoo) in to my java application. I have looked at API's for Google and Bing separately, But I wanted to know can I get any open web search API with multiple search engines like Google Web…
Vinod
  • 2,263
  • 9
  • 55
  • 104
0
votes
1 answer

Using Python to Automate Web Searches

I'd like to automate what I've been doing by going to a website and repeatedly searching. In particular I've been going to This Website, scrolling down near the bottom, clicking the "Upcoming" tab, and searching various cities. I'm a novice at…
Addem
  • 3,635
  • 3
  • 35
  • 58
0
votes
1 answer

How do I tag a html-document to show when the document was created / updated?

Is there a standard for tagging a html document with create date and modified date? Ketil
Ketil Duna
  • 35
  • 7
0
votes
1 answer

How to Create a Personalized web Search application?

I have been working on this for a while but I am not able to figure this out . I want to develop a tool/application for users (i:e) a personalized web search tool which produces results based on user interest . Its really confusing for me how to…
Krishnaft9
  • 21
  • 6
0
votes
1 answer

Google web search API not returning more than 4 results

I am trying to implement a meta search engine which requires google web search api. I am trying to implement Google web search API in java script. But I am not getting more than 4 results. Following is code:
0
votes
1 answer

searching images on google to include into my app

I have a database full of item witout images. i'd like to show an image when the user watches the detail of an item. My idea was to search an image on google, take the first result and then include it in the activity. Can this be done with android?…
Pelle
  • 13
  • 1
  • 5
0
votes
1 answer

java: performing website search and getting the result

First of all I have to say, I do not want anybody to do my work for me. I want to make an java application that will search for data on a particular website. It will look like this: I will type a keyword into my jTextField and than i will press my…
user2179427
  • 331
  • 5
  • 16
0
votes
1 answer

Find all possible links in a website / Screen-Web Scraping with Python

Sort of an open-ended question here. I needed to go across a Job site and search for a Job Description tag and a Skill requirement (I'm done with this). I basically wanted to know, how do I crawl across the site? As in, go from test.com to…
gran_profaci
  • 8,087
  • 15
  • 66
  • 99
0
votes
1 answer

Google optimization for wildcard * subdomains

Good morning @all, I've created a tiny cms system where users can create their own websites. Every user gets a subdomain like mywebsite.mycmsystem.com. That works really well. The websites are generated dinamically through a php script, but got…
Lukas
  • 1,346
  • 7
  • 24
  • 49
0
votes
3 answers

Counting rows before proceeding to actual searching

Given an web app (Java, Spring, Hibernate and Sybase as DB) with several, say 5 different search screens, I want to count first if the search result based on the user's criteria will be exceeding a limit, say 1000 rows. Results that are huge, going…
Carlos Jaime C. De Leon
  • 2,476
  • 2
  • 37
  • 53
-1
votes
1 answer

query likelihood vs tf idf

In information retrieval course, I'm supposed to show that ranking documents by tf-idf is the same as ranking them by query likelihood, and then he gave us the equation of ranking the document by query likelihood, the question is very confusing...am…
Ali Yahya
  • 49
  • 1
  • 6
-2
votes
2 answers

For webSearch in objective c?

I want to Search bar code number in Google as well as other website that client need from my application. please give me the suggestion Thanks in Advance
Sri
  • 454
  • 6
  • 22
-3
votes
2 answers

What would be the best way to make a website that lets a user fill a form and receive data (such as real estate listings)?

I want to make a website that will allow the user to input the zipcode in which they are looking for houses and that will notify me of what their search criteria is (such as homes for $250K in the ##### zip code). What would be the best way to start…
Alejandro Braun
  • 590
  • 6
  • 15
1 2 3
4