Apify and Crawlee Official Forum

Updated 3 months ago

How can i return multiple output files?

I'm taking an input file from the user through the UI and processing each URL, writing the results into a dataset. However, some URLs might fail during processing, and I want to provide a list of those failed URLs. How can I achieve this in an Apify actor using Python?
A
N
3 comments
You can use logging or output to KV store. Dataset however is single per run, so technically you can create named dataset but it will be confusing for users
So i need to return KV store instead of dataset.
Add a reply
Sign up and join the conversation on Discord