A&C
Apify & Crawlee
F
Apify & Crawlee
•
3y ago
faint-white
How to pass data (req.body) to an Actor?
I attached a screenshot showing my endpoint
(express
) that receives data from the request body
, but I
'm not sure how to pass that data down to my actor
?
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
O
Oleg V.
•
10/3/23, 1:16 PM
What is in the response
's body
?
Input for some actor
(scraper
)
?
Maybe You need to use call
(
) method
?
https://docs.apify.com/api/client/js/reference/class/ActorClient#call
ActorClient | API | API client for JavaScript | Apify Documentation
F
faint-white
OP
•
10/3/23, 8:30 PM
Thanks
@Oleg V
. that is what was needed