https://github.com/flameart/nicescraper
Web scrapper with deep subpage loader, pagination loop, with Puppeter and clean web-requests
https://github.com/flameart/nicescraper
async framework nodejs pagination scrape-it scraper web-scraping
Last synced: 4 months ago
JSON representation
Web scrapper with deep subpage loader, pagination loop, with Puppeter and clean web-requests
- Host: GitHub
- URL: https://github.com/flameart/nicescraper
- Owner: FlameArt
- Created: 2019-11-11T22:56:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T15:15:19.000Z (over 2 years ago)
- Last Synced: 2025-08-19T01:35:15.184Z (8 months ago)
- Topics: async, framework, nodejs, pagination, scrape-it, scraper, web-scraping
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web scraper for humans
Extended and fully async version of [scrape-it](https://github.com/IonicaBizau/scrape-it)
npm install --save flamescraper
###### Features and usage
* Multiple pages parse per request
* Recursive subpage loading per each parameter with `subpage` field
* Pagination infinity loop, where `Next page` param detected and next page link is finded
* You can select for each page: use `Puppeteer` for SPA sites or default `web request`
* If Convert and How is a string => make functions
* Async `PageConvertor` callback after each page (in pagination) for bulk processing/save results, but with full control after each step
* Async `stopCallback` for stop scraping if results are right for you (for example you scraped next pages last time)