Apify scrape taking longer than make.com timeout

Hey guys,

I’m trying to scrape google maps businesses in apify using a google sheet input from make.
However, the scraping usually takes longer than the 120s timeout from make.com when running the task sequentially.

Do you guys have a tip to sequentially run the actor only once it’s finished it’s last job?

Hey Hubert, were you able to resolve this? I ran into a similar limitation :frowning:

Yes! You have to finish the workflow, so for example pull scraped data into a google sheet, and It’ll iterate one by one.

Actually very simple.

Thank you! Our issues are slightly similar but different actually. My timeout occurs because my scrape is over 120 seconds so what I’m trying to do watch when the scrape itself is complete. However, there’s no native Apify module that allows me to watch for when a scrape is completed to then trigger another automation workflow.