Tagged Questions

1
vote
1answer
484 views

Automated filedownload using WebBrowser without url

I've been working on a WebCrawler written in C# using System.Windows.Forms.WebBrowser. I am trying to download a file off a website and save it on a local machine. More importantly …
0
votes
1answer
20 views

Crawling news articles

Does anyone know if there are standards / api to crawl news articles from most of the biggest news sources. I'm using rss to index them but I would like to classify them with more …
1
vote
3answers
60 views

Not crawling the same content twice

I'm building a small application that will crawl sites where the content is growing (like on stackoverflow) the difference is that the content once created is rarely modified. Now …
1
vote
3answers
64 views

How to generate graphical sitemap of large website

Hello, I would like to generate a graphical sitemap for my website. There are two stages, as far as I can tell: crawl the website and analyse the link relationship to extract t …
1
vote
3answers
60 views

How do travel search engines & aggregators get their source data?

I'm tossing around a few ideas for travel search engines and I'm wondering how these sites get their source data. Do they scrape all the content from airline homepages? This seems …
1
vote
2answers
49 views

Bot Web Quality

I am looking for a good open source bot to determine some quality, often required for google indexing. For example find duplicate titles invalid links ( jspider do this, and I t …
0
votes
2answers
46 views

How can I crawl pdf files that are served on internet using Nutch-1.0 using http protocol

Hi Everyone, I want to know How can I crawl pdf files that are served on internet using Nutch-1.0 using http protocol I am able to do it on local file systems using file:// protoc …
1
vote
3answers
72 views

How to find all links / pages on a website

Is it possible to find all the pages and links on ANY given website? I'd like to enter a URL and produce a directory tree of all links from that site? I've looked at HTTrack but t …
1
vote
7answers
129 views

C# - how to download only the modified part of an HTML

Hi all. I'm using C# + HttpWebRequest. I have an HTML page I need to frequently check for updates. Assuming I already have an older version of the HTML page (in a string for exampl …
0
votes
5answers
132 views

How do I allow Google to index login-required parts of my site?

It seems like Google can index certain sites or forums (I can't name any offhand as its been months since I last saw one) and when accessing you are prompted with a request to regi …
2
votes
3answers
116 views

What is a good Web search and web crawling engine for Java?

I am working on an application where I need to integrate the search engine. This should do crawling also. Please suggest a good Java based search engine. Thank you in advance.
3
votes
5answers
822 views

What’s a good Web Crawler tool

I need to index a whole lot of webpages, what good webcrawler utilities are there? I'm preferably after something that .NET can talk to, but that's not a showstopper. What I real …
1
vote
3answers
118 views

Web crawlers and GET vs POST requests

I have heard that web crawlers are supposed to follow only GET requests and not POST ones. In the real world is this a valid assumption?
0
votes
1answer
118 views

Building an automatic web crawler

I am building a web application crawler that's meant not only to find all the links or pages in a web application, but also perform all the allowed actions in the app (such as push …
1
vote
4answers
83 views

Web Crawling and Link Evaluation

Hi All, I know that cURL will download a complete file. What I really want is to take all links on a page and evaluate against my specific criteria, location of the link, etc an …

1 2 next
15 30 50 per page