
Actor Costs
Pricing
Pay per usage

Actor Costs
Get costs and usage stats for your actor use aggregated daily. The actor also provides summary stats for the whole period.
0.0 (0)
Pricing
Pay per usage
3
Monthly users
4
Runs succeeded
>99%
Last modified
a month ago
Get costs and usage stats for your actor use aggregated daily. The actor also provides summary stats for the whole period.
It extends data available on https://console.apify.com/billing/usage with
- Daily usage breakdown
- Arbitrary time period with summary stats for the whole period
- Other useful stats -
runCount
,buildNumbers
,statuses
,origins
Important: Run costs are attributed to a specific date based on the start time of the run. The actor does not exactly report the costs per day or month. E.g. if your run runs for 2 days, this actor will report its cost fully to the first day while https://console.apify.com/billing/usage will correctly split the usage into 2 days. The overall usage for a period should be the same.
Example output
1[{ 2 "date": "2024-02-24", 3 "runCount": 1, 4 "cost": 0.0086, 5 "firstRunDate": "2024-02-24T20:59:22.127Z", 6 "lastRunDate": "2024-02-24T20:59:22.127Z", 7 "buildNumbers": { 8 "0.14.259": 1 9 }, 10 "statuses": { 11 "SUCCEEDED": 1 12 }, 13 "origins": { 14 "WEB": 1 15 } 16}, 17{ 18 "date": "2024-02-16", 19 "runCount": 4, 20 "cost": 0.0838, 21 "firstRunDate": "2024-02-16T10:02:35.200Z", 22 "lastRunDate": "2024-02-16T16:16:02.125Z", 23 "buildNumbers": { 24 "0.14.258": 2, 25 "0.14.257": 2 26 }, 27 "statuses": { 28 "SUCCEEDED": 1, 29 "FAILED": 1, 30 "ABORTED": 2 31 }, 32 "origins": { 33 "WEB": 4 34 } 35}]
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.