No data scraped...Please help!

I couldn't get data by using the following sitemap and would really appreciate the help to fix any error...Thank you!

{"_id":"coviddecor","startUrl":["Amazon.com .a-size-mini a, .s-widget-container > div.s-card-container div.a-spacing-none:nth-of-type(1) a.a-text-normal","type":"SelectorLink"},{"delay":0,"id":"next","multiple":true,"parentSelectors":["_root","next"],"selector":"a.s-pagination-item","type":"SelectorLink"},{"delay":0,"id":"product","multiple":false,"parentSelectors":["lists"],"regex":"","selector":"span.product-title-word-break","type":"SelectorText"},{"delay":0,"id":"rating","multiple":false,"parentSelectors":["lists"],"regex":"","selector":"#averageCustomerReviews i.a-icon-star","type":"SelectorText"},{"delay":0,"id":"ratevolume","multiple":false,"parentSelectors":["lists"],"regex":"","selector":"#averageCustomerReviews span.a-size-base","type":"SelectorText"},{"delay":0,"id":"price","multiple":false,"parentSelectors":["lists"],"regex":"","selector":".a-price.a-size-medium span[aria-hidden]","type":"SelectorText"},{"delay":0,"id":"description","multiple":true,"parentSelectors":["lists"],"selector":"div.a-spacing-medium.a-spacing-top-small","type":"SelectorElement"},{"delay":0,"id":"image","multiple":false,"parentSelectors":["lists"],"selector":".itemNo2 img","type":"SelectorImage"},{"delay":0,"id":"available","multiple":false,"parentSelectors":["lists"],"regex":"","selector":"#detailBullets_feature_div li:nth-of-type(1) span:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"rank","multiple":false,"parentSelectors":["lists"],"regex":"","selector":".a-section > ul.a-nostyle.a-vertical:nth-of-type(1) > li > span","type":"SelectorText"},{"delay":0,"id":"detailrating","multiple":false,"parentSelectors":["lists"],"selector":"a.a-link-emphasis","type":"SelectorLink"},{"delay":0,"id":"reviewlist","multiple":true,"parentSelectors":["lists","nextpagereview"],"selector":"a.review-title","type":"SelectorLink"},{"delay":0,"id":"nextpagereview","multiple":false,"parentSelectors":["lists","nextpagereview"],"selector":".a-last a","type":"SelectorLink"},{"delay":0,"id":"reviewname","multiple":false,"parentSelectors":["reviewlist"],"regex":"","selector":".a-size-base.a-link-normal span","type":"SelectorText"},{"delay":0,"id":"reviewer","multiple":false,"parentSelectors":["reviewlist"],"selector":"a.a-profile","type":"SelectorLink"},{"delay":0,"id":"start","multiple":false,"parentSelectors":["reviewlist"],"regex":"","selector":"i.review-rating","type":"SelectorText"},{"delay":0,"id":"stardate","multiple":false,"parentSelectors":["reviewlist"],"regex":"","selector":"span.review-date","type":"SelectorText"},{"delay":0,"id":"starcontent","multiple":false,"parentSelectors":["reviewlist"],"regex":"","selector":".review-text span","type":"SelectorText"},{"delay":0,"id":"helpful","multiple":false,"parentSelectors":["reviewlist"],"regex":"","selector":"span.a-color-tertiary","type":"SelectorText"}]}

your sitemap is not formatted well
Format so I can help you

@Ginger202020 Hello, it seems that the issue lies in the way you have structured the pagination and product page selectors.

Try to update your sitemap using the following example:

{"_id":"coviddecor0","startUrl":["https://www.amazon.com/s?k=covid+decor"],"selectors":[{"delay":0,"id":"product-page","multiple":true,"parentSelectors":["product-link"],"selector":"body:has(h1#title)","type":"SelectorElement"},{"id":"next","paginationType":"auto","parentSelectors":["_root","next"],"selector":"a.s-pagination-next","type":"SelectorPagination"},{"delay":0,"id":"product","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"span.product-title-word-break","type":"SelectorText"},{"delay":0,"id":"rating","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"#averageCustomerReviews i.a-icon-star","type":"SelectorText"},{"delay":0,"id":"ratevolume","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"#averageCustomerReviews span.a-size-base","type":"SelectorText"},{"delay":0,"id":"price","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":".a-price.a-size-medium span[aria-hidden]","type":"SelectorText"},{"delay":0,"id":"description","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"div.a-spacing-medium.a-spacing-top-small","type":"SelectorText"},{"delay":0,"id":"image","multiple":false,"parentSelectors":["product-page"],"selector":".itemNo2 img","type":"SelectorImage"},{"delay":0,"id":"available","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"#detailBullets_feature_div li:nth-of-type(1) span:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"rank","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":".a-section > ul.a-nostyle.a-vertical:nth-of-type(1) > li > span","type":"SelectorText"},{"delay":0,"id":"reviewlist","multiple":false,"parentSelectors":["product-page"],"selector":".a-spacing-top-extra-large a","type":"SelectorLink"},{"delay":0,"id":"nextpagereview","multiple":true,"parentSelectors":["reviewlist","nextpagereview"],"selector":".a-last a","type":"SelectorLink"},{"delay":0,"id":"reviewname","multiple":false,"parentSelectors":["review-wrapper"],"regex":"","selector":".a-size-base.a-link-normal span","type":"SelectorText"},{"delay":0,"id":"reviewer","multiple":false,"parentSelectors":["review-wrapper"],"selector":"a.a-profile","type":"SelectorLink"},{"delay":0,"id":"start","multiple":false,"parentSelectors":["review-wrapper"],"regex":"","selector":"i.review-rating","type":"SelectorText"},{"delay":0,"id":"stardate","multiple":false,"parentSelectors":["review-wrapper"],"regex":"","selector":"span.review-date","type":"SelectorText"},{"delay":0,"id":"starcontent","multiple":false,"parentSelectors":["review-wrapper"],"regex":"","selector":".review-text span","type":"SelectorText"},{"delay":0,"id":"helpful","multiple":false,"parentSelectors":["review-wrapper"],"regex":"","selector":"span.a-color-tertiary","type":"SelectorText"},{"delay":0,"id":"product-link","multiple":true,"parentSelectors":["next"],"selector":".s-featured-result-item .a-size-mini a, .celwidget > div.s-include-content-margin div.a-spacing-none:nth-of-type(1) a","type":"SelectorLink"},{"delay":0,"id":"review-wrapper","multiple":true,"parentSelectors":["reviewlist"],"selector":"div.review-views > div[data-hook=\"review\"]","type":"SelectorElement"}]}

Also, there's a template sitemap available for this website at - Community Sitemaps Web Scraper Cloud

Thank you very much! It's working!

Thank you for the information! The problem was fixed.