eastern-cyan•15mo ago
Getting callbacks after extraction is completed
Hello,
Is there any callbacks we can able to get from apify when the web extraction is done?
2 Replies
eastern-cyanOP•15mo ago
Currently we are using polling lib, to get the status of the extraction using "run id".
Meanwhile, is there any callbacks that will trigger when the extraction is completed?
You can try to use webHooks:
https://docs.apify.com/platform/integrations/webhooks
or wait for async .call() => https://docs.apify.com/sdk/python/reference/class/Actor#call