Best way to scrape prices

@Favarelaa

you can follow this

  1. Use for each ui element on the parent full card or element containing all details
  2. Inside for each ui element use find children with each filter as you need …and if any child found extract the price using get attribute else move to next element

Hope this helps

cheers