https://uttermost.com/Revelation/

https://uttermost.com/Revelation/

Hello Team.

I would like to retrieve data from this page.
It has various product categories >> Paginations >> Product Links >> Product Variants >> Product Details

I have made a script, but it is not fetching the complete data, and I am unable to choose variants

Please help.

{"_id":"Uttermost_Oct25","startUrl":["https://uttermost.com/Revelation/furniture?page=1","https://uttermost.com/Revelation/mirrors?page=1","https://uttermost.com/Revelation/art?page=1","https://uttermost.com/Revelation/wall-decor?page=1","https://uttermost.com/Revelation/lamps?page=1","https://uttermost.com/Revelation/lighting?page=1","https://uttermost.com/Revelation/accessories?page=1"],"selectors":[{"id":"Pagination","paginationType":"clickMore","parentSelectors":["_root","Pagination"],"selector":".align-center button:nth-of-type(2) img","type":"SelectorPagination"},{"id":"Link1","linkType":"linkFromHref","multiple":true,"parentSelectors":["Pagination"],"selector":".gallery-items-zv3 a.item-images--uD","type":"SelectorLink"},{"id":"SKU","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"p.productFullDetail-productSku-vjY","type":"SelectorText"},{"id":"Name","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Retail","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"p.xs_text-right","type":"SelectorText"},{"id":"Price","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"section.productFullDetail-productPriceContainer-o5-","type":"SelectorText"}]}

Can anyone help with this?

Hi,

Here's a reference for how to do pagination and open the product links:

{"_id":"Uttermost_Oct25","startUrl":["https://uttermost.com/Revelation/furniture?page=1","https://uttermost.com/Revelation/mirrors?page=1","https://uttermost.com/Revelation/art?page=1","https://uttermost.com/Revelation/wall-decor?page=1","https://uttermost.com/Revelation/lamps?page=1","https://uttermost.com/Revelation/lighting?page=1","https://uttermost.com/Revelation/accessories?page=1"],"selectors":[{"id":"Pagination","paginationType":"clickMore","parentSelectors":["_root","Pagination"],"selector":".align-center button:nth-of-type(2) img","type":"SelectorPagination"},{"id":"Link1","linkType":"linkFromHref","multiple":false,"parentSelectors":["product-wrapper"],"selector":"[class*=\"item-name-\"]","type":"SelectorLink"},{"id":"SKU","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"p.productFullDetail-productSku-vjY","type":"SelectorText"},{"id":"Name","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Retail","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"p.xs_text-right","type":"SelectorText"},{"id":"Price","multiple":false,"multipleType":"singleColumn","parentSelectors":["Link1"],"regex":"","selector":"section.productFullDetail-productPriceContainer-o5-","type":"SelectorText"},{"elementLimit":0,"id":"product-wrapper","multiple":true,"parentSelectors":["Pagination"],"scroll":true,"selector":"[class*=\"gallery-items-\"] [class*=\"item-root-\"]:has([class*=\"item-name-\"])","type":"SelectorElement"}]}

There are many threads in the forum with examples for how to scrape variants. You can check, for instance: Scraping multiple select boxes (product variations)

Thank You JanAp.
This helped me a lot. I will check the Variants.