passive-yellow
passive-yellow3y ago

How to automatically get export results from a schedule run into my custom server that will take the

I'm using Apify and want to schedule a run and process the data on my server without logging into the Apify application.
3 Replies
old-apricot
old-apricot3y ago
Hey @Nikunj, you can set up a webhook integration that will call an endpoint on your server when the run is finished. The data passed by the Apify platform contain the default dataset ID, so you can access it and process your data.
passive-yellow
passive-yellowOP3y ago
Thanks @vojtechmaslan This webhook needs to be setup for each actor, right?
old-apricot
old-apricot3y ago
Yes, exactly.

Did you find this page helpful?