Results Checker avatar

Results Checker

Try for free

No credit card required

View all Actors
Results Checker

Results Checker

lukaskrivka/results-checker
Try for free

No credit card required

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.

You can access the Results Checker programmatically from your own applications by using the Apify API. You can 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:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 8 stars
  • Created in May 2019
  • Modified over 3 years ago
Categories