rival-black•2y ago
Is there a way to upload/download RequestQueue data to Apify?
Title.
I would like to sync the data somehow.
4 Replies
magic-beige•2y ago
You can check the API documentation for request queue:
https://docs.apify.com/api/v2#/reference/request-queues/queue-collection
rival-blackOP•2y ago
@Hamza Thanks, I read it, but there seems to be no way to download and upload request queue
magic-beige•2y ago
The following methods are currently available:
Retrieving the requests list through this endpoint: https://docs.apify.com/api/v2#/reference/request-queues/request-collection/list-requests?console=1.
Uploading requests through this endpoint: https://docs.apify.com/api/v2#/reference/request-queues/batch-request-operations/add-requests?console=1.
rival-blackOP•2y ago
Oh interesting, how did I miss that. Thank you @Hamza