Hello everyone, I need help finding a solution to this task.
Every day, it is necessary to retrieve prices for certain products from specific online stores.
1 product = 3–4 online stores (a price range for each product is required)
I would go with an apify scraper/crawler (e.g website content crawler) and then connect it to your workflow as an HTTP node.
Inputs - product URLs, call out the scraper, then retrieve the results directly/by code if possible or add an AI agent node to go through the website and output the price.