How can I scrape data from product page itself not archive page?

I want to scrape data not from the shop page or archive page, I want to scrape data from the product page itself. Because as you know not all data are found on the shop page.

the sitemap is not constant it has an end extension that is vary depending on the product. for example, the url of products is https://website.com/fashion/[product-name]/
[product-name] is the variable and it is not numbers so i can't replacce it with [1-100]

i tried to enter url of products is https://website.com/fashion/*/
so it detect any link in directory : https://website.com/fashion/

but it didn't help..

in brief words
E-commerce site with multiple categories, subcategories, different data. But all are not loaded on one page. I need to get access to each product to add selectors

please help guys

Sitemap:
{id:"sitemap code"}

Hi @Youssuf_Abramo
Would you share your sitemap or website URL?