Web scraping of current prices from a selected number of online stores for specific products

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)

  • Number of products: 500–1,000

  • Online stores: BestBuy, Amazon, Walmart, Costco, Target, MicroCenter

If anyone can suggest a solution, or maybe already has a ready-made one, I’d really appreciate it.
Thank you!

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.

Can you implement something like this?
And how much will it cost?
Or can you recommend specialists who are capable of implementing it?

Check out the Apify Store, all that you mentioned (BestBuy Amazon etc.) have prebuilt scrapers that you can use.

I have built e-commerce price trackers before. Contact me (or DM) if you’re interested in having it built.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.