Crawler In Act Test
Pricing
Pay per usage
Go to Apify Store

Finish webhook URL (
Crawler In Act Test
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Jakub Drobník
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
8 years ago
Last modified
Categories
Share
apify-act-check-crawler-results
This act checks crawler results and send notification if finds some errors. It is designed to run from crawler finish webhook.
Usage
For a specific crawler set the following parameters:
Finish webhook URL (finishWebhookUrl)
https://api.apify.com/v2/acts/drobnikj~check-crawler-results/runs?token=APIFY_API_TOKEN
Finish webhook data
sampleCount
- Number
- Number of results that act checks
- Default is 1000
minOutputtedPages
- Number
- Indicates minimum outputted pages of crawler to checks if attribute is set.
jsonSchema
- Object
- If jsonSchema is set act check all sample results against schema.
compareWithPreviousExecution
- Boolean
- If compareWithPreviousExecution is set to
trueact compare results with previous execution. - If
tagfor execution is set compare act result from previous results with same tag.