Live data from Hacker News

Ask HN: Has anyone ever crawled over a billion pages? How much did it cost?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Has anyone ever crawled over a billion pages? How much did it cost?

#11
post #8

Earlier quoted context omitted.

Would you be able to share what your stack was? and the resources it took? Thanks a lot.

Ruby and Sidekiq as the messaging queue Postgres to store the data Elasticsearch as a search index. My ES cluster has around 10 nodes, 64 GB RAM, quad-core. Postgres database cluster is 4 nodes, 1 TB, 64 GB RAM, quad-core. 800 crawler threads distributed across 10 dedicated servers.

Thanks a lot! This sounds reasonable. Did you guys look into professional services for this?

Re: Ask HN: Has anyone ever crawled over a billion pages? How much did it cost?

#12
post #9
post #8

Earlier quoted context omitted.

Would you be able to share what your stack was? and the resources it took? Thanks a lot.

Just in case you don't know common-crawl makes available a huge crawl dataset

Common Crawl is great! however, some use cases require larger crawls with a higher frequency.

Re: Ask HN: Has anyone ever crawled over a billion pages? How much did it cost?

#13
post #11

Earlier quoted context omitted.

Ruby and Sidekiq as the messaging queue Postgres to store the data Elasticsearch as a search index. My ES cluster has around 10 nodes, 64 GB RAM, quad-core. Postgres database cluster is 4 nodes, 1 TB, 64 GB RAM, quad-core. 800 crawler threads distributed across 10 dedicated servers.

Thanks a lot! This sounds reasonable. Did you guys look into professional services for this?

Nope. We have lots of custom needs.

Re: Ask HN: Has anyone ever crawled over a billion pages? How much did it cost?

#14
I think it would be valuable to have an open dataset of a raw crawl index. It could be distributed via academic torrents or partner with a hosting provider.

The real innovation won't be in crawling but in working on the index, filtering it, organizing it, trying sort algorithms and learning.

If this was available and gained popularity I could see competition in search again.

Re: Ask HN: Has anyone ever crawled over a billion pages? How much did it cost?

#15

I've crawled over a billion pages over a stretch of 3 years or so. Crawling is the easy task and just crawling a billion pages wouldn't cost more than a few thousand a month. Add a couple more thousand for storing these pages in a search index and database.

Do you have a company that does this ? Can you advice me about this? I like the crawling thing, I would like to know how to monetize this.

Thanks!

Post reply on HN