Node microservice to send links from the links table to Apify and write results to tasks.
Usage:
- Install dependencies
cd crawler
npm install-
Create
.env(copy from.env.example) and set DB andAPIFY_TOKEN. -
Run the service:
- Process all links:
node src/index.jsNotes:
- The script can be run using pm2
- Adjust parallelization and error handling based on volume.