Apify and Crawlee Official Forum

Updated 4 months ago

Pushing Multiple tables

Hi everyone,

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.
P
S
2 comments
Hi ,
The only way how to manipulate the view in output tab is using the OutputSchema https://docs.apify.com/academy/deploying-your-code/output-schema But this will allow you to only see the same table with different columns or format, but not multiple different tables.

Another way would be to storing these tables as HTML pages into KV-store but as you mentioned I am not sure if it fulfill your needs.
Yeah, I found pushing multiple different tables in the output is impossible. I have opted to use the KV-store to store the data.
Add a reply
Sign up and join the conversation on Discord