A&C
Apify & Crawlee
U
Apify & Crawlee
β’
13mo ago
uncertain-scarlet
using the JS SDK, and the run ID, can I
using the JS SDK
, and the run ID
, can I fetch the dataset from that run
? I
'm having a hard time understanding the docs for this task
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
A
azzouzana
β’
12/7/24, 9:37 PM
Hi
Yes you definitely can
.
First you load the
with your api key
. Then you get the actor run by ID
(See
its doc
) using the
method This will return a RunClient
(see its
doc
) that you can use to fetch its dataset by using the
method
U
uncertain-scarlet
OP
β’
12/7/24, 9:49 PM
ok nice
.
. i
'll give that a go
U
uncertain-scarlet
OP
β’
12/7/24, 9:49 PM
thanks
!
A
azzouzana
β’
12/7/24, 11:29 PM
You
're welcome
apifyClient
apifyClient
run(id)
run(id)
dataset()
dataset()