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 package and command-line tool which seamlessly downloads, parses, and scrapes web page data: it can extract metadata, main body text and comments while preserving parts of the text formatting and page structure. The output can be converted to different 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:
Plain text (minimal formatting)
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 and ATOM/RSS feeds
Efficient and polite processing of URL queues
Blacklisting
Optional language detection on extracted content
Evaluation and alternatives
For more detailed results see the evaluation page 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 (2020-11-06) |
|||||
---|---|---|---|---|---|
Python Package |
Precision |
Recall |
Accuracy |
F-Score |
Diff. |
justext 2.2.0 (tweaked) |
0.870 |
0.584 |
0.749 |
0.699 |
6.1x |
newspaper3k 0.2.8 |
0.921 |
0.574 |
0.763 |
0.708 |
12.9x |
goose3 3.1.6 |
0.950 |
0.629 |
0.799 |
0.757 |
19.0x |
boilerpy3 1.0.2 (article mode) |
0.851 |
0.696 |
0.788 |
0.766 |
4.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.13 |
0.923 |
0.711 |
0.827 |
0.804 |
184x |
trafilatura 0.6.0 |
0.924 |
0.849 |
0.890 |
0.885 |
3.9x |
trafilatura 0.6.0 (+ fallbacks) |
0.933 |
0.877 |
0.907 |
0.904 |
8.4x |
External evaluations:
Most efficient open-source library in ScrapingHub’s article extraction benchmark as well as in another independant evaluation on the same data.
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 further information please refer to the documentation:
Usage: On the command-line, With Python, With R
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?
Contributing
Contributions are welcome!
Feel free to file issues on the dedicated page. Thanks to the contributors who submitted features and bugfixes!
Going further
Online documentation: trafilatura.readthedocs.io.
Tutorials: overview.
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-0.9.0.tar.gz
.
File metadata
- Download URL: trafilatura-0.9.0.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f67c7cfa0705488ca2d471cc03f01c6624cd255f84fa23743f068061b1bbe45f |
|
MD5 | 15cc137986ccaacd7def0b2a91a23ca7 |
|
BLAKE2b-256 | 2cd7a990d0f7af17c05b8ad7a36fdd7c1554e7d5cf9f62d8c619cb0b63596cf6 |
File details
Details for the file trafilatura-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: trafilatura-0.9.0-py3-none-any.whl
- Upload date:
- Size: 170.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db6259ae1ffd780a17a858af48901fceab0124a98e0db9623aaa73d78cd33df7 |
|
MD5 | c7efa941db3e953b3d1c9cf096bf5231 |
|
BLAKE2b-256 | 1d258112eb86a848713692a8c830c67b6c4e3c7fe97a2d4d107de63a8112810c |