Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/internetarchive/heritrix3
Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project.
https://github.com/internetarchive/heritrix3
heritrix java warc webcrawling
Last synced: 5 days ago
JSON representation
Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project.
- Host: GitHub
- URL: https://github.com/internetarchive/heritrix3
- Owner: internetarchive
- License: other
- Created: 2011-10-21T22:00:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T06:40:08.000Z (13 days ago)
- Last Synced: 2025-01-18T18:55:07.204Z (7 days ago)
- Topics: heritrix, java, warc, webcrawling
- Language: Java
- Homepage: https://heritrix.readthedocs.io/
- Size: 10.9 MB
- Stars: 2,876
- Watchers: 187
- Forks: 759
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-digital-preservation - Heritrix3 - Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. (Web archiving / Crawlers)
- project-awesome - internetarchive/heritrix3 - Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. (Java)
- awesome-starred - heritrix3 - Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. (Java)
- awesome-datahoarding - Heritrix - scale, archival-quality web crawler (Download utilities / Web Archiving)
- awesome-datahoarder - Heritrix - scale, archival-quality web crawler (Download utilities / Web Archiving)
- awesome-http - Heritrix - source, extensible, web-scale, archival-quality web crawler… | ![GitHub stars](https://img.shields.io/github/stars/internetarchive/heritrix3) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/internetarchive/heritrix3) (Programming Languages / Java)
- awesome-rainmana - internetarchive/heritrix3 - Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. (Java)
README
# Heritrix
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.archive/heritrix/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.archive/heritrix)
[![Docker](https://img.shields.io/docker/v/iipc/heritrix/latest?label=docker)](https://hub.docker.com/r/iipc/heritrix)
[![Javadoc](https://javadoc.io/badge2/org.archive/heritrix/javadoc.svg)](https://www.javadoc.io/doc/org.archive.heritrix/heritrix-engine)
[![LICENSE](https://img.shields.io/badge/license-Apache-blue.svg?style=flat-square)](./LICENSE)## Introduction
Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. Heritrix (sometimes spelled heretrix, or misspelled or missaid as heratrix/heritix/heretix/heratix) is an archaic word for heiress (woman who inherits). Since our crawler seeks to collect and preserve the digital artifacts of our culture for the benefit of future researchers and generations, this name seemed apt.
## Crawl Operators!
Heritrix is designed to respect the [`robots.txt`](http://www.robotstxt.org/robotstxt.html) exclusion directives† and [META nofollow tags](http://www.robotstxt.org/meta.html). Please consider the
load your crawl will place on seed sites and set politeness policies accordingly. Also, always identify your crawl with contact information in the `User-Agent` so sites that may be adversely affected by your crawl can contact you or adapt their server behavior accordingly.† The newer wildcard extension to robots.txt is [not yet](https://github.com/internetarchive/heritrix3/issues/250) supported.
## Documentation
- [Getting Started](https://heritrix.readthedocs.io/en/latest/getting-started.html)
- [Operating Heritrix](https://heritrix.readthedocs.io/en/latest/operating.html)
- [Configuring Crawl Jobs](https://heritrix.readthedocs.io/en/latest/configuring-jobs.html)
- [Bean Reference](https://heritrix.readthedocs.io/en/latest/bean-reference.html)
- [Wiki](https://github.com/internetarchive/heritrix3/wiki)## Developer Documentation
- [Developer Manual](http://crawler.archive.org/articles/developer_manual/index.html)
- [REST API documentation](https://heritrix.readthedocs.io/en/latest/api.html)
- JavaDoc: [engine](https://www.javadoc.io/doc/org.archive.heritrix/heritrix-engine), [modules](https://www.javadoc.io/doc/org.archive.heritrix/heritrix-modules), [commons](https://www.javadoc.io/doc/org.archive.heritrix/heritrix-commons), [contrib](https://www.javadoc.io/doc/org.archive.heritrix/heritrix-contrib)## Latest Releases
Information about releases can be found [here](https://github.com/internetarchive/heritrix3/wiki#latest-releases).
## License
Heritrix is free software; you can redistribute it and/or modify it under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
Some individual source code files are subject to or offered under other licenses. See the included [`LICENSE.txt`](./LICENSE) file for more information.
Heritrix is distributed with the libraries it depends upon. The libraries can be found under the `lib` directory in the release distribution, and are used under the terms of their respective licenses, which are included alongside the libraries in the `lib` directory.