Fabien
03/20/2025, 9:53 AMHall
03/20/2025, 9:53 AMOleg V.
03/20/2025, 11:27 AMhttps://crawlee.dev/api/next/core/interface/SessionPoolOptions#persistStateKeyValueStoreId
It will persist session state in a named KeyValue Store. You can simply create a separate store for each target site.
You can also use Apify's platform (along with Apify SDK) to create your database for storing data. It's already well optimized for all scraping purposes.
More info about Apify's KV store:
- KV store on the platform: https://docs.apify.com/platform/storage/key-value-store
- SDK docs: https://docs.apify.com/sdk/js/docs/guides/session-management
Fabien
03/20/2025, 12:00 PMOleg V.
03/20/2025, 1:34 PM