What did you discover.
I just finished crawling 5.19B web pages, Ask Me Anything
11–20 of 20 posts
Re: I just finished crawling 5.19B web pages, Ask Me Anything
#12Re: I just finished crawling 5.19B web pages, Ask Me Anything
#13Re: I just finished crawling 5.19B web pages, Ask Me Anything
#14Re: I just finished crawling 5.19B web pages, Ask Me Anything
#15What tools did you use? What had to be custom-written and why?
As for processing the data we crawled, we are using ArchiveSpark (https://github.com/helgeho/ArchiveSpark)
Also, Mixnode defaults on Amazon S3 for storage which was ok with us since we're using EC2 for processing the results.
Re: I just finished crawling 5.19B web pages, Ask Me Anything
#16Why didn't you use common crawl instead?
Re: I just finished crawling 5.19B web pages, Ask Me Anything
#17what did you do to avoid winding up in endless GET url loops? How deep did you get per site, and how did you schedule followup requests?
The data does not follow a DFS or BFS pattern so pages/site varies greatly by a host's server capacity and anti-crawling configs.
There was a minimum of 10 seconds between followup requests to the same website unless robots.txt had a lower delay. Pretty polite...
Re: I just finished crawling 5.19B web pages, Ask Me Anything
#18Re: I just finished crawling 5.19B web pages, Ask Me Anything
#19How much did it cost?