Monitoring avatar
Monitoring

Pricing

Pay per usage

Go to Store
Monitoring

Monitoring

Developed by

Apify

Maintained by Apify

This actor monitors your actors' statuses, validates their datasets' data, and displays useful information in an interactive dashboard. And if something happens, you'll get notified via email or Slack.

4.4 (5)

Pricing

Pay per usage

14

Monthly users

1

Runs succeeded

75%

Last modified

10 months ago

You can access the Monitoring 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  "dashboardStatisticsFrequency": "Every day at noon",
3  "validationCheckOptions": "/* global ow */\\n// The `ow` variable represents the ow validation variable. More at https://sindresorhus.com/ow/index.html\\n [\\n    {\\n        filter: \\"us\\", // matches all targets with \\"us\\" pattern\\n        minItemCount: 5000,\\n        schema: {\\n            url: ow.string.url,\\n            description: ow.string,\\n        },\\n    },\\n    {\\n        Ids: [\\"A1b2C3d4\\", \\"B1A2d45\\"], // matches 2 targets with specific IDs\\n        schema: {\\n            itemId: ow.number,\\n            region: ow.string,\\n        },\\n    },\\n]",
4  "validationCheckFrequency": "Per run",
5  "duplicationCheckFrequency": "Per run"
6}' |
7apify call apify/monitoring --silent --output-dataset

Monitoring API through CLI

The Apify CLI is the official tool that allows you to use Monitoring locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.