I have an actor that scrapes a table from various URLs. The table format varies across different URLs. Currently, I'm consolidating the data into a single table in the output. Is there a way to push the data into separate tables for each URL, similar to an Excel sheet? I've tried using the storage option, but the user prefers having the tables in the output instead.
Hi, I am building a private actors for my use case which involves logins. I need to save the cookies. What is the best way to save the cookies and use it later within tha actor?