How do I wrap the site that has product element seperated with price?

I'm trying to scrap the products in a Korean electronic online market called 'Danawa'.
In this store the product wrap is seperated with the price(are not in one wrap).
How do I scrap such page like this?

Url: PC견적 : 샵다나와

Sitemap: I don't know what this is
{id:"sitemap code"}

Something like this way:

{"_id":"danawa","startUrl":["https://shop.danawa.com/virtualestimate/?controller=estimateMain&methods=index&marketPlaceSeq=16&logger_kw=dnw_gnb_esti"],"selectors":[{"id":"element","multiple":true,"parentSelectors":["next"],"selector":"tr[class*=\"productList\"]","type":"SelectorElement"},{"id":"next","paginationType":"clickOnce","parentSelectors":["_root","next"],"selector":"li.pagination-box__item:nth-of-type(n+2) a","type":"SelectorPagination"},{"id":"name","multiple":false,"parentSelectors":["element"],"regex":"","selector":".subject a","type":"SelectorText"},{"extractAttribute":"onclick","id":"link","multiple":false,"parentSelectors":["element"],"selector":".subject a","type":"SelectorElementAttribute"},{"id":"price","multiple":false,"parentSelectors":["element"],"regex":"","selector":"span.prod_price","type":"SelectorText"}]}