Pay Per Event Example
Pricing
Pay per event
Pay Per Event Example
Example usage of the new Pay-per-event billing model.
0.0 (0)
Pricing
Pay per event
1
Monthly users
3
Runs succeeded
>99%
Last modified
4 months ago
Actor Pay-per-event charging example
This example demonstrates how to use the Actor Pay-per-event charging feature. It uses ChargingManager
class and pushDataPPEAware
function to ensure consistent charging for the actor.
This is a preview feature. Apify team is working on implementing similar functionality directly into the JS & Python SDKs.
Source code
Available here: https://github.com/metalwarrior665/actor-charge-manager-poc
Features
- Only charge for events defined for that Actor run
- Only charge up to user-defined
Max Total Charge Usd
- Correctly sync charging state after restarts
- Only push dataset items that we previously charged for
- Is backward compatible with Pay-per-result billing (for pricing transition)
- Pushes metadata about each event to an unnamed metadata dataset
Non-features
This example doesn't show how to implement a solution for the whole Crawlee crawler. In that case, you should pass chargingManager
around in context and use await crawler.teardown()
once the charging manager returns eventChargeLimitReached
true (or if you cannot squeeze more events into chargingManager.eventChargeCountTillLimit(eventId)
)
Example run
Example run with priced events: https://console.apify.com/view/runs/WxEqtS7CQee4biw4S. See also generated metadata dataset
Pricing
Pricing model
Pay per eventThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Actor start per 1 GB
$0.005
Flat fee for starting an Actor run for each 1 GB of memory.
Product result
$0.002
One product page scraped.