crawlee icon indicating copy to clipboard operation
crawlee copied to clipboard

Implement new `apify-client-js` methods in Crawlee storages

Open barjin opened this issue 3 months ago • 0 comments

Since in SDK we want to switch from custom implementation of getPublicUrl to calling the client implementations of those methods (see https://github.com/apify/apify-sdk-js/issues/433), we should add those methods to the local storage implementations in Crawlee as well.

The following methods are missing from the memory-storage in Crawlee (and are supported in apify-client-js):

For KVS:

+ createKeysPublicUrl
+ getRecordPublicUrl

For Dataset:

+ createItemsPublicUrl
+ getStatistics

barjin avatar Sep 11 '25 14:09 barjin