KobanBanan / trafilatura

Web scraping library and command-line tool for text discovery and extraction (main content, metadata, comments)

Home Page:https://trafilatura.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trafilatura: Web scraping tool for text discovery and retrieval

Logo as PNG image


Python package Python versions Documentation Status Code Coverage Downloads

Demo as GIF image

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.

750 documents, 2236 text & 2250 boilerplate segments (2022-05-18), Python 3.8
Python Package Precision Recall Accuracy F-Score Diff.
html_text 0.5.2 0.529 0.958 0.554 0.682 2.2x
inscriptis 2.2.0 (html to txt) 0.534 0.959 0.563 0.686 3.5x
newspaper3k 0.2.8 0.895 0.593 0.762 0.713 12x
justext 3.0.0 (custom) 0.865 0.650 0.775 0.742 5.2x
boilerpy3 1.0.6 (article mode) 0.814 0.744 0.787 0.777 4.1x
baseline (text markup) 0.757 0.827 0.781 0.790 1x
goose3 3.1.9 0.934 0.690 0.821 0.793 22x
readability-lxml 0.8.1 0.891 0.729 0.820 0.801 5.8x
news-please 1.5.22 0.898 0.734 0.826 0.808 61x
readabilipy 0.2.0 0.877 0.870 0.874 0.874 248x
trafilatura 1.2.2 (standard) 0.914 0.904 0.910 0.909 7.1x

Other 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?

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.

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.

@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.

Software

Software ecosystem

Trafilatura: Italian word for wire drawing.

Known uses of the software.

Corresponding posts on Bits of Language (blog).

About

Web scraping library and command-line tool for text discovery and extraction (main content, metadata, comments)

https://trafilatura.readthedocs.io

License:GNU General Public License v3.0


Languages

Language:Python 100.0%