@achannarasappa/locust
v1.3.0
Published
Distributed serverless web crawling/web scraping with support for js execution
Downloads
12
Readme
Quick Start
npm install @achannarasappa/locust
Features
- Configuration driven jobs
- Distributed execution model to support serverless architectures
- Handle client-side JavaScript execution
- Data extraction using CSS selectors
- Depth-based stop condition along with support for custom stop conditions
- Robust dev tooling with locust-cli to build and test jobs
Use Cases
- Web indexing (i.e. web crawling)
- Web data extraction (i.e. web scraping)
Reference
- Documentation
- Examples
- Related