
Actors Monitoring
Pricing
Pay per usage
Go to Apify Store

Actors Monitoring
Under maintenance0.0 (0)
Pricing
Pay per usage
0
2
1
Last modified
2 days ago
Pricing
Pay per usage
0.0 (0)
Pricing
Pay per usage
0
2
1
Last modified
2 days ago
actorMode
EnumRequired
Choose which type of report to generate.
"compare": string"monthly": string
Default value of this property is "monthly"
useDirectActorRuns
booleanOptional
If enabled, fetches runs directly from actors instead of going through tasks. This is useful for monitoring Actors without tasks.
Default value of this property is true
emailRecipients
arrayOptional
List of email addresses to receive the generated reports.
token
stringOptional
Optional Apify API token. If not provided, will use the current user token.
actorNameInclude
arrayOptional
Only process actors whose names contain any of these substrings.
taskNameInclude
arrayOptional
Only process tasks whose names contain any of these substrings. (Ignored when Direct Actor Runs is enabled)
taskNameExclude
arrayOptional
Skip tasks whose names contain any of these substrings. (Ignored when Direct Actor Runs is enabled)
filterRunsByStatus
arrayOptional
Run statuses to filter by in monthly reports. If not provided, all statuses will be included.
Default value of this property is []
compareRunId1
stringOptional
Optional: Specific run ID for comparison. If both compareRunId1 and compareRunId2 are provided, these specific runs will be compared instead of fetching the most recent runs. Only used in compare mode.
compareRunId2
stringOptional
Optional: Second specific run ID for comparison. If both compareRunId1 and compareRunId2 are provided, these specific runs will be compared instead of fetching the most recent runs. Only used in compare mode.
fieldsAndCompareStrategy
objectOptional
Specify how each field should be compared between runs. If not provided, the system will use intelligent auto-detection.
Default value of this property is {}
combineEmails
booleanOptional
When enabled, all comparisons are combined into a single email with one unified table. When disabled, each comparison is sent as a separate email.
Default value of this property is true
notifyOnSignificantChange
booleanOptional
When enabled, comparison emails are only sent if the items count difference between runs exceeds 5%. This reduces noise from minor fluctuations in dataset sizes while ensuring you're notified of meaningful changes in data volume. Examples: 1,000 → 1,030 items (+3%): No email sent | 1,000 → 1,060 items (+6%): Email sent | 0 → any items: Always email sent.
Default value of this property is true
customDimensions
arrayOptional
Define custom dimensions for organizing runs in monthly reports beyond the default time-based categorization.