jasniec/WebsiteParser
Simple library which parses web pages into objects usin attributes
This library simplifies the process of extracting specific pieces of information from web pages. You provide the raw HTML content of a page and define what data you want to pull out (like a person's name or birthdate) by describing where it is located on the page. The result is structured data in your application, making web scraping much more straightforward for software developers building applications that need to collect web data.
No commits in the last 6 months.
Use this if you are a software developer needing to extract structured data from websites where you know the HTML structure and want to define your data extraction rules declaratively.
Not ideal if the target websites frequently change their layout or if you need a solution for unstructured data extraction without predefined rules.
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/jasniec/WebsiteParser"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.