Difference between revisions of "Brozzler"

From COPTR
Jump to navigation Jump to search
Line 10: Line 10:
 
{{Infobox tool details}}
 
{{Infobox tool details}}
 
== Description ==
 
== Description ==
<!-- Brozzler is a distributed browser based web crawler. It was built by the Internet Archive.
+
Brozzler is a distributed browser based web crawler. It was built by the Internet Archive.
  
 
From Internet Archive: https://support.archive-it.org/hc/en-us/articles/360000343186-What-is-Brozzler-
 
From Internet Archive: https://support.archive-it.org/hc/en-us/articles/360000343186-What-is-Brozzler-
Line 21: Line 21:
  
 
Link to GitHub rep:
 
Link to GitHub rep:
https://github.com/internetarchive/brozzler -->
+
https://github.com/internetarchive/brozzler
  
 
== User Experiences ==
 
== User Experiences ==

Revision as of 16:12, 9 December 2021





From GitHub (https://github.com/internetarchive/brozzler):

Brozzler is a distributed web crawler that uses a real browser (Chrome or Chromium) to fetch pages and embedded URLs and to extract links.

Brozzler is designed to work in conjunction with warcprox for web archiving.
Homepage:https://github.com/internetarchive/brozzler
Function:Web Capture
Content type:Web



Description

Brozzler is a distributed browser based web crawler. It was built by the Internet Archive.

From Internet Archive: https://support.archive-it.org/hc/en-us/articles/360000343186-What-is-Brozzler-

Brozzler is our newest crawling technology, built at the Internet Archive.

Brozzler differs from Archive-It's "Standard" crawling technology (Heritrix and Umbra) in its reliance on an actual web browser to interact with web content before that content is indexed and archived into WARC files. Instead of following hyperlinks and downloading files, Brozzler records interactions between servers and web browsers as they occur, more closely resembling how a human user would experience the web. It also uses youtube-dl to enhance media capture capabilities. (as of January 2020 both Brozzler and Standard crawls use youtube-dl).

For more information on how this process works, and the related open-source tools on which it relies, you can review Brozzler’s code and technical documentation in its GitHub repository.

Link to GitHub rep: https://github.com/internetarchive/brozzler

User Experiences