SagarBiswas-MultiHAT/WebSource-Harvester
WebSource Harvester is an educational web-source harvester that crawls a site (BFS, depth-controlled), downloads browser-visible assets (HTML, CSS, JS, images, fonts, PDFs), and rewrites paths so pages work offline, including nested routes. It enforces same-origin limits and is designed for learning, offline analysis, and safe portfolio demos.
This tool helps web developers and security researchers download an entire website's client-side resources, like HTML pages, CSS, JavaScript, images, and PDFs. It reconstructs the site for offline viewing, ensuring all links and assets work correctly even on nested pages. You provide a starting URL and a crawl depth, and it delivers a local folder with all accessible front-end assets.
Use this if you need to create an offline copy of a website's client-side code for educational purposes, client-side security analysis, or demonstrating web crawling logic in a portfolio.
Not ideal if you need to access server-side code, databases, or content behind logins, or if you need to render JavaScript-heavy sites for a full visual copy.
Stars
22
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 02, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/SagarBiswas-MultiHAT/WebSource-Harvester"
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.