:python: :crawlee: Crawlee for Python webinar: Wednesday 15 October 2025 :crawlee: :python:
Hello all! Following the launch of Crawlee for Python v1.0, we wanted to take some time to showcase the new features for you. π
Join us for a webinar and Q&A on the new Creators' Stage here in Discord at 9AM EST // 1PM GMT // 3PM CEST // 6:30PM IST - I will be your host, so I'm hoping to meet some of you there!
Register here and share with anyone you think might be interested: https://luma.com/r8r3n2q7 π
1 Reply
@ds5 Regarding the raised question about limiting the Actor costs during the Actor runtime, @Josef says:
I would suggest checking the documentation here: https://docs.apify.com/sdk/python/reference/class/ChargingManager .
In code, you can access it, for example, through:
Actor.get_charging_manager. It is a helper class that allows you to get information about pricing and charged events. For example, these methods could be useful to get an idea if it is time to take some action based on already charged events: calculate_total_charged_amount, get_charged_event_count.ChargingManager | API | SDK for Python | Apify Documentation
Provides fine-grained access to pay-per-event functionality.