6 ms·
A crawler has two high level options: parse the page, or render the page. Most of our parser-based crawling is done by Heritrix (crawler.archive.org) and most
by dvanduzer 7y ago
A crawler has two high level options: parse the page, or render the page.
Most of our parser-based crawling is done by Heritrix (crawler.archive.org) and most of our render-based crawling is done by a proxy-based recorder similar to what you theorize (https://github.com/internetarchive/brozzler https://github.com/internetarchive/brozzler).
- tpmx 7y agoThanks for sharing. That lets me sleep a bit easier.