stummjr/scrapy-fieldstats
A Scrapy extension to log items coverage when the spider shuts down
When collecting data from websites, it's common to find that some information is missing for certain items. This tool helps web scrapers understand the completeness of their collected datasets by showing what percentage of scraped items contain specific fields, such as 'price' or 'author'. It provides a clear summary upon job completion, allowing for quick quality checks of the scraped output.
No commits in the last 6 months. Available on PyPI.
Use this if you need to quickly assess the quality and completeness of data collected by your web scraping jobs.
Not ideal if you need a highly detailed, item-by-item data validation report rather than an aggregate field coverage summary.
Stars
19
Forks
4
Language
Python
License
MIT
Category
Last pushed
Apr 11, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/stummjr/scrapy-fieldstats"
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.