A&C
Apify & Crawlee
B
Apify & Crawlee
•
3y ago
brilliant-lime
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
.
Apify & Crawlee
Join
This is the official developer community of Apify and Crawlee.
13,249
Members
View on Discord
Was this page helpful?
Yes
No
S
spontaneous-moccasin
•
7/26/23, 11:45 AM
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
.
B
brilliant-lime
OP
•
7/26/23, 2:52 PM
Thanks
@vojtechmaslan This webhook needs to be setup for each actor
, right
?
S
spontaneous-moccasin
•
7/26/23, 5:02 PM
Yes
, exactly
.