Monitoring Runner
Pricing
Pay per usage
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.
Pricing
Pay per usage
The monitoring runner is a part of the Apify Monitoring Suite (apify/monitoring). See its readme for more information and how to use this.
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-datasetThe Apify CLI is the official tool that allows you to use Monitoring Runner locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing NPM:
$npm install -g apify-cliOther API clients include: