extended-salmon•4w ago
For all Stores i dont know yet there is
For all Stores i dont know yet there is more than 600k stores but for the first 10k stores my json data is 7gb
4 Replies
https://docs.apify.com/platform/storage/dataset
The documentation isn’t entirely clear and could use more detail.
I think there’s an inconsistency in the documentation. In one place it states a different limit, but in the API section it says the maximum dataset request payload is 5 MB. Am I missing something?
https://docs.apify.com/api/v2/dataset-items-post
So it seems the limit is 9 MB per request.

extended-salmon•4w ago
interesting. I recall it being 10MB some time back....
It is 9.4MB. You should push it to Apify Dataset, just push it as array of products, not one giant object. Datasets have infinite size, we had datasets with hundreds of millions of products.
If you store it raw to S3 or other clouds, it will be a bit cheaper but you will loose the dataset features.
You could also have 1 dataset per store or group them somehow.