https://github.com/jmrchelani/scrap-this-web
API to scrap HTML CSS and JS of a website
https://github.com/jmrchelani/scrap-this-web
javascript scraper web web-scraping
Last synced: about 1 year ago
JSON representation
API to scrap HTML CSS and JS of a website
- Host: GitHub
- URL: https://github.com/jmrchelani/scrap-this-web
- Owner: jmrchelani
- Created: 2021-01-14T08:21:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T17:10:19.000Z (about 5 years ago)
- Last Synced: 2024-11-06T23:40:56.504Z (over 1 year ago)
- Topics: javascript, scraper, web, web-scraping
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Scraper - HTML, CSS and JS Scrapper
Scrap a website's HTML, CSS and JS using this API.
It supports `GET` method like this:
```https://scrap-this-web.herokuapp.com/?url=https://google.com```
For now, All it does is respond with a ZIP file containing all the files (HTML, CSS and JS) of the scrapped website.
Note: Use at your own risk.