Skip to main content

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

Python package Python versions Documentation Status Code Coverage Downloads

Demo as GIF image

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:
    • 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 language detection on extracted content

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

External evaluations:

Usage and documentation

For more information please refer to the documentation:

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! Please also feel free to file issues on the dedicated page.

Many thanks to the contributors who submitted features and bugfixes!

Context

Author

This effort is part of methods to derive information from web documents in order to build text databases for research (chiefly linguistic analysis and natural language processing). Extracting and pre-processing web texts to the exacting standards of scientific research presents a substantial challenge for those who conduct such research. Web corpus construction involves numerous design decisions, and this software package can help facilitate text data collection and enhance corpus quality.

https://zenodo.org/badge/DOI/10.5281/zenodo.3460969.svg
@inproceedings{barbaresi-2021-trafilatura,
  title = {{Trafilatura: A Web Scraping Library and Command-Line Tool for Text Discovery and Extraction}},
  author = "Barbaresi, Adrien",
  booktitle = "Proceedings of the Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations",
  pages = "122--131",
  publisher = "Association for Computational Linguistics",
  url = "https://aclanthology.org/2021.acl-demo.15",
  year = 2021,
}

You can contact me via my contact page or GitHub.

To have a chat about the software feel free to book a 15 min slot for video-conferencing.

Software

Software ecosystem

Trafilatura: Italian word for wire drawing.

Known uses of the software.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trafilatura-1.0.0.tar.gz (3.4 MB view hashes)

Uploaded Source

Built Distribution

trafilatura-1.0.0-py3-none-any.whl (180.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page