An open API service indexing awesome lists of open source software.

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

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.