scrapely
v0.0.5
Published
The most simple JavaScript scraping framework
Downloads
1
Readme
Scrapely
The most simple JavaScript scraping framework
Table of Contents
Overview
🚧 Scrapely is still in early alpha. Everything is work in progress. 🚧
Features
- Minimal API
- Full CSS3 and partial CSS4 selector support
- Crawling (Soon)
- Pagination (Soon)
Usage
Install
npm install scrapely
Import
import { scrapely } from "scrapely";
API
TODO