BitingSnakes/silkworm
Async web scraping framework on top of Rust. Works with Free-threaded Python (`PYTHON_GIL=0`).
This project helps you gather information from websites quickly and efficiently. You provide the web addresses and tell it what pieces of information you need from each page (like product names or prices), and it returns that data in a structured format like a spreadsheet or database. It's designed for market researchers, data analysts, or anyone who needs to collect public web data for analysis.
Use this if you need to extract specific data from many web pages and organize it without writing complex code from scratch.
Not ideal if you only need to download a few static files or if your data collection needs are very simple and don't require handling complex website structures or anti-scraping measures.
Stars
51
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/BitingSnakes/silkworm"
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.