Single product page

Describe the problem.
I do not see in the documentation how to extract data from a single product page; in my case of http://www.essenthya.it/prodotti
I have a summary page of the products divided by category, and a single product page
http://www.essenthya.it/prodotti/oli-essenziali/14/abete-balsamico-bio
who helps me to create an adequate sitemap?
my current is this:

Url: http://www.essenthya.it/prodotti

Sitemap:

{"_id":"essenthya","startUrl":["http://www.essenthya.it/prodotti/"],"selectors":[{"id":"subcategory","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.nav-prod-lnk","multiple":true,"delay":0},{"id":"item","type":"SelectorElement","parentSelectors":["subcategory","pagination"],"selector":"div.hp-product","multiple":true,"delay":0},{"id":"igm","type":"SelectorImage","parentSelectors":["item"],"selector":"img","multiple":false,"delay":0},{"id":"cat-app","type":"SelectorText","parentSelectors":["item"],"selector":"p.mt_3","multiple":false,"regex":"","delay":0},{"id":"title","type":"SelectorText","parentSelectors":["item"],"selector":"h3.mt_2","multiple":false,"regex":"","delay":0},{"id":"qty","type":"SelectorText","parentSelectors":["item"],"selector":"span.inline-block.left","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["item"],"selector":"span.inline-block.right","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["subcategory"],"selector":"a.none.paginator-box:nth-of-type(n+2)","multiple":true,"delay":0}]}

Hello there!

If you want to scrape a single page, you can go to Sitemap metadata (click needed Sitemap name, then open menu, and go to Metadata), and edit URL - either add or replace current one with desired one. You will need to modify/tune your selectors though.