Web scraping library and command-line tool for text discovery and retrieval. Downloads web pages, scrapes main text and comments while preserving some structure, and converts to TXT, CSV, JSON and XML
Project description
Description
Trafilatura is a Python software package and command-line tool which seamlessly downloads, parses, and scrapes web page data: it can extract text and metadata while preserving parts of text formatting and page structure. This light-weight package acts as a modular toolkit: no database is required, the output can be converted to different commonly used formats.
Features
- Seamless and parallel online/offline processing:
Download and conversion utilities included
URLs, HTML files or parsed HTML trees as input
- Robust and efficient extraction:
Main text and/or comments
Structural elements preserved: paragraphs, titles, lists, quotes, code, line breaks, in-line text formatting
Extraction of metadata (title, author, date, site name, categories and tags)
- Several output formats supported:
Text (minimal formatting or Markdown)
CSV (with metadata, tab-separated values)
JSON (with metadata)
XML (for metadata and structure) and TEI-XML
- Link discovery and URL lists:
Focused crawling and politeness rules
Support for sitemaps (TXT, XML) and feeds (ATOM, JSON, RSS)
Efficient and polite processing of URL queues
Blacklisting
- Optional add-ons:
Language detection on extracted content
Graphical user interface (GUI)
Evaluation and alternatives
For more detailed results see the benchmark and evaluation script. To reproduce the tests just clone the repository, install all necessary packages and run the evaluation script with the data provided in the tests directory.
500 documents, 1487 text and 1496 boilerplate segments (2021-06-07) |
|||||
---|---|---|---|---|---|
Python Package |
Precision |
Recall |
Accuracy |
F-Score |
Diff. |
justext 2.2.0 (custom) |
0.870 |
0.584 |
0.749 |
0.699 |
6.1x |
newspaper3k 0.2.8 |
0.921 |
0.574 |
0.763 |
0.708 |
12.9x |
boilerpy3 1.0.2 (article mode) |
0.851 |
0.696 |
0.788 |
0.766 |
4.8x |
goose3 3.1.9 |
0.950 |
0.644 |
0.806 |
0.767 |
18.8x |
baseline (text markup) |
0.746 |
0.804 |
0.766 |
0.774 |
1x |
dragnet 2.0.4 |
0.906 |
0.689 |
0.810 |
0.783 |
3.1x |
readability-lxml 0.8.1 |
0.917 |
0.716 |
0.826 |
0.804 |
5.9x |
news-please 1.5.21 |
0.924 |
0.718 |
0.830 |
0.808 |
60x |
trafilatura 0.8.2 (fast) |
0.925 |
0.868 |
0.899 |
0.896 |
3.9x |
trafilatura 0.8.2 |
0.934 |
0.890 |
0.914 |
0.912 |
8.4x |
Other evaluations:
Most efficient open-source library in ScrapingHub’s article extraction benchmark
Best overall tool according to Gaël Lejeune & Adrien Barbaresi, Bien choisir son outil d’extraction de contenu à partir du Web (2020, PDF, French)
Usage and documentation
For more information please refer to the documentation:
Usage: On the command-line, With Python, With R
Python Notebook Trafilatura Overview
For video tutorials see this Youtube playlist:
License
Trafilatura is distributed under the GNU General Public License v3.0. If you wish to redistribute this library but feel bounded by the license conditions please try interacting at arms length, multi-licensing with compatible licenses, or contacting me.
See also GPL and free software licensing: What’s in it for business?
Context
Contributing
Contributions are welcome! See CONTRIBUTING.md for more information. Bug reports can be filed on the dedicated page.
Many thanks to the contributors who submitted features and bugfixes!
Roadmap
For planned enhancements and relevant milestones see issues page.
Software
Trafilatura: Italian word for wire drawing.
Corresponding posts on Bits of Language (blog).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file trafilatura-1.2.0.tar.gz
.
File metadata
- Download URL: trafilatura-1.2.0.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b6785aa0c23770f33b27059f1c0e2f255baf8d6e3a8c7707ab516317cb8e3d0 |
|
MD5 | 2765827bc85caba585f6e661206ed129 |
|
BLAKE2b-256 | 1087e724a4466be60b052904636dd53ca79534fe345d0885ed3afea6a2274f3a |
File details
Details for the file trafilatura-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: trafilatura-1.2.0-py3-none-any.whl
- Upload date:
- Size: 194.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65ef42137ad32c45a52ac030aa89ce7d6f819882bffe64187e901012b8035e7f |
|
MD5 | 1b67fc068d91394a2f9a13bb0ad47b27 |
|
BLAKE2b-256 | c86e9de26630f23a99a0b8f203bf957932f2b3742c37b1370c50cdb301218f17 |