Scrap pages without url changes

Hello there!

I try to scrap a list of products accessible under category pages.
But the url does not change when navigating through categories. I tried to navigate categories with "link", "element", "pagination", ... with every option, and the scraping can't go through, or the parent element makes it impossible to select child elements (I get the "no parent element found" error message).

Url: https://www.carrefour.fr/catalogue/carrefour/hypermarche-6328_000_2024-cgBj9bQ8/rayons

(to access the url, you have to accept cookies, search the "auteuil" shop and select Carrefour paris auteuil shop.

Starting there, I want to navigate through the categories listed here, and scrap products info.

Thanks for your help, I'm stuck!

Mark

{"_id":"crf-hyper-50-sur-le-deuxieme","startUrl":["https://www.carrefour.fr/catalogue/carrefour/hypermarche-6328_000_2024-cgBj9bQ8/rayons"],"selectors":[{"id":"cat-name","multiple":false,"parentSelectors":["wrapper_for_cat-name_test"],"regex":"","selector":"p","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"p","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"test","multiple":true,"parentSelectors":["wrapper_for_cat-name_test"],"selector":"div.category-card__img-wrapper","type":"SelectorElementClick"},{"id":"image-url","multiple":false,"parentSelectors":["test"],"selector":"img.image--hidden","type":"SelectorImage"},{"id":"wrapper_for_cat-name_test","multiple":true,"parentSelectors":["_root"],"selector":"div.grid-card__item","type":"SelectorElement"}]}

Hi,

Can you elaborate on 'search the "auteuil" shop'? What exactly has to be done?