CA
Crawlee & Apify9mo ago
exotic-emerald

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!
2 Replies
Hall
Hall9mo ago
View post on community site
This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.
Apify Community
rival-black
rival-black9mo ago
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

Did you find this page helpful?