CA
conscious-sapphire
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
conscious-sapphireOP•12mo 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?
national-gold•11mo ago
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