
Results Checker
Pricing
Pay per usage
Go to Store

Results Checker
Check the results of your scrapers with this flexible checker. Just supply a dataset or key-value store ID and a few simple rules to get a detailed report.
0.0 (0)
Pricing
Pay per usage
8
Total users
29
Monthly users
1
Last modified
4 years ago
You can access the Results Checker programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "functionalChecker": "() => ({\\n url: (url, item) => typeof url === '\''string'\'' && url.startsWith('\''http'\'') && url.length > 10,\\n myField: (field, item) => true // this means an optional fields (always passes)\\n})"
3}' |
4apify call lukaskrivka/results-checker --silent --output-dataset
Results Checker API through CLI
The Apify CLI is the official tool that allows you to use Results Checker locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: