Apify and Crawlee Official Forum

Updated 3 months ago

Read partial results when actor timed out

Hi there

Is it possible to use the Python apify-client to read whatever results an actor managed to scrape before it timed out?

Thanks!
O
1 comment
Yes, it's possible.

you can fetch the dataset that holds the scraped results, even if the actor didn't complete its execution

method in docs :
https://docs.apify.com/api/client/python/reference/class/DatasetClient#list_items
Add a reply
Sign up and join the conversation on Discord