Scheduled API scraping made easy π€πΌ
- Setup Scraping Jobs with Endpoints, Headers and Crontabs
- Parse the returned data and send notifications if needed
- Manage and monitor your Jobs using a webapp
A SvelteKit application used to CRUD your scraping jobs.
The code can be found here.
A Node.js Script scheduling scraping jobs and executing parser functions.
Parser functions are used to analyze the data and send out notifications if needed.
The code can be found here.