2
votes
4answers
98 views
What is the best way to crawl a login based sites?
I've to automate a file download activity from a website (similar to, let's say, yahoomail.com). To reach a page which has this file download link, i've to login, jump from page to …
1
vote
2answers
62 views
Most optimized way to store crawler states ?
Hi there,
I'm currently writing a web crawler (using the python framework scrapy).
Recently I had to implement a pause/resume system.
The solution I implemented is of the simplest …
0
votes
4answers
57 views
Is there a list of known web crawlers?
I'm trying to get accurate download numbers for some files on a web server. I look at the user agents and some are clearly bots or web crawlers, but many for many I'm not sure, the …
1
vote
3answers
73 views
Which web crawler for extracting and parsing data from about a thousand of web sites
I'm trying to crawl about a thousand of web sites, from which I'm interested in the html content only.
Then I transform the HTML into XML to be parsed with Xpath to extract the sp …
0
votes
4answers
106 views
Why does Googlebot traverse a newly added site in ascending order of URL-length?
Googlebot (Googlebot/2.1) appears to crawl URL:s on a newly added sites in an order corresponding to the length of the URL:
.. GET /ivjwiej/ HTTP/1.1" 200 .. "Mozilla/5.0 (compati …
0
votes
3answers
88 views
How to allow crawlers access to index.php only, using robots.txt ?
If i want to only allow crawlers to access index.php, will this work?
User-agent: *
Disallow: /
Allow: /index.php
1
vote
4answers
95 views
E-mail in the source : a no-go ?
Hello guys,
I have a contact form where the email is actually accessible in the source, because I'm using a cgi file to process it. My concern are the mail crawlers, and I was won …
0
votes
4answers
90 views
In which programming language is the Googlebot written (or any other efficient web-crawler)?
Does anyone know in which programming language the Googlebot was written?
Or, more generally, in which language are efficient web-crawlers written?
I've seen many in Java languag …
0
votes
4answers
62 views
Is there a .Net wrapper for Firefox or Chrome to crawl webpages?
Is there a simple .Net wrapper for Firefox or Chrome so that I could implement a web crawler and other web stuff?
I might need post-form functionality also.
0
votes
6answers
338 views
When does Google re-crawl a site?
When does Google re-crawl a site?
And why does Google have two versions of the same page in Cache??
http://forum.portal.edu.ro/index.php?showtopic=112733
cache pages are: forum.po …
-3
votes
3answers
77 views
Is there a web crawler that can get me business contact details from websites? [closed]
I am looking for a crawler or a search utility to search a crawled db that is specificly coded to find contact details inside of business websites. For example the data under a Con …
0
votes
1answer
55 views
How to read .ARC files from the Heritrix crawler using Python?
I looked at the Heritrix documentation website, and they listed a Python .ARC file reader. However, it is 404 not found when I clicked on it. http://crawler.archive.org/articles/de …
2
votes
4answers
298 views
Best open source library or application to crawl and data mine web sites
I would like to know what is the best eopen-source library for crawling and analyzing websites. One example would be a crawler property agencies, where I would like to grab informa …
3
votes
4answers
174 views
How to use Python to log into Facebook/Myspace and crawl the content?
Right now, I can crawl regular pages using urllib2.
request = urllib2.Request('http://stackoverflow.com')
request.add_header('User-Agent',random.choice(agents))
response = urllib2 …
2
votes
4answers
187 views
Plagiarism Analyzer (compared against Web Content)
Hi everyone all over the world,
Background
I am a final year student of Computer Science. I've proposed my Final Double Module Project which is a Plagiarism Analyzer, using Java …
