H
H7mo ago

Multi Link Scraping

Trying to find way of scraping multiple links at once but keep getting error when using a loop and scraper inside. (connect ECONNREFUSED) Cheers H
Solution:
Pass the URL as an array from the request body and in the URL pass the item of loop. It will work then.
No description
Jump to solution
3 Replies
Solution
Gaurav Chadha
Gaurav Chadha7mo ago
Pass the URL as an array from the request body and in the URL pass the item of loop. It will work then.
No description
H
H7mo ago
Is there a way to make it faster as I ran as test with 9 links and it took a long time. Is there a way where I use ai to scrape the website and only return the Info I am looking for. This will vary depending on website.
Gaurav Chadha
Gaurav Chadha7mo ago
No cold start could help here. Which will reduce the execution time, available from pro plans. Currently scraping is supported via puppeteer, AI is not requred here, although you can filter the content using AI (creating custom node) based on the response.