Walmart Mexico selector
Hi there, I maade a question and never got the answer. May you please help with Walmart Mexico selector?
Thank you
Hi – sorry I missed this. If you need help with further selectors, I’ve created a channel for price comparison pro on our discord server.
Here’s the selectors for the page you listed above:
Retail price: div[data-automation-id="product-detail-offer-details"] > div:first-child > p, h4[data-automation-id="product-price"]
Sale price: h4[data-automation-id="product-price"]
Also – please note that the Walmart site is using Ajax to populate the page – if you view source on the page, the prices do not exist. That means, to scrape the site you should use the Scraper API Rendered option.