
Monitoring Runner
Pricing
Pay per usage
Go to Store

Monitoring Runner
The monitoring runner is a part of the Apify Monitoring Suite (apify/monitoring). See its readme for more information and how to use this.
4.5 (2)
Pricing
Pay per usage
16
Total users
117
Monthly users
35
Runs succeeded
97%
Last modified
a year ago
You can access the Monitoring Runner 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.
$echo '{< "limit": 1000,< "checkersInput": {< "RESOURCE_STATS_CHECKER": {},< "DEDUPLICATION_CHECKER": {< "uniqueKey": "email"< },< "SCHEMA_VALIDATOR_CHECKER": {< "options": [< {< "resourceList": [< "id",< "id"< ],< "resourceRegex": "",< "minItemCount": 100,< "maxItemCount": 5000,< "validationSchema": "{ address: String, open: Boolean }"< }< ]< }< },< "reportersInput": {< "EMAIL_REPORTER": {< "sendMailInput": {< "to": "info@apify.com",< "subject": "My monitoring task report"< }< },< "SLACK_REPORTER": {< "slackInput": {< "token": "Your token",< "message": "Hey, look what I have done!",< "channel": "#monitoring"< }< },< "DASHBOARD_REPORTER": {< "notifyOnUpdate": true< }< }<}' |<apify call apify/monitoring-runner --silent --output-dataset
Monitoring Runner API through CLI
The Apify CLI is the official tool that allows you to use Monitoring Runner locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: