cldellow/datasette-scraper
Add website scraping abilities to Datasette
This tool helps non-technical users gather information from websites by defining what pages to visit and what data to extract. You provide a starting point (like a URL) and rules for what information you're interested in, and it gives you a structured database of that scraped data. It's ideal for analysts, researchers, or marketers who need to collect and organize publicly available web content.
No commits in the last 6 months. Available on PyPI.
Use this if you need to systematically collect data from a moderate number of public web pages (up to about 100,000) and want to store it in an easily accessible database.
Not ideal if you're trying to scrape websites that actively block automated bots or require complex authentication, or if you need to extract data from millions of pages.
Stars
66
Forks
1
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 04, 2023
Commits (30d)
0
Dependencies
7
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/cldellow/datasette-scraper"
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.