Skip to content

extractnet

116 9 8 MIT
2.0.7 (6 Nov 2022) Dec 11 2020 187 (month)

ExtractNet is an automated web data extraction tool using machine learning to parse HTML and text data.

This tool can be used in web scraping to automatically extract details from scraped HTML documents. While it's not as accurate as structured extraction using HTML parsing tools like CSS selectors or XPath it can still parse a lot of details.

Example Use


import requests
from extractnet import Extractor

raw_html = requests.get('https://currentsapi.services/en/blog/2019/03/27/python-microframework-benchmark/.html').text
results = Extractor().extract(raw_html)
{'phone_number': '555-555-5555', 'email': 'example@example.com'}

Alternatives / Similar


1,518 2020.1.16 (3 years ago) Dec 14 2008 compare
783 0.16.0 (4 months ago) Oct 27 2015 compare
2,210 1.6.2 (2 months ago) Jul 17 2019 compare
13,294 0.2.8 (5 years ago) Dec 28 2012 compare
2,386 0.8.1 (3 years ago) Jun 30 2011 compare
3,289 0.11.0 (1 year, 1 month ago) Oct 20 2013 compare
10,120 1.1.9 (5 years ago) Aug 24 2018 compare

Other Languages

2,299 v1.2.1 (8 months ago) Apr 20 2016 compare