Anyone created an Amazon price tracker bot?

To create an Amazon price tracker, I was thinking about implementing dynamic pricing

I can give any product link (only to a specific country, for me it’s Amazon India), so the products are many.

The bot should also be triggered at least twice a day to see if the price has changed and if the price has changed, if it has met the target.

However, I cannot choose the price for many products because the price is in a different position on the screen.

Can I find the current price of a product in the page source without using a get text, can I find it in the inspect element of the page

The currency symbol is also used as an anchor, but when there are also mrp and exchange options, then it’s a mess

Hello @indiedev91

You can use Table extraction here. It will help to capture the pattern-based data also.

Thanks

no this is not what i want, i dont want to use a data extraction its poinless becuase im opening the product page and not searching for it

can you share 2-3 products page link to check the price position
as per I know in amazon price won’t change, sometimes discounted price gets added and for few products price wont be there (option to check with seller)

There are two different price elements: one is a dark grey colored price, and the other is a red price that is enabled when there is a discount

The issue is that the title and the innertext should both be dynamic, and the title changes constantly, there is no fixed text in the title.

My selectors aren’t working anymore

That’s why asking for the current price from a database or something like that makes sense without having to interact with ui