Scraping walmart

I am trying to scrape walmart's flash deals. When I try to setup Title, and then select Text, then go to select the element, I only get the whole box as below:
image
I can't seem to select the text inside the box.

Url: deals flash deals - Walmart.com

Sitemap:
{"_id":"walmart","startUrl":["https://www.walmart.com/shop/deals/flash-deals"],"selectors":[{"id":"element-wrapper","multiple":true,"parentSelectors":["_root"],"selector":"div.mh5-l","type":"SelectorElement"}]}

something like this:

{"_id":"walmart","startUrl":["https://www.walmart.com/shop/deals/flash-deals"],"selectors":[{"id":"element","multiple":true,"parentSelectors":["_root"],"selector":"div[role=\"group\"]","type":"SelectorElement"},{"id":"price","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[data-automation-id=\"product-price\"] div","type":"SelectorText"},{"id":"URL","linkType":"linkFromHref","multiple":false,"parentSelectors":["element"],"selector":"a[link-identifier]","type":"SelectorLink"}]}
1 Like