Hi guys
I want to pass data to the requestQueue , how can I do it in Apify platform v3.1 ?
I were searching and saw this instruction: https://docs.apify.com/academy/node-js/request-labels-in-apify-actors. However Apify.openRequestQueue is deprecated in Apify v3.1
You can find my code in attachment
Please help . Thank you
#Pass userData to request in Apify platform v3.1
1 messages · Page 1 of 1 (latest)
crawler.addRequests works for me https://crawlee.dev/api/cheerio-crawler/class/CheerioCrawler#addRequests
Thank @low monolith . I extracted the the data from request.userData wrongly.