Skip to content

genkoph/scrapely

Repository files navigation

Scrapely

npm GitHub GitHub Workflow Status (with event) node-current

The most simple JavaScript scraping framework

image

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

License

MIT