fascinating-indigo
fascinating-indigo2y ago

Webhooks - website content crawler

Hey, I'm using website content crawler actor to crawl website. I want to show crawl status update on the client's side like what pages it's found, I've looked into integration/webhooks for this but I can only get ACTOR.RUN.CREATED and ACTOR.RUN.SUCCEEDED', is there any other way I can get the status updates? thanks
1 Reply
Lukas Krivka
Lukas Krivka2y ago
You will need to ping the run via API periodically from your server. The webhooks only fire once something ends, not in the middle of the run.

Did you find this page helpful?