Hi everyone,
I'm making a Price comparison between multiple Ecommerce, however one of them only has a product grid, I want to extract the price from the top 5 of any given result.
Example:
1st: "variantType":null,"price":{"currencyIso":"PEN","value":149.0
2nd: variantType":null,"price":{"currencyIso":"PEN","value":180.9
So the first one I can extract with regex: RegexpFindOnUrl("url","value":(\w+),1), however, is it possible to get the other 4?.
Thanks in advance,
Joao.