Hello All,
I would like to ask for help or suggestions whether it is possible with this tool or not.
Problem is: I would like to scrape product name, retailer chain and price per retailer from this page:
arfigyelo
Here you can see different products that shows price per retailer chains. I would like to click to each product (since there is no link in the HTML) and get the product name, and price per retailer chains where it is distributed. I paste my sitemap, after one click of the product it returns and gives only the first product data.
Thank you in advance!
Url: Árfigyelő
Sitemap:
{"_id":"arfigyelo","startUrl":["https://arfigyelo.gvh.hu/k/haztartas/haztartasi_papiraru_csomagolo?order=unitAmount_asc"],"selectors":[{"id":"Pagination","paginationType":"auto","parentSelectors":["_root","Pagination"],"selector":"button.btn-lg","type":"SelectorPagination"},{"id":"ProductName","multipleType":"singleColumnWithSeparator","parentSelectors":["ProductClick"],"regex":"","selector":"h3","type":"SelectorText"},{"id":"Chain","multipleType":"singleColumnWithSeparator","parentSelectors":["ProductClick"],"regex":"","selector":"div.chain-name","type":"SelectorText"},{"id":"Price","multipleType":"singleColumnWithSeparator","parentSelectors":["ProductClick"],"regex":"","selector":".d-inline-flex div:nth-of-type(2) span","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"div.card-body","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","id":"ProductClick","multiple":true,"parentSelectors":["Pagination"],"selector":"div#layout-content","type":"SelectorElementClick"}]}