A&C
Apify & Crawlee
I
Apify & Crawlee
•
2y ago
instant-harlequin
Is there a way to upload/download RequestQueue data to Apify?
Title
.
I would like to sync the data somehow
.
Apify & Crawlee
Join
This is the official developer community of Apify and Crawlee.
13,249
Members
View on Discord
Was this page helpful?
Yes
No
B
brilliant-lime
•
3/19/24, 7:37 AM
You can check the API documentation for request queue
:
https://docs.apify.com/api/v2#/reference/request-queues/queue-collection
API reference | Apify Documentation
I
instant-harlequin
OP
•
3/19/24, 1:55 PM
@Hamza Thanks
, I read it
, but there seems to be no way to download and upload request queue
B
brilliant-lime
•
3/20/24, 2:27 AM
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
.
API reference | Apify Documentation
I
instant-harlequin
OP
•
3/20/24, 5:29 PM
Oh interesting
, how did I miss that
. Thank you
@Hamza