sangaline/scrapy-wayback-machine
A Scrapy middleware for scraping time series data from Archive.org's Wayback Machine.
This helps developers who need to collect data from websites as they appeared at various points in the past. It takes a website's URL and a time range as input, then retrieves historical snapshots from the Wayback Machine. The output is standard web page data, enhanced with information about the snapshot's date and the archive URL, ready for further processing by web scraping tools.
122 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer already using Scrapy and need to extract structured data from past versions of websites or track how web content has changed over time.
Not ideal if you only need to mirror raw page content without parsing it, or if you prefer to work with command-line tools outside of the Python ecosystem.
Stars
122
Forks
32
Language
Python
License
ISC
Category
Last pushed
Feb 18, 2024
Commits (30d)
0
Dependencies
3
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/sangaline/scrapy-wayback-machine"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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.