{"info":{"_postman_id":"e643a26a-e701-40ef-8397-6d8aea8141d0","name":"SellerApp Custom APIs","description":"<html><head></head><body><p>SellerApp custom APIs collection documentation.</p>\n<p><strong>API Endpoint</strong>:<br>You would typically access the SellerApp API using an HTTPS request to a specific endpoint provided by SellerApp. The exact URL endpoint will depend on the API documentation and the integration method you are using (RESTful API, GraphQL, etc.).</p>\n<p><strong>Authentication</strong>:<br>SellerApp's API likely requires authentication to ensure that only authorized users or applications can access the data. Common methods of authentication include API keys, OAuth tokens, or other credentials. You may need to include these credentials in your API request headers.</p>\n<p><strong>Response format:</strong><br>The response is always a JSON. Every response will contain information about your current API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27769832","collectionId":"e643a26a-e701-40ef-8397-6d8aea8141d0","publishedId":"2s93sW7aEX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-02T12:23:22.000Z"},"item":[{"name":"Product Details","id":"b3336bf3-e10a-4075-8cdc-a28c8866b89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"your-token","type":"default"},{"key":"token","value":"your-token","type":"default"}],"url":"https://api.sellerapp.com/sellmetricsv2/products?product_specifications=1&potential_detail=1&price_detail=1&fee_detail=1&ratings=1&promotions=1&realtime_data=1&geo=us&productIds=B086KY66PJ'","description":"<p><strong>#1: Get Products API</strong> .<br /><em>Token consumed : 1 per product</em></p>\n<p>This API will return the product details of the requested ProductID's or UPC codes. Please refer <strong>API response groups</strong> section below to get complete detail on the data points returned by this API.<br />[ Note:<code>Product attributes</code> section is returned by default and the corresponding optional parameters mentioned below should be passed to get each of the other attributes respectively ]</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productIds</code> or <code>upc_ids</code>: The unique identifier of the product you want to retrieve details for.<br />  In case of multiple product IDs, delimit each product ID by a comma. A maximum of 20 ASINs/UPC codes can be provided in a single request. In a single request, either ASINs or UPC's can be provided, but not both. Example: <code>&amp;productIds=B00CHJEJG8,B0CHF328XB</code></p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters</strong>:</p>\n<ul>\n<li><p><code>fee_detail</code> : Pass the fee_detail parameter as 1 to get the Amazon fee attributes of the product.<br />  Example: <code>&amp;fee_detail=1</code>.<br />  <em>Additional tokens consumed per product: 2</em></p>\n</li>\n<li><p><code>price_detail</code> <strong>:</strong> Pass the price_detail parameter as 1 to get the Amazon price attributes of the product.<br />  Example: <code>&amp;price_detail=1</code>.<br />  <em>Additional tokens consumed per product: 1</em></p>\n</li>\n<li><p><code>potential_detail</code> : Pass the potential_detail parameter as 1 to get the amazon Sales/Revenue Estimates attributes of the product<br />  <em>Additional tokens consumed per product: 2</em></p>\n</li>\n<li><p><code>ratings</code> : Pass the ratings parameter as 1 to get the Amazon ratings attributes of the product.<br />  Example: <code>&amp;ratings=1</code>.<br />  <em>Additional tokens consumed per product: 1</em></p>\n</li>\n<li><p><code>realtime_data</code> <strong>:</strong> Pass the update parameter as 1 to perform a real-time scrape of the Amazon listing page before returning the data.<br />  Example: <code>&amp;realtime_data=1</code> .<br />  Additional tokens consumed per product: 3</p>\n</li>\n<li><p><code>additional_attributes</code> : Pass the ratings parameter as 1 to get the additional attributes which are dynamically provided by amazon additional attributes data points provided below<br />  Example: <code>&amp;additional_attributes=1</code><br />  No Additional tokens consumed</p>\n</li>\n<li><p><code>promotions</code> : Pass the promotions parameter as 1 to get the amazon product promotions attributes of the product<br />  <em>Additional tokens consumed per product: 4</em></p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ] .</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n<p><strong>API response groups :</strong></p>\n<p>Product Details are divided into the following sections:</p>\n<ul>\n<li><p>Product attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>ASIN: ASIN is a unique alphanumeric identifier assigned by Amazon to each product in its catalog.</p>\n</li>\n<li><p>Title: The title is the name or label of the product.</p>\n</li>\n<li><p>Images: Images are visual representations of the product.</p>\n</li>\n<li><p>Brand: Brand indicates the manufacturer or company responsible for producing the product.</p>\n</li>\n<li><p>Category: The category classifies the product into a specific group or industry.</p>\n</li>\n<li><p>BSR (Best Seller Rank): BSR is a ranking system on Amazon that shows how well a product is performing in a particular category.</p>\n</li>\n<li><p>Release Date: Release date refers to the date when the product was launched or made available for purchase.</p>\n</li>\n<li><p>Description: The description provides detailed information about the product.</p>\n</li>\n<li><p>Key Points:</p>\n</li>\n<li><p>Manufacturer: The manufacturer is the company or entity that produced or created the product.</p>\n</li>\n<li><p>URL: The URL is the web address or link to the product's page on an online platform</p>\n</li>\n<li><p>Number of Sellers: The count of sellers selling the requested product on Amazon</p>\n</li>\n<li><p>RelationShip : Parent child relationship of the given product</p>\n</li>\n</ul>\n</li>\n<li><p>Amazon fee attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>Referral Fee: The referral fee is a commission that Amazon charges sellers for each item sold on its platform.</p>\n</li>\n<li><p>Closing Fee: The closing fee is a fixed fee that Amazon charges</p>\n</li>\n<li><p>FBA Fee: The FBA fee is associated with the use of Amazon's fulfillment services.</p>\n</li>\n</ul>\n</li>\n<li><p>Amazon price attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>Landed Price New: Landed Price New is the total cost that a buyer pays for a new product, including the product's price and shipping fees.</p>\n</li>\n<li><p>Listing Price New: Listing Price New refers to the base price of a new product before any additional costs, such as shipping fees, are applied.</p>\n</li>\n<li><p>Shipping Price New: Shipping Price New is the cost associated with shipping a new product to the customer.</p>\n</li>\n<li><p>Landed Price Used: Landed Price Used is similar to Landed Price New, but it applies to used or pre-owned products.</p>\n</li>\n<li><p>Listing Price Used: Listing Price Used is the base price set by the seller for a used product before any additional costs are factored in.</p>\n</li>\n<li><p>Shipping Price Used: Shipping Price Used represents the shipping cost associated with a used product.</p>\n</li>\n<li><p>Points New: Points New typically refers to any loyalty or reward points that can be earned or redeemed when purchasing a new product.</p>\n</li>\n<li><p>Points Used: Points Used is similar to Points New, but it applies to used product purchases.</p>\n</li>\n<li><p>Currency Code: Currency Code indicates the currency in which prices are quoted.</p>\n</li>\n</ul>\n</li>\n<li><p>Product specifications attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>GTIN (<strong>Global Trade Item Number</strong>) Code: GTIN is a standardized identifier used to uniquely distinguish products worldwide.</p>\n</li>\n<li><p>UPC (<strong>Universal Product Code</strong>) Code: UPC is a specific type of GTIN used predominantly in North America.</p>\n</li>\n<li><p>Is Adult Product: This attribute indicates whether the product is intended for adult audiences.</p>\n</li>\n<li><p>Model Number: The model number is a unique identifier assigned to a specific version or model of a product by the manufacturer.</p>\n</li>\n<li><p>Part Number: A part Number is a code or reference number used to identify a specific component or part within a product.</p>\n</li>\n<li><p>Parent ASINs: Parent ASINs are used in Amazon's product catalog to group together variations of the same product.</p>\n</li>\n<li><p>Number Of Items: This attribute specifies the quantity of items included in a product listing or package.</p>\n</li>\n<li><p>Package Dimensions: This attribute specifies the height, length, width and weight of the packaged product.</p>\n</li>\n<li><p>Item Dimensions: This attribute specifies the height, length, width and weight of the original product.</p>\n</li>\n<li><p>Batteries Required: This attribute specifies whether batteries are required for the product to operate smoothly.</p>\n</li>\n</ul>\n</li>\n<li><p>Sales/Revenue Estimates attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>Sales estimate low: The Sales Estimate Low represents the lower end or minimum estimate of the number of units a product is expected to sell over a day.</p>\n</li>\n<li><p>Sales estimate high: The Sales Estimate High is the upper end or maximum estimate of the number of units a product is expected to sell over a day.</p>\n</li>\n<li><p>Revenue estimate low: The Revenue Estimate Low represents the minimum expected revenue generated from the sales of a product over a day.</p>\n</li>\n<li><p>Revenue estimate high: The Revenue Estimate High represents the maximum expected revenue generated from the sales of a product over a day.</p>\n</li>\n</ul>\n</li>\n<li><p>Ratings attributes :<br />  Data points provided:</p>\n<ul>\n<li><p>Ratings: overall ratings for the product</p>\n</li>\n<li><p>Number of Ratings : how many users rate that product</p>\n</li>\n</ul>\n</li>\n<li><p>Additional attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>Item Form</p>\n</li>\n<li><p>Material Feature</p>\n</li>\n<li><p>Diet Type</p>\n</li>\n<li><p>Color</p>\n</li>\n<li><p>Material</p>\n</li>\n</ul>\n</li>\n<li><p>Promotions attributes:<br />  Data points provided:</p>\n<ul>\n<li><p>deals</p>\n</li>\n<li><p>promo_details</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","products"],"host":["api","sellerapp","com"],"query":[{"key":"product_specifications","value":"1"},{"key":"potential_detail","value":"1"},{"key":"price_detail","value":"1"},{"key":"fee_detail","value":"1"},{"key":"ratings","value":"1"},{"key":"promotions","value":"1"},{"key":"realtime_data","value":"1"},{"key":"geo","value":"us"},{"key":"productIds","value":"B086KY66PJ'"}],"variable":[]}},"response":[{"id":"c0b2389e-7064-4248-af11-1f386543e0c3","name":"Product Details","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>","type":"default"},{"key":"token","value":"<token>","type":"default"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/products?product_specifications=1&potential_detail=1&price_detail=1&fee_detail=1&ratings=1&realtime_data=1&geo=us&productIds=B0016HF5GK&promotions=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","products"],"query":[{"key":"product_specifications","value":"1"},{"key":"potential_detail","value":"1"},{"key":"price_detail","value":"1"},{"key":"fee_detail","value":"1"},{"key":"ratings","value":"1"},{"key":"realtime_data","value":"1"},{"key":"geo","value":"us"},{"key":"productIds","value":"B0016HF5GK"},{"key":"promotions","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 09:36:21 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"product_attributes\": {\n            \"asin\": \"B07255MPRN\",\n            \"title\": \"Sports Research® Vegan D3 5000iu with Vitamin K2 100mg - Formulated with Coconut MCT Oil - Vegan Certified, Soy & Gluten Free - 60 Softgels\",\n            \"image_urls\": [\n                \"https://m.media-amazon.com/images/I/512+wh1BkVL.jpg\",\n                \"https://m.media-amazon.com/images/I/71v+9Z5abZL.jpg\",\n                \"https://m.media-amazon.com/images/I/71cWiohPPNL.jpg\",\n                \"https://m.media-amazon.com/images/I/81YF3wGZFlL.jpg\",\n                \"https://m.media-amazon.com/images/I/714igAlOg8L.jpg\",\n                \"https://m.media-amazon.com/images/I/71e32O9n2qL.jpg\",\n                \"https://m.media-amazon.com/images/I/713IKIL-FdL.jpg\",\n                \"https://m.media-amazon.com/images/I/71wRqHgL4vL.jpg\"\n            ],\n            \"brand\": \"Sports Research\",\n            \"category\": [\n                {\n                    \"category_link\": \"https://www.amazon.com/health-personal-care-nutrition-fitness/b/ref=dp_bc_aui_C_1?ie=UTF8&node=3760901\",\n                    \"node_id\": \"3760901\",\n                    \"name\": \"Health & Household\",\n                    \"level\": 0\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/b/ref=dp_bc_aui_C_2?ie=UTF8&node=23675621011\",\n                    \"node_id\": \"23675621011\",\n                    \"name\": \"Vitamins, Minerals & Supplements\",\n                    \"level\": 1\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Vitamin-Supplements/b/ref=dp_bc_aui_C_3?ie=UTF8&node=6936790011\",\n                    \"node_id\": \"6936790011\",\n                    \"name\": \"Vitamins\",\n                    \"level\": 2\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Vitamin-D-Supplements/b/ref=dp_bc_aui_C_4?ie=UTF8&node=3774781\",\n                    \"node_id\": \"3774781\",\n                    \"name\": \"Vitamin D\",\n                    \"level\": 3\n                }\n            ],\n            \"bsr\": [\n                {\n                    \"node_id\": \"3774781\",\n                    \"name\": \"Vitamin D Supplements\",\n                    \"rank\": 1,\n                    \"level\": -1\n                },\n                {\n                    \"node_id\": \"-1\",\n                    \"name\": \"Health & Household\",\n                    \"rank\": 47,\n                    \"level\": 1\n                }\n            ],\n            \"date_first_available\": \"\",\n            \"description\": \"Almost everyone has heard the benefits of Vitamin D3. Without Vitamin K2, D3 does not absorb as well in our bodies. K2 directs calcium to our bones. Recent studies conclude that taking D3 together with K2 is the perfect combination.\",\n            \"key_points\": [\n                \"D3+K2 - BETTER TOGETHER: On their own, Vitamins D3 and K2 are essential micronutrients, but together, they're an essential team. Vitamin D3 helps your body absorb calcium, while vitamin K2 directs calcium to your bones instead of joints and arteries, where too much calcium could be problematic. Not that's teamwork!\",\n                \"PLANT BASED: Our Vitamin D and K supplement for women and men contains vegan D3 (cholecalciferol) from lichen and K2 from fermented chickpeas with added Coconut MCT Oil for enhanced absorption. This two-in-one super supplement is 100% free of animal ingredients and encapsulated in the first carrageenan-free plantgel softgel.\",\n                \"ONE-A-DAY FORMULA: Get the best of both worlds with Sports Research D3+K2. Just one easy-to-swallow veggie softgel provides 125cg (5000iu) of Vegan & 100mcg of Vitamin K2 (as MK7, the form of K2 with the highest bioavailability) for stronger bones and immune system support so you can shine your brightest.*\",\n                \"QUALITY TESTED: We hold all of our supplements to a higher standard. Our K2 with D3 vitamin supplement is Vegan Certified, Non-GMO Project Verified, and free of unwanted fillers, carrageenan, gluten, and soy. Each batch is third-party tested for quality and manufactured in the USA in a cGMP-compliant facility.\",\n                \"THE SPORT OF LIFE: Founded in Southern California in 1980, Sports Research is a family-owned business born from a passion for fitness and wellness. Our goal is to embrace the sport of life through research-backed products created for every body—inside and out.\"\n            ],\n            \"manufacturer\": \"Sports Research\",\n            \"url\": \"https://www.amazon.com/dp/B07255MPRN\",\n            \"number_of_sellers\": 1,\n            \"relationships\": [\n                {\n                    \"marketplaceId\": \"ATVPDKIKX0DER\",\n                    \"relationships\": [\n                        {\n                            \"parentAsins\": [\n                                \"B0CCDHCXVS\"\n                            ],\n                            \"type\": \"VARIATION\",\n                            \"variationTheme\": {\n                                \"attributes\": [\n                                    \"flavor\",\n                                    \"size\"\n                                ],\n                                \"theme\": \"FLAVOR/SIZE\"\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"additional_attributes\": {\n                \"active_ingredients\": \"Vitamin D3\",\n                \"age_range_description\": \"Adult\",\n                \"allergen_information\": \"gluten_free\",\n                \"batteries_included\": false,\n                \"brand\": \"Sports Research\",\n                \"color\": \"No Color\",\n                \"contains_liquid_contents\": false,\n                \"diet_type\": \"vegan\",\n                \"directions\": \"Adults take 1 softgel daily with food, or as recommended by a qualified healthcare professional.\",\n                \"dosage_form\": \"Softgel\",\n                \"fc_shelf_life\": 730,\n                \"flavor\": \"Unflavored\",\n                \"form_factor\": \"Capsule\",\n                \"ingredients\": \"Vitamin D3 + K2 with 5000iu of Plant-Based D3 & 100mcg of Vitamin K2\",\n                \"is_expiration_dated_product\": true,\n                \"is_heat_sensitive\": false,\n                \"item_display_weight\": 2,\n                \"item_form\": \"Softgel\",\n                \"item_package_quantity\": 1,\n                \"item_package_weight\": 0.05,\n                \"item_type_keyword\": \"vitamin-d\",\n                \"item_weight\": 1.1,\n                \"manufacturer\": \"Sports Research\",\n                \"model_name\": \"s Research Vitamin D3 + K2 with 5000iu of Plant-Based D3 & 100mcg of Vitamin K2 as MK-7 Non-GMO Verified & Vegan Certified,Softgel (60ct)\",\n                \"model_number\": \"FG218\",\n                \"package_level\": \"unit\",\n                \"part_number\": \"Sports Research\",\n                \"primary_supplement_type\": \"Vitamin K2\",\n                \"product_benefit\": \"Immune Support\",\n                \"product_expiration_type\": \"Expiration Date Required\",\n                \"product_site_launch_date\": \"2017-04-27T07:00:00.000Z\",\n                \"scent\": \"Unscented\",\n                \"serving_recommendation\": \"1 capsule\",\n                \"size\": \"60 Count (Pack of 1)\",\n                \"skip_offer\": false,\n                \"specific_uses_for_product\": \"Muscle\",\n                \"style\": \"D3 + K2 (5,000 IU)\",\n                \"supplier_declared_dg_hz_regulation\": \"unknown\",\n                \"target_gender\": \"unisex\",\n                \"unit_count\": 60,\n                \"unspsc_code\": \"50500000\",\n                \"variation_theme\": \"FLAVOR/SIZE\"\n            }\n        },\n        \"price_details\": {\n            \"landed_price_new\": 19.16,\n            \"listing_price_new\": 16.77,\n            \"points_new\": {\n                \"points_monetary_value\": {\n                    \"currency_code\": \"USD\"\n                }\n            },\n            \"points_used\": {\n                \"points_monetary_value\": {\n                    \"currency_code\": \"USD\"\n                }\n            },\n            \"currency_code\": \"USD\"\n        },\n        \"product_potential\": {\n            \"sales_estimate_low\": 6332,\n            \"sales_estimate_high\": 7000,\n            \"revenue_estimate_low\": 101312,\n            \"revenue_estimate_high\": 112000\n        },\n        \"product_specifications\": {\n            \"gtin_code\": \"\",\n            \"upc_code\": [\n                \"023249011347\"\n            ],\n            \"is_adult_product\": false,\n            \"model_number\": \"FG218\",\n            \"part_number\": \"Sports Research\",\n            \"parent_asins\": [\n                \"B0CCDHCXVS\"\n            ],\n            \"number_of_items\": 1,\n            \"batteries_required\": false,\n            \"package_dimensions\": {\n                \"height\": 1.85,\n                \"length\": 3.82,\n                \"weight\": 0.11,\n                \"width\": 1.89,\n                \"length_unit\": \"inches\",\n                \"weight_unit\": \"pounds\"\n            },\n            \"item_dimensions\": {\n                \"height\": 3.65,\n                \"length\": 2,\n                \"weight\": 0.06875,\n                \"width\": 2,\n                \"length_unit\": \"inches\",\n                \"weight_unit\": \"pounds\"\n            }\n        },\n        \"ratings\": {\n            \"ratings\": 4.7,\n            \"number_of_ratings\": 47306\n        }, \n        \"promotions\": {\n            \"deals\": [\n                \"Limited time deal\"\n            ],\n            \"promo_details\": [\n                {\n                    \"promo_code\": \"I5SBDATS\",\n                    \"discount_percentage\": 50\n                },\n                {\n                    \"promo_code\": \"2MHK9LEO\",\n                    \"discount_percentage\": 30\n                },\n                {\n                    \"promo_code\": \"TCLSPYLG\",\n                    \"discount_percentage\": 20\n                }\n            ]\n        }\n\n    }\n]"},{"id":"e47d8eb8-cf9e-4fb1-b6ee-fb4b0c33adaf","name":"With additional Attributes","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/products?product_specifications=1&potential_detail=1&price_detail=1&fee_detail=1&ratings=1&realtime_data=1&geo=us&productIds=B08PDV4TCJ&additional_attributes=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","products"],"query":[{"key":"product_specifications","value":"1"},{"key":"potential_detail","value":"1"},{"key":"price_detail","value":"1"},{"key":"fee_detail","value":"1"},{"key":"ratings","value":"1"},{"key":"realtime_data","value":"1"},{"key":"geo","value":"us"},{"key":"productIds","value":"B08PDV4TCJ"},{"key":"additional_attributes","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 25 Jun 2024 07:54:53 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"product_attributes\": {\n            \"asin\": \"B08PDV4TCJ\",\n            \"title\": \"10acity Molecular Infused Hydrogen Spring Water - Nxtlvl Hydrogen - Antioxidant - Free Radical Destruction - 30 Pack\",\n            \"image_urls\": [\n                \"https://m.media-amazon.com/images/I/61zDRShfMmL.jpg\",\n                \"https://m.media-amazon.com/images/I/51+U3MEJ78L.jpg\",\n                \"https://m.media-amazon.com/images/I/81EURPv8qLL.jpg\",\n                \"https://m.media-amazon.com/images/I/81i9jRqQNmL.jpg\",\n                \"https://m.media-amazon.com/images/I/61VL58FP4CL.jpg\",\n                \"https://m.media-amazon.com/images/I/61Nk3wFLH3L.jpg\"\n            ],\n            \"brand\": \"ANYTIME\",\n            \"category\": [\n                {\n                    \"category_link\": \"https://www.amazon.com/home-garden-kitchen-furniture-bedding/b/ref=dp_bc_aui_C_1?ie=UTF8&node=1055398\",\n                    \"node_id\": \"1055398\",\n                    \"name\": \"Home & Kitchen\",\n                    \"level\": 0\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/kitchen-dining/b/ref=dp_bc_aui_C_2?ie=UTF8&node=284507\",\n                    \"node_id\": \"284507\",\n                    \"name\": \"Kitchen & Dining\",\n                    \"level\": 1\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/water-coolers-filters/b/ref=dp_bc_aui_C_3?ie=UTF8&node=510202\",\n                    \"node_id\": \"510202\",\n                    \"name\": \"Water Coolers & Filters\",\n                    \"level\": 2\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Pitcher-Water-Filters/b/ref=dp_bc_aui_C_4?ie=UTF8&node=3741101\",\n                    \"node_id\": \"3741101\",\n                    \"name\": \"Pitcher Water Filters\",\n                    \"level\": 3\n                }\n            ],\n            \"bsr\": [\n                {\n                    \"node_id\": \"3741101\",\n                    \"name\": \"Pitcher Water Filters\",\n                    \"rank\": 436,\n                    \"level\": -1\n                },\n                {\n                    \"node_id\": \"3754161\",\n                    \"name\": \"Kitchen & Bath Fixtures\",\n                    \"rank\": 19837,\n                    \"level\": -1\n                },\n                {\n                    \"node_id\": \"-1\",\n                    \"name\": \"Tools & Home Improvement\",\n                    \"rank\": 227931,\n                    \"level\": 1\n                }\n            ],\n            \"date_first_available\": \"\",\n            \"description\": \"Hydrogen-Rich Water Product Description Experience the Transformative Power of Hydrogen-Rich WaterOur advanced technology product offers hydrogen-rich water, infused with hydrogen gas (H2), the smallest and most permeable molecule in existence. Its unique ability allows it to reach all tissues, including the brain and mitochondria, crucial for cellular energy.Antioxidants at the SourceThis exceptional water combats the harmful effects of free radicals, which are generated by everyday processes and can damage cells, leading to energy loss, premature aging, and chronic diseases. The infusion of hydrogen provides a potent antioxidant effect, neutralizing these free radicals and protecting your cells.Advanced Hydrogen Infusion TechnologyOur product uniquely combines hydrogen and water in a stable manner, ensuring each sip is enriched with a high concentration of hydrogen. This results in reduced oxidative stress, slowing down cellular aging, and providing anti-inflammatory and anti-aging benefits.Quality Assurance and Customer SupportRigorously tested for quality, our hydrogen-rich water is available for purchase with complete confidence. Should you encounter any issues, our dedicated customer service team is ready to assist you, ensuring a satisfactory experience.Embrace the BenefitsEmbrace the benefits of hydrogen-rich water for a healthier, rejuvenated you.\",\n            \"key_points\": [\n                \"While water remains essential for overall health , H2-infused water like 10acity is a unique approach to cellular protection and optimization.\",\n                \"Optimizing Cellular Energy: Mitochondria, fueled by oxygen, generate energy for our cells. H2 improves mitochondrial function and energy production, potentially enhancing physical performance and reducing fatigue.\",\n                \"Pure and Refreshing: Enjoy the taste of crisp spring water with a subtle effervescence from H2 bubbles.\",\n                \"10acity brings H2's potential to life: 2.5ppm of H2 in every sip: Our natural spring water undergoes a specialized process to achieve a biologically meaningful concentration of H2, supporting its potential benefits.\",\n                \"Combating Oxidative Stress: Oxidative stress arises from an imbalance between free radicals and antioxidants, leading to cellular damage and inflammation. By scavenging free radicals, H2 helps restore this balance, promoting cellular health and resilience. What does this mean? You feel more energy and focus.\"\n            ],\n            \"manufacturer\": \"BEVPAQ, LLC\",\n            \"url\": \"https://www.amazon.com/dp/B08PDV4TCJ\",\n            \"number_of_sellers\": 1,\n            \"relationships\": [\n                {\n                    \"marketplaceId\": \"ATVPDKIKX0DER\",\n                    \"relationships\": [\n                        {\n                            \"parentAsins\": [\n                                \"B0CMHR2VWM\"\n                            ],\n                            \"type\": \"VARIATION\",\n                            \"variationTheme\": {\n                                \"attributes\": [\n                                    \"color\",\n                                    \"size\"\n                                ],\n                                \"theme\": \"COLOR_NAME/SIZE_NAME\"\n                            }\n                        }\n                    ]\n                }\n            ]\n        },\n            \"additional_attributes\": {\n                \"batteries_included\": false,\n                \"brand\": \"ANYTIME\",\n                \"container\": {\n                    \"type\": [\n                        {\n                            \"language_tag\": \"en_US\",\n                            \"value\": \"Pouch\"\n                        }\n                    ]\n                },\n                \"contains_liquid_contents\": true,\n                \"each_unit_count\": 30,\n                \"fc_shelf_life\": 120,\n                \"flavor\": \"Assorted\",\n                \"ingredients\": \"Filtered spring water infused with Hydrogen\",\n                \"is_expiration_dated_product\": true,\n                \"item_package_quantity\": 30,\n                \"item_package_weight\": 10.741,\n                \"item_type_keyword\": \"pitcher-water-filters\",\n                \"liquid_packaging_type\": \"Plastic\",\n                \"manufacturer\": \"BEVPAQ, LLC\",\n                \"package_type_name\": \"Can\",\n                \"part_number\": \"1\",\n                \"product_description\": \"  Hydrogen-Rich Water Product Description   Experience the Transformative Power of Hydrogen-Rich Water Our advanced technology product offers hydrogen-rich water, infused with hydrogen gas (H2), the smallest and most permeable molecule in existence. Its unique ability allows it to reach all tissues, including the brain and mitochondria, crucial for cellular energy. Antioxidants at the Source This exceptional water combats the harmful effects of free radicals, which are generated by everyday processes and can damage cells, leading to energy loss, premature aging, and chronic diseases. The infusion of hydrogen provides a potent antioxidant effect, neutralizing these free radicals and protecting your cells. Advanced Hydrogen Infusion Technology Our product uniquely combines hydrogen and water in a stable manner, ensuring each sip is enriched with a high concentration of hydrogen. This results in reduced oxidative stress, slowing down cellular aging, and providing anti-inflammatory and anti-aging benefits. Quality Assurance and Customer Support Rigorously tested for quality, our hydrogen-rich water is available for purchase with complete confidence. Should you encounter any issues, our dedicated customer service team is ready to assist you, ensuring a satisfactory experience. Embrace the Benefits Embrace the benefits of hydrogen-rich water for a healthier, rejuvenated you.  \",\n                \"product_expiration_type\": \"Expiration On Package\",\n                \"product_site_launch_date\": \"2020-12-06T05:17:49.530Z\",\n                \"size\": \"11.15 Fl Oz (Pack of 30)\",\n                \"specialty\": \"Antioxidant\",\n                \"storage_instructions\": \"Store In Room Temperature\",\n                \"supplier_declared_dg_hz_regulation\": \"not_applicable\",\n                \"unit_count\": 334.5,\n                \"variation_theme\": \"ITEM_PACKAGE_QUANTITY\"\n            }\n        },\n        \"price_details\": {\n            \"landed_price_new\": 89.99,\n            \"listing_price_new\": 90.24,\n            \"points_new\": {\n                \"points_monetary_value\": {\n                    \"currency_code\": \"USD\"\n                }\n            },\n            \"points_used\": {\n                \"points_monetary_value\": {\n                    \"currency_code\": \"USD\"\n                }\n            },\n            \"currency_code\": \"USD\"\n        },\n        \"fee_details\": {\n            \"referral_fee\": 13.54,\n            \"fba_fee\": 18.35\n        },\n        \"product_potential\": {\n            \"sales_estimate_low\": 0,\n            \"sales_estimate_high\": 1,\n            \"revenue_estimate_low\": 0,\n            \"revenue_estimate_high\": 90\n        },\n        \"product_specifications\": {\n            \"gtin_code\": \"\",\n            \"upc_code\": [\n                \"850000993990\"\n            ],\n            \"is_adult_product\": false,\n            \"model_number\": \"\",\n            \"part_number\": \"1\",\n            \"parent_asins\": [\n                \"B08PDSFYGK\"\n            ],\n            \"number_of_items\": 30,\n            \"batteries_required\": false,\n            \"package_dimensions\": {\n                \"height\": 5.63,\n                \"length\": 22.44,\n                \"weight\": 23.68,\n                \"width\": 14.29,\n                \"length_unit\": \"inches\",\n                \"weight_unit\": \"pounds\"\n            },\n            \"item_dimensions\": {\n                \"height\": 0,\n                \"length\": 0,\n                \"weight\": 0,\n                \"width\": 0,\n                \"length_unit\": \"\",\n                \"weight_unit\": \"\"\n            }\n        },\n        \"ratings\": {\n            \"ratings\": 4.1,\n            \"number_of_ratings\": 31\n        }\n    }\n]"}],"_postman_id":"b3336bf3-e10a-4075-8cdc-a28c8866b89f"},{"name":"Product Best Sellers by Category","id":"e9855b4c-4dc0-4fa7-8d1a-a1e557604f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"your-token","type":"text"},{"key":"token","value":"your-token","type":"text"}],"url":"https://api.sellerapp.com/sellmetricsv2/bestsellers?geo=us&category_id=12896551&type=bestsellers&pagenumber=1","description":"<p>_Get CategoryTopProducts:-_<em>Token consumed : 2 per API call.</em></p>\n<p>This API collection grants you access to the 'CategoryTopProducts' API. With this API, you can retrieve Amazon's top 50 products within a specified category by specifying the category name and type as parameters in your request.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>category_id</code>: This parameter serves as the unique identifier for the category for which you want to retrieve details. Refer SellersApp's <a href=\"https://documenter.getpostman.com/view/27769832/2s93sW7aEX#c2289dfd-baff-4a20-99b2-bccab4538cfc\">Category API</a> to retrive <code>category_id</code></p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><p><code>pagenumber</code> <strong>:</strong> You have the option to specify the pagenumber as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.<br />  <em>*The result in one page 50 product ids.</em></p>\n</li>\n<li><p>type: This parameter serves as the type of key that you provided value either id or name.</p>\n</li>\n</ul>\n<p><strong>types:-</strong></p>\n<ul>\n<li><p>bestsellers</p>\n</li>\n<li><p>new-releases</p>\n</li>\n<li><p>most-gifted</p>\n</li>\n<li><p>movers-and-shakers</p>\n</li>\n<li><p>most-wished-for</p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","bestsellers"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"category_id","value":"12896551"},{"key":"type","value":"bestsellers"},{"key":"pagenumber","value":"1"}],"variable":[]}},"response":[{"id":"feac03ad-6f32-4d60-aabb-3c411c084f68","name":"GetBestSellersByCategory","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"your-token","type":"text"},{"key":"token","value":"your-token","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/bestsellers?geo=us&type=bestsellers&pagenumber=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","bestsellers"],"query":[{"key":"geo","value":"us"},{"key":"type","value":"bestsellers"},{"key":"pagenumber","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 20 Jun 2023 10:41:17 GMT"},{"key":"Content-Length","value":"742"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        \"B09KN2QCML\",\n        \"150118315X\",\n        \"B0BW31X61X\",\n        \"1982181281\",\n        \"1649374178\",\n        \"0735211299\",\n        \"B0BW38DFCX\",\n        \"1649374046\",\n        \"0593545400\",\n        \"0307742482\",\n        \"1368098177\",\n        \"1668024446\",\n        \"038554734X\",\n        \"0593622030\",\n        \"1668016133\",\n        \"1481497677\",\n        \"0358439167\",\n        \"166802828X\",\n        \"1401969925\",\n        \"0140280197\",\n        \"0593236599\",\n        \"1538742578\",\n        \"0143127748\",\n        \"0593235614\",\n        \"1878424319\",\n        \"0805047905\",\n        \"006332752X\",\n        \"1612681131\",\n        \"0399226907\",\n        \"1400232988\"\n    ]\n}"}],"_postman_id":"e9855b4c-4dc0-4fa7-8d1a-a1e557604f15"},{"name":"Category Tree","id":"c2289dfd-baff-4a20-99b2-bccab4538cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/category_tree?key=12896551&key_type=id&geo=us","description":"<p>_Get Category Tree :-_<em>Token consumed : 0 per API call.</em></p>\n<p>The Category Tree API empowers users to seamlessly retrieve detailed information about child categories based on either the parent category ID or the category name. By supplying the parent category ID, users gain access to comprehensive details about associated child categories. Alternatively, providing the category name yields related category specifics. This versatile API simplifies category hierarchy exploration, enhancing the efficiency of categorization and information retrieval processes.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>key</code>: This parameter serves as the identifier for the category id or category name for which you want to retrieve details.</p>\n</li>\n<li><p><code>key_type</code>: This parameter serves as the type of <code>key</code> that you provided value either <em>id</em> or <em>name</em>.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","category_tree"],"host":["api","sellerapp","com"],"query":[{"key":"key","value":"12896551"},{"key":"key_type","value":"id"},{"key":"geo","value":"us"}],"variable":[]}},"response":[{"id":"87b420c7-0d51-497d-91c7-a64af9d46e8d","name":"Category Tree","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/category_tree?key=12896551&key_type=id&geo=us","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","category_tree"],"query":[{"key":"key","value":"12896551","type":"text"},{"key":"key_type","value":"id","type":"text"},{"key":"geo","value":"us","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category_id\": \"689392011\",\n        \"parent_id\": \"12896551\",\n        \"name\": \"Craft Scissors\",\n        \"category_path\": \"/Arts, Crafts & Sewing/Craft Supplies & Materials/Craft Supplies/Craft Cutting Tools/Craft Scissors\",\n        \"has_child\": false\n    },\n    {\n        \"category_id\": \"689393011\",\n        \"parent_id\": \"12896551\",\n        \"name\": \"Craft Shears\",\n        \"category_path\": \"/Arts, Crafts & Sewing/Craft Supplies & Materials/Craft Supplies/Craft Cutting Tools/Craft Shears\",\n        \"has_child\": false\n    },\n    {\n        \"category_id\": \"12896601\",\n        \"parent_id\": \"12896551\",\n        \"name\": \"Glass Cutting Tools\",\n        \"category_path\": \"/Arts, Crafts & Sewing/Craft Supplies & Materials/Craft Supplies/Craft Cutting Tools/Glass Cutting Tools\",\n        \"has_child\": false\n    },\n    {\n        \"category_id\": \"12896611\",\n        \"parent_id\": \"12896551\",\n        \"name\": \"Art Mat Cutters & Blades\",\n        \"category_path\": \"/Arts, Crafts & Sewing/Craft Supplies & Materials/Craft Supplies/Craft Cutting Tools/Art Mat Cutters & Blades\",\n        \"has_child\": true\n    },\n    {\n        \"category_id\": \"12896561\",\n        \"parent_id\": \"12896551\",\n        \"name\": \"Art Knives & Blades\",\n        \"category_path\": \"/Arts, Crafts & Sewing/Craft Supplies & Materials/Craft Supplies/Craft Cutting Tools/Art Knives & Blades\",\n        \"has_child\": true\n    }\n]"}],"_postman_id":"c2289dfd-baff-4a20-99b2-bccab4538cfc"},{"name":"Category Products","id":"0f03c86e-06a6-434d-b4ee-3bc1a490bdcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/category_products?geo=us&category_id=21571226011&pagenumber=1&extended_response=1","description":"<p><strong>Category Products API Call:-</strong><br />Token consumed : 3 per API call.<br />Gathering product details for a given Amazon category node ID involves extracting information about each product listed in the category search results. Additionally, you have the option to select the desired result page data by including the 'pagenumber' as a query parameter. By default, it provides the results from the first page.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>category_id</code> : this is the category or node ID you want to use to retrieve a list of product search results.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters</strong>:</p>\n<ul>\n<li><p><code>pagenumber</code> : You have the option to specify the Amazon page number as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.</p>\n</li>\n<li><p><code>extended_response</code> : Pass this flag as 1 to get extended response<br />  <em>Additional_tokens_consumed: 3</em></p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of data, each element defined as follows:</p>\n<ul>\n<li><p><code>asin</code> : the unique identifier of the product listed in the search result.</p>\n</li>\n<li><p><code>product_rank</code> : position or ranking of the product for that specific keyword, not limited to a particular page.</p>\n</li>\n<li><p><code>is_sponsored</code> : listed product is sponsored by amazon or oganic product (boolean value)</p>\n</li>\n</ul>\n<p>below elements only available when add <code>extended_response</code> in request params</p>\n<ul>\n<li><p><code>image_url</code> : primay image url of the product</p>\n</li>\n<li><p><code>title</code> : title string of the product</p>\n</li>\n<li><p><code>rating</code> : rating of the product</p>\n</li>\n<li><p><code>number_of_rating</code> : count of users rate this product</p>\n</li>\n<li><p><code>price</code> : selling price of the product</p>\n</li>\n<li><p><code>listing_price</code> : listing price of the product</p>\n</li>\n<li><p><code>is_prime</code> : product is amazon prime or not</p>\n</li>\n<li><p><code>product_badge</code> : product badge gives badge like \"best-seller\" or \"amazons choice\"</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","category_products"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"category_id","value":"21571226011"},{"key":"pagenumber","value":"1"},{"key":"extended_response","value":"1"}],"variable":[]}},"response":[{"id":"788e1637-19c3-4718-873a-6ddb72c336e5","name":"Category Products","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/category_products?geo=us&category_id=21571226011&pagenumber=1&extended_response=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","category_products"],"query":[{"key":"geo","value":"us"},{"key":"category_id","value":"21571226011"},{"key":"pagenumber","value":"1"},{"key":"extended_response","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"search_results\": [\n        {\n            \"asin\": \"B087QHXW6Z\",\n            \"product_rank\": 1,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71sAp9qcuLL._AC_UL320_.jpg\",\n            \"title\": \"Lulu Home Concentrated Bubble Solution, 1 L/ 33.8 OZ Refill for Bubble Machines, Giant Wands, and Blowers - Up to 2.5 Gallons for Kids' Halloween Parties\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"5309\",\n            \"price\": \"$14.39\",\n            \"listing_price\": \"$29.99\",\n            \"is_prime\": \"Amazon Prime\",\n            \"product_badge\": \"amazons-choice\"\n        },\n        {\n            \"asin\": \"B09X2L5V1J\",\n            \"product_rank\": 2,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71uHWDLibaL._AC_UL320_.jpg\",\n            \"title\": \"BubbleLick Maple Bacon (2.5 Fl Oz, Pack of 2), Natural Flavor, Edible Bubbles for Dogs & Kids - Premium Natural Flavored Bubble Solution, Great for Bubble Machine, Toys, and Refillable Bubble Solution\",\n            \"rating\": \"3.9\",\n            \"number_of_ratings\": \"384\",\n            \"price\": \"$14.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B001LO9TS8\",\n            \"product_rank\": 3,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61olXMgOVhL._AC_UL320_.jpg\",\n            \"title\": \"Gazillion Bubbles, Original Bubble Solution 1L - Create Bubbles with Premium Formula & 7-in-1 Bubble Wand - Non-Toxic & Safe\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"11949\",\n            \"price\": \"$8.13\",\n            \"listing_price\": \"$9.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B087QHXW6Z\",\n            \"product_rank\": 4,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71sAp9qcuLL._AC_UL320_.jpg\",\n            \"title\": \"Lulu Home Concentrated Bubble Solution, 1 L/ 33.8 OZ Refill for Bubble Machines, Giant Wands, and Blowers - Up to 2.5 Gallons for Kids' Halloween Parties\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"5309\",\n            \"price\": \"$14.39\",\n            \"listing_price\": \"$29.99\",\n            \"is_prime\": \"Amazon Prime\",\n            \"product_badge\": \"amazons-choice\"\n        },\n        {\n            \"asin\": \"B0721ZKZ6X\",\n            \"product_rank\": 5,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71kdF+RvFOL._AC_UL320_.jpg\",\n            \"title\": \"JOYIN 32 oz Bubble Solution Refills (Close to 1L/ 2.5 Gallon) Big Bubble Solution, Bubble Concentrated for Easter Bubbles, Bubble Machine, Bubble Gun, Bubble Wands, Bubble Mower, Bubble Juice Refills\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"13677\",\n            \"price\": \"$17.79\",\n            \"listing_price\": \"$24.99\",\n            \"is_prime\": \"Amazon Prime\",\n            \"product_badge\": \"best-seller\"\n        },\n        {\n            \"asin\": \"B09TK9JGRH\",\n            \"product_rank\": 6,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71EvCcJx5tL._AC_UL320_.jpg\",\n            \"title\": \"Little Kids Bubbles by Fubbles| Made in The USA |64oz Non Toxic Bubble Solution |Bubble Refill for Bubble Machines and Toys, Clear,12381\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"752\",\n            \"price\": \"$11.99\"\n        },\n        {\n            \"asin\": \"B08V5NLM2H\",\n            \"product_rank\": 7,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71saF1mF4+L._AC_UL320_.jpg\",\n            \"title\": \"Sunny Days Entertainment Bubble Solution Refill with Wand 64oz Non Toxic (1/2 Gallon), Kids Easy Grip Bottle Refill for Bubble Machine, Bubble Wands, Bubble Toys, Assorted Bottle Colors\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"5107\",\n            \"price\": \"$10.50\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09X22LQTG\",\n            \"product_rank\": 8,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61+zyTKlswL._AC_UL320_.jpg\",\n            \"title\": \"Colorful Bubble Solution Refill 64 OZ | Non-Toxic Pre-Mix Bubble Refill Solution No Mixing or Measuring Required | Bubbles for Kids | Bubbles Bulk | Bubble Machine Solution | Giant Bubble Solution\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"722\",\n            \"price\": \"$17.97\",\n            \"listing_price\": \"$19.97\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B089KVQH81\",\n            \"product_rank\": 9,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71AaRlwdReL._AC_UL320_.jpg\",\n            \"title\": \"JOYIN 2 Bottles Bubbles Refill 64 oz (up to 5 Gallon) Big Bubble 64 OZ Concentrated Bubble Solution for Bubble Machine, Gun, Wand Refill Fluid Summer, Easter Toys(Orange+Blue)\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"6534\",\n            \"price\": \"$25.74\",\n            \"listing_price\": \"$25.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B08QHWVL11\",\n            \"product_rank\": 10,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/810pOqpXLiL._AC_UL320_.jpg\",\n            \"title\": \"Lulu Home Concentrated Bubble Solution, 1 L/ 33.8 OZ Refill for Kids Bubble Machines, Giant Wands, Blowers - Halloween Party Favors\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"4616\",\n            \"price\": \"$14.99\",\n            \"listing_price\": \"$16.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0B35MVVK5\",\n            \"product_rank\": 11,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71Z8kAxMX-L._AC_UL320_.jpg\",\n            \"title\": \"Gazillion Bubbles, Original Premium Bubbles 1L Box: Giant, Vibrant, And Safe Bubbles With Eco-Friendly Packaging\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"186\",\n            \"price\": \"$2.99\",\n            \"listing_price\": \"$0.09\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07D8QFBK7\",\n            \"product_rank\": 12,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61IbimLq-+L._AC_UL320_.jpg\",\n            \"title\": \"Non Toxic Bubble Mix Solution Huge Bubbles Powder Concentrate Refill for Giant Bubble Wands and Machines Safe for Kids and Pets on Summer Outdoor Birthday Fun Party Activity Dog Edible\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"5511\",\n            \"price\": \"$16.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0B4NP9QQD\",\n            \"product_rank\": 13,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71BD3Q0GwUL._AC_UL320_.jpg\",\n            \"title\": \"70 oz Bubbles Refills for Kids-Premixed Bubble Solution Refill Premium Bubble Liquid Bubble Juice for Bubble Machine/Wand/Blower at Wedding and Party | Kids Easy Grip Bottle\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"493\",\n            \"price\": \"$20.99\",\n            \"listing_price\": \"$26.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B08QHWVL11\",\n            \"product_rank\": 14,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/810pOqpXLiL._AC_UL320_.jpg\",\n            \"title\": \"Lulu Home Concentrated Bubble Solution, 1 L/ 33.8 OZ Refill for Kids Bubble Machines, Giant Wands, Blowers - Halloween Party Favors\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"4616\",\n            \"price\": \"$14.99\",\n            \"listing_price\": \"$16.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07L52MT4Y\",\n            \"product_rank\": 15,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81nLoM4E16L._AC_UL320_.jpg\",\n            \"title\": \"WOWMAZING Big Bubble Refill Powder Mix (6 Packets) - Turns Dish Detergent into Giant Bubbles. Makes 6 GALLONS! - Made in USA\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"2672\",\n            \"price\": \"$15.95\",\n            \"listing_price\": \"$19.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B001LO9TS8\",\n            \"product_rank\": 16,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61olXMgOVhL._AC_UL320_.jpg\",\n            \"title\": \"Gazillion Bubbles, Original Bubble Solution 1L - Create Bubbles with Premium Formula & 7-in-1 Bubble Wand - Non-Toxic & Safe\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"11949\",\n            \"price\": \"$8.13\",\n            \"listing_price\": \"$9.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09QCSB5RR\",\n            \"product_rank\": 17,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61Ox0lzYKbL._AC_UL320_.jpg\",\n            \"title\": \"Bubble Solution Refill - 70 Ounce Premium Bubble Liquid Refills for Bubble Machine, Wand, Gun, Blower at Wedding and Party - Bubbles Toy for Kids Toddlers Boys Girls (with Portable Handle)\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"493\",\n            \"price\": \"$19.99\",\n            \"listing_price\": \"$25.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0BYJDTBN5\",\n            \"product_rank\": 18,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71M+xM7n-KL._AC_UL320_.jpg\",\n            \"title\": \"Zerhunt Bubble Solution Refill 33.8 OZ: Bubble Concentrate Solution for Bubble Machine| Bubble Solution Refill for Giant Bubble Wand, Bubble Gun Blower, Birthday Party Favors Wedding(Blue)\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"383\",\n            \"price\": \"$15.43\",\n            \"listing_price\": \"$15.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07SGYKPHK\",\n            \"product_rank\": 19,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71cUdFqvjJL._AC_UL320_.jpg\",\n            \"title\": \"Kidzlane Bubble Solution Refill 67.63 oz | Large, Easy-Grip Bottle for Bubble Guns, Wands, Bubble Machines | Bubble Toy for Ages 3+\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"6638\",\n            \"price\": \"$15.99\",\n            \"listing_price\": \"$16.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07L52MT4Y\",\n            \"product_rank\": 20,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81nLoM4E16L._AC_UL320_.jpg\",\n            \"title\": \"WOWMAZING Big Bubble Refill Powder Mix (6 Packets) - Turns Dish Detergent into Giant Bubbles. Makes 6 GALLONS! - Made in USA\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"2672\",\n            \"price\": \"$15.95\",\n            \"listing_price\": \"$19.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B089K5YNLC\",\n            \"product_rank\": 21,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71w7S1yqp2L._AC_UL320_.jpg\",\n            \"title\": \"JOYIN 100 Oz Concentrated Bubble Solution (up to 8 Gallon) for Large Party in Summer Celebrations, Party Favor, Bubble Summer Toy, Classroom Prizes, Easter (Blue)\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"1500\",\n            \"price\": \"$24.75\",\n            \"listing_price\": \"$29.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0C3KL6SYD\",\n            \"product_rank\": 22,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71SxzYgFqnL._AC_UL320_.jpg\",\n            \"title\": \"Bubble Solution | Bubbles Refill Solution 4L/136oz. | 2-Pack Ready to Use Solution for Bubble Machines & Other Bubble Blower Toys for Toddlers & Kids | Easy Grip Bulk Bottle\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"205\",\n            \"price\": \"$22.99\",\n            \"listing_price\": \"$24.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0CRDQMZL4\",\n            \"product_rank\": 23,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71SCyue7t3L._AC_UL320_.jpg\",\n            \"title\": \"SpringFlower 1L Bottles Bubbles Refill Solution, 32 OZ Bubble Solution for Bubble Machine & Bubble Gun & Bubble Wand, Concentrated Bubble Solution for Kids Summer Outdoor Activities Party Favor\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"29\",\n            \"price\": \"$8.99\",\n            \"listing_price\": \"$9.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B01CIOJEOS\",\n            \"product_rank\": 24,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81vXEiXAeML._AC_UL320_.jpg\",\n            \"title\": \"BUBBLES by Little Kids Fubbles | 64oz Non Toxic Bubble Solution Refill for kids | bubble wand included, colors may vary, (12301E)\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"10136\",\n            \"price\": \"$13.88\",\n            \"listing_price\": \"$16.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B08G3G79J6\",\n            \"product_rank\": 25,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71kPEA6C87L._AC_UL320_.jpg\",\n            \"title\": \"WOWMAZING Bubble Concentrate Solution (up to 4 Gallons) - Big Bubbles (5 Pouches of Bubble Refill) – Just Add Water – Made in USA…\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"1600\",\n            \"price\": \"$16.95\",\n            \"listing_price\": \"$17.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0C4KDTY9Z\",\n            \"product_rank\": 26,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71aeA73BkwL._AC_UL320_.jpg\",\n            \"title\": \"Little Kids Bubbles by Fubbles| Bubble Solution Refill | 169oz Non Toxic Bubble Solution | Bubble Concentrated for Bubble Machine, Bubble Juice Refills\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"75\",\n            \"price\": \"$9.16\",\n            \"listing_price\": \"$9.35\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07VL9J8DB\",\n            \"product_rank\": 27,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81LgtJleoPL._AC_UL320_.jpg\",\n            \"title\": \"Bubble Fluid Solution - Large 169 oz/5l Bottle - Perfect Bubbles for Bubble Machine, High-Efficiency Bubble Solution for Machine, No-Waste Giant Bubble Liquid with Wands\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"1302\",\n            \"price\": \"$20.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0791X617D\",\n            \"product_rank\": 28,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71YNjxy34LS._AC_UL320_.jpg\",\n            \"title\": \"Maxx Bubbles 32 oz Bubble Solution – Easy Grip Bottle for Kids | Refill Toy Bubble Machines | Outdoor Summer Fun – Colors May Vary,Blue\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"948\",\n            \"price\": \"$7.80\",\n            \"listing_price\": \"$9.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09X3V6S3D\",\n            \"product_rank\": 29,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61Jw4MJ3yHL._AC_UL320_.jpg\",\n            \"title\": \"Colorful Bubble Solution Powder by Unlimited Bubbles-Turns Ordinary Dish Soap into 10 Gallons of Bubbles for Bubble Wands and Bubble Machines\",\n            \"rating\": \"4.2\",\n            \"number_of_ratings\": \"829\",\n            \"price\": \"$9.95\",\n            \"listing_price\": \"$12.90\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0CSYNJJZ9\",\n            \"product_rank\": 30,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71N0aNnb7jL._AC_UL320_.jpg\",\n            \"title\": \"V-Opitos 32 oz Bubble Concentrated Solutions(1L/ 2.5 Gallon), Bubble Solution Refills for Bubble Wands, Bubble Machine, Bubble Gun, Bubble Mower, Bubble Party Favor\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"30\",\n            \"price\": \"$9.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0BYJDTBN5\",\n            \"product_rank\": 31,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71M+xM7n-KL._AC_UL320_.jpg\",\n            \"title\": \"Zerhunt Bubble Solution Refill 33.8 OZ: Bubble Concentrate Solution for Bubble Machine| Bubble Solution Refill for Giant Bubble Wand, Bubble Gun Blower, Birthday Party Favors Wedding(Blue)\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"383\",\n            \"price\": \"$15.43\",\n            \"listing_price\": \"$15.99\",\n            \"is_prime\": \"Amazon Prime\",\n            \"product_badge\": \"amazons-choice\"\n        },\n        {\n            \"asin\": \"B08DL8G36X\",\n            \"product_rank\": 32,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71bR7FhrC3L._AC_UL320_.jpg\",\n            \"title\": \"Bubble Solution Refill - 30 Gallons of Bubbles for Kids & 14 Gallons of Giant Bubbles, Non-Toxic All Natural Bubbles in Bulk Outdoor Toys for Bubble Gun, Bubble Machine & Bubble Wands\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"719\",\n            \"price\": \"$14.95\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07FT6V4KD\",\n            \"product_rank\": 33,\n            \"is_sponsored\": true,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81zkwT4IaUL._AC_UL320_.jpg\",\n            \"title\": \"2 Bottles 32 OZ Bubble Solution Refill - Large, Easy-Grip Bottles for Bubble Guns, Wands, Bubble Machines Refill Bottles (2 Pack)\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"388\",\n            \"price\": \"$17.99\",\n            \"is_prime\": \"Amazon Prime\"\n        }\n    ],\n    \"total_indexed_products\": 122\n}"}],"_postman_id":"0f03c86e-06a6-434d-b4ee-3bc1a490bdcd"},{"name":"Product Reviews","id":"186e1710-6024-45ba-820d-2246d003e79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>","type":"text"},{"key":"token","value":"<client-token>","type":"text"}],"url":"https://api.sellerapp.com/sellmetricsv2/reviews?productId=B07RYP2PGN&geo=us&pagenumber=1&reviewer_type=recent&rating=4&media_type=multimedia&keyword=wonderful&sort=recent&filter_by_current_variant=1","description":"<p><strong>Product Reviews :-</strong><br />Token consumed : 10 per API call.</p>\n<p>Getting first page review details for a given product ASIN involves extracting information such as star ratings, review comments, review dates, and reviewer information. This data helps assess customer feedback for the product.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productId</code>: The unique identifier for the product for which you want to retrieve reviews.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><p><code>pagenumber</code> <strong>:</strong> You have the option to specify the Amazon page number as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.<br />  <em>*The maximum amount of review data that can be provided is for 10 pages.</em></p>\n</li>\n<li><p><code>up_to_page</code>: You can now fetch multiple pages in one call (e.g., set parameter to <code>3</code> to get 30 reviews at once)</p>\n</li>\n<li><p><code>reviewer_type</code>: If you need review details only from verified purchase user, you can pass this value as verified_purchase <code>&amp;reviewer_type=verified_purchase</code><em>Additional tokens consumed: 1</em></p>\n</li>\n<li><p><code>rating/semantics</code> : You can filter your data with rating star with 1 to 5 values or you can parse semantics as well with value with positive or critical<br />  eg:- <code>&amp;semantics=positive/critical</code> or <code>&amp;rating=4</code>note : <em>either ratings or semantics filter can be applied__Additional tokens consumed: 1</em></p>\n</li>\n<li><p><code>media_type</code> : If you need the review with media you can request with value multimedia<br />  <code>&amp;media_type=multimedia</code><em>Additional tokens consumed: 1</em></p>\n</li>\n<li><p><code>keyword</code> : If you need to filter reviews you can request with your keyword<br />  <code>&amp;keyword=wonderful product</code><em>Additional tokens consumed: 1</em></p>\n</li>\n<li><p><code>sort</code> : You can sort the review with recent value<br />  <code>&amp;sort=recent</code><em>Additional tokens consumed: 1</em></p>\n</li>\n<li><p><code>filter_by_current_variant</code> : You can get the review of the requested product only<br />  <code>&amp;filter_by_current_variant=1</code><em>d No additional tokens</em></p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of data, each element defined as follows:</p>\n<ul>\n<li><p>amazon_id : review id of the specific review</p>\n</li>\n<li><p>product_id : product ID to which the review belongs.</p>\n</li>\n<li><p>author : name of the person who wrote the review.</p>\n</li>\n<li><p>user_id : ID of the person who wrote the review.</p>\n</li>\n<li><p>rating : rating value with the review.</p>\n</li>\n<li><p>description : review description</p>\n</li>\n<li><p>title : title of the review</p>\n</li>\n<li><p>place : place of the person who wrote the review.</p>\n</li>\n<li><p>is_verified : bool value indicates whether the reviewer has purchased the product or not.</p>\n</li>\n<li><p>review_date : date when wrote the review.</p>\n</li>\n<li><p>helpful_count : this specifies the number of people who have voted for the review as helpful.</p>\n</li>\n<li><p>image_urls : lists the URLs of images shared by the user in their review.If there are no images associated with the review, the response will be 'nil' for the 'image_urls' value.</p>\n</li>\n<li><p>video_urls : lists the URLs of video shared by the user in their review.If there are no video associated with the review, the response will be 'nil' for the 'video_urls' value.</p>\n</li>\n<li><p>author_profile : profile url of the person who wrote the review.</p>\n</li>\n<li><p>is_global_review : Indicates whether the provided review applies globally or not</p>\n</li>\n<li><p>variation_details : Contains detailed information about the specific variation associated with the review.</p>\n</li>\n<li><p>variant_asin : The ASIN (Amazon Standard Identification Number) of the product variation linked to the review.</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n<p>*<em><strong>[Update]</strong></em>_<br />*_We’ve updated the Review API to better align with recent Amazon policy shifts.</p>\n<ul>\n<li><p><strong>New Behavior:</strong> Shifted from <code>pagenumber</code> to <code>up_to_page</code>.</p>\n</li>\n<li><p><strong>Efficiency:</strong> You can now fetch multiple pages in one call (e.g., set parameter to <code>3</code> to get 30 reviews at once).</p>\n</li>\n<li><p><strong>Billing:</strong> Tokens are now a multiple of the pages requested. (e.g., 10 tokens/page × 3 pages = 30 tokens).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","reviews"],"host":["api","sellerapp","com"],"query":[{"key":"productId","value":"B07RYP2PGN"},{"key":"geo","value":"us"},{"key":"pagenumber","value":"1"},{"key":"reviewer_type","value":"recent"},{"key":"rating","value":"4"},{"key":"media_type","value":"multimedia"},{"key":"keyword","value":"wonderful"},{"key":"sort","value":"recent"},{"key":"filter_by_current_variant","value":"1"}],"variable":[]}},"response":[{"id":"e4d26a00-8280-4afa-9ace-4acf5959388f","name":"Product Reviews Extraction","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>","type":"text"},{"key":"token","value":"<client-token>","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/reviews?productId=B07RYP2PGN&geo=us&pagenumber=1&reviewer_type=recent&rating=4&media_type=multimedia&keyword=wonderful&sort=recent&filter_by_current_variant=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","reviews"],"query":[{"key":"productId","value":"B07RYP2PGN"},{"key":"geo","value":"us"},{"key":"pagenumber","value":"1"},{"key":"reviewer_type","value":"recent"},{"key":"rating","value":"4"},{"key":"media_type","value":"multimedia"},{"key":"keyword","value":"wonderful"},{"key":"sort","value":"recent"},{"key":"filter_by_current_variant","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"reviews\": [\n        {\n            \"review_id\": \"R2307XTDERMQHX\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R2307XTDERMQHX\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Curt\",\n            \"user_id\": \"amzn1.account.AEJZZCEM3U7KZ5O32Z5ZZFAWVSTQ\",\n            \"rating\": 5,\n            \"description\": \"Very happy with this blanket. My other one was 20 lbs and had me overheating most nights. This one is smaller and lighter, and the cotton definitely helps with heat. There's a thermal cover included, but I've never touched it since that's the opposite of why ordered this. One review complained about it not fitting two people, which is true, but isn't something I've ever considered with a weighted blanket\",\n            \"title\": \"Weighted blanket that keeps you cool\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-03-16\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AEJZZCEM3U7KZ5O32Z5ZZFAWVSTQ\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 48x72\\\" 15lbsColor: Grey | 1 Cover\",\n            \"variant_asin\": \"B07DXP633F\"\n        },\n        {\n            \"review_id\": \"R288G5PF1QL7DI\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R288G5PF1QL7DI\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Danielle McCracken\",\n            \"user_id\": \"amzn1.account.AGKXQLX7DH3AQ4EJMSX2WBUMCPMA\",\n            \"rating\": 1,\n            \"description\": \"Not a king as stated. Would be lucky to be big enough for a queen. I waited to long to return it. BEWARE!\",\n            \"title\": \"NOT A KING\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-03-14\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AGKXQLX7DH3AQ4EJMSX2WBUMCPMA\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Verified Purchase\",\n            \"variant_asin\": \"\"\n        },\n        {\n            \"review_id\": \"R3PREEAQS9PTAR\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R3PREEAQS9PTAR\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Carl\",\n            \"user_id\": \"amzn1.account.AHAFIXH5SPNSJESSTOERDBNMMAKA\",\n            \"rating\": 4,\n            \"description\": \"Blanket move from time to time, doesn't  cover a full size bed. Keep you warm in winter  cant wait for summer hope it keep me cool. Weight blanket is heavy have to pick up with two hands when fold over. Weight blanket help with body ache fall asleep easier\",\n            \"title\": \"Help with pain to sleep!\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-03-10\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AHAFIXH5SPNSJESSTOERDBNMMAKA\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 48x72\\\" 15lbsColor: Navy | 1 Cover\",\n            \"variant_asin\": \"B07RYP2PGN\"\n        },\n        {\n            \"review_id\": \"R1LA935E1NQUKE\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R1LA935E1NQUKE\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Joe A\",\n            \"user_id\": \"amzn1.account.AFQUOAZTQR6TVT7MI5PHGNVDFINQ\",\n            \"rating\": 1,\n            \"description\": \"I have purchased this blanket and the zipper fell apart within a week within three weeks the way the blanket is leaking beads in bed strongly recommend finding a better brand very lumpy  and poor design qualitie zipper\",\n            \"title\": \"Poor quality\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-02-28\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AFQUOAZTQR6TVT7MI5PHGNVDFINQ\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 80x87\\\" 30lbsColor: Grey | 1 Cover\",\n            \"variant_asin\": \"B07MB1NV1B\"\n        },\n        {\n            \"review_id\": \"RIG8XPUE1S6J3\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/RIG8XPUE1S6J3\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Ashley Freed\",\n            \"user_id\": \"amzn1.account.AEBFKP74W7UO35U6XTRRWA2LEYHA\",\n            \"rating\": 5,\n            \"description\": \"Love it\",\n            \"title\": \"Recommend\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-02-15\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AEBFKP74W7UO35U6XTRRWA2LEYHA\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 48x72\\\" 15lbsColor: Grey | 1 Cover\",\n            \"variant_asin\": \"B07DXP633F\"\n        },\n        {\n            \"review_id\": \"R15ONADH5XJLUU\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R15ONADH5XJLUU\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Pamela Frye\",\n            \"user_id\": \"amzn1.account.AFDKF5NSNBNV76TFOC7AUUTA543Q\",\n            \"rating\": 5,\n            \"description\": \"First time using weighted blanket & I'm officially hooked!! Heaven! Soft & I slept wonderful!Thank you for this blanket!\",\n            \"title\": \"Sleep!\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-02-11\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AFDKF5NSNBNV76TFOC7AUUTA543Q\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 48x72\\\" 15lbsColor: Grey | 1 Cover\",\n            \"variant_asin\": \"B07DXP633F\"\n        },\n        {\n            \"review_id\": \"R3IF55CUOURZEG\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R3IF55CUOURZEG\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"nancy c danley\",\n            \"user_id\": \"amzn1.account.AEOJ3ZNXXAAKBXTPCHSJIBLW44SA\",\n            \"rating\": 1,\n            \"description\": \"The zipper broke within two weeks and the blanket rolls up and doesn’t stay flat.. Horrible product.  Will be taken back.\",\n            \"title\": \"Poor quality\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-02-07\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AEOJ3ZNXXAAKBXTPCHSJIBLW44SA\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 48x72\\\" 12lbsColor: Navy | 1 Cover\",\n            \"variant_asin\": \"B07S1QKGBD\"\n        },\n        {\n            \"review_id\": \"R3BP7JSNI6D23S\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R3BP7JSNI6D23S\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Stephanie Masich\",\n            \"user_id\": \"amzn1.account.AG4XKZC6L5Q657NIONL6LNPTRKPA\",\n            \"rating\": 1,\n            \"description\": \"While I initially loved this blanket the first time I washed it, the beading leaked EVERYWHERE and I had to through it out and go an by another, more reputable and expensive blanket.  DO NOT BUY!!\",\n            \"title\": \"DO NOT BUY\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-01-27\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AG4XKZC6L5Q657NIONL6LNPTRKPA\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Verified Purchase\",\n            \"variant_asin\": \"\"\n        },\n        {\n            \"review_id\": \"R2FCP0Z8LVWKXD\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/R2FCP0Z8LVWKXD\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Eva\",\n            \"user_id\": \"amzn1.account.AEADLIUNMQ2JDYG2MKFXF3JQHJ7A\",\n            \"rating\": 5,\n            \"description\": \"I’m really loving this weighted blanket! I find that I fall asleep quicker and toss/turn less throughout the night. I love having the removable cover so that it is not a hassle to clean like other weighted blankets.\",\n            \"title\": \"Great sleep!\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-01-25\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AEADLIUNMQ2JDYG2MKFXF3JQHJ7A\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 80x87\\\" 30lbsColor: Grey | 1 Cover\",\n            \"variant_asin\": \"B07MB1NV1B\"\n        },\n        {\n            \"review_id\": \"RGCNCBZ9D3WL1\",\n            \"review_link\": \"https://www.amazon.com/gp/customer-reviews/RGCNCBZ9D3WL1\",\n            \"product_id\": \"B07RYP2PGN\",\n            \"author\": \"Ann20\",\n            \"user_id\": \"amzn1.account.AGM5HZBKCKMIJJYZ3BIMUWXGV74Q\",\n            \"rating\": 2,\n            \"description\": \"Title explains what I got. I ordered a new weighted blanket and got a used one instead, so that’s nasty.\",\n            \"title\": \"Ordered new, received used\",\n            \"place\": \"United States\",\n            \"is_verified\": true,\n            \"review_date\": \"2025-01-15\",\n            \"helpful_count\": 0,\n            \"image_urls\": null,\n            \"video_urls\": null,\n            \"author_profile\": \"https://www.amazon.com/gp/profile/amzn1.account.AGM5HZBKCKMIJJYZ3BIMUWXGV74Q\",\n            \"is_global_review\": false,\n            \"variation_details\": \"Size: 60x80\\\" 20lbsColor: Navy | 1 Cover\",\n            \"variant_asin\": \"B07S2TYLPG\"\n        }\n    ],\n    \"reviews_meta\": {\n        \"product_id\": \"B07RYP2PGN\",\n        \"total_reviews_count\": 3269,\n        \"total_ratings_count\": 11466\n    }\n}"}],"_postman_id":"186e1710-6024-45ba-820d-2246d003e79f"},{"name":"Product Offers","id":"855cda7b-21f0-44fe-ad4d-e3e64cc548c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/offers?geo=US&productId=B00449Q4SU","description":"<p>Product Offers API<br /><em>Token consumed : 2 per API call.</em></p>\n<p>Get all offers and sellers for a product using our Product Offers API. This API gives data about each seller of a product, including the seller name, selling price, delivery fee, delivery time, order quantity and fulfullment by details.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productId</code>: The unique identifier for the product for which you want to retrieve offers.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><code>pagenumber</code> <strong>:</strong> You have the option to specify the Amazon page number as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of data, each element defined as follows:</p>\n<ul>\n<li><p>seller : name of the seller, who is selling the particular product</p>\n</li>\n<li><p>selling_price: selling price offered by the seller for the particular product</p>\n</li>\n<li><p>base_price: the price per unit or the mrp of the price, whichever is applicable for the product</p>\n</li>\n<li><p>minimum_order_quantity: Minimum number of products that should be bought from this seller</p>\n</li>\n<li><p>maximum_order_quantity: Maximum number of products that can be bought from this seller</p>\n</li>\n<li><p>condition: condition of the product sold, can be New, Used, Good, etc</p>\n</li>\n<li><p>is_fulfilled_by_amazon: whether the product is fulfilled by amazon, can be true or false</p>\n</li>\n<li><p>countdown: countdown provided by the amazon, the price and delivery fee is valid if ordered within the time indicated by countdown field</p>\n</li>\n<li><p>delivery_date: expected date of delivery of the product</p>\n</li>\n<li><p>delivery_price: the price of delivery, can be FREE if the delivery has no additional charge</p>\n</li>\n<li><p>is_prime: if the product has additional benefits for prime customers</p>\n</li>\n<li><p>position: the position where this seller is listed at, starting from 1.</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","offers"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"US"},{"key":"productId","value":"B00449Q4SU"}],"variable":[]}},"response":[{"id":"f5a6be66-2379-4314-bc66-733262a10585","name":"Product Offers","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/offers?geo=US&productId=B00449Q4SU","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","offers"],"query":[{"key":"geo","value":"US"},{"key":"productId","value":"B00449Q4SU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 18 May 2024 10:23:34 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"seller_id\": \"N/A\",\n        \"seller\": \"Amazon Resale\",\n        \"selling_price\": \"$37.19\",\n        \"base_price\": \"$44.94\",\n        \"maximum_order_quantity\": 30,\n        \"minimum_order_quantity\": 1,\n        \"condition\": \"This item will expire on 72325.\",\n        \"is_fulfilled_by_amazon\": true,\n        \"countdown\": \"18 hrs 46 mins\",\n        \"delivery_date\": \"Friday, May 30\",\n        \"delivery_price\": \"FREE\",\n        \"is_prime\": \"non-Prime\",\n        \"position\": 1\n    },\n    {\n        \"seller_id\": \"N/A\",\n        \"seller\": \"Amazon.com\",\n        \"selling_price\": \"$44.99\",\n        \"base_price\": \"N/A\",\n        \"maximum_order_quantity\": 4,\n        \"minimum_order_quantity\": 1,\n        \"condition\": \"N/A\",\n        \"is_fulfilled_by_amazon\": true,\n        \"countdown\": \"4 hrs 46 mins\",\n        \"delivery_date\": \"Today 10 AM - 3 PM\",\n        \"delivery_price\": \"FREE\",\n        \"is_prime\": \"non-Prime\",\n        \"position\": 2\n    },\n    {\n        \"seller_id\": \"A1KOY50926GHXN\",\n        \"seller\": \"Metroplex Goods\",\n        \"selling_price\": \"$69.99\",\n        \"base_price\": \"N/A\",\n        \"maximum_order_quantity\": 12,\n        \"minimum_order_quantity\": 1,\n        \"condition\": \"N/A\",\n        \"is_fulfilled_by_amazon\": false,\n        \"countdown\": \"N/A\",\n        \"delivery_date\": \"June 4 - 5\",\n        \"delivery_price\": \"FREE\",\n        \"is_prime\": \"non-Prime\",\n        \"position\": 3\n    },\n    {\n        \"seller_id\": \"A3DL3G9BA5O88G\",\n        \"seller\": \"JOEANN LLC\",\n        \"selling_price\": \"$70.99\",\n        \"base_price\": \"N/A\",\n        \"maximum_order_quantity\": 14,\n        \"minimum_order_quantity\": 1,\n        \"condition\": \"N/A\",\n        \"is_fulfilled_by_amazon\": false,\n        \"countdown\": \"6 hrs 46 mins\",\n        \"delivery_date\": \"June 4 - 5\",\n        \"delivery_price\": \"FREE\",\n        \"is_prime\": \"non-Prime\",\n        \"position\": 4\n    },\n    {\n        \"seller_id\": \"AF0SHZKG2QRXM\",\n        \"seller\": \"SALTIZA\",\n        \"selling_price\": \"$78.90\",\n        \"base_price\": \"N/A\",\n        \"maximum_order_quantity\": 3,\n        \"minimum_order_quantity\": 1,\n        \"condition\": \"N/A\",\n        \"is_fulfilled_by_amazon\": false,\n        \"countdown\": \"N/A\",\n        \"delivery_date\": \"June 30 - July 8\",\n        \"delivery_price\": \"FREE\",\n        \"is_prime\": \"non-Prime\",\n        \"position\": 5\n    }\n]"}],"_postman_id":"855cda7b-21f0-44fe-ad4d-e3e64cc548c9"},{"name":"Product Question Answers","id":"3052c0de-882e-4b07-a7b4-fa7b61e81575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/product_qna?productId=B0C3G9B9X1&isAnswered=true&geo=us&pageNumber=1","description":"<p>Product Question Answers API<br /><em>Tokens Consumed: 2 per API Call</em></p>\n<p>Get question and their answers posted by amazon users on a particular product using SellerApp's Product Question Answers API. The API retrieves basic data about the ASIN including product title and subtitle, along with the list of question text, answer text, helpful votes count, author name and the question's link. The response would also include pagination details.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productId</code>: The unique identifier for the product for which you want to retrieve question and answers.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><p><code>pagenumber</code> <strong>:</strong> You have an option to specify the Amazon page number as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.</p>\n</li>\n<li><p><code>isAnswered</code>: You have an options to specify the isAnswered flag as true if you want only the questions that have been answered(default setting) or false in case you want questions that have not been answered currently.<br />  <em>Additonal Tokens Consumed: 1</em></p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of questions, each element defined as follows:</p>\n<ul>\n<li><p>position: the position where this question is listed at.</p>\n</li>\n<li><p>question: the text of the question posted</p>\n</li>\n<li><p>answer: the text of the answer posted for the above question</p>\n</li>\n<li><p>questionLink: the link pointing to the amazon question page</p>\n</li>\n<li><p>date: date on which the question was posted.</p>\n</li>\n<li><p>authorProfile: name of the author posting the question</p>\n</li>\n<li><p>helpful count: the amount of votes gathered by the question.</p>\n</li>\n</ul>\n<p>The Response would also contain following field at the top level:</p>\n<ul>\n<li><p>title: the title of the product for which the question and answer details need to be retrieved.</p>\n</li>\n<li><p>subtitle: the subtitle of the product for which the question and answer details need to be retrieved.</p>\n</li>\n</ul>\n<p>The response would also contain the pagination meta information containing following data points:</p>\n<ul>\n<li><p>CurrentPage: the questions and answers array in API response are part of the currentPage page number.</p>\n</li>\n<li><p>TotalPages: Total number of pages of question and answers for the given ASIN.</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","product_qna"],"host":["api","sellerapp","com"],"query":[{"key":"productId","value":"B0C3G9B9X1"},{"key":"isAnswered","value":"true"},{"key":"geo","value":"us"},{"key":"pageNumber","value":"1"}],"variable":[]}},"response":[{"id":"8b13e293-e5bc-4928-b70b-a6d1917dbf15","name":"Product Question Answers","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/product_qna?productId=B0C3G9B9X1&isAnswered=true&geo=us&pageNumber=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","product_qna"],"query":[{"key":"productId","value":"B0C3G9B9X1"},{"key":"isAnswered","value":"true"},{"key":"geo","value":"us"},{"key":"pageNumber","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 09 May 2024 06:19:22 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Anker 100W USB C Charger, Compact and Foldable Travel Charger for MacBook Pro, MacBook Air, Samsung…\",\n    \"subTitle\": \"by Anker\",\n    \"questionAnswers\": [\n        {\n            \"position\": 0,\n            \"question\": \"Is the cable rated for 100W charging?\",\n            \"answer\": \"Not sure, but the cable and the charging block together are crazy fast\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx11HT8URXAC76T/ref=ask_ql_ql_al_hza\",\n            \"date\": \"December 4, 2023\",\n            \"authorProfile\": \"Dan\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 1,\n            \"question\": \"Is the light indicator supposed to come on while plugged in and charging ?\",\n            \"answer\": \"The led ring is very low lit almost appears to be not lit have to look at it in an angle\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx11N8AHRVIE2BQ/ref=ask_ql_ql_al_hza\",\n            \"date\": \"October 6, 2023\",\n            \"authorProfile\": \"Ronald A. Mediate Jr.\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 2,\n            \"question\": \"Is this compatible with ASUS chromebooks?\",\n            \"answer\": \"Yes It is!\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx120EFVXQ2IJ6J/ref=ask_ql_ql_al_hza\",\n            \"date\": \"December 14, 2023\",\n            \"authorProfile\": \"David T.\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 3,\n            \"question\": \"Is it compatible with ThinkPad T-Series?\",\n            \"answer\": \"Yes, as long as your charging wire has a USB-C end to it\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx12GRSLP7FPY68/ref=ask_ql_ql_al_hza\",\n            \"date\": \"December 4, 2023\",\n            \"authorProfile\": \"Dan\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 4,\n            \"question\": \"Will this work with a nVidia jetson xavier NX cluster?\",\n            \"answer\": \"Are you asking if this will charge a micro PC? Because it can as long as you have the right cord for it.\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx18VTHQ2FMKVBF/ref=ask_ql_ql_al_hza\",\n            \"date\": \"April 19, 2024\",\n            \"authorProfile\": \"Aaron Johnson\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 5,\n            \"question\": \"is this compatible ROG ZEPHYRUS G14 GA402XV?\",\n            \"answer\": \"It should be\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx1C0P92EABCZK7/ref=ask_ql_ql_al_hza\",\n            \"date\": \"December 4, 2023\",\n            \"authorProfile\": \"Dan\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 6,\n            \"question\": \"Does this work with ASUS C424MA Chromebook?\",\n            \"answer\": \"Yes it is!\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx1FOKMZHNPVICX/ref=ask_ql_ql_al_hza\",\n            \"date\": \"December 14, 2023\",\n            \"authorProfile\": \"David T.\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 7,\n            \"question\": \"How long to charge Samsung Galaxy Tab S8 Ultra?\",\n            \"answer\": \"Idk I would say around an hour but not sure\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx1I58HSJPEMTU/ref=ask_ql_ql_al_hza\",\n            \"date\": \"September 30, 2023\",\n            \"authorProfile\": \"Chris DeWitt\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 8,\n            \"question\": \"Asus rog ally ?\",\n            \"answer\": \"As long as it supports USB C charging.\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx1IKEUA9PR33EJ/ref=ask_ql_ql_al_hza\",\n            \"date\": \"March 13, 2024\",\n            \"authorProfile\": \"Ravi Shrestha\",\n            \"helpfulCount\": 0\n        },\n        {\n            \"position\": 9,\n            \"question\": \"Does it work with an Apple IPhone 12Pro?\",\n            \"answer\": \"Yes, but you'll want to swap out the USB-C cord for a lightning Cord.\",\n            \"questionLink\": \"https://www.amazon.com/ask/questions/Tx1JH5059ZIEG37/ref=ask_ql_ql_al_hza\",\n            \"date\": \"April 19, 2024\",\n            \"authorProfile\": \"Aaron Johnson\",\n            \"helpfulCount\": 0\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 15\n    }\n}"}],"_postman_id":"3052c0de-882e-4b07-a7b4-fa7b61e81575"},{"name":"Listing Quality Index (LQI)","id":"999549ca-4d88-479f-90d7-b11d5768f3ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<client-token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/lqi?geo=us&productIds=B01NBNDC1T,B00YCBBCHI,B0DBQSCLTS,B0D9N5BNXN,B00COPF1SK,B0D59BQLZZ,B0DBQRWZ1C,B0D6R6FGDZ,B0D9VMK2LV","description":"<p><strong>Listing Quality Index (LQI) :-</strong><br /><em>Token consumed : 3 per asins.</em></p>\n<p><strong>SellerApp’s Listing Quality Index compares each Amazon Product listing against standard Amazon best practices and assigns a logical score to each section, which combined together puts up the listing quality score.</strong></p>\n<p><strong>1. Title Analysis</strong></p>\n<ul>\n<li><p><strong>1.1 Number of Title Characters:</strong></p>\n<ul>\n<li>Ideal No. of characters.</li>\n</ul>\n</li>\n<li><p><strong>1.2 Compliance with Amazon Standards:</strong></p>\n<ul>\n<li><p>Capitalization rules (e.g., first letter of each word capitalized, except conjunctions).</p>\n</li>\n<li><p>Usage of numerals instead of numeric digits.</p>\n</li>\n<li><p>Avoidance of promotional content, superfluous, or subjective words. etc</p>\n</li>\n</ul>\n</li>\n<li><p><strong>1.3 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>How the title length and compliance compare to top-performing products in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>2. Bullet Points Analysis</strong></p>\n<ul>\n<li><p><strong>2.1 Number of Bullet Points:</strong></p>\n<ul>\n<li>Adequacy of information provided.</li>\n</ul>\n</li>\n<li><p><strong>2.2 Compliance with Amazon Standards:</strong></p>\n<ul>\n<li><p>Each bullet point starts with a capitalized letter.</p>\n</li>\n<li><p>Proper grammar and concise information.</p>\n</li>\n<li><p>Adherence to Amazon's guidelines on promotional content and subjective language.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>2.3 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>Comparison of the number and quality of bullet points with best practices in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>3. Description Analysis</strong></p>\n<ul>\n<li><p><strong>3.1 Number of Characters in Description:</strong></p>\n<ul>\n<li>Length in comparison to recommended practices.</li>\n</ul>\n</li>\n<li><p><strong>3.2 Compliance with Amazon Standards:</strong></p>\n<ul>\n<li><p>Proper capitalization of sentences.</p>\n</li>\n<li><p>Clear and relevant content without promotional language or subjective claims.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>3.3 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>How the description length and quality compare to top listings in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>4. Image Analysis</strong></p>\n<ul>\n<li><p><strong>4.1 Number of Images:</strong></p>\n<ul>\n<li>Sufficiency and variety of images showcasing the product.</li>\n</ul>\n</li>\n<li><p><strong>4.2 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>Comparison of image quantity and quality with leading products in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>5. Videos Analysis</strong></p>\n<ul>\n<li><p><strong>5.1 Number of Videos:</strong></p>\n<ul>\n<li>Presence and usefulness in demonstrating product features.</li>\n</ul>\n</li>\n<li><p><strong>5.2 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>How the use of videos compares to industry leaders in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>6. Question and Answer Analysis</strong></p>\n<ul>\n<li><p><strong>6.1 Answered Questions:</strong></p>\n<ul>\n<li>Number of questions answered.</li>\n</ul>\n</li>\n<li><p><strong>6.2 Unanswered Questions:</strong></p>\n<ul>\n<li>Number of questions unanswered.</li>\n</ul>\n</li>\n<li><p><strong>6.3 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>Comparison of Q&amp;A engagement metrics with top-performing products in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>7. Ratings Analysis</strong></p>\n<ul>\n<li><p><strong>7.1 Overall Product Rating:</strong></p>\n<ul>\n<li>Aggregate score based on customer reviews.</li>\n</ul>\n</li>\n<li><p><strong>7.2 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>How the product rating compares to average and top-rated products in the category.</li>\n</ul>\n</li>\n</ul>\n<p><strong>8. Review Analysis</strong></p>\n<ul>\n<li><p><strong>8.1 Product Review Rate:</strong></p>\n<ul>\n<li>Percentage of positive reviews.</li>\n</ul>\n</li>\n<li><p><strong>8.2 Number of Reviews:</strong></p>\n<ul>\n<li>Total reviews received.</li>\n</ul>\n</li>\n<li><p><strong>8.3 Recent Review Sentiment:</strong></p>\n<ul>\n<li>Analysis of sentiment in recent reviews.</li>\n</ul>\n</li>\n<li><p><strong>8.4 Benchmarking Against Category Standards:</strong></p>\n<ul>\n<li>Comparison of review sentiment and volume with leading products in the category.</li>\n</ul>\n</li>\n</ul>\n<p>This API allowing you to make requests with productId as parameter in request. However, it's important to note that this is not a real-time API; it is a scheduled one. You can schedule your requests and retrieve the report from the \"LQI-Schedule\" API, providing a structured approach to obtaining the data you need at your convenience rather than in real-time.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productIds</code>: The unique identifier for the product for which you want to schedule for LQI.<br />  support upto 100 product in one request<br />  Average time to complete is for 1 product aprox 5-7 minutes for 100 product aprox 5-10 minutes</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>API response :</strong></p>\n<ul>\n<li><code>request_id</code> : The unique request ID is assigned to your scheduled request.</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","lqi"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"productIds","value":"B01NBNDC1T,B00YCBBCHI,B0DBQSCLTS,B0D9N5BNXN,B00COPF1SK,B0D59BQLZZ,B0DBQRWZ1C,B0D6R6FGDZ,B0D9VMK2LV"}],"variable":[]}},"response":[{"id":"03d03310-cacf-4e1a-8ad9-ad791f96c80f","name":"LQI-Schedule","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<client-token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/lqi?geo=us&productIds=https://api.sellerapp.com/sellmetricsv2/lqi?geo=us%26productIds=B01NBNDC1T,B00YCBBCHI,B0DBQSCLTS,B0D9N5BNXN,B00COPF1SK,B0D59BQLZZ,B0DBQRWZ1C,B0D6R6FGDZ,B0D9VMK2LV","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","lqi"],"query":[{"key":"geo","value":"us"},{"key":"productIds","value":"https://api.sellerapp.com/sellmetricsv2/lqi?geo=us&productIds=B01NBNDC1T,B00YCBBCHI,B0DBQSCLTS,B0D9N5BNXN,B00COPF1SK,B0D59BQLZZ,B0DBQRWZ1C,B0D6R6FGDZ,B0D9VMK2LV"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"request_id\"\n}"}],"_postman_id":"999549ca-4d88-479f-90d7-b11d5768f3ed"},{"name":"Fetch LQI-Report","id":"ccad5e78-c35e-4dbe-b449-04ff819eeed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/lqi_report?request_id=<request-id>","description":"<p><strong>LQI Report:-</strong><br /><em>Token consumed : 0 per call.</em><br />This API is specifically designed for retrieving LQI reports that you have scheduled. You can initiate a request using the request ID obtained from the LQI-Schedule call. Once the request is processed, the API will provide you with a detailed json response, enabling you to access and retrieve the scheduled LQI report at your convenience.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><code>request_id</code> : The unique request ID is assigned to your scheduled request.</li>\n</ul>\n<p><strong>API response :</strong><br />Note :If you request data for only one product, the response does not come as an array of objects; instead, it returns a single object.</p>\n<p>Please reffer example response</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","lqi_report"],"host":["api","sellerapp","com"],"query":[{"key":"request_id","value":"<request-id>"}],"variable":[]}},"response":[{"id":"9b9fe6b5-724a-4684-bb85-64de3379723d","name":"LQI-Report-Multiple-Product","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/lqi_report?request_id=<request-id>","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","lqi_report"],"query":[{"key":"request_id","value":"<request-id>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"asin\": \" 0528026186\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 0528028723\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 052802910X\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 0942143035\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 0989646173\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 1599184265\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 172763831X\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 1729687148\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 1932527842\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 1932527869\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 2067264206\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 8310127502\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" 8310129289\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0013PUKZ6\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B00KPV6V7A\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B00Z92TST8\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B01CXTP1G8\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B01LTFDWPO\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B01MQGC5YS\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0728B4PP6\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B076CV6P2L\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07BLKK141\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07NSTT74V\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07S115MX7\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07S116XMY\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07S36LX6S\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07S5DLZXF\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B07VSXHR9P\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B082ZNYT9B\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B08JZFDXWJ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B08PJDVK29\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0971LCRK6\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0992SC6WW\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09GPF668L\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09MZT5SJC\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09RRSVNPJ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09RW8THJ9\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09T5GJBCB\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09WH7ZK6D\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B09WQ7BLMN\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0B5RY45Q2\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0BHYWJL57\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0BHZ4SKR1\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0BXNBJ8DK\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0BZGMR42R\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0C1JH4G84\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0C1M1CP9P\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0C532SX5D\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0C6BT7PKF\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0C6NBY91D\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CF527WNB\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CGX4C12Y\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CNTMK7TD\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CNTPMP1Q\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CNW5921S\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CS6H3GTF\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CSSNCT5K\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CSSXQJYS\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CST2HKV8\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CT3ZP8NQ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CT9ZSXT5\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CTB17T5M\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CTJDWMW9\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CWGS1YNS\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CX1L2QKN\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CX5DXJPT\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0CY2FLBGP\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D1RL9D39\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D2LKTB4X\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D3PTNH56\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D5GX25Y7\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D66Y4QS9\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D6ML3NMN\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D78VK1C6\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D7CGSP1G\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D7GG99SW\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D8BC8H7Z\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D8HD6L6N\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D93WCYRD\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D94LB5CZ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D94RHCRC\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D97XW8BD\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9JCKWFT\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9S6825B\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9VB55LN\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9Y6K4J3\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9Y7DXRS\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9YBDBJZ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0D9ZVZWZ5\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DB5WKBRR\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DBQ761TQ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DC9YYW84\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DCNN2X6J\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DD3CT7MJ\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DDK5QYRG\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DFHKFJ91\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DFMSYWPS\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DFYDRJ3Q\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \" B0DFYFCN6X\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    },\n    {\n        \"asin\": \"B0D6XYCL21\",\n        \"title\": \"Shoe Washing Machine Bag, Shoe Cleaning Bag, Laundry Shoe Bag for Washer and Dryer Reusable Shoe Organizer Bag Plush Storage Bag for All Shoe Types And Sizes\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 66,\n            \"label\": \"high\",\n            \"is_analyzing\": false,\n            \"poor\": 3,\n            \"great\": 4,\n            \"average\": 1\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product's bullet points started with a small letter. use capital letter instead\",\n                        \"status\": \"fail\",\n                        \"error_indexes\": [\n                            {\n                                \"start\": 0,\n                                \"end\": 1,\n                                \"sentence_index\": 1\n                            },\n                            {\n                                \"start\": 0,\n                                \"end\": 1,\n                                \"sentence_index\": 2\n                            },\n                            {\n                                \"start\": 0,\n                                \"end\": 1,\n                                \"sentence_index\": 3\n                            },\n                            {\n                                \"start\": 0,\n                                \"end\": 1,\n                                \"sentence_index\": 4\n                            },\n                            {\n                                \"start\": 0,\n                                \"end\": 1,\n                                \"sentence_index\": 5\n                            }\n                        ],\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_bullet_points\": \"5\",\n                            \"count_of_capitalised_bullet_points\": \"0\"\n                        }\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"commentry_words\": \"\",\n                            \"count_of_commentry_words\": \"0\"\n                        }\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_promotional_words\": \"0\",\n                            \"promotional_words\": \"\"\n                        }\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_punctuations\": \"0\",\n                            \"punctuations\": \"\"\n                        }\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_links\": \"0\",\n                            \"links\": \"\"\n                        }\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"5\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"bulletin_points_character_counts\": \"233,194,199,232,195\"\n                        }\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_numeral\": \"0\"\n                        }\n                    }\n                },\n                \"status\": \"great\",\n                \"score\": 9,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 7,\n                    \"failed\": 1\n                }\n            },\n            \"description\": {\n                \"attributes\": {},\n                \"status\": \"great\",\n                \"score\": 10,\n                \"summary\": {\n                    \"total\": 0,\n                    \"passed\": 0,\n                    \"failed\": 0\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"7\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"great\",\n                \"score\": 15,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 1,\n                    \"failed\": 0\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no questions and answers. Please add questions and answers for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"0\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"1\",\n                        \"suggestions\": \"The product has less number of ratings than top products average. Please add more ratings\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"5\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"average\",\n                \"score\": 6,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_negative_review\": \"0\",\n                            \"count_of_positive_review\": \"1\"\n                        }\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"1\",\n                        \"suggestions\": \"The product has less number of reviews in last month than top products average. Please add more reviews\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"1\",\n                        \"suggestions\": \"The product has less reviews than top products average. Please add more reviews\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_negative_review\": \"0\",\n                            \"count_of_positive_review\": \"1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 6,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 2,\n                    \"failed\": 2\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_words_all_caps\": \"0\"\n                        }\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"articles\": \"\",\n                            \"count_of_articles\": \"0\"\n                        }\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Start the product title with brand name\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"zaruatu\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product title's conjunction did start with a capital letter. use small letter instead\",\n                        \"status\": \"fail\",\n                        \"error_indexes\": [\n                            {\n                                \"start\": 148,\n                                \"end\": 149,\n                                \"sentence_index\": 1\n                            }\n                        ],\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"conjunctions\": \"and\",\n                            \"count_of_conjunctions\": \"1\"\n                        }\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_capitalised_words\": \"23\",\n                            \"count_of_words\": \"23\"\n                        }\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_high_ascii_characters\": \"0\",\n                            \"high_ascii_characters\": \"\"\n                        }\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"commentry_words\": \"\",\n                            \"count_of_commentry_words\": \"0\"\n                        }\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_decorative_characters\": \"0\",\n                            \"decorative_characters\": \"\"\n                        }\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_promotional_words\": \"0\",\n                            \"promotional_words\": \"\"\n                        }\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"157\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_prepositions\": \"0\",\n                            \"prepositions\": \"\"\n                        }\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"count_of_numeral\": \"0\"\n                        }\n                    }\n                },\n                \"status\": \"great\",\n                \"score\": 13,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 11,\n                    \"failed\": 2\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    }\n]"},{"id":"a5db8d4f-eabd-4aea-9b51-fcf5bb11f673","name":"LQI-Report-Single-product","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/lqi_report?request_id=<request-id>","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","lqi_report"],"query":[{"key":"request_id","value":"<request-id>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"\n    {\n        \"asin\": \" 0528026186\",\n        \"title\": \"\",\n        \"summary\": {\n            \"total_score\": 100,\n            \"current_score\": 5,\n            \"label\": \"low\",\n            \"is_analyzing\": false,\n            \"poor\": 8,\n            \"great\": 0,\n            \"average\": 0\n        },\n        \"desirability_details\": {\n            \"bullet_points\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_punctuations_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_bullet_points\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters_in_each_bullet_points\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no bullet points.Please add bullet points for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 8,\n                    \"passed\": 0,\n                    \"failed\": 8\n                }\n            },\n            \"description\": {\n                \"attributes\": {\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"html_code_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_website_link_on_description\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"product_description\": {\n                        \"expected_value\": \"750\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no description.Please add description for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 7,\n                    \"passed\": 0,\n                    \"failed\": 7\n                }\n            },\n            \"images\": {\n                \"attributes\": {\n                    \"no_of_images\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no image. Please add image for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            },\n            \"qna\": {\n                \"attributes\": {\n                    \"no_of_questions\": {\n                        \"expected_value\": \"10\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"Product has less number of questions answered than top products average. Please add more questions\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_unanswered_questions\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"no_of_questions_unanswered\": \"-1\"\n                        }\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 5,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 1,\n                    \"failed\": 1\n                }\n            },\n            \"ratings\": {\n                \"attributes\": {\n                    \"no_of_ratings\": {\n                        \"expected_value\": \"250\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has zero ratings. Please add ratings for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"ratings_score\": {\n                        \"expected_value\": \"4\",\n                        \"current_value\": \"-1\",\n                        \"suggestions\": \"The product has less rating than top products average. Please elaborate the same\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": -1,\n                \"summary\": {\n                    \"total\": 2,\n                    \"passed\": 0,\n                    \"failed\": 2\n                }\n            },\n            \"reviews\": {\n                \"attributes\": {\n                    \"customer_review_ratio\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_constant_reviews\": {\n                        \"expected_value\": \"5\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"no_of_reviews\": {\n                        \"expected_value\": \"15\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"top_reviews_and_polarity\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no reviews. Please add reviews for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 4,\n                    \"passed\": 0,\n                    \"failed\": 4\n                }\n            },\n            \"title\": {\n                \"attributes\": {\n                    \"all_letters_not_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"article_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"brand_presence_in_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": {\n                            \"brand\": \"\"\n                        }\n                    },\n                    \"bundled_product_check\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Looks good\",\n                        \"status\": \"pass\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"conjunction_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"first_letter_capital\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"high_ascii\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_comments\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_decoration\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"no_promotions_on_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"number_of_characters\": {\n                        \"expected_value\": \"80\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    },\n                    \"prepositions_of_title\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    },\n                    \"usage_of_numerals\": {\n                        \"expected_value\": \"N/A\",\n                        \"current_value\": \"N/A\",\n                        \"suggestions\": \"Product has no title.Please add title for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": false,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 1,\n                \"summary\": {\n                    \"total\": 13,\n                    \"passed\": 2,\n                    \"failed\": 11\n                }\n            },\n            \"videos\": {\n                \"attributes\": {\n                    \"no_of_videos\": {\n                        \"expected_value\": \"1\",\n                        \"current_value\": \"0\",\n                        \"suggestions\": \"Product has no video. Please add video for the product\",\n                        \"status\": \"fail\",\n                        \"category_benchmark_check\": true,\n                        \"analysis_report\": null\n                    }\n                },\n                \"status\": \"poor\",\n                \"score\": 0,\n                \"summary\": {\n                    \"total\": 1,\n                    \"passed\": 0,\n                    \"failed\": 1\n                }\n            }\n        }\n    }"}],"_postman_id":"ccad5e78-c35e-4dbe-b449-04ff819eeed3"},{"name":"Product History","id":"9ac753a5-9dc5-4521-8a9a-368c103e80c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/products/history?geo=US&price=1&bsr=1&rating=1&review_count=1&sellers_count=1&productId=B01N6IKSSZ&days=60","description":"<p>Product History API<br /><em>Token consumed : 2 per API call.</em></p>\n<p>Get historical data for a product using our Product History API. This API gives data about Historical values for price, best seller rank, ratings, number of reviews and seller count, provided appropriate flags are passed in the request URL. By default, we provide historical data for last 30 days.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productId</code>: The unique identifier for the product for which you want to retrieve historical data.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in.(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be)</p>\n</li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><p><code>price</code> <strong>:</strong> Pass the price flag as 1 to retrieve historical price for the particular product.</p>\n</li>\n<li><p><code>bsr</code>: Pass the bsr flag as 1 to retrieve historical best seller ranks for the particular product.</p>\n</li>\n<li><p><code>rating</code>: Pass the rating flag as 1 to retrieve historical rating for the particular product. Divide the integer by 10 to get the rating value of the product. (Eg: 48 = 4.8 stars)</p>\n</li>\n<li><p><code>review_count</code>: Pass the review_count flag as 1 to retrieve historical number of reviews received on product.</p>\n</li>\n<li><p><code>sellers_count</code>: Pass the sellers_count flag as 1 to retrieve historical number of sellers selling the product, further subdivided into number of sellers selling used product and number of sellers selling new product.</p>\n</li>\n<li><p><code>days</code>: Specifies the number of days of historical data to retrieve, counting backward from the current date.<br />  By default, the API returns data for the last 30 days. To fetch a longer history, provide a larger value for this parameter.</p>\n</li>\n</ul>\n<p>Each flag passed as true costs an <em>additional 1 token</em>.</p>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>Please check the sample response that given below</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","products","history"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"US"},{"key":"price","value":"1"},{"key":"bsr","value":"1"},{"key":"rating","value":"1"},{"key":"review_count","value":"1"},{"key":"sellers_count","value":"1"},{"key":"productId","value":"B01N6IKSSZ"},{"key":"days","value":"60"}],"variable":[]}},"response":[{"id":"3d269b0e-6b9c-41e0-bb0a-4f1a4ec66d03","name":"Product History","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/products/history?geo=US&price=1&bsr=1&rating=1&review_count=1&sellers_count=1&productId=B01N6IKSSZ&days=60","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","products","history"],"query":[{"key":"geo","value":"US"},{"key":"price","value":"1"},{"key":"bsr","value":"1"},{"key":"rating","value":"1"},{"key":"review_count","value":"1"},{"key":"sellers_count","value":"1"},{"key":"productId","value":"B01N6IKSSZ"},{"key":"days","value":"60","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 08 May 2024 07:35:43 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"price_history\": [\n        {\n            \"time\": \"2025-08-18T10:40:00Z\",\n            \"value\": 1221\n        },\n        {\n            \"time\": \"2025-08-21T16:16:00Z\",\n            \"value\": 1257\n        },\n        {\n            \"time\": \"2025-08-22T02:30:00Z\",\n            \"value\": 1255\n        },\n        {\n            \"time\": \"2025-08-22T06:34:00Z\",\n            \"value\": 1241\n        },\n        {\n            \"time\": \"2025-08-22T07:40:00Z\",\n            \"value\": 1254\n        },\n        {\n            \"time\": \"2025-08-22T08:00:00Z\",\n            \"value\": 1216\n        },\n        {\n            \"time\": \"2025-08-22T08:28:00Z\",\n            \"value\": 1253\n        },\n        {\n            \"time\": \"2025-08-22T09:24:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-22T09:36:00Z\",\n            \"value\": 1239\n        },\n        {\n            \"time\": \"2025-08-22T09:44:00Z\",\n            \"value\": 1241\n        },\n        {\n            \"time\": \"2025-08-22T11:08:00Z\",\n            \"value\": 1258\n        },\n        {\n            \"time\": \"2025-08-22T11:32:00Z\",\n            \"value\": 1252\n        },\n        {\n            \"time\": \"2025-08-22T12:50:00Z\",\n            \"value\": 1244\n        },\n        {\n            \"time\": \"2025-08-22T13:56:00Z\",\n            \"value\": 1259\n        },\n        {\n            \"time\": \"2025-08-22T14:32:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-22T14:44:00Z\",\n            \"value\": 1241\n        },\n        {\n            \"time\": \"2025-08-22T15:28:00Z\",\n            \"value\": 1247\n        },\n        {\n            \"time\": \"2025-08-22T15:38:00Z\",\n            \"value\": 1252\n        },\n        {\n            \"time\": \"2025-08-22T16:10:00Z\",\n            \"value\": 1259\n        },\n        {\n            \"time\": \"2025-08-22T16:38:00Z\",\n            \"value\": 1253\n        },\n        {\n            \"time\": \"2025-08-22T17:32:00Z\",\n            \"value\": 1242\n        },\n        {\n            \"time\": \"2025-08-22T17:44:00Z\",\n            \"value\": 1245\n        },\n        {\n            \"time\": \"2025-08-22T18:32:00Z\",\n            \"value\": 1258\n        },\n        {\n            \"time\": \"2025-08-22T19:20:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-22T20:26:00Z\",\n            \"value\": 1232\n        },\n        {\n            \"time\": \"2025-08-22T20:52:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-23T08:36:00Z\",\n            \"value\": 1234\n        },\n        {\n            \"time\": \"2025-08-23T09:06:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-23T10:08:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-23T12:00:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-23T14:04:00Z\",\n            \"value\": 1216\n        },\n        {\n            \"time\": \"2025-08-23T14:42:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-23T19:00:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-23T21:20:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-24T20:44:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-24T22:08:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-25T00:04:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-25T05:20:00Z\",\n            \"value\": 1227\n        },\n        {\n            \"time\": \"2025-08-25T05:36:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-25T11:18:00Z\",\n            \"value\": 1227\n        },\n        {\n            \"time\": \"2025-08-25T11:24:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-25T14:02:00Z\",\n            \"value\": 1227\n        },\n        {\n            \"time\": \"2025-08-25T15:28:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-25T17:36:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-25T19:20:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-26T01:56:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-26T04:56:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-26T12:04:00Z\",\n            \"value\": 1227\n        },\n        {\n            \"time\": \"2025-08-26T20:56:00Z\",\n            \"value\": 1221\n        },\n        {\n            \"time\": \"2025-08-27T08:04:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-08-27T19:20:00Z\",\n            \"value\": 1228\n        },\n        {\n            \"time\": \"2025-08-31T15:12:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-09-28T21:20:00Z\",\n            \"value\": 1200\n        },\n        {\n            \"time\": \"2025-09-29T02:08:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-10-01T14:08:00Z\",\n            \"value\": 1200\n        },\n        {\n            \"time\": \"2025-10-01T15:56:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-10-04T11:34:00Z\",\n            \"value\": 1200\n        },\n        {\n            \"time\": \"2025-10-06T08:20:00Z\",\n            \"value\": 1215\n        },\n        {\n            \"time\": \"2025-10-16T10:04:00Z\",\n            \"value\": 1466\n        },\n        {\n            \"time\": \"2025-10-16T13:04:00Z\",\n            \"value\": 1426\n        },\n        {\n            \"time\": \"2025-10-16T13:38:00Z\",\n            \"value\": 1386\n        },\n        {\n            \"time\": \"2025-10-16T15:02:00Z\",\n            \"value\": 1465\n        },\n        {\n            \"time\": \"2025-10-16T17:52:00Z\",\n            \"value\": 1325\n        },\n        {\n            \"time\": \"2025-10-17T00:44:00Z\",\n            \"value\": 1331\n        },\n        {\n            \"time\": \"2025-10-17T03:04:00Z\",\n            \"value\": 1326\n        }\n    ],\n    \"bsr_history\": [\n        {\n            \"time\": \"2025-08-18T07:00:00Z\",\n            \"value\": 704\n        },\n        {\n            \"time\": \"2025-08-18T12:54:00Z\",\n            \"value\": 530\n        },\n        {\n            \"time\": \"2025-08-18T15:40:00Z\",\n            \"value\": 669\n        },\n        {\n            \"time\": \"2025-08-18T22:20:00Z\",\n            \"value\": 530\n        },\n        {\n            \"time\": \"2025-08-19T13:44:00Z\",\n            \"value\": 631\n        },\n        {\n            \"time\": \"2025-08-19T21:04:00Z\",\n            \"value\": 630\n        },\n        {\n            \"time\": \"2025-08-20T00:40:00Z\",\n            \"value\": 629\n        },\n        {\n            \"time\": \"2025-08-20T05:56:00Z\",\n            \"value\": 631\n        },\n        {\n            \"time\": \"2025-08-20T08:24:00Z\",\n            \"value\": 673\n        },\n        {\n            \"time\": \"2025-08-20T12:24:00Z\",\n            \"value\": 629\n        },\n        {\n            \"time\": \"2025-08-20T15:04:00Z\",\n            \"value\": 746\n        },\n        {\n            \"time\": \"2025-08-20T19:44:00Z\",\n            \"value\": 748\n        },\n        {\n            \"time\": \"2025-08-20T21:48:00Z\",\n            \"value\": 746\n        },\n        {\n            \"time\": \"2025-08-21T05:38:00Z\",\n            \"value\": 773\n        },\n        {\n            \"time\": \"2025-08-21T08:52:00Z\",\n            \"value\": 749\n        },\n        {\n            \"time\": \"2025-08-21T10:28:00Z\",\n            \"value\": 773\n        },\n        {\n            \"time\": \"2025-08-21T13:12:00Z\",\n            \"value\": 842\n        },\n        {\n            \"time\": \"2025-08-21T13:24:00Z\",\n            \"value\": 843\n        },\n        {\n            \"time\": \"2025-08-21T18:56:00Z\",\n            \"value\": 848\n        },\n        {\n            \"time\": \"2025-08-21T20:18:00Z\",\n            \"value\": 847\n        },\n        {\n            \"time\": \"2025-08-21T22:04:00Z\",\n            \"value\": 848\n        },\n        {\n            \"time\": \"2025-08-22T02:30:00Z\",\n            \"value\": 838\n        },\n        {\n            \"time\": \"2025-08-22T06:34:00Z\",\n            \"value\": 848\n        },\n        {\n            \"time\": \"2025-08-22T07:40:00Z\",\n            \"value\": 849\n        },\n        {\n            \"time\": \"2025-08-22T19:20:00Z\",\n            \"value\": 1077\n        },\n        {\n            \"time\": \"2025-08-22T20:26:00Z\",\n            \"value\": 1076\n        },\n        {\n            \"time\": \"2025-08-23T00:00:00Z\",\n            \"value\": 1077\n        },\n        {\n            \"time\": \"2025-08-23T04:20:00Z\",\n            \"value\": 1076\n        },\n        {\n            \"time\": \"2025-08-23T06:54:00Z\",\n            \"value\": 1060\n        },\n        {\n            \"time\": \"2025-08-23T14:04:00Z\",\n            \"value\": 1195\n        },\n        {\n            \"time\": \"2025-08-23T17:30:00Z\",\n            \"value\": 1194\n        },\n        {\n            \"time\": \"2025-08-23T19:00:00Z\",\n            \"value\": 1201\n        },\n        {\n            \"time\": \"2025-08-24T07:08:00Z\",\n            \"value\": 1177\n        },\n        {\n            \"time\": \"2025-08-24T09:00:00Z\",\n            \"value\": 1179\n        },\n        {\n            \"time\": \"2025-08-24T15:50:00Z\",\n            \"value\": 1312\n        },\n        {\n            \"time\": \"2025-08-24T19:00:00Z\",\n            \"value\": 1313\n        },\n        {\n            \"time\": \"2025-08-25T07:18:00Z\",\n            \"value\": 1267\n        },\n        {\n            \"time\": \"2025-08-25T13:20:00Z\",\n            \"value\": 959\n        },\n        {\n            \"time\": \"2025-08-25T17:36:00Z\",\n            \"value\": 958\n        },\n        {\n            \"time\": \"2025-08-25T18:42:00Z\",\n            \"value\": 959\n        },\n        {\n            \"time\": \"2025-08-25T21:12:00Z\",\n            \"value\": 960\n        },\n        {\n            \"time\": \"2025-08-26T07:00:00Z\",\n            \"value\": 968\n        },\n        {\n            \"time\": \"2025-08-26T12:04:00Z\",\n            \"value\": 939\n        },\n        {\n            \"time\": \"2025-08-26T15:38:00Z\",\n            \"value\": 938\n        },\n        {\n            \"time\": \"2025-08-26T16:40:00Z\",\n            \"value\": 937\n        },\n        {\n            \"time\": \"2025-08-26T18:40:00Z\",\n            \"value\": 938\n        },\n        {\n            \"time\": \"2025-08-26T20:56:00Z\",\n            \"value\": 937\n        },\n        {\n            \"time\": \"2025-08-27T08:04:00Z\",\n            \"value\": 946\n        },\n        {\n            \"time\": \"2025-08-27T10:32:00Z\",\n            \"value\": 945\n        },\n        {\n            \"time\": \"2025-08-27T13:16:00Z\",\n            \"value\": 1047\n        },\n        {\n            \"time\": \"2025-08-27T19:20:00Z\",\n            \"value\": 1046\n        },\n        {\n            \"time\": \"2025-08-27T20:24:00Z\",\n            \"value\": 1047\n        },\n        {\n            \"time\": \"2025-08-27T22:56:00Z\",\n            \"value\": 1046\n        },\n        {\n            \"time\": \"2025-08-28T00:52:00Z\",\n            \"value\": 1047\n        },\n        {\n            \"time\": \"2025-08-28T08:10:00Z\",\n            \"value\": 1055\n        },\n        {\n            \"time\": \"2025-08-28T14:28:00Z\",\n            \"value\": 1243\n        },\n        {\n            \"time\": \"2025-08-28T18:00:00Z\",\n            \"value\": 1245\n        },\n        {\n            \"time\": \"2025-08-28T20:16:00Z\",\n            \"value\": 1251\n        },\n        {\n            \"time\": \"2025-08-28T23:18:00Z\",\n            \"value\": 1254\n        },\n        {\n            \"time\": \"2025-08-29T06:52:00Z\",\n            \"value\": 1234\n        },\n        {\n            \"time\": \"2025-08-29T20:22:00Z\",\n            \"value\": 1491\n        },\n        {\n            \"time\": \"2025-08-30T09:32:00Z\",\n            \"value\": 1433\n        },\n        {\n            \"time\": \"2025-08-30T12:06:00Z\",\n            \"value\": 1529\n        },\n        {\n            \"time\": \"2025-08-30T22:22:00Z\",\n            \"value\": 1524\n        },\n        {\n            \"time\": \"2025-08-31T11:36:00Z\",\n            \"value\": 1463\n        },\n        {\n            \"time\": \"2025-08-31T15:12:00Z\",\n            \"value\": 1689\n        },\n        {\n            \"time\": \"2025-08-31T19:16:00Z\",\n            \"value\": 1675\n        },\n        {\n            \"time\": \"2025-09-01T06:34:00Z\",\n            \"value\": 1609\n        },\n        {\n            \"time\": \"2025-09-01T13:16:00Z\",\n            \"value\": 1622\n        },\n        {\n            \"time\": \"2025-09-01T19:40:00Z\",\n            \"value\": 1620\n        },\n        {\n            \"time\": \"2025-09-02T06:20:00Z\",\n            \"value\": 1562\n        },\n        {\n            \"time\": \"2025-09-02T08:08:00Z\",\n            \"value\": 1560\n        },\n        {\n            \"time\": \"2025-09-02T08:32:00Z\",\n            \"value\": 1561\n        },\n        {\n            \"time\": \"2025-09-02T12:30:00Z\",\n            \"value\": 1480\n        },\n        {\n            \"time\": \"2025-09-02T17:36:00Z\",\n            \"value\": 1479\n        },\n        {\n            \"time\": \"2025-09-02T19:16:00Z\",\n            \"value\": 1482\n        },\n        {\n            \"time\": \"2025-09-02T20:48:00Z\",\n            \"value\": 1483\n        },\n        {\n            \"time\": \"2025-09-03T00:04:00Z\",\n            \"value\": 1482\n        },\n        {\n            \"time\": \"2025-09-03T07:28:00Z\",\n            \"value\": 1446\n        },\n        {\n            \"time\": \"2025-09-03T12:44:00Z\",\n            \"value\": 1397\n        },\n        {\n            \"time\": \"2025-09-03T15:18:00Z\",\n            \"value\": 1398\n        },\n        {\n            \"time\": \"2025-09-03T18:50:00Z\",\n            \"value\": 1397\n        },\n        {\n            \"time\": \"2025-09-03T20:28:00Z\",\n            \"value\": 1396\n        },\n        {\n            \"time\": \"2025-09-03T22:24:00Z\",\n            \"value\": 1395\n        },\n        {\n            \"time\": \"2025-09-04T00:52:00Z\",\n            \"value\": 1394\n        },\n        {\n            \"time\": \"2025-09-04T07:44:00Z\",\n            \"value\": 1374\n        },\n        {\n            \"time\": \"2025-09-04T13:12:00Z\",\n            \"value\": 1588\n        },\n        {\n            \"time\": \"2025-09-04T18:36:00Z\",\n            \"value\": 1603\n        },\n        {\n            \"time\": \"2025-09-04T21:18:00Z\",\n            \"value\": 1602\n        },\n        {\n            \"time\": \"2025-09-05T02:52:00Z\",\n            \"value\": 1603\n        },\n        {\n            \"time\": \"2025-09-05T07:20:00Z\",\n            \"value\": 1602\n        },\n        {\n            \"time\": \"2025-09-05T09:20:00Z\",\n            \"value\": 1567\n        },\n        {\n            \"time\": \"2025-09-05T13:16:00Z\",\n            \"value\": 1453\n        },\n        {\n            \"time\": \"2025-09-05T15:04:00Z\",\n            \"value\": 1452\n        },\n        {\n            \"time\": \"2025-09-05T15:52:00Z\",\n            \"value\": 1453\n        },\n        {\n            \"time\": \"2025-09-05T22:40:00Z\",\n            \"value\": 1455\n        },\n        {\n            \"time\": \"2025-09-05T23:36:00Z\",\n            \"value\": 1453\n        },\n        {\n            \"time\": \"2025-09-06T01:44:00Z\",\n            \"value\": 1454\n        },\n        {\n            \"time\": \"2025-09-06T06:32:00Z\",\n            \"value\": 1448\n        },\n        {\n            \"time\": \"2025-09-06T12:44:00Z\",\n            \"value\": 1447\n        },\n        {\n            \"time\": \"2025-09-06T19:18:00Z\",\n            \"value\": 1456\n        },\n        {\n            \"time\": \"2025-09-06T23:36:00Z\",\n            \"value\": 1455\n        },\n        {\n            \"time\": \"2025-09-07T07:48:00Z\",\n            \"value\": 1433\n        },\n        {\n            \"time\": \"2025-09-07T13:32:00Z\",\n            \"value\": 1652\n        },\n        {\n            \"time\": \"2025-09-08T06:56:00Z\",\n            \"value\": 1613\n        },\n        {\n            \"time\": \"2025-09-08T13:52:00Z\",\n            \"value\": 1633\n        },\n        {\n            \"time\": \"2025-09-08T19:16:00Z\",\n            \"value\": 1660\n        },\n        {\n            \"time\": \"2025-09-09T05:28:00Z\",\n            \"value\": 1659\n        },\n        {\n            \"time\": \"2025-09-09T06:34:00Z\",\n            \"value\": 1620\n        },\n        {\n            \"time\": \"2025-09-09T08:40:00Z\",\n            \"value\": 1619\n        },\n        {\n            \"time\": \"2025-09-09T11:26:00Z\",\n            \"value\": 1620\n        },\n        {\n            \"time\": \"2025-09-09T13:12:00Z\",\n            \"value\": 1624\n        },\n        {\n            \"time\": \"2025-09-09T14:22:00Z\",\n            \"value\": 1623\n        },\n        {\n            \"time\": \"2025-09-09T18:30:00Z\",\n            \"value\": 1608\n        },\n        {\n            \"time\": \"2025-09-09T23:32:00Z\",\n            \"value\": 1607\n        },\n        {\n            \"time\": \"2025-09-10T07:40:00Z\",\n            \"value\": 1586\n        },\n        {\n            \"time\": \"2025-09-10T12:52:00Z\",\n            \"value\": 1609\n        },\n        {\n            \"time\": \"2025-09-10T17:48:00Z\",\n            \"value\": 1608\n        },\n        {\n            \"time\": \"2025-09-10T19:20:00Z\",\n            \"value\": 1614\n        },\n        {\n            \"time\": \"2025-09-11T02:16:00Z\",\n            \"value\": 1615\n        },\n        {\n            \"time\": \"2025-09-11T07:22:00Z\",\n            \"value\": 1578\n        },\n        {\n            \"time\": \"2025-09-11T11:22:00Z\",\n            \"value\": 1579\n        },\n        {\n            \"time\": \"2025-09-11T12:42:00Z\",\n            \"value\": 1279\n        },\n        {\n            \"time\": \"2025-09-11T16:20:00Z\",\n            \"value\": 1278\n        },\n        {\n            \"time\": \"2025-09-11T18:14:00Z\",\n            \"value\": 1279\n        },\n        {\n            \"time\": \"2025-09-11T21:34:00Z\",\n            \"value\": 1277\n        },\n        {\n            \"time\": \"2025-09-12T05:32:00Z\",\n            \"value\": 1278\n        },\n        {\n            \"time\": \"2025-09-12T07:04:00Z\",\n            \"value\": 1309\n        },\n        {\n            \"time\": \"2025-09-12T12:40:00Z\",\n            \"value\": 1244\n        },\n        {\n            \"time\": \"2025-09-12T19:28:00Z\",\n            \"value\": 1243\n        },\n        {\n            \"time\": \"2025-09-12T20:36:00Z\",\n            \"value\": 1244\n        },\n        {\n            \"time\": \"2025-09-13T07:00:00Z\",\n            \"value\": 1266\n        },\n        {\n            \"time\": \"2025-09-13T13:12:00Z\",\n            \"value\": 1102\n        },\n        {\n            \"time\": \"2025-09-13T17:56:00Z\",\n            \"value\": 1101\n        },\n        {\n            \"time\": \"2025-09-13T19:16:00Z\",\n            \"value\": 1106\n        },\n        {\n            \"time\": \"2025-09-13T21:12:00Z\",\n            \"value\": 1107\n        },\n        {\n            \"time\": \"2025-09-14T06:40:00Z\",\n            \"value\": 1144\n        },\n        {\n            \"time\": \"2025-09-14T12:16:00Z\",\n            \"value\": 1197\n        },\n        {\n            \"time\": \"2025-09-14T18:40:00Z\",\n            \"value\": 1195\n        },\n        {\n            \"time\": \"2025-09-15T07:48:00Z\",\n            \"value\": 1217\n        },\n        {\n            \"time\": \"2025-09-15T13:32:00Z\",\n            \"value\": 1168\n        },\n        {\n            \"time\": \"2025-09-15T17:04:00Z\",\n            \"value\": 1166\n        },\n        {\n            \"time\": \"2025-09-15T21:02:00Z\",\n            \"value\": 1167\n        },\n        {\n            \"time\": \"2025-09-16T01:44:00Z\",\n            \"value\": 1166\n        },\n        {\n            \"time\": \"2025-09-16T03:12:00Z\",\n            \"value\": 1168\n        },\n        {\n            \"time\": \"2025-09-16T08:12:00Z\",\n            \"value\": 1183\n        },\n        {\n            \"time\": \"2025-09-16T12:24:00Z\",\n            \"value\": 973\n        },\n        {\n            \"time\": \"2025-09-16T19:10:00Z\",\n            \"value\": 975\n        },\n        {\n            \"time\": \"2025-09-17T02:18:00Z\",\n            \"value\": 976\n        },\n        {\n            \"time\": \"2025-09-17T07:40:00Z\",\n            \"value\": 1016\n        },\n        {\n            \"time\": \"2025-09-17T13:24:00Z\",\n            \"value\": 606\n        },\n        {\n            \"time\": \"2025-09-17T15:58:00Z\",\n            \"value\": 607\n        },\n        {\n            \"time\": \"2025-09-17T18:32:00Z\",\n            \"value\": 610\n        },\n        {\n            \"time\": \"2025-09-17T20:44:00Z\",\n            \"value\": 611\n        },\n        {\n            \"time\": \"2025-09-18T06:52:00Z\",\n            \"value\": 671\n        },\n        {\n            \"time\": \"2025-09-18T15:22:00Z\",\n            \"value\": 480\n        },\n        {\n            \"time\": \"2025-09-18T20:04:00Z\",\n            \"value\": 483\n        },\n        {\n            \"time\": \"2025-09-19T02:36:00Z\",\n            \"value\": 482\n        },\n        {\n            \"time\": \"2025-09-19T06:04:00Z\",\n            \"value\": 484\n        },\n        {\n            \"time\": \"2025-09-19T08:00:00Z\",\n            \"value\": 551\n        },\n        {\n            \"time\": \"2025-09-19T13:56:00Z\",\n            \"value\": 466\n        },\n        {\n            \"time\": \"2025-09-20T03:12:00Z\",\n            \"value\": 465\n        },\n        {\n            \"time\": \"2025-09-20T10:20:00Z\",\n            \"value\": 513\n        },\n        {\n            \"time\": \"2025-09-20T14:44:00Z\",\n            \"value\": 426\n        },\n        {\n            \"time\": \"2025-09-20T18:40:00Z\",\n            \"value\": 417\n        },\n        {\n            \"time\": \"2025-09-21T06:56:00Z\",\n            \"value\": 464\n        },\n        {\n            \"time\": \"2025-09-21T12:48:00Z\",\n            \"value\": 341\n        },\n        {\n            \"time\": \"2025-09-21T19:36:00Z\",\n            \"value\": 342\n        },\n        {\n            \"time\": \"2025-09-22T05:52:00Z\",\n            \"value\": 380\n        },\n        {\n            \"time\": \"2025-09-22T15:04:00Z\",\n            \"value\": 294\n        },\n        {\n            \"time\": \"2025-09-22T18:32:00Z\",\n            \"value\": 293\n        },\n        {\n            \"time\": \"2025-09-22T20:26:00Z\",\n            \"value\": 292\n        },\n        {\n            \"time\": \"2025-09-22T23:28:00Z\",\n            \"value\": 291\n        },\n        {\n            \"time\": \"2025-09-23T07:40:00Z\",\n            \"value\": 332\n        },\n        {\n            \"time\": \"2025-09-23T13:48:00Z\",\n            \"value\": 324\n        },\n        {\n            \"time\": \"2025-09-23T18:52:00Z\",\n            \"value\": 321\n        },\n        {\n            \"time\": \"2025-09-24T01:12:00Z\",\n            \"value\": 322\n        },\n        {\n            \"time\": \"2025-09-24T04:00:00Z\",\n            \"value\": 321\n        },\n        {\n            \"time\": \"2025-09-24T05:12:00Z\",\n            \"value\": 322\n        },\n        {\n            \"time\": \"2025-09-25T07:06:00Z\",\n            \"value\": 370\n        },\n        {\n            \"time\": \"2025-09-25T12:20:00Z\",\n            \"value\": 337\n        },\n        {\n            \"time\": \"2025-09-26T07:58:00Z\",\n            \"value\": 372\n        },\n        {\n            \"time\": \"2025-09-26T15:00:00Z\",\n            \"value\": 301\n        },\n        {\n            \"time\": \"2025-09-26T19:16:00Z\",\n            \"value\": 299\n        },\n        {\n            \"time\": \"2025-09-27T05:56:00Z\",\n            \"value\": 317\n        },\n        {\n            \"time\": \"2025-09-27T12:12:00Z\",\n            \"value\": 199\n        },\n        {\n            \"time\": \"2025-09-27T17:24:00Z\",\n            \"value\": 198\n        },\n        {\n            \"time\": \"2025-09-28T07:28:00Z\",\n            \"value\": 229\n        },\n        {\n            \"time\": \"2025-09-28T14:36:00Z\",\n            \"value\": 137\n        },\n        {\n            \"time\": \"2025-09-28T19:16:00Z\",\n            \"value\": 138\n        },\n        {\n            \"time\": \"2025-09-29T07:56:00Z\",\n            \"value\": 159\n        },\n        {\n            \"time\": \"2025-09-29T14:02:00Z\",\n            \"value\": 44\n        },\n        {\n            \"time\": \"2025-09-29T19:08:00Z\",\n            \"value\": 45\n        },\n        {\n            \"time\": \"2025-09-30T10:52:00Z\",\n            \"value\": 55\n        },\n        {\n            \"time\": \"2025-09-30T12:58:00Z\",\n            \"value\": 17\n        },\n        {\n            \"time\": \"2025-10-01T07:04:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-01T15:56:00Z\",\n            \"value\": 4\n        },\n        {\n            \"time\": \"2025-10-02T08:00:00Z\",\n            \"value\": 7\n        },\n        {\n            \"time\": \"2025-10-02T14:22:00Z\",\n            \"value\": 2\n        },\n        {\n            \"time\": \"2025-10-03T12:34:00Z\",\n            \"value\": 5\n        },\n        {\n            \"time\": \"2025-10-03T17:24:00Z\",\n            \"value\": 6\n        },\n        {\n            \"time\": \"2025-10-04T07:44:00Z\",\n            \"value\": 8\n        },\n        {\n            \"time\": \"2025-10-04T14:16:00Z\",\n            \"value\": 11\n        },\n        {\n            \"time\": \"2025-10-05T06:32:00Z\",\n            \"value\": 12\n        },\n        {\n            \"time\": \"2025-10-05T14:32:00Z\",\n            \"value\": 14\n        },\n        {\n            \"time\": \"2025-10-06T08:20:00Z\",\n            \"value\": 15\n        },\n        {\n            \"time\": \"2025-10-06T13:32:00Z\",\n            \"value\": 13\n        },\n        {\n            \"time\": \"2025-10-07T06:06:00Z\",\n            \"value\": 14\n        },\n        {\n            \"time\": \"2025-10-07T12:38:00Z\",\n            \"value\": 18\n        },\n        {\n            \"time\": \"2025-10-07T18:04:00Z\",\n            \"value\": 19\n        },\n        {\n            \"time\": \"2025-10-08T00:50:00Z\",\n            \"value\": 15\n        },\n        {\n            \"time\": \"2025-10-08T04:20:00Z\",\n            \"value\": 16\n        },\n        {\n            \"time\": \"2025-10-08T14:20:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-09T21:28:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-10T10:06:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-10T16:40:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-10-10T19:16:00Z\",\n            \"value\": 44\n        },\n        {\n            \"time\": \"2025-10-11T08:32:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-10-11T19:16:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-12T07:54:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-12T12:40:00Z\",\n            \"value\": 31\n        },\n        {\n            \"time\": \"2025-10-12T19:20:00Z\",\n            \"value\": 32\n        },\n        {\n            \"time\": \"2025-10-13T08:10:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-10-13T12:48:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-14T07:16:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-14T14:44:00Z\",\n            \"value\": 44\n        },\n        {\n            \"time\": \"2025-10-15T14:56:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-10-15T20:28:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-10-15T21:08:00Z\",\n            \"value\": -1\n        },\n        {\n            \"time\": \"2025-10-15T21:28:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-10-16T13:04:00Z\",\n            \"value\": 2\n        }\n    ],\n    \"ratings_history\": [\n        {\n            \"time\": \"2025-06-16T20:32:00Z\",\n            \"value\": 44\n        },\n        {\n            \"time\": \"2025-10-07T13:40:00Z\",\n            \"value\": -1\n        },\n        {\n            \"time\": \"2025-10-07T14:20:00Z\",\n            \"value\": 44\n        }\n    ],\n    \"review_count_history\": [\n        {\n            \"time\": \"2025-08-18T10:04:00Z\",\n            \"value\": 19152\n        },\n        {\n            \"time\": \"2025-08-18T12:54:00Z\",\n            \"value\": 19179\n        },\n        {\n            \"time\": \"2025-08-18T13:36:00Z\",\n            \"value\": 19191\n        },\n        {\n            \"time\": \"2025-08-18T14:48:00Z\",\n            \"value\": 19192\n        },\n        {\n            \"time\": \"2025-08-18T15:16:00Z\",\n            \"value\": 19193\n        },\n        {\n            \"time\": \"2025-08-18T22:20:00Z\",\n            \"value\": 19194\n        },\n        {\n            \"time\": \"2025-08-19T04:04:00Z\",\n            \"value\": 19193\n        },\n        {\n            \"time\": \"2025-08-19T05:20:00Z\",\n            \"value\": 19194\n        },\n        {\n            \"time\": \"2025-08-19T07:44:00Z\",\n            \"value\": 19195\n        },\n        {\n            \"time\": \"2025-08-19T12:40:00Z\",\n            \"value\": 19215\n        },\n        {\n            \"time\": \"2025-08-19T13:44:00Z\",\n            \"value\": 19222\n        },\n        {\n            \"time\": \"2025-08-19T16:10:00Z\",\n            \"value\": 19223\n        },\n        {\n            \"time\": \"2025-08-19T17:42:00Z\",\n            \"value\": 19225\n        },\n        {\n            \"time\": \"2025-08-19T22:18:00Z\",\n            \"value\": 19224\n        },\n        {\n            \"time\": \"2025-08-20T00:40:00Z\",\n            \"value\": 19225\n        },\n        {\n            \"time\": \"2025-08-20T07:18:00Z\",\n            \"value\": 19227\n        },\n        {\n            \"time\": \"2025-08-20T08:24:00Z\",\n            \"value\": 19226\n        },\n        {\n            \"time\": \"2025-08-20T10:16:00Z\",\n            \"value\": 19227\n        },\n        {\n            \"time\": \"2025-08-20T12:24:00Z\",\n            \"value\": 19243\n        },\n        {\n            \"time\": \"2025-08-20T13:44:00Z\",\n            \"value\": 19262\n        },\n        {\n            \"time\": \"2025-08-20T15:04:00Z\",\n            \"value\": 19263\n        },\n        {\n            \"time\": \"2025-08-20T16:32:00Z\",\n            \"value\": 19266\n        },\n        {\n            \"time\": \"2025-08-20T19:44:00Z\",\n            \"value\": 19267\n        },\n        {\n            \"time\": \"2025-08-20T20:16:00Z\",\n            \"value\": 19266\n        },\n        {\n            \"time\": \"2025-08-20T23:30:00Z\",\n            \"value\": 19268\n        },\n        {\n            \"time\": \"2025-08-21T05:36:00Z\",\n            \"value\": 19269\n        },\n        {\n            \"time\": \"2025-08-21T08:52:00Z\",\n            \"value\": 19270\n        },\n        {\n            \"time\": \"2025-08-21T09:30:00Z\",\n            \"value\": 19271\n        },\n        {\n            \"time\": \"2025-08-21T13:12:00Z\",\n            \"value\": 19301\n        },\n        {\n            \"time\": \"2025-08-21T13:24:00Z\",\n            \"value\": 19313\n        },\n        {\n            \"time\": \"2025-08-21T22:50:00Z\",\n            \"value\": 19314\n        },\n        {\n            \"time\": \"2025-08-21T23:36:00Z\",\n            \"value\": 19315\n        },\n        {\n            \"time\": \"2025-08-22T02:40:00Z\",\n            \"value\": 19316\n        },\n        {\n            \"time\": \"2025-08-22T06:34:00Z\",\n            \"value\": 19319\n        },\n        {\n            \"time\": \"2025-08-22T09:32:00Z\",\n            \"value\": 19320\n        },\n        {\n            \"time\": \"2025-08-22T11:08:00Z\",\n            \"value\": 19321\n        },\n        {\n            \"time\": \"2025-08-22T12:50:00Z\",\n            \"value\": 19352\n        },\n        {\n            \"time\": \"2025-08-22T13:00:00Z\",\n            \"value\": 19263\n        },\n        {\n            \"time\": \"2025-08-22T14:32:00Z\",\n            \"value\": 19364\n        },\n        {\n            \"time\": \"2025-08-22T15:26:00Z\",\n            \"value\": 19363\n        },\n        {\n            \"time\": \"2025-08-22T17:32:00Z\",\n            \"value\": 19367\n        },\n        {\n            \"time\": \"2025-08-22T20:36:00Z\",\n            \"value\": 19368\n        },\n        {\n            \"time\": \"2025-08-23T00:10:00Z\",\n            \"value\": 19370\n        },\n        {\n            \"time\": \"2025-08-23T03:28:00Z\",\n            \"value\": 19375\n        },\n        {\n            \"time\": \"2025-08-23T05:24:00Z\",\n            \"value\": 19376\n        },\n        {\n            \"time\": \"2025-08-23T08:36:00Z\",\n            \"value\": 19377\n        },\n        {\n            \"time\": \"2025-08-23T12:16:00Z\",\n            \"value\": 19406\n        },\n        {\n            \"time\": \"2025-08-23T13:56:00Z\",\n            \"value\": 19424\n        },\n        {\n            \"time\": \"2025-08-23T14:44:00Z\",\n            \"value\": 19423\n        },\n        {\n            \"time\": \"2025-08-23T16:44:00Z\",\n            \"value\": 19422\n        },\n        {\n            \"time\": \"2025-08-23T17:30:00Z\",\n            \"value\": 19423\n        },\n        {\n            \"time\": \"2025-08-23T19:00:00Z\",\n            \"value\": 19424\n        },\n        {\n            \"time\": \"2025-08-24T05:42:00Z\",\n            \"value\": 19427\n        },\n        {\n            \"time\": \"2025-08-24T07:08:00Z\",\n            \"value\": 19428\n        },\n        {\n            \"time\": \"2025-08-24T11:40:00Z\",\n            \"value\": 19432\n        },\n        {\n            \"time\": \"2025-08-24T15:50:00Z\",\n            \"value\": 19464\n        },\n        {\n            \"time\": \"2025-08-24T17:12:00Z\",\n            \"value\": 19465\n        },\n        {\n            \"time\": \"2025-08-24T22:30:00Z\",\n            \"value\": 19466\n        },\n        {\n            \"time\": \"2025-08-25T05:20:00Z\",\n            \"value\": 19467\n        },\n        {\n            \"time\": \"2025-08-25T07:04:00Z\",\n            \"value\": 19468\n        },\n        {\n            \"time\": \"2025-08-25T07:20:00Z\",\n            \"value\": 19470\n        },\n        {\n            \"time\": \"2025-08-25T09:28:00Z\",\n            \"value\": 19469\n        },\n        {\n            \"time\": \"2025-08-25T11:18:00Z\",\n            \"value\": 19470\n        },\n        {\n            \"time\": \"2025-08-25T13:04:00Z\",\n            \"value\": 19480\n        },\n        {\n            \"time\": \"2025-08-25T13:32:00Z\",\n            \"value\": 19510\n        },\n        {\n            \"time\": \"2025-08-25T15:28:00Z\",\n            \"value\": 19512\n        },\n        {\n            \"time\": \"2025-08-25T18:08:00Z\",\n            \"value\": 19375\n        },\n        {\n            \"time\": \"2025-08-25T18:42:00Z\",\n            \"value\": 19510\n        },\n        {\n            \"time\": \"2025-08-25T19:56:00Z\",\n            \"value\": 19469\n        },\n        {\n            \"time\": \"2025-08-25T21:12:00Z\",\n            \"value\": 19509\n        },\n        {\n            \"time\": \"2025-08-26T01:56:00Z\",\n            \"value\": 19514\n        },\n        {\n            \"time\": \"2025-08-26T04:56:00Z\",\n            \"value\": 19516\n        },\n        {\n            \"time\": \"2025-08-26T07:56:00Z\",\n            \"value\": 19514\n        },\n        {\n            \"time\": \"2025-08-26T08:38:00Z\",\n            \"value\": 19515\n        },\n        {\n            \"time\": \"2025-08-26T09:58:00Z\",\n            \"value\": 19516\n        },\n        {\n            \"time\": \"2025-08-26T10:48:00Z\",\n            \"value\": 19517\n        },\n        {\n            \"time\": \"2025-08-26T13:20:00Z\",\n            \"value\": 19547\n        },\n        {\n            \"time\": \"2025-08-26T15:30:00Z\",\n            \"value\": 19548\n        },\n        {\n            \"time\": \"2025-08-26T21:32:00Z\",\n            \"value\": 19549\n        },\n        {\n            \"time\": \"2025-08-27T05:48:00Z\",\n            \"value\": 19550\n        },\n        {\n            \"time\": \"2025-08-27T08:04:00Z\",\n            \"value\": 19549\n        },\n        {\n            \"time\": \"2025-08-27T09:00:00Z\",\n            \"value\": 19550\n        },\n        {\n            \"time\": \"2025-08-27T13:16:00Z\",\n            \"value\": 19574\n        },\n        {\n            \"time\": \"2025-08-27T15:54:00Z\",\n            \"value\": 19573\n        },\n        {\n            \"time\": \"2025-08-27T17:08:00Z\",\n            \"value\": 19575\n        },\n        {\n            \"time\": \"2025-08-27T20:24:00Z\",\n            \"value\": 19577\n        },\n        {\n            \"time\": \"2025-08-27T22:56:00Z\",\n            \"value\": 19578\n        },\n        {\n            \"time\": \"2025-08-28T02:44:00Z\",\n            \"value\": 19579\n        },\n        {\n            \"time\": \"2025-08-28T04:38:00Z\",\n            \"value\": 19578\n        },\n        {\n            \"time\": \"2025-08-28T08:10:00Z\",\n            \"value\": 19579\n        },\n        {\n            \"time\": \"2025-08-28T08:52:00Z\",\n            \"value\": 19581\n        },\n        {\n            \"time\": \"2025-08-28T09:24:00Z\",\n            \"value\": 19582\n        },\n        {\n            \"time\": \"2025-08-28T12:30:00Z\",\n            \"value\": 19610\n        },\n        {\n            \"time\": \"2025-08-28T14:28:00Z\",\n            \"value\": 19629\n        },\n        {\n            \"time\": \"2025-08-28T21:24:00Z\",\n            \"value\": 19630\n        },\n        {\n            \"time\": \"2025-08-29T02:52:00Z\",\n            \"value\": 19631\n        },\n        {\n            \"time\": \"2025-08-29T07:40:00Z\",\n            \"value\": 19632\n        },\n        {\n            \"time\": \"2025-08-29T08:14:00Z\",\n            \"value\": 19633\n        },\n        {\n            \"time\": \"2025-08-29T09:18:00Z\",\n            \"value\": 19634\n        },\n        {\n            \"time\": \"2025-08-29T11:08:00Z\",\n            \"value\": 19635\n        },\n        {\n            \"time\": \"2025-08-29T11:30:00Z\",\n            \"value\": 19636\n        },\n        {\n            \"time\": \"2025-08-29T13:38:00Z\",\n            \"value\": 19674\n        },\n        {\n            \"time\": \"2025-08-29T14:16:00Z\",\n            \"value\": 19675\n        },\n        {\n            \"time\": \"2025-08-29T15:48:00Z\",\n            \"value\": 19676\n        },\n        {\n            \"time\": \"2025-08-29T21:58:00Z\",\n            \"value\": 19675\n        },\n        {\n            \"time\": \"2025-08-30T01:24:00Z\",\n            \"value\": 19674\n        },\n        {\n            \"time\": \"2025-08-30T06:24:00Z\",\n            \"value\": 19677\n        },\n        {\n            \"time\": \"2025-08-30T09:32:00Z\",\n            \"value\": 19678\n        },\n        {\n            \"time\": \"2025-08-30T10:32:00Z\",\n            \"value\": 19679\n        },\n        {\n            \"time\": \"2025-08-30T12:08:00Z\",\n            \"value\": 19680\n        },\n        {\n            \"time\": \"2025-08-30T12:32:00Z\",\n            \"value\": 19696\n        },\n        {\n            \"time\": \"2025-08-30T15:12:00Z\",\n            \"value\": 19714\n        },\n        {\n            \"time\": \"2025-08-30T15:32:00Z\",\n            \"value\": 19715\n        },\n        {\n            \"time\": \"2025-08-31T05:48:00Z\",\n            \"value\": 19719\n        },\n        {\n            \"time\": \"2025-08-31T08:38:00Z\",\n            \"value\": 19720\n        },\n        {\n            \"time\": \"2025-08-31T11:36:00Z\",\n            \"value\": 19721\n        },\n        {\n            \"time\": \"2025-08-31T15:20:00Z\",\n            \"value\": 19756\n        },\n        {\n            \"time\": \"2025-08-31T17:50:00Z\",\n            \"value\": 19738\n        },\n        {\n            \"time\": \"2025-08-31T20:42:00Z\",\n            \"value\": 19739\n        },\n        {\n            \"time\": \"2025-09-01T01:04:00Z\",\n            \"value\": 19743\n        },\n        {\n            \"time\": \"2025-09-01T06:00:00Z\",\n            \"value\": 19745\n        },\n        {\n            \"time\": \"2025-09-01T08:28:00Z\",\n            \"value\": 19746\n        },\n        {\n            \"time\": \"2025-09-01T11:48:00Z\",\n            \"value\": 19747\n        },\n        {\n            \"time\": \"2025-09-01T13:16:00Z\",\n            \"value\": 19771\n        },\n        {\n            \"time\": \"2025-09-01T15:16:00Z\",\n            \"value\": 19773\n        },\n        {\n            \"time\": \"2025-09-01T19:40:00Z\",\n            \"value\": 19774\n        },\n        {\n            \"time\": \"2025-09-02T00:34:00Z\",\n            \"value\": 19775\n        },\n        {\n            \"time\": \"2025-09-02T06:20:00Z\",\n            \"value\": 19780\n        },\n        {\n            \"time\": \"2025-09-02T08:08:00Z\",\n            \"value\": 19781\n        },\n        {\n            \"time\": \"2025-09-02T10:12:00Z\",\n            \"value\": 19783\n        },\n        {\n            \"time\": \"2025-09-02T12:32:00Z\",\n            \"value\": 19804\n        },\n        {\n            \"time\": \"2025-09-02T13:16:00Z\",\n            \"value\": 19813\n        },\n        {\n            \"time\": \"2025-09-02T16:20:00Z\",\n            \"value\": 19814\n        },\n        {\n            \"time\": \"2025-09-02T17:38:00Z\",\n            \"value\": 19815\n        },\n        {\n            \"time\": \"2025-09-02T20:10:00Z\",\n            \"value\": 19816\n        },\n        {\n            \"time\": \"2025-09-02T21:56:00Z\",\n            \"value\": 19817\n        },\n        {\n            \"time\": \"2025-09-03T04:52:00Z\",\n            \"value\": 19819\n        },\n        {\n            \"time\": \"2025-09-03T07:28:00Z\",\n            \"value\": 19820\n        },\n        {\n            \"time\": \"2025-09-03T08:16:00Z\",\n            \"value\": 19821\n        },\n        {\n            \"time\": \"2025-09-03T09:56:00Z\",\n            \"value\": 19823\n        },\n        {\n            \"time\": \"2025-09-03T11:32:00Z\",\n            \"value\": 19825\n        },\n        {\n            \"time\": \"2025-09-03T12:44:00Z\",\n            \"value\": 19846\n        },\n        {\n            \"time\": \"2025-09-03T13:28:00Z\",\n            \"value\": 19860\n        },\n        {\n            \"time\": \"2025-09-03T14:44:00Z\",\n            \"value\": 19861\n        },\n        {\n            \"time\": \"2025-09-03T15:20:00Z\",\n            \"value\": 19860\n        },\n        {\n            \"time\": \"2025-09-03T16:24:00Z\",\n            \"value\": 19861\n        },\n        {\n            \"time\": \"2025-09-03T20:28:00Z\",\n            \"value\": 19863\n        },\n        {\n            \"time\": \"2025-09-03T22:24:00Z\",\n            \"value\": 19864\n        },\n        {\n            \"time\": \"2025-09-04T01:54:00Z\",\n            \"value\": 19865\n        },\n        {\n            \"time\": \"2025-09-04T02:30:00Z\",\n            \"value\": 19866\n        },\n        {\n            \"time\": \"2025-09-04T04:52:00Z\",\n            \"value\": 19867\n        },\n        {\n            \"time\": \"2025-09-04T05:48:00Z\",\n            \"value\": 19866\n        },\n        {\n            \"time\": \"2025-09-04T07:20:00Z\",\n            \"value\": 19867\n        },\n        {\n            \"time\": \"2025-09-04T09:28:00Z\",\n            \"value\": 19868\n        },\n        {\n            \"time\": \"2025-09-04T11:12:00Z\",\n            \"value\": 19869\n        },\n        {\n            \"time\": \"2025-09-04T14:20:00Z\",\n            \"value\": 19820\n        },\n        {\n            \"time\": \"2025-09-04T15:56:00Z\",\n            \"value\": 19911\n        },\n        {\n            \"time\": \"2025-09-04T18:38:00Z\",\n            \"value\": 19915\n        },\n        {\n            \"time\": \"2025-09-05T02:52:00Z\",\n            \"value\": 19914\n        },\n        {\n            \"time\": \"2025-09-05T04:52:00Z\",\n            \"value\": 19916\n        },\n        {\n            \"time\": \"2025-09-05T07:20:00Z\",\n            \"value\": 19915\n        },\n        {\n            \"time\": \"2025-09-05T10:16:00Z\",\n            \"value\": 19917\n        },\n        {\n            \"time\": \"2025-09-05T11:32:00Z\",\n            \"value\": 19918\n        },\n        {\n            \"time\": \"2025-09-05T15:04:00Z\",\n            \"value\": 19966\n        },\n        {\n            \"time\": \"2025-09-05T15:52:00Z\",\n            \"value\": 19968\n        },\n        {\n            \"time\": \"2025-09-05T16:30:00Z\",\n            \"value\": 19969\n        },\n        {\n            \"time\": \"2025-09-05T17:52:00Z\",\n            \"value\": 19972\n        },\n        {\n            \"time\": \"2025-09-05T20:40:00Z\",\n            \"value\": 19975\n        },\n        {\n            \"time\": \"2025-09-05T22:40:00Z\",\n            \"value\": 19976\n        },\n        {\n            \"time\": \"2025-09-06T01:44:00Z\",\n            \"value\": 19978\n        },\n        {\n            \"time\": \"2025-09-06T06:32:00Z\",\n            \"value\": 19981\n        },\n        {\n            \"time\": \"2025-09-06T11:26:00Z\",\n            \"value\": 19984\n        },\n        {\n            \"time\": \"2025-09-06T13:36:00Z\",\n            \"value\": 20019\n        },\n        {\n            \"time\": \"2025-09-06T15:48:00Z\",\n            \"value\": 20022\n        },\n        {\n            \"time\": \"2025-09-06T17:48:00Z\",\n            \"value\": 20023\n        },\n        {\n            \"time\": \"2025-09-06T18:12:00Z\",\n            \"value\": 20024\n        },\n        {\n            \"time\": \"2025-09-06T19:20:00Z\",\n            \"value\": 20025\n        },\n        {\n            \"time\": \"2025-09-06T20:40:00Z\",\n            \"value\": 20024\n        },\n        {\n            \"time\": \"2025-09-06T23:36:00Z\",\n            \"value\": 20025\n        },\n        {\n            \"time\": \"2025-09-07T04:30:00Z\",\n            \"value\": 20026\n        },\n        {\n            \"time\": \"2025-09-07T06:38:00Z\",\n            \"value\": 20027\n        },\n        {\n            \"time\": \"2025-09-07T07:50:00Z\",\n            \"value\": 20029\n        },\n        {\n            \"time\": \"2025-09-07T08:24:00Z\",\n            \"value\": 20030\n        },\n        {\n            \"time\": \"2025-09-07T12:16:00Z\",\n            \"value\": 20031\n        },\n        {\n            \"time\": \"2025-09-07T12:20:00Z\",\n            \"value\": 20055\n        },\n        {\n            \"time\": \"2025-09-07T13:32:00Z\",\n            \"value\": 20069\n        },\n        {\n            \"time\": \"2025-09-07T15:04:00Z\",\n            \"value\": 20070\n        },\n        {\n            \"time\": \"2025-09-07T15:32:00Z\",\n            \"value\": 20071\n        },\n        {\n            \"time\": \"2025-09-07T16:44:00Z\",\n            \"value\": 20072\n        },\n        {\n            \"time\": \"2025-09-07T17:48:00Z\",\n            \"value\": 20074\n        },\n        {\n            \"time\": \"2025-09-07T21:48:00Z\",\n            \"value\": 20072\n        },\n        {\n            \"time\": \"2025-09-08T00:12:00Z\",\n            \"value\": 20024\n        },\n        {\n            \"time\": \"2025-09-08T04:18:00Z\",\n            \"value\": 20074\n        },\n        {\n            \"time\": \"2025-09-08T08:04:00Z\",\n            \"value\": 20073\n        },\n        {\n            \"time\": \"2025-09-08T10:08:00Z\",\n            \"value\": 20074\n        },\n        {\n            \"time\": \"2025-09-08T10:32:00Z\",\n            \"value\": 20075\n        },\n        {\n            \"time\": \"2025-09-08T12:48:00Z\",\n            \"value\": 20100\n        },\n        {\n            \"time\": \"2025-09-08T13:22:00Z\",\n            \"value\": 20123\n        },\n        {\n            \"time\": \"2025-09-09T00:36:00Z\",\n            \"value\": 20124\n        },\n        {\n            \"time\": \"2025-09-09T06:48:00Z\",\n            \"value\": 20125\n        },\n        {\n            \"time\": \"2025-09-09T08:40:00Z\",\n            \"value\": 20126\n        },\n        {\n            \"time\": \"2025-09-09T10:12:00Z\",\n            \"value\": 20127\n        },\n        {\n            \"time\": \"2025-09-09T11:12:00Z\",\n            \"value\": 20129\n        },\n        {\n            \"time\": \"2025-09-09T13:12:00Z\",\n            \"value\": 20146\n        },\n        {\n            \"time\": \"2025-09-09T13:44:00Z\",\n            \"value\": 20166\n        },\n        {\n            \"time\": \"2025-09-09T14:22:00Z\",\n            \"value\": 20167\n        },\n        {\n            \"time\": \"2025-09-09T18:30:00Z\",\n            \"value\": 20169\n        },\n        {\n            \"time\": \"2025-09-09T21:32:00Z\",\n            \"value\": 20168\n        },\n        {\n            \"time\": \"2025-09-09T22:44:00Z\",\n            \"value\": 20169\n        },\n        {\n            \"time\": \"2025-09-09T23:32:00Z\",\n            \"value\": 20167\n        },\n        {\n            \"time\": \"2025-09-10T05:54:00Z\",\n            \"value\": 20168\n        },\n        {\n            \"time\": \"2025-09-10T07:40:00Z\",\n            \"value\": 20169\n        },\n        {\n            \"time\": \"2025-09-10T10:36:00Z\",\n            \"value\": 20171\n        },\n        {\n            \"time\": \"2025-09-10T12:00:00Z\",\n            \"value\": 20172\n        },\n        {\n            \"time\": \"2025-09-10T17:48:00Z\",\n            \"value\": 20176\n        },\n        {\n            \"time\": \"2025-09-10T22:40:00Z\",\n            \"value\": 20224\n        },\n        {\n            \"time\": \"2025-09-11T02:08:00Z\",\n            \"value\": 20229\n        },\n        {\n            \"time\": \"2025-09-11T07:22:00Z\",\n            \"value\": 20238\n        },\n        {\n            \"time\": \"2025-09-11T08:40:00Z\",\n            \"value\": 20241\n        },\n        {\n            \"time\": \"2025-09-11T13:22:00Z\",\n            \"value\": 20242\n        },\n        {\n            \"time\": \"2025-09-11T18:14:00Z\",\n            \"value\": 20249\n        },\n        {\n            \"time\": \"2025-09-11T18:32:00Z\",\n            \"value\": 20277\n        },\n        {\n            \"time\": \"2025-09-12T05:32:00Z\",\n            \"value\": 20285\n        },\n        {\n            \"time\": \"2025-09-12T07:04:00Z\",\n            \"value\": 20286\n        },\n        {\n            \"time\": \"2025-09-12T09:42:00Z\",\n            \"value\": 20287\n        },\n        {\n            \"time\": \"2025-09-12T10:36:00Z\",\n            \"value\": 20289\n        },\n        {\n            \"time\": \"2025-09-12T15:02:00Z\",\n            \"value\": 20290\n        },\n        {\n            \"time\": \"2025-09-12T16:36:00Z\",\n            \"value\": 20315\n        },\n        {\n            \"time\": \"2025-09-12T18:04:00Z\",\n            \"value\": 20317\n        },\n        {\n            \"time\": \"2025-09-12T20:56:00Z\",\n            \"value\": 20320\n        },\n        {\n            \"time\": \"2025-09-13T05:08:00Z\",\n            \"value\": 20322\n        },\n        {\n            \"time\": \"2025-09-13T10:36:00Z\",\n            \"value\": 20324\n        },\n        {\n            \"time\": \"2025-09-13T15:40:00Z\",\n            \"value\": 20352\n        },\n        {\n            \"time\": \"2025-09-13T17:56:00Z\",\n            \"value\": 20353\n        },\n        {\n            \"time\": \"2025-09-13T19:40:00Z\",\n            \"value\": 20356\n        },\n        {\n            \"time\": \"2025-09-14T00:32:00Z\",\n            \"value\": 20357\n        },\n        {\n            \"time\": \"2025-09-14T04:20:00Z\",\n            \"value\": 20359\n        },\n        {\n            \"time\": \"2025-09-14T06:40:00Z\",\n            \"value\": 20360\n        },\n        {\n            \"time\": \"2025-09-14T11:00:00Z\",\n            \"value\": 20362\n        },\n        {\n            \"time\": \"2025-09-14T13:16:00Z\",\n            \"value\": 20405\n        },\n        {\n            \"time\": \"2025-09-14T18:40:00Z\",\n            \"value\": 20404\n        },\n        {\n            \"time\": \"2025-09-14T22:48:00Z\",\n            \"value\": 20405\n        },\n        {\n            \"time\": \"2025-09-15T05:24:00Z\",\n            \"value\": 20404\n        },\n        {\n            \"time\": \"2025-09-15T10:20:00Z\",\n            \"value\": 20405\n        },\n        {\n            \"time\": \"2025-09-15T12:42:00Z\",\n            \"value\": 20419\n        },\n        {\n            \"time\": \"2025-09-15T16:00:00Z\",\n            \"value\": 20429\n        },\n        {\n            \"time\": \"2025-09-15T16:52:00Z\",\n            \"value\": 20430\n        },\n        {\n            \"time\": \"2025-09-15T21:02:00Z\",\n            \"value\": 20431\n        },\n        {\n            \"time\": \"2025-09-15T22:28:00Z\",\n            \"value\": 20429\n        },\n        {\n            \"time\": \"2025-09-16T01:44:00Z\",\n            \"value\": 20432\n        },\n        {\n            \"time\": \"2025-09-16T05:44:00Z\",\n            \"value\": 20433\n        },\n        {\n            \"time\": \"2025-09-16T08:12:00Z\",\n            \"value\": 20434\n        },\n        {\n            \"time\": \"2025-09-16T09:44:00Z\",\n            \"value\": 20435\n        },\n        {\n            \"time\": \"2025-09-16T10:24:00Z\",\n            \"value\": 20436\n        },\n        {\n            \"time\": \"2025-09-16T12:18:00Z\",\n            \"value\": 20442\n        },\n        {\n            \"time\": \"2025-09-16T13:50:00Z\",\n            \"value\": 20456\n        },\n        {\n            \"time\": \"2025-09-16T14:28:00Z\",\n            \"value\": 20474\n        },\n        {\n            \"time\": \"2025-09-16T15:56:00Z\",\n            \"value\": 20475\n        },\n        {\n            \"time\": \"2025-09-16T16:18:00Z\",\n            \"value\": 20476\n        },\n        {\n            \"time\": \"2025-09-16T19:36:00Z\",\n            \"value\": 20477\n        },\n        {\n            \"time\": \"2025-09-16T21:36:00Z\",\n            \"value\": 20475\n        },\n        {\n            \"time\": \"2025-09-17T05:40:00Z\",\n            \"value\": 20477\n        },\n        {\n            \"time\": \"2025-09-17T07:40:00Z\",\n            \"value\": 20478\n        },\n        {\n            \"time\": \"2025-09-17T08:30:00Z\",\n            \"value\": 20479\n        },\n        {\n            \"time\": \"2025-09-17T10:20:00Z\",\n            \"value\": 20483\n        },\n        {\n            \"time\": \"2025-09-17T11:22:00Z\",\n            \"value\": 20484\n        },\n        {\n            \"time\": \"2025-09-17T14:50:00Z\",\n            \"value\": 20528\n        },\n        {\n            \"time\": \"2025-09-17T15:24:00Z\",\n            \"value\": 20530\n        },\n        {\n            \"time\": \"2025-09-17T18:36:00Z\",\n            \"value\": 20533\n        },\n        {\n            \"time\": \"2025-09-17T20:44:00Z\",\n            \"value\": 20534\n        },\n        {\n            \"time\": \"2025-09-18T02:08:00Z\",\n            \"value\": 20537\n        },\n        {\n            \"time\": \"2025-09-18T05:38:00Z\",\n            \"value\": 20540\n        },\n        {\n            \"time\": \"2025-09-18T06:52:00Z\",\n            \"value\": 20542\n        },\n        {\n            \"time\": \"2025-09-18T07:40:00Z\",\n            \"value\": 20546\n        },\n        {\n            \"time\": \"2025-09-18T08:24:00Z\",\n            \"value\": 20547\n        },\n        {\n            \"time\": \"2025-09-18T10:00:00Z\",\n            \"value\": 20549\n        },\n        {\n            \"time\": \"2025-09-18T22:12:00Z\",\n            \"value\": 20479\n        },\n        {\n            \"time\": \"2025-09-18T22:32:00Z\",\n            \"value\": 20478\n        },\n        {\n            \"time\": \"2025-09-19T00:52:00Z\",\n            \"value\": 20479\n        },\n        {\n            \"time\": \"2025-09-19T10:46:00Z\",\n            \"value\": 20478\n        },\n        {\n            \"time\": \"2025-09-19T12:42:00Z\",\n            \"value\": 20549\n        },\n        {\n            \"time\": \"2025-09-19T13:04:00Z\",\n            \"value\": 20478\n        },\n        {\n            \"time\": \"2025-09-19T23:06:00Z\",\n            \"value\": 20516\n        },\n        {\n            \"time\": \"2025-09-20T03:12:00Z\",\n            \"value\": 20540\n        },\n        {\n            \"time\": \"2025-09-20T07:24:00Z\",\n            \"value\": 20561\n        },\n        {\n            \"time\": \"2025-09-20T09:36:00Z\",\n            \"value\": 20588\n        },\n        {\n            \"time\": \"2025-09-20T10:20:00Z\",\n            \"value\": 20593\n        },\n        {\n            \"time\": \"2025-09-20T12:10:00Z\",\n            \"value\": 20594\n        },\n        {\n            \"time\": \"2025-09-20T12:16:00Z\",\n            \"value\": 20593\n        },\n        {\n            \"time\": \"2025-09-20T20:20:00Z\",\n            \"value\": 20597\n        },\n        {\n            \"time\": \"2025-09-20T22:30:00Z\",\n            \"value\": 20607\n        },\n        {\n            \"time\": \"2025-09-20T23:20:00Z\",\n            \"value\": 20610\n        },\n        {\n            \"time\": \"2025-09-21T00:32:00Z\",\n            \"value\": 20615\n        },\n        {\n            \"time\": \"2025-09-21T04:28:00Z\",\n            \"value\": 20632\n        },\n        {\n            \"time\": \"2025-09-21T09:30:00Z\",\n            \"value\": 20641\n        },\n        {\n            \"time\": \"2025-09-21T19:30:00Z\",\n            \"value\": 20652\n        },\n        {\n            \"time\": \"2025-09-21T21:20:00Z\",\n            \"value\": 20655\n        },\n        {\n            \"time\": \"2025-09-22T02:24:00Z\",\n            \"value\": 20667\n        },\n        {\n            \"time\": \"2025-09-22T03:38:00Z\",\n            \"value\": 20670\n        },\n        {\n            \"time\": \"2025-09-22T06:16:00Z\",\n            \"value\": 20671\n        },\n        {\n            \"time\": \"2025-09-22T07:36:00Z\",\n            \"value\": 20672\n        },\n        {\n            \"time\": \"2025-09-22T13:16:00Z\",\n            \"value\": 20676\n        },\n        {\n            \"time\": \"2025-09-22T15:16:00Z\",\n            \"value\": 20679\n        },\n        {\n            \"time\": \"2025-09-22T16:08:00Z\",\n            \"value\": 20690\n        },\n        {\n            \"time\": \"2025-09-22T16:30:00Z\",\n            \"value\": 20692\n        },\n        {\n            \"time\": \"2025-09-22T18:32:00Z\",\n            \"value\": 20701\n        },\n        {\n            \"time\": \"2025-09-22T19:28:00Z\",\n            \"value\": 20706\n        },\n        {\n            \"time\": \"2025-09-22T20:26:00Z\",\n            \"value\": 20708\n        },\n        {\n            \"time\": \"2025-09-22T21:52:00Z\",\n            \"value\": 20714\n        },\n        {\n            \"time\": \"2025-09-22T23:28:00Z\",\n            \"value\": 20721\n        },\n        {\n            \"time\": \"2025-09-23T07:40:00Z\",\n            \"value\": 20720\n        },\n        {\n            \"time\": \"2025-09-23T11:24:00Z\",\n            \"value\": 20723\n        },\n        {\n            \"time\": \"2025-09-23T13:54:00Z\",\n            \"value\": 20730\n        },\n        {\n            \"time\": \"2025-09-23T15:42:00Z\",\n            \"value\": 20734\n        },\n        {\n            \"time\": \"2025-09-23T18:22:00Z\",\n            \"value\": 20741\n        },\n        {\n            \"time\": \"2025-09-23T19:32:00Z\",\n            \"value\": 20743\n        },\n        {\n            \"time\": \"2025-09-23T20:28:00Z\",\n            \"value\": 20746\n        },\n        {\n            \"time\": \"2025-09-23T21:52:00Z\",\n            \"value\": 20751\n        },\n        {\n            \"time\": \"2025-09-23T22:46:00Z\",\n            \"value\": 20754\n        },\n        {\n            \"time\": \"2025-09-24T04:00:00Z\",\n            \"value\": 20755\n        },\n        {\n            \"time\": \"2025-09-24T08:32:00Z\",\n            \"value\": 20763\n        },\n        {\n            \"time\": \"2025-09-24T09:28:00Z\",\n            \"value\": 20772\n        },\n        {\n            \"time\": \"2025-09-24T10:20:00Z\",\n            \"value\": 20775\n        },\n        {\n            \"time\": \"2025-09-24T11:32:00Z\",\n            \"value\": 20779\n        },\n        {\n            \"time\": \"2025-09-24T12:28:00Z\",\n            \"value\": 20783\n        },\n        {\n            \"time\": \"2025-09-24T13:14:00Z\",\n            \"value\": 20785\n        },\n        {\n            \"time\": \"2025-09-24T14:18:00Z\",\n            \"value\": 20788\n        },\n        {\n            \"time\": \"2025-09-24T16:54:00Z\",\n            \"value\": 20795\n        },\n        {\n            \"time\": \"2025-09-24T18:34:00Z\",\n            \"value\": 20800\n        },\n        {\n            \"time\": \"2025-09-24T20:12:00Z\",\n            \"value\": 20803\n        },\n        {\n            \"time\": \"2025-09-25T01:28:00Z\",\n            \"value\": 20802\n        },\n        {\n            \"time\": \"2025-09-25T11:44:00Z\",\n            \"value\": 20801\n        },\n        {\n            \"time\": \"2025-09-25T12:20:00Z\",\n            \"value\": 20805\n        },\n        {\n            \"time\": \"2025-09-25T14:12:00Z\",\n            \"value\": 20813\n        },\n        {\n            \"time\": \"2025-09-25T14:20:00Z\",\n            \"value\": 20817\n        },\n        {\n            \"time\": \"2025-09-25T15:22:00Z\",\n            \"value\": 20823\n        },\n        {\n            \"time\": \"2025-09-25T16:28:00Z\",\n            \"value\": 20825\n        },\n        {\n            \"time\": \"2025-09-25T17:34:00Z\",\n            \"value\": 20829\n        },\n        {\n            \"time\": \"2025-09-25T19:52:00Z\",\n            \"value\": 20837\n        },\n        {\n            \"time\": \"2025-09-25T20:18:00Z\",\n            \"value\": 20836\n        },\n        {\n            \"time\": \"2025-09-25T23:38:00Z\",\n            \"value\": 20841\n        },\n        {\n            \"time\": \"2025-09-26T01:48:00Z\",\n            \"value\": 20840\n        },\n        {\n            \"time\": \"2025-09-26T09:52:00Z\",\n            \"value\": 20844\n        },\n        {\n            \"time\": \"2025-09-26T10:20:00Z\",\n            \"value\": 20846\n        },\n        {\n            \"time\": \"2025-09-26T11:24:00Z\",\n            \"value\": 20850\n        },\n        {\n            \"time\": \"2025-09-26T12:48:00Z\",\n            \"value\": 20856\n        },\n        {\n            \"time\": \"2025-09-26T13:52:00Z\",\n            \"value\": 20859\n        },\n        {\n            \"time\": \"2025-09-26T14:32:00Z\",\n            \"value\": 20867\n        },\n        {\n            \"time\": \"2025-09-26T15:28:00Z\",\n            \"value\": 20870\n        },\n        {\n            \"time\": \"2025-09-26T16:46:00Z\",\n            \"value\": 20874\n        },\n        {\n            \"time\": \"2025-09-26T17:22:00Z\",\n            \"value\": 20877\n        },\n        {\n            \"time\": \"2025-09-26T19:24:00Z\",\n            \"value\": 20879\n        },\n        {\n            \"time\": \"2025-09-26T20:48:00Z\",\n            \"value\": 20880\n        },\n        {\n            \"time\": \"2025-09-27T04:36:00Z\",\n            \"value\": 20881\n        },\n        {\n            \"time\": \"2025-09-27T07:58:00Z\",\n            \"value\": 20882\n        },\n        {\n            \"time\": \"2025-09-27T08:24:00Z\",\n            \"value\": 20886\n        },\n        {\n            \"time\": \"2025-09-27T11:12:00Z\",\n            \"value\": 20890\n        },\n        {\n            \"time\": \"2025-09-27T12:12:00Z\",\n            \"value\": 20893\n        },\n        {\n            \"time\": \"2025-09-29T20:16:00Z\",\n            \"value\": 20892\n        },\n        {\n            \"time\": \"2025-09-29T21:14:00Z\",\n            \"value\": 20896\n        },\n        {\n            \"time\": \"2025-09-29T23:20:00Z\",\n            \"value\": 20909\n        },\n        {\n            \"time\": \"2025-09-30T01:08:00Z\",\n            \"value\": 20918\n        },\n        {\n            \"time\": \"2025-09-30T04:34:00Z\",\n            \"value\": 20938\n        },\n        {\n            \"time\": \"2025-09-30T06:32:00Z\",\n            \"value\": 20950\n        },\n        {\n            \"time\": \"2025-09-30T08:32:00Z\",\n            \"value\": 20958\n        },\n        {\n            \"time\": \"2025-09-30T09:24:00Z\",\n            \"value\": 20963\n        },\n        {\n            \"time\": \"2025-09-30T10:16:00Z\",\n            \"value\": 20967\n        },\n        {\n            \"time\": \"2025-09-30T11:18:00Z\",\n            \"value\": 20970\n        },\n        {\n            \"time\": \"2025-09-30T12:16:00Z\",\n            \"value\": 20974\n        },\n        {\n            \"time\": \"2025-09-30T13:20:00Z\",\n            \"value\": 20981\n        },\n        {\n            \"time\": \"2025-09-30T14:32:00Z\",\n            \"value\": 20984\n        },\n        {\n            \"time\": \"2025-09-30T16:16:00Z\",\n            \"value\": 20994\n        },\n        {\n            \"time\": \"2025-09-30T17:24:00Z\",\n            \"value\": 20999\n        },\n        {\n            \"time\": \"2025-09-30T18:20:00Z\",\n            \"value\": 21002\n        },\n        {\n            \"time\": \"2025-09-30T19:48:00Z\",\n            \"value\": 21005\n        },\n        {\n            \"time\": \"2025-09-30T20:24:00Z\",\n            \"value\": 21011\n        },\n        {\n            \"time\": \"2025-09-30T21:20:00Z\",\n            \"value\": 21015\n        },\n        {\n            \"time\": \"2025-09-30T22:30:00Z\",\n            \"value\": 21017\n        },\n        {\n            \"time\": \"2025-09-30T23:04:00Z\",\n            \"value\": 20893\n        },\n        {\n            \"time\": \"2025-10-01T01:08:00Z\",\n            \"value\": 21024\n        },\n        {\n            \"time\": \"2025-10-01T03:00:00Z\",\n            \"value\": 21034\n        },\n        {\n            \"time\": \"2025-10-01T03:44:00Z\",\n            \"value\": 21036\n        },\n        {\n            \"time\": \"2025-10-01T06:28:00Z\",\n            \"value\": 21053\n        },\n        {\n            \"time\": \"2025-10-01T08:38:00Z\",\n            \"value\": 21060\n        },\n        {\n            \"time\": \"2025-10-01T10:28:00Z\",\n            \"value\": 21066\n        },\n        {\n            \"time\": \"2025-10-01T11:20:00Z\",\n            \"value\": 21068\n        },\n        {\n            \"time\": \"2025-10-01T14:34:00Z\",\n            \"value\": 21071\n        },\n        {\n            \"time\": \"2025-10-01T15:16:00Z\",\n            \"value\": 21077\n        },\n        {\n            \"time\": \"2025-10-01T16:14:00Z\",\n            \"value\": 21088\n        },\n        {\n            \"time\": \"2025-10-01T17:48:00Z\",\n            \"value\": 21095\n        },\n        {\n            \"time\": \"2025-10-01T18:20:00Z\",\n            \"value\": 21100\n        },\n        {\n            \"time\": \"2025-10-01T20:12:00Z\",\n            \"value\": 21103\n        },\n        {\n            \"time\": \"2025-10-01T23:04:00Z\",\n            \"value\": 21106\n        },\n        {\n            \"time\": \"2025-10-01T23:16:00Z\",\n            \"value\": 21111\n        },\n        {\n            \"time\": \"2025-10-02T01:40:00Z\",\n            \"value\": 21112\n        },\n        {\n            \"time\": \"2025-10-02T02:44:00Z\",\n            \"value\": 21115\n        },\n        {\n            \"time\": \"2025-10-02T06:42:00Z\",\n            \"value\": 21125\n        },\n        {\n            \"time\": \"2025-10-02T08:00:00Z\",\n            \"value\": 21128\n        },\n        {\n            \"time\": \"2025-10-02T08:16:00Z\",\n            \"value\": 21130\n        },\n        {\n            \"time\": \"2025-10-02T10:44:00Z\",\n            \"value\": 21128\n        },\n        {\n            \"time\": \"2025-10-02T11:20:00Z\",\n            \"value\": 21127\n        },\n        {\n            \"time\": \"2025-10-02T12:22:00Z\",\n            \"value\": 21136\n        },\n        {\n            \"time\": \"2025-10-02T13:18:00Z\",\n            \"value\": 21153\n        },\n        {\n            \"time\": \"2025-10-02T14:24:00Z\",\n            \"value\": 21155\n        },\n        {\n            \"time\": \"2025-10-02T15:40:00Z\",\n            \"value\": 21157\n        },\n        {\n            \"time\": \"2025-10-02T16:12:00Z\",\n            \"value\": 21160\n        },\n        {\n            \"time\": \"2025-10-02T17:56:00Z\",\n            \"value\": 21162\n        },\n        {\n            \"time\": \"2025-10-02T18:16:00Z\",\n            \"value\": 21166\n        },\n        {\n            \"time\": \"2025-10-02T19:24:00Z\",\n            \"value\": 21169\n        },\n        {\n            \"time\": \"2025-10-02T20:28:00Z\",\n            \"value\": 21170\n        },\n        {\n            \"time\": \"2025-10-03T00:56:00Z\",\n            \"value\": 21174\n        },\n        {\n            \"time\": \"2025-10-03T02:24:00Z\",\n            \"value\": 21177\n        },\n        {\n            \"time\": \"2025-10-03T03:20:00Z\",\n            \"value\": 21178\n        },\n        {\n            \"time\": \"2025-10-03T05:40:00Z\",\n            \"value\": 21179\n        },\n        {\n            \"time\": \"2025-10-03T06:40:00Z\",\n            \"value\": 21181\n        },\n        {\n            \"time\": \"2025-10-03T07:24:00Z\",\n            \"value\": 21183\n        },\n        {\n            \"time\": \"2025-10-03T08:16:00Z\",\n            \"value\": 21184\n        },\n        {\n            \"time\": \"2025-10-03T09:24:00Z\",\n            \"value\": 21186\n        },\n        {\n            \"time\": \"2025-10-03T10:28:00Z\",\n            \"value\": 21189\n        },\n        {\n            \"time\": \"2025-10-03T11:12:00Z\",\n            \"value\": 21190\n        },\n        {\n            \"time\": \"2025-10-03T12:34:00Z\",\n            \"value\": 21194\n        },\n        {\n            \"time\": \"2025-10-03T13:20:00Z\",\n            \"value\": 21220\n        },\n        {\n            \"time\": \"2025-10-03T16:22:00Z\",\n            \"value\": 21219\n        },\n        {\n            \"time\": \"2025-10-03T19:42:00Z\",\n            \"value\": 21220\n        },\n        {\n            \"time\": \"2025-10-03T22:28:00Z\",\n            \"value\": 21221\n        },\n        {\n            \"time\": \"2025-10-04T00:46:00Z\",\n            \"value\": 21222\n        },\n        {\n            \"time\": \"2025-10-04T03:04:00Z\",\n            \"value\": 21223\n        },\n        {\n            \"time\": \"2025-10-04T06:40:00Z\",\n            \"value\": 21225\n        },\n        {\n            \"time\": \"2025-10-04T09:10:00Z\",\n            \"value\": 21226\n        },\n        {\n            \"time\": \"2025-10-04T13:24:00Z\",\n            \"value\": 21253\n        },\n        {\n            \"time\": \"2025-10-04T19:40:00Z\",\n            \"value\": 21255\n        },\n        {\n            \"time\": \"2025-10-05T02:32:00Z\",\n            \"value\": 21258\n        },\n        {\n            \"time\": \"2025-10-05T06:06:00Z\",\n            \"value\": 21226\n        },\n        {\n            \"time\": \"2025-10-05T07:44:00Z\",\n            \"value\": 21260\n        },\n        {\n            \"time\": \"2025-10-05T08:28:00Z\",\n            \"value\": 21261\n        },\n        {\n            \"time\": \"2025-10-05T09:56:00Z\",\n            \"value\": 21259\n        },\n        {\n            \"time\": \"2025-10-05T11:50:00Z\",\n            \"value\": 21260\n        },\n        {\n            \"time\": \"2025-10-05T13:02:00Z\",\n            \"value\": 21277\n        },\n        {\n            \"time\": \"2025-10-05T13:54:00Z\",\n            \"value\": 21293\n        },\n        {\n            \"time\": \"2025-10-05T15:04:00Z\",\n            \"value\": 21292\n        },\n        {\n            \"time\": \"2025-10-05T16:56:00Z\",\n            \"value\": 21293\n        },\n        {\n            \"time\": \"2025-10-05T18:04:00Z\",\n            \"value\": 21294\n        },\n        {\n            \"time\": \"2025-10-05T20:50:00Z\",\n            \"value\": 21296\n        },\n        {\n            \"time\": \"2025-10-06T01:58:00Z\",\n            \"value\": 21298\n        },\n        {\n            \"time\": \"2025-10-06T04:00:00Z\",\n            \"value\": 21300\n        },\n        {\n            \"time\": \"2025-10-06T05:48:00Z\",\n            \"value\": 21301\n        },\n        {\n            \"time\": \"2025-10-06T06:20:00Z\",\n            \"value\": 21302\n        },\n        {\n            \"time\": \"2025-10-06T11:20:00Z\",\n            \"value\": 21304\n        },\n        {\n            \"time\": \"2025-10-06T13:12:00Z\",\n            \"value\": 21338\n        },\n        {\n            \"time\": \"2025-10-06T16:20:00Z\",\n            \"value\": 21337\n        },\n        {\n            \"time\": \"2025-10-07T12:38:00Z\",\n            \"value\": 21345\n        },\n        {\n            \"time\": \"2025-10-07T13:40:00Z\",\n            \"value\": -1\n        },\n        {\n            \"time\": \"2025-10-07T14:20:00Z\",\n            \"value\": 23007\n        },\n        {\n            \"time\": \"2025-10-07T15:16:00Z\",\n            \"value\": 21337\n        },\n        {\n            \"time\": \"2025-10-07T15:20:00Z\",\n            \"value\": 23015\n        },\n        {\n            \"time\": \"2025-10-07T16:32:00Z\",\n            \"value\": 23018\n        },\n        {\n            \"time\": \"2025-10-07T18:54:00Z\",\n            \"value\": 23026\n        },\n        {\n            \"time\": \"2025-10-07T19:44:00Z\",\n            \"value\": 23027\n        },\n        {\n            \"time\": \"2025-10-07T20:30:00Z\",\n            \"value\": 23030\n        },\n        {\n            \"time\": \"2025-10-08T00:08:00Z\",\n            \"value\": 23035\n        },\n        {\n            \"time\": \"2025-10-08T01:56:00Z\",\n            \"value\": 23036\n        },\n        {\n            \"time\": \"2025-10-08T02:52:00Z\",\n            \"value\": 23038\n        },\n        {\n            \"time\": \"2025-10-08T04:18:00Z\",\n            \"value\": 23041\n        },\n        {\n            \"time\": \"2025-10-08T05:24:00Z\",\n            \"value\": 23047\n        },\n        {\n            \"time\": \"2025-10-08T06:20:00Z\",\n            \"value\": 23048\n        },\n        {\n            \"time\": \"2025-10-08T07:22:00Z\",\n            \"value\": 23047\n        },\n        {\n            \"time\": \"2025-10-08T10:44:00Z\",\n            \"value\": 23049\n        },\n        {\n            \"time\": \"2025-10-08T11:36:00Z\",\n            \"value\": 23050\n        },\n        {\n            \"time\": \"2025-10-08T12:24:00Z\",\n            \"value\": 23078\n        },\n        {\n            \"time\": \"2025-10-08T13:20:00Z\",\n            \"value\": 23099\n        },\n        {\n            \"time\": \"2025-10-08T17:24:00Z\",\n            \"value\": 23098\n        },\n        {\n            \"time\": \"2025-10-08T21:32:00Z\",\n            \"value\": 23099\n        },\n        {\n            \"time\": \"2025-10-08T23:44:00Z\",\n            \"value\": 23098\n        },\n        {\n            \"time\": \"2025-10-09T02:04:00Z\",\n            \"value\": 23097\n        },\n        {\n            \"time\": \"2025-10-09T04:04:00Z\",\n            \"value\": 23098\n        },\n        {\n            \"time\": \"2025-10-09T04:56:00Z\",\n            \"value\": 23099\n        },\n        {\n            \"time\": \"2025-10-09T06:02:00Z\",\n            \"value\": 23100\n        },\n        {\n            \"time\": \"2025-10-09T07:54:00Z\",\n            \"value\": 23099\n        },\n        {\n            \"time\": \"2025-10-09T09:24:00Z\",\n            \"value\": 23100\n        },\n        {\n            \"time\": \"2025-10-09T10:28:00Z\",\n            \"value\": 23101\n        },\n        {\n            \"time\": \"2025-10-09T11:56:00Z\",\n            \"value\": 23102\n        },\n        {\n            \"time\": \"2025-10-09T13:00:00Z\",\n            \"value\": 23125\n        },\n        {\n            \"time\": \"2025-10-09T14:08:00Z\",\n            \"value\": 23146\n        },\n        {\n            \"time\": \"2025-10-09T17:48:00Z\",\n            \"value\": 23144\n        },\n        {\n            \"time\": \"2025-10-09T21:20:00Z\",\n            \"value\": 23145\n        },\n        {\n            \"time\": \"2025-10-09T23:52:00Z\",\n            \"value\": 23147\n        },\n        {\n            \"time\": \"2025-10-10T02:28:00Z\",\n            \"value\": 23148\n        },\n        {\n            \"time\": \"2025-10-10T07:00:00Z\",\n            \"value\": 23150\n        },\n        {\n            \"time\": \"2025-10-10T07:40:00Z\",\n            \"value\": 23151\n        },\n        {\n            \"time\": \"2025-10-10T10:04:00Z\",\n            \"value\": 23153\n        },\n        {\n            \"time\": \"2025-10-10T11:28:00Z\",\n            \"value\": 23155\n        },\n        {\n            \"time\": \"2025-10-10T12:16:00Z\",\n            \"value\": 23161\n        },\n        {\n            \"time\": \"2025-10-10T13:16:00Z\",\n            \"value\": 23210\n        },\n        {\n            \"time\": \"2025-10-10T16:08:00Z\",\n            \"value\": 23211\n        },\n        {\n            \"time\": \"2025-10-10T18:12:00Z\",\n            \"value\": 23212\n        },\n        {\n            \"time\": \"2025-10-10T19:10:00Z\",\n            \"value\": 23211\n        },\n        {\n            \"time\": \"2025-10-10T19:30:00Z\",\n            \"value\": 23212\n        },\n        {\n            \"time\": \"2025-10-10T22:18:00Z\",\n            \"value\": 23211\n        },\n        {\n            \"time\": \"2025-10-11T01:24:00Z\",\n            \"value\": 23212\n        },\n        {\n            \"time\": \"2025-10-11T03:48:00Z\",\n            \"value\": 23213\n        },\n        {\n            \"time\": \"2025-10-11T07:40:00Z\",\n            \"value\": 23216\n        },\n        {\n            \"time\": \"2025-10-11T08:30:00Z\",\n            \"value\": 23217\n        },\n        {\n            \"time\": \"2025-10-11T09:16:00Z\",\n            \"value\": 23148\n        },\n        {\n            \"time\": \"2025-10-11T09:20:00Z\",\n            \"value\": 23220\n        },\n        {\n            \"time\": \"2025-10-11T11:16:00Z\",\n            \"value\": 23219\n        },\n        {\n            \"time\": \"2025-10-11T12:12:00Z\",\n            \"value\": 23228\n        },\n        {\n            \"time\": \"2025-10-11T19:16:00Z\",\n            \"value\": 23261\n        },\n        {\n            \"time\": \"2025-10-11T21:22:00Z\",\n            \"value\": 23260\n        },\n        {\n            \"time\": \"2025-10-12T01:32:00Z\",\n            \"value\": 23262\n        },\n        {\n            \"time\": \"2025-10-12T07:54:00Z\",\n            \"value\": 23265\n        },\n        {\n            \"time\": \"2025-10-12T08:28:00Z\",\n            \"value\": 23266\n        },\n        {\n            \"time\": \"2025-10-12T12:40:00Z\",\n            \"value\": 23291\n        },\n        {\n            \"time\": \"2025-10-12T14:12:00Z\",\n            \"value\": 23314\n        },\n        {\n            \"time\": \"2025-10-12T15:14:00Z\",\n            \"value\": 23315\n        },\n        {\n            \"time\": \"2025-10-12T17:32:00Z\",\n            \"value\": 23312\n        },\n        {\n            \"time\": \"2025-10-12T18:30:00Z\",\n            \"value\": 23313\n        },\n        {\n            \"time\": \"2025-10-12T19:20:00Z\",\n            \"value\": 23312\n        },\n        {\n            \"time\": \"2025-10-12T20:12:00Z\",\n            \"value\": 23313\n        },\n        {\n            \"time\": \"2025-10-12T23:04:00Z\",\n            \"value\": 23314\n        },\n        {\n            \"time\": \"2025-10-13T02:30:00Z\",\n            \"value\": 23315\n        },\n        {\n            \"time\": \"2025-10-13T06:32:00Z\",\n            \"value\": 23316\n        },\n        {\n            \"time\": \"2025-10-13T07:44:00Z\",\n            \"value\": 23317\n        },\n        {\n            \"time\": \"2025-10-13T08:10:00Z\",\n            \"value\": 23318\n        },\n        {\n            \"time\": \"2025-10-13T10:24:00Z\",\n            \"value\": 23319\n        },\n        {\n            \"time\": \"2025-10-13T11:28:00Z\",\n            \"value\": 23320\n        },\n        {\n            \"time\": \"2025-10-13T12:36:00Z\",\n            \"value\": 23345\n        },\n        {\n            \"time\": \"2025-10-13T13:48:00Z\",\n            \"value\": 23371\n        },\n        {\n            \"time\": \"2025-10-13T14:12:00Z\",\n            \"value\": 23372\n        },\n        {\n            \"time\": \"2025-10-13T15:36:00Z\",\n            \"value\": 23374\n        },\n        {\n            \"time\": \"2025-10-13T17:52:00Z\",\n            \"value\": 23375\n        },\n        {\n            \"time\": \"2025-10-13T18:12:00Z\",\n            \"value\": 23376\n        },\n        {\n            \"time\": \"2025-10-13T23:56:00Z\",\n            \"value\": 23377\n        },\n        {\n            \"time\": \"2025-10-14T01:56:00Z\",\n            \"value\": 23379\n        },\n        {\n            \"time\": \"2025-10-14T07:16:00Z\",\n            \"value\": 23381\n        },\n        {\n            \"time\": \"2025-10-14T09:22:00Z\",\n            \"value\": 23382\n        },\n        {\n            \"time\": \"2025-10-14T10:26:00Z\",\n            \"value\": 23385\n        },\n        {\n            \"time\": \"2025-10-14T12:54:00Z\",\n            \"value\": 23402\n        },\n        {\n            \"time\": \"2025-10-14T13:28:00Z\",\n            \"value\": 23427\n        },\n        {\n            \"time\": \"2025-10-14T15:40:00Z\",\n            \"value\": 23428\n        },\n        {\n            \"time\": \"2025-10-14T16:18:00Z\",\n            \"value\": 23429\n        },\n        {\n            \"time\": \"2025-10-14T17:18:00Z\",\n            \"value\": 23431\n        },\n        {\n            \"time\": \"2025-10-14T21:16:00Z\",\n            \"value\": 23433\n        },\n        {\n            \"time\": \"2025-10-15T03:36:00Z\",\n            \"value\": 23436\n        },\n        {\n            \"time\": \"2025-10-15T06:14:00Z\",\n            \"value\": 23440\n        },\n        {\n            \"time\": \"2025-10-15T07:16:00Z\",\n            \"value\": 23441\n        },\n        {\n            \"time\": \"2025-10-15T12:18:00Z\",\n            \"value\": 23443\n        },\n        {\n            \"time\": \"2025-10-15T14:16:00Z\",\n            \"value\": 23444\n        },\n        {\n            \"time\": \"2025-10-15T15:14:00Z\",\n            \"value\": 23460\n        },\n        {\n            \"time\": \"2025-10-15T16:48:00Z\",\n            \"value\": 23489\n        },\n        {\n            \"time\": \"2025-10-15T17:42:00Z\",\n            \"value\": 23490\n        },\n        {\n            \"time\": \"2025-10-15T19:00:00Z\",\n            \"value\": 23487\n        },\n        {\n            \"time\": \"2025-10-15T19:18:00Z\",\n            \"value\": 23488\n        },\n        {\n            \"time\": \"2025-10-15T20:28:00Z\",\n            \"value\": 23489\n        },\n        {\n            \"time\": \"2025-10-15T22:12:00Z\",\n            \"value\": 23490\n        },\n        {\n            \"time\": \"2025-10-16T04:54:00Z\",\n            \"value\": 23497\n        },\n        {\n            \"time\": \"2025-10-16T07:16:00Z\",\n            \"value\": 23498\n        },\n        {\n            \"time\": \"2025-10-16T08:04:00Z\",\n            \"value\": 23488\n        },\n        {\n            \"time\": \"2025-10-16T08:16:00Z\",\n            \"value\": 23498\n        },\n        {\n            \"time\": \"2025-10-16T09:56:00Z\",\n            \"value\": 23499\n        },\n        {\n            \"time\": \"2025-10-16T11:42:00Z\",\n            \"value\": 23500\n        },\n        {\n            \"time\": \"2025-10-16T13:04:00Z\",\n            \"value\": 23510\n        },\n        {\n            \"time\": \"2025-10-16T13:38:00Z\",\n            \"value\": 23551\n        },\n        {\n            \"time\": \"2025-10-16T22:24:00Z\",\n            \"value\": 23553\n        },\n        {\n            \"time\": \"2025-10-17T03:04:00Z\",\n            \"value\": 23561\n        },\n        {\n            \"time\": \"2025-10-17T04:30:00Z\",\n            \"value\": 23560\n        },\n        {\n            \"time\": \"2025-10-17T07:32:00Z\",\n            \"value\": 23563\n        },\n        {\n            \"time\": \"2025-10-17T08:24:00Z\",\n            \"value\": 23568\n        },\n        {\n            \"time\": \"2025-10-17T09:28:00Z\",\n            \"value\": 23573\n        },\n        {\n            \"time\": \"2025-10-17T10:18:00Z\",\n            \"value\": 23572\n        }\n    ],\n    \"new_product_sellers_history\": [\n        {\n            \"time\": \"2025-08-18T08:06:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-08-18T19:20:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-19T04:04:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-08-19T05:18:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-19T10:48:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-19T17:42:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-19T19:08:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-08-21T13:24:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-21T16:16:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-21T22:04:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-22T06:34:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-22T15:30:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-23T08:36:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-24T09:00:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-24T15:50:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-25T00:04:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-25T13:20:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-08-25T15:28:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-26T00:30:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-26T07:00:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-26T08:40:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-26T10:48:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-26T12:04:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-26T13:20:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-26T16:40:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-08-26T18:40:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-26T20:56:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-08-27T09:06:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-08-27T10:32:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-08-27T13:16:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-27T15:54:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-28T08:10:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-08-28T11:04:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-08-30T12:06:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-08-30T15:32:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-08-30T22:22:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-08-31T00:44:00Z\",\n            \"value\": 31\n        },\n        {\n            \"time\": \"2025-08-31T11:36:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-09-02T09:44:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-09-02T10:12:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-09-02T13:28:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-09-02T15:30:00Z\",\n            \"value\": 31\n        },\n        {\n            \"time\": \"2025-09-02T17:36:00Z\",\n            \"value\": 32\n        },\n        {\n            \"time\": \"2025-09-03T14:52:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-09-03T17:06:00Z\",\n            \"value\": 31\n        },\n        {\n            \"time\": \"2025-09-04T14:12:00Z\",\n            \"value\": 32\n        },\n        {\n            \"time\": \"2025-09-04T20:00:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-09-04T22:56:00Z\",\n            \"value\": 34\n        },\n        {\n            \"time\": \"2025-09-05T09:20:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-09-05T15:52:00Z\",\n            \"value\": 34\n        },\n        {\n            \"time\": \"2025-09-07T15:32:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-09-08T12:48:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-09-09T08:40:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-09-09T10:18:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-09T10:28:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-09-09T11:26:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-09T12:04:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-09-10T17:48:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-11T02:16:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-09-11T08:40:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-12T23:24:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-09-13T02:48:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-13T21:12:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-09-15T01:48:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-15T10:30:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-15T16:00:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-16T11:04:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-09-16T15:56:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-17T13:24:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-09-17T14:46:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-17T15:24:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-17T15:36:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-17T23:08:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-18T02:08:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-18T13:16:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-09-18T15:22:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-18T17:48:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-09-18T20:04:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-19T23:26:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-09-20T13:12:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-21T14:12:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-09-22T02:24:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-22T04:40:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-09-22T15:04:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-22T16:36:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-22T23:40:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-23T08:38:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-23T13:48:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-23T18:52:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-24T09:50:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-24T22:38:00Z\",\n            \"value\": 43\n        },\n        {\n            \"time\": \"2025-09-25T04:16:00Z\",\n            \"value\": 42\n        },\n        {\n            \"time\": \"2025-09-25T13:36:00Z\",\n            \"value\": 41\n        },\n        {\n            \"time\": \"2025-09-26T19:16:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-27T11:58:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-09-27T15:08:00Z\",\n            \"value\": 40\n        },\n        {\n            \"time\": \"2025-09-28T06:48:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-09-28T09:36:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-28T14:36:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-09-28T21:20:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-09-29T02:08:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-09-29T05:40:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-09-29T08:44:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-09-29T09:36:00Z\",\n            \"value\": 34\n        },\n        {\n            \"time\": \"2025-09-29T11:24:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-09-29T14:20:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-09-29T15:12:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-09-30T06:32:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-09-30T13:56:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-09-30T19:48:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-01T15:56:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-01T23:04:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-01T23:22:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-02T03:34:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-02T09:32:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-02T16:00:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-02T18:16:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-03T09:24:00Z\",\n            \"value\": 39\n        },\n        {\n            \"time\": \"2025-10-03T09:44:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-10-03T10:10:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-03T11:10:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-03T14:00:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-04T06:40:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-10-04T09:20:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-04T10:14:00Z\",\n            \"value\": 38\n        },\n        {\n            \"time\": \"2025-10-04T10:28:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-04T11:34:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-04T15:40:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-04T17:00:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-04T19:16:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-04T19:40:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-05T02:32:00Z\",\n            \"value\": 37\n        },\n        {\n            \"time\": \"2025-10-05T06:32:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-05T07:44:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-05T13:54:00Z\",\n            \"value\": 36\n        },\n        {\n            \"time\": \"2025-10-06T08:20:00Z\",\n            \"value\": 35\n        },\n        {\n            \"time\": \"2025-10-06T10:32:00Z\",\n            \"value\": 34\n        },\n        {\n            \"time\": \"2025-10-06T14:28:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-10-06T17:36:00Z\",\n            \"value\": 34\n        },\n        {\n            \"time\": \"2025-10-06T18:10:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-10-07T08:04:00Z\",\n            \"value\": 34\n        },\n        {\n            \"time\": \"2025-10-07T09:52:00Z\",\n            \"value\": 32\n        },\n        {\n            \"time\": \"2025-10-07T10:56:00Z\",\n            \"value\": 33\n        },\n        {\n            \"time\": \"2025-10-07T12:38:00Z\",\n            \"value\": 31\n        },\n        {\n            \"time\": \"2025-10-07T12:56:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-10-07T18:54:00Z\",\n            \"value\": 31\n        },\n        {\n            \"time\": \"2025-10-07T19:56:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-10-07T20:30:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-07T22:30:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-08T04:00:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-08T05:24:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-08T07:28:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-08T09:08:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-08T09:14:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-08T10:44:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-08T10:58:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-08T11:04:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-08T12:24:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-08T13:56:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-08T14:50:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-08T15:36:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-08T16:00:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-08T16:32:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-08T17:18:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-08T17:52:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-08T18:28:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-08T19:06:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-08T20:00:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-08T21:56:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-08T23:02:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-09T05:04:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-09T06:58:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-09T07:28:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-09T07:56:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-09T08:12:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-09T08:34:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-09T08:36:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-09T09:36:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-09T10:28:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-09T14:40:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-09T14:54:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-09T15:24:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-09T16:00:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-09T17:18:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-10T02:28:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-10T05:32:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-10T07:40:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-10T10:06:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-10T11:16:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-10T11:52:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-10T12:42:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-10T18:10:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-10T20:26:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-10T20:28:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-10T22:36:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-11T00:16:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-11T09:16:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-11T11:06:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-12T10:00:00Z\",\n            \"value\": 27\n        },\n        {\n            \"time\": \"2025-10-12T10:14:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-12T12:40:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-12T20:04:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-12T23:04:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-13T08:10:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-13T22:00:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-13T22:28:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-14T05:44:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-14T08:48:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-10-15T03:36:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-15T06:46:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-10-15T09:12:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-15T09:52:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-15T14:16:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-15T14:32:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-15T15:40:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-15T17:36:00Z\",\n            \"value\": 30\n        },\n        {\n            \"time\": \"2025-10-15T19:06:00Z\",\n            \"value\": 29\n        },\n        {\n            \"time\": \"2025-10-15T20:12:00Z\",\n            \"value\": 28\n        },\n        {\n            \"time\": \"2025-10-15T21:08:00Z\",\n            \"value\": 26\n        },\n        {\n            \"time\": \"2025-10-15T21:28:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-15T22:08:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-16T01:08:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-16T04:54:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-16T06:52:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-16T10:04:00Z\",\n            \"value\": 22\n        },\n        {\n            \"time\": \"2025-10-16T11:40:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-16T13:04:00Z\",\n            \"value\": 22\n        },\n        {\n            \"time\": \"2025-10-16T13:08:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-16T15:02:00Z\",\n            \"value\": 22\n        },\n        {\n            \"time\": \"2025-10-16T15:44:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-16T16:46:00Z\",\n            \"value\": 22\n        },\n        {\n            \"time\": \"2025-10-16T17:52:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-16T20:24:00Z\",\n            \"value\": 25\n        },\n        {\n            \"time\": \"2025-10-16T22:22:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-16T23:36:00Z\",\n            \"value\": 23\n        },\n        {\n            \"time\": \"2025-10-17T03:04:00Z\",\n            \"value\": 22\n        },\n        {\n            \"time\": \"2025-10-17T06:30:00Z\",\n            \"value\": 24\n        },\n        {\n            \"time\": \"2025-10-17T09:28:00Z\",\n            \"value\": 23\n        }\n    ],\n    \"used_product_sellers_history\": [\n        {\n            \"time\": \"0001-01-01T00:00:00Z\",\n            \"value\": 0,\n            \"error\": \"historical used sellers data not available for this product\"\n        }\n    ]\n}"}],"_postman_id":"9ac753a5-9dc5-4521-8a9a-368c103e80c8"},{"name":"Rufus Queries","id":"d89346b3-d58b-4071-8c3a-700f97fae870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/rufus_queries?geo=us&productId=B0CXG3HMX1&search_query=does%20it%20have%20voice%20control","description":"<p>Rufus Queries API<br /><em>Token consumed : 30 per API call.</em></p>\n<p>This API is designed to programmatically extract related and suggested <strong>user queries</strong> from <strong>Amazon Rufus</strong>, Amazon's AI-powered shopping assistant. Rather than returning full conversational answers or product data, the API focuses on capturing <strong>natural language queries</strong> generated or suggested by Rufus in response to a specific product or topic.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","rufus_queries"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"productId","value":"B0CXG3HMX1"},{"key":"search_query","value":"does%20it%20have%20voice%20control"}],"variable":[]}},"response":[{"id":"44052699-717c-40da-84fa-a093153a07b7","name":"Rufus WithOut Queries","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/rufus_queries?geo=us&productId=B0CXG3HMX1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","rufus_queries"],"query":[{"key":"geo","value":"us"},{"key":"productId","value":"B0CXG3HMX1"},{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"answer\": \"\",\n    \"queries\": [\n        \"Can it connect to gaming consoles?\",\n        \"Does it have voice control?\",\n        \"Is this TV wall mountable?\",\n        \"Ask something else\",\n        \"Can it connect to gaming consoles?\",\n        \"Does it have voice control?\",\n        \"Is this TV wall mountable?\",\n        \"What apps are included?\",\n        \"Does it have Bluetooth?\"\n    ]\n}"},{"id":"1bd9cc50-14c4-4d87-928a-a19c5e616f49","name":"Rufus With Queries","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/rufus_queries?geo=us&productId=B0CXG3HMX1&search_query=does%20it%20have%20voice%20control","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","rufus_queries"],"query":[{"key":"geo","value":"us"},{"key":"productId","value":"B0CXG3HMX1"},{"key":"search_query","value":"does%20it%20have%20voice%20control"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"answer\": \"The VIZIO 40-inch\",\n    \"queries\": [\n        \"Can this TV connect to Wi-Fi?\",\n        \"Does it have built-in streaming apps?\"\n    ]\n}"}],"_postman_id":"d89346b3-d58b-4071-8c3a-700f97fae870"},{"name":"Profit Calculator","id":"4497e299-946e-421b-a0a3-c2378051785d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/profit_calculator?geo=us&product_id=B0BH8WHC8Y&listing_price=36.75","description":"<p>Profit Calculator API<br /><em>Token consumed : 3 per API call.</em></p>\n<p>Calculate estimated fee for an asin with a new prices</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>productId</code>: The unique identifier for the product for which you want to calculate profit.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in.(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be)</p>\n</li>\n</ul>\n<p><strong>Optional parameters:</strong></p>\n<ul>\n<li><p><code>listing_price</code> : The new listing price that want to calculate the estimate</p>\n</li>\n<li><p><code>shipping_price</code> : The new shiping price that want to calculate the estimate</p>\n</li>\n<li><p><code>point_amount</code> : The new point amount that want to calculate the estimate</p>\n</li>\n<li><p><code>point_number</code> : The new point number that want to calculate the estimate</p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of segments of data, based on the URL params provided in the request.</p>\n<p>Each of the segments (price, bsr, rating, review_count and sellers_count) will consist of a list of a sample. Where each sample will have a time field and the value field. Time field denotes the time when the value was captured.</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","profit_calculator"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"product_id","value":"B0BH8WHC8Y"},{"key":"listing_price","value":"36.75"}],"variable":[]}},"response":[{"id":"08c16d0c-22bd-4c0a-bbf2-051730bae0da","name":"Profit Calculator","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/profit_calculator?geo=us&product_id=B0BH8WHC8Y&listing_price=36.75","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","profit_calculator"],"query":[{"key":"geo","value":"us"},{"key":"product_id","value":"B0BH8WHC8Y"},{"key":"listing_price","value":"36.75"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"referral_fee\": 15,\n\t\"variable_closing_fee\":0.44\n    \"per_item_fee\": 0.99,\n    \"fba_fee\": 7.54\n}"}],"_postman_id":"4497e299-946e-421b-a0a3-c2378051785d"},{"name":"Keyword Search Result","id":"9543c1f9-448d-49c5-a8b5-77509887545e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"your-token","type":"text"},{"key":"token","value":"your-token","type":"text"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_search_result?geo=us&search=mobile&pagenumber=1&extended_response=1&sort=low-to-high","description":"<p><strong>Keyword Search Result:-</strong><br />Token consumed : 3 per API call.<br />Gathering product details for a given Amazon search keyword involves extracting information about each product listed in the search results. All listed products from this API are sponsored and organic products. Additionally, you have the option to select the desired result page data by including the 'pagenumber' as a query parameter.By default, it provides the results from the first page.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>search</code> : this is the keyword or search term you want to use to retrieve a list of product search results.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters</strong>:</p>\n<ul>\n<li><p><code>pagenumber</code> : You have the option to specify the Amazon page number as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.</p>\n</li>\n<li><p><code>sort</code> : The <code>sort</code> parameter controls the order of search results:  </p>\n<p>  <strong><code>low-to-high</code></strong> → Sort by price (cheapest first).<br />  <strong><code>high-to-low</code></strong> → Sort by price (most expensive first).<br />  <strong><code>avg-review</code></strong> → Sort by highest customer ratings.<br />  <strong><code>newest-arrivals</code></strong> → Show newest products first.<br />  <strong><code>best-seller</code></strong> → Prioritize top-selling items.  </p>\n</li>\n<li><p><code>include_sponsored_results</code>: Pass this flag as 1 to get sponsored products along with organic results. By default, only organic products will be shown. <em>Additional_tokens_consumed: 1</em></p>\n</li>\n<li><p><code>extended_response</code> : Pass this flag as 1 to get extended response<br />  <em>Additional_tokens_consumed: 6</em></p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of data, each element defined as follows:</p>\n<ul>\n<li><p><code>asin</code> : the unique identifier of the product listed in the search result.</p>\n</li>\n<li><p><code>product_rank</code> : position or ranking of the product for that specific keyword, not limited to a particular page.</p>\n</li>\n<li><p><code>is_sponsored</code> : listed product is sponsored by amazon or oganic product (boolean value)</p>\n</li>\n</ul>\n<p>below elements only available when add <code>extended_response</code> in request params</p>\n<ul>\n<li><p><code>image_url</code> : primay image url of the product</p>\n</li>\n<li><p><code>title</code> : title string of the product</p>\n</li>\n<li><p><code>rating</code> : rating of the product</p>\n</li>\n<li><p><code>number_of_rating</code> : count of users rate this product</p>\n</li>\n<li><p><code>price</code> : selling price of the product</p>\n</li>\n<li><p><code>listing_price</code> : listing price of the product</p>\n</li>\n<li><p><code>is_prime</code> : product is amazon prime or not</p>\n</li>\n<li><p><code>product_badge</code> : product badge gives badge like \"best-seller\" or \"amazons choice\"</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_search_result"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"search","value":"mobile"},{"key":"pagenumber","value":"1"},{"key":"extended_response","value":"1"},{"key":"sort","value":"low-to-high"}],"variable":[]}},"response":[{"id":"7f36adf4-05b2-43ed-b957-7c797010ac00","name":"Keyword Search Result","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"your-token","type":"text"},{"key":"token","value":"your-token","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_search_result?geo=us&search=mobile&pagenumber=1&extended_response=1&sort=low-to-high","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_search_result"],"query":[{"key":"geo","value":"us"},{"key":"search","value":"mobile"},{"key":"pagenumber","value":"1"},{"key":"extended_response","value":"1"},{"key":"sort","value":"low-to-high","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"search_results\": [\n        {\n            \"asin\": \"B0BBZZ1SXT\",\n            \"product_rank\": 5,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71FNMjCAy8L._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile for Boys Girls| Boho Nursery Mobile| Gender Neutral Hand-Crocheted Mobile| Ceiling Mobile - Stars, Clouds, Moon\",\n            \"rating\": \"4.2\",\n            \"number_of_ratings\": \"204\",\n            \"price\": \"$23.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B088TCNZ52\",\n            \"product_rank\": 6,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/617+-NbGy8L._AC_UL320_.jpg\",\n            \"title\": \"| Montessori Baby Mobile for Crib - Black and White Mobile Give Visual Stimulation to Engage Your Newborn - for Boys & Girls\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"1414\",\n            \"price\": \"$37.39\",\n            \"listing_price\": \"$45.99\"\n        },\n        {\n            \"asin\": \"B0B5JQNT7V\",\n            \"product_rank\": 7,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61GgcDmx7FL._AC_UL320_.jpg\",\n            \"title\": \"OESSUF Baby Mobile for Crib Crib Nursery Mobile for Boys Girls Boho Bee Flower Nursery Decor Soothe Toy Baby Shower Set for Infant Bedroom Hanging Decoration Toy(Bee)\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"132\",\n            \"price\": \"$19.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0CGVXZSQJ\",\n            \"product_rank\": 13,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61y8ZqM0vvL._AC_UL320_.jpg\",\n            \"title\": \"Motorola razr | 2023 | Unlocked | Made for US 8/128 | 32MP Camera | Sage Green, 73.95 x 170.82 x 7.35mm\",\n            \"rating\": \"4.0\",\n            \"number_of_ratings\": \"53\",\n            \"price\": \"$499.99\",\n            \"listing_price\": \"$699.99\"\n        },\n        {\n            \"asin\": \"B08VNS5B4V\",\n            \"product_rank\": 14,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71Rae8UdL1L._AC_UL320_.jpg\",\n            \"title\": \"teytoy My First Baby Crib Mobile, Black and White Baby Mobile for Crib, High Contrast Mobile Toy for Newborn Infants Boys and Girls\",\n            \"rating\": \"4.1\",\n            \"number_of_ratings\": \"625\",\n            \"price\": \"$32.99\",\n            \"listing_price\": \"$45.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07LB81G7L\",\n            \"product_rank\": 15,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51oGNNNOAEL._AC_UL320_.jpg\",\n            \"title\": \"Tiny Love Take Along Mobile Magical Tales, Black/White 1 Count (Pack of 1)\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"18268\",\n            \"price\": \"$26.99\",\n            \"listing_price\": \"$29.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0BLZMZDPY\",\n            \"product_rank\": 16,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71hGxIRYgJL._AC_UL320_.jpg\",\n            \"title\": \"Forest Baby Mobile Green Leaf Mobile for Crib Mobile with Wooden Bead\",\n            \"rating\": \"5.0\",\n            \"number_of_ratings\": \"21\",\n            \"price\": \"$28.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0C7T23J3Y\",\n            \"product_rank\": 17,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51OrmSZeYzL._AC_UL320_.jpg\",\n            \"title\": \"The Peanutshell Woodland Musical Crib Mobile for Girls\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"137\",\n            \"price\": \"$39.99\",\n            \"listing_price\": \"$44.99\"\n        },\n        {\n            \"asin\": \"B07T6ZJN4R\",\n            \"product_rank\": 18,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71D3EPK294L._AC_UL320_.jpg\",\n            \"title\": \"Lambs & Ivy Jungle Safari Musical Baby Crib Mobile - Gray, Beige, White, Animals\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"2874\",\n            \"price\": \"$52.98\",\n            \"listing_price\": \"$64.99\"\n        },\n        {\n            \"asin\": \"B09ZTWQYP3\",\n            \"product_rank\": 19,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71vp+MDgCaL._AC_UL320_.jpg\",\n            \"title\": \"Baby Mobile Rotary Music Box Imitation Wood with Rotating Hook -Crib Mobile Motor Battery Operated Plays 35 Tunes Crib Toys Attachments\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"916\",\n            \"price\": \"$16.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B08XQLZFC5\",\n            \"product_rank\": 20,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51DqRXZvbTL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile Arm - HBM 30 Inch Wooden Mobile Arm for Crib Mobile Hanger for Crib Baby Girl Nursery Decor (Crib Mobile Holder)\",\n            \"rating\": \"4.2\",\n            \"number_of_ratings\": \"1987\",\n            \"price\": \"$19.99\",\n            \"is_prime\": \"Amazon Prime\",\n            \"product_badge\": \"{\\\"asin\\\":\\\"B08XQLZFC5\\\",\\\"badgeType\\\":\\\"best-seller\\\"}\"\n        },\n        {\n            \"asin\": \"B096L1VWQR\",\n            \"product_rank\": 21,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/718ZanzPpNL._AC_UL320_.jpg\",\n            \"title\": \"First Landings Woodland Baby Mobile for Crib - Baby Nursery Mobiles - Woodland Nursery Decor Theme - Gender Neutral Baby Stuff - Animals Forest Nursery Decor Baby Mobile - Woodland Baby Stuff\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"535\",\n            \"price\": \"$29.95\",\n            \"listing_price\": \"$34.95\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0CF227K2H\",\n            \"product_rank\": 22,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61YNfTTiL0L._AC_UL320_.jpg\",\n            \"title\": \"Baby Musical Crib Mobile with Timing Function and Soft Lights, Baby Mobile for Crib with Hanging Rotating Rattles, Remote Control, Crib Mobile for Newborn Girls Boys - Blue\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"6\",\n            \"price\": \"$24.95\",\n            \"listing_price\": \"$27.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0B7XD7R43\",\n            \"product_rank\": 23,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51Q0I+lvW9L._AC_UL320_.jpg\",\n            \"title\": \"DJI Osmo Mobile 6 Gimbal Stabilizer for Smartphones, 3-Axis Phone Gimbal, Built-In Extension Rod, Object Tracking, Portable and Foldable, Vlogging Stabilizer, YouTube TikTok, Slate Gray\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"8999\",\n            \"price\": \"$149.00\",\n            \"listing_price\": \"$159.00\",\n            \"product_badge\": \"{\\\"asin\\\":\\\"B0B7XD7R43\\\",\\\"badgeType\\\":\\\"best-seller\\\"}\"\n        },\n        {\n            \"asin\": \"B0B38G1MBD\",\n            \"product_rank\": 24,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/615UcnPf17L._AC_UL320_.jpg\",\n            \"title\": \"Eners Baby Crib Mobile with Music and Lights, Mobile for Crib with Remote Control, Rotation, Moon and Star Projection, Baby Crib Toys for Boys Girls (Blue)\",\n            \"rating\": \"4.1\",\n            \"number_of_ratings\": \"993\",\n            \"price\": \"$33.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09PZ6LZJD\",\n            \"product_rank\": 25,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71GGUOEv+AL._AC_UL320_.jpg\",\n            \"title\": \"Montessori Mobile Baby for Crib (TINITIGIES) - Digital Music Box with 12 lullabies & 3 Modes (Rotating only, Music only, Rotating with Music) - Black and White Baby Mobile for Boys & Girls\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"427\",\n            \"price\": \"$39.99\",\n            \"listing_price\": \"$45.99\"\n        },\n        {\n            \"asin\": \"B087CD5RNS\",\n            \"product_rank\": 27,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61awdsgJSDL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile (Starry Woodland Night, Short Evergreen) - Baby Shower Gift Nursery Decoration for Boys & Girls\",\n            \"rating\": \"4.8\",\n            \"number_of_ratings\": \"1352\",\n            \"price\": \"$24.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0C7SC34Z3\",\n            \"product_rank\": 28,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51pt+xQy3gL._AC_UL320_.jpg\",\n            \"title\": \"The Peanutshell Nautical Musical Crib Mobile\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"96\",\n            \"price\": \"$39.99\",\n            \"listing_price\": \"$44.99\"\n        },\n        {\n            \"asin\": \"B08HSNXSM6\",\n            \"product_rank\": 29,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61p5u8T4UWL._AC_UL320_.jpg\",\n            \"title\": \"The Peanutshell Safari Animals Musical Crib Mobile for Baby Boys & Girls | Digital Music Box with 12 lullabies…\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"1430\",\n            \"price\": \"$39.99\",\n            \"listing_price\": \"$44.99\"\n        },\n        {\n            \"asin\": \"B0BWXXH8QC\",\n            \"product_rank\": 30,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71aoJhLYpAL._AC_UL320_.jpg\",\n            \"title\": \"Safari Animals Baby Musical Crib Mobile - Jungle Animals Mobile for Crib with 12 Lullabies for Baby Boys and Girls | Safari Nursery Decor\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"130\",\n            \"price\": \"$39.99\"\n        },\n        {\n            \"asin\": \"B07G9WJW2S\",\n            \"product_rank\": 31,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/713cLMlAMlL._AC_UL320_.jpg\",\n            \"title\": \"Lambs & Ivy Woodland Tales Multicolor Forest Animals Musical Baby Crib Mobile\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"787\",\n            \"price\": \"$54.98\",\n            \"listing_price\": \"$54.99\"\n        },\n        {\n            \"asin\": \"B09WJGQ4CC\",\n            \"product_rank\": 32,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/6107QxiVQOL._AC_UL320_.jpg\",\n            \"title\": \"Baby Mobile for Crib - Modern Boho Baby Mobiles for Bassinet Felt Nursery Mobile Gender Neutral - Gold Moon and Stars - Girl Cribs Decorations\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"204\",\n            \"price\": \"$40.99\"\n        },\n        {\n            \"asin\": \"B0C37JKJM1\",\n            \"product_rank\": 33,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61db2V6W8AL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile - Bear Mobile for Crib, Felt Cloud Nursery for Boys and Girls, Baby Bassinet Mobile Toy - Shower Set for Infant Bedroom Hanging Decoration\",\n            \"rating\": \"4.2\",\n            \"number_of_ratings\": \"127\",\n            \"price\": \"$19.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09MB1J6WK\",\n            \"product_rank\": 35,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61y8SjecPcL._AC_UL320_.jpg\",\n            \"title\": \"Baby Mobile for Crib | Baby Crib Nursery Mobile Star Moon for Baby Boys and Girls | Boho Nursery Decor | Baby Shower Set for Infant Bedroom Hanging Decoration\",\n            \"rating\": \"4.1\",\n            \"number_of_ratings\": \"1106\",\n            \"price\": \"$23.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0BF9RX748\",\n            \"product_rank\": 36,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61oRatNssBL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile, Nursery Mobile for Crib with Music Motor Spinner, Musical Crib Toys for Infants 0-6 Months Girls and Boys, Crib Mount Mobiles with 36 lullabies, Gray\",\n            \"rating\": \"3.7\",\n            \"number_of_ratings\": \"191\",\n            \"price\": \"$29.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0BVMFQB7X\",\n            \"product_rank\": 37,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61fDMWisZEL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile Wooden Wind Chime Bed Bell,Neutral Baby Crib Mobile,Baby Mobile for Crib,Handmade Baby Mobile,Clouds Baby Ceiling Mobile Baby Nursery Decoration (Grey)\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"118\",\n            \"price\": \"$15.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09H48HQQB\",\n            \"product_rank\": 38,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/719COk8-s9L._AC_UL320_.jpg\",\n            \"title\": \"Lambs & Ivy Jungle Friends Musical Baby Crib Mobile Animals Soother Toy\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"176\",\n            \"price\": \"$52.98\",\n            \"listing_price\": \"$52.99\"\n        },\n        {\n            \"asin\": \"B07YSXD53G\",\n            \"product_rank\": 40,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81pbc0zpFhL._AC_UL320_.jpg\",\n            \"title\": \"Lambs & Ivy Woodland Forest Gray/Tan Musical Baby Crib Mobile Soother Toy\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"1597\",\n            \"price\": \"$52.98\",\n            \"listing_price\": \"$52.99\"\n        },\n        {\n            \"asin\": \"B08HSK6ZXB\",\n            \"product_rank\": 41,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61iSLgf5tsL._AC_UL320_.jpg\",\n            \"title\": \"The Peanutshell Pink Floral Musical Crib Mobile for Baby Girls | Digital Music Box with 12 lullabies\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"1370\",\n            \"price\": \"$39.99\",\n            \"listing_price\": \"$44.99\"\n        },\n        {\n            \"asin\": \"B08YKB6VMN\",\n            \"product_rank\": 42,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51EUhR51agL._AC_UL320_.jpg\",\n            \"title\": \"Solis Lite 4G LTE WiFi Mobile Hotspot, Local & International Coverage Router, Multi-Carrier Access, No Contract or SIM Card Required, 10 Connected Devices, 1GB/Month Lifetime Data\",\n            \"rating\": \"4.2\",\n            \"number_of_ratings\": \"1363\",\n            \"price\": \"$159.99\"\n        },\n        {\n            \"asin\": \"B09NM5X7GG\",\n            \"product_rank\": 43,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61QqfjDFSgL._AC_UL320_.jpg\",\n            \"title\": \"FEISIKE Baby Crib Mobile Arm with Music Box Spin Motor,23 Inch,Volume Control,3 Modes(Turn & Music,Turn Only, Music Only),Nursery Decor Hanger,Holder for DIY Clamp Mobile,12 Lullabies,30 Min Auto-Off\",\n            \"rating\": \"4.2\",\n            \"number_of_ratings\": \"1404\",\n            \"price\": \"$23.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0C33HYHQ2\",\n            \"product_rank\": 48,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71L1+gq4XAL._AC_UL320_.jpg\",\n            \"title\": \"Baby Mobile for Crib,ACRABROS Crib Mobile for Boys Girls,35 Lullabies Digital Musical Box,Woodland Nursery Decor Toys,Ocean Animals\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"100\",\n            \"price\": \"$36.99\"\n        },\n        {\n            \"asin\": \"B07RQW6SD5\",\n            \"product_rank\": 49,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71DjAdFRYuL._AC_UL320_.jpg\",\n            \"title\": \"KardiaMobile 6-Lead Personal EKG Monitor – Six Views of The Heart – Detects AFib and Irregular Arrhythmias – Instant Results in 30 Seconds – Works with Most Smartphones - FSA/HSA Eligible\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"20631\",\n            \"price\": \"$127.00\",\n            \"listing_price\": \"$149.00\"\n        },\n        {\n            \"asin\": \"B07DQT63RX\",\n            \"product_rank\": 50,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61ZLmwuYuDL._AC_UL320_.jpg\",\n            \"title\": \"KiddoLab Baby Crib Mobile with Relaxing Music. Includes Ceiling Light Projector with Stars, Animals. Musical Crib Mobile with Timer. Nursery Toys for Babies Ages 0 & Older\",\n            \"rating\": \"4.3\",\n            \"number_of_ratings\": \"5958\",\n            \"price\": \"$49.95\"\n        },\n        {\n            \"asin\": \"B083R36CY4\",\n            \"product_rank\": 51,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61hKEGMQBCL._AC_UL320_.jpg\",\n            \"title\": \"Brother DS-640 Compact Mobile Document Scanner, (Model: DS640)\",\n            \"rating\": \"4.3\",\n            \"number_of_ratings\": \"5484\",\n            \"price\": \"$102.20\",\n            \"listing_price\": \"$149.99\"\n        },\n        {\n            \"asin\": \"B09RZXZS7D\",\n            \"product_rank\": 52,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61rdet8KbLL._AC_UL320_.jpg\",\n            \"title\": \"Baby Musical Crib Mobile with Night Lights and Relaxing Music,Hanging Rotating Animals Rattles,Stars Projection,Remote Control,for Boy Girl Newborn Baby Toys（Blue）\",\n            \"rating\": \"4.0\",\n            \"number_of_ratings\": \"635\",\n            \"price\": \"$34.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B0CM8QWLC3\",\n            \"product_rank\": 53,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61MTdqAmuKL._AC_UL320_.jpg\",\n            \"title\": \"Foldable Mobility Scooter - Electric Scooter with Seat for Adults - Wheelchair Alternative - 25 Miles on 1 Charge, Enhanced Safety, Lightweight for Travel, LED, Basket, Charger Included\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"6\",\n            \"price\": \"$994.49\",\n            \"listing_price\": \"$1,299.99\"\n        },\n        {\n            \"asin\": \"B0CN73ZL4M\",\n            \"product_rank\": 54,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/715AAFLt1RL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile, Baby Mobile for Crib with Mirror, Black and White High Contrast Mobile Toy for Newborn Infants Boys and Girls, Baby Mobile Hanging Rotating Crib Toys Nursery Crib Toys, Knob Type\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"2\",\n            \"price\": \"$27.99\",\n            \"listing_price\": \"$39.99\"\n        },\n        {\n            \"asin\": \"B0C8S2MJKS\",\n            \"product_rank\": 55,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51flgiT3kgL._AC_UL320_.jpg\",\n            \"title\": \"Baby Crib Mobile Ocean Nursery Mobile for Boys Girls Handmade Felt Mobile Nursery Decor for Infant Bedroom Hanging Baby Mobile for Bassinet Newborn Baby Gift（Ocean Animals）\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"26\",\n            \"price\": \"$16.99\",\n            \"listing_price\": \"$18.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B07NPNNQLN\",\n            \"product_rank\": 56,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61IVuUQ-F3L._AC_UL320_.jpg\",\n            \"title\": \"Square Terminal - All-in-one device for card payments and receipts\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"3206\",\n            \"price\": \"$280.36\",\n            \"listing_price\": \"$299.00\"\n        },\n        {\n            \"asin\": \"B0CCT24RRY\",\n            \"product_rank\": 57,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/81amPJwm3YL._AC_UL320_.jpg\",\n            \"title\": \"Simple Mobile Samsung Galaxy A14 5G, 64GB, Black - Prepaid Smartphone (Locked)\",\n            \"rating\": \"3.6\",\n            \"number_of_ratings\": \"9\",\n            \"price\": \"$99.99\"\n        },\n        {\n            \"asin\": \"B0BR3MFNFF\",\n            \"product_rank\": 58,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/716z+rhbbmL._AC_UL320_.jpg\",\n            \"title\": \"Wooden Floor-Standing Crib Mobile Arm 61 Inches for Baby Nursery-Movable Baby Mobile Hanger with Strong Anti-Dumping Attachment-100% Natural Beech Wood-Thicker Wooden Pole-Nursery Decor\",\n            \"rating\": \"4.3\",\n            \"number_of_ratings\": \"413\",\n            \"price\": \"$29.98\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09YHHYH3H\",\n            \"product_rank\": 59,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61DcjfKGlrL._AC_UL320_.jpg\",\n            \"title\": \"FEISIKE Baby Crib Mobile for Girls with 3 Modes Digital Musical Box,Volume Control,12 Lullabies,Nursery Crib Toys for Newborn Ages 0 and Older,23 Inches Baby Mobile Arm and 5 Pcs Hanging Toys Clamp\",\n            \"rating\": \"4.3\",\n            \"number_of_ratings\": \"685\",\n            \"price\": \"$25.99\",\n            \"is_prime\": \"Amazon Prime\"\n        },\n        {\n            \"asin\": \"B09TQ3ZN8V\",\n            \"product_rank\": 60,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71kpl3WRRyL._AC_UL320_.jpg\",\n            \"title\": \"KardiaMobile Card Personal EKG Monitor – Fits in Your Wallet – Detects AFib and Irregular Arrhythmias – Instant Results in 30 Seconds – Easy to Use – Works with Most Smartphones - FSA/HSA Eligible\",\n            \"rating\": \"4.0\",\n            \"number_of_ratings\": \"2189\",\n            \"price\": \"$77.00\",\n            \"listing_price\": \"$99.99\"\n        },\n        {\n            \"asin\": \"B0956YFGX1\",\n            \"product_rank\": 61,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/618Q3CtNWAL._AC_UL320_.jpg\",\n            \"title\": \"FEISIKE Baby Crib Mobile for Girls with 3 Modes Digital Musical Box（Turn Only, Music Only, Turn & Music), Volume Control, 12 Lullabies, Pink, Nursery Toys for Newborn Ages 0 and Older, Knob Type\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"1258\",\n            \"price\": \"$35.99\"\n        },\n        {\n            \"asin\": \"B0CLRJL5DM\",\n            \"product_rank\": 62,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61-hJQthnZL._AC_UL320_.jpg\",\n            \"title\": \"Tera Android Barcode Scanner Mobile Computer with Charging Cradle Pistol Grip, 1D 2D QR Zebra Scanner, Android 10 Handheld PDA Data Terminal, IP 65 Rugged 4G Wi-Fi GPS Works with Bluetooth Model P160\",\n            \"number_of_ratings\": \"4\",\n            \"price\": \"$474.89\",\n            \"listing_price\": \"$499.00\"\n        },\n        {\n            \"asin\": \"B086R9GDV1\",\n            \"product_rank\": 63,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71rlplVWGsL._AC_UL320_.jpg\",\n            \"title\": \"Mobil 1 Full Synthetic LV Automatic Transmission Fluid HP, 6-Pack of 1 quarts\",\n            \"rating\": \"4.8\",\n            \"number_of_ratings\": \"441\",\n            \"price\": \"$46.49\",\n            \"listing_price\": \"$0.24\"\n        },\n        {\n            \"asin\": \"B0C3G5BJ41\",\n            \"product_rank\": 64,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61HQFL3xiqL._AC_UL320_.jpg\",\n            \"title\": \"Set of 4 portable montessori - Munari, Gobbi, Octahedron, Dancers. Montessori mobile, Baby mobile, Hanging mobile baby boy and girl\",\n            \"number_of_ratings\": \"4\",\n            \"price\": \"$59.00\",\n            \"product_badge\": \"{\\\"asin\\\":\\\"B0C3G5BJ41\\\",\\\"badgeType\\\":\\\"best-seller\\\"}\"\n        }\n    ],\n    \"total_indexed_products\": 100000\n}"}],"_postman_id":"9543c1f9-448d-49c5-a8b5-77509887545e"},{"name":"Keyword Tracking","id":"22581f2e-d8e6-4615-ae1a-5408c3967094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":"your-client-id"},{"key":"token","value":"your-token"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enable_index_checking\": true,\n    \"geo\": \"US\",\n    \"keywords\": [\n        \"speaker\"\n    ],\n    \"product_ids\": [\n        \"B0931QN643\",\n        \"B002HZHUCW\",\n        \"B07S62HZR7\"\n    ],\n    \"include_sponsored\":false,\n    \"report_type\":\"json\"\n}"},"url":"https://api.sellerapp.com/sellmetricsv2/keyword_tracking_schedule","description":"<p><strong>Keyword Tracking:-</strong><br /><em>Token consumed : 10 token for each keywords and 1 token for each productIds.</em><br />This API offers keyword and product-related data on the keyword search result page, including product ranks and page ranks in the report. You can make requests with multiple keywords and ASINs, and even schedule data retrieval. The report will consolidate results, checking all provided product ranks for each keyword.By utilizing the POST API, you can schedule your requests and receive a unique request ID. You can subsequently use this request ID to call the 'Get Keyword Tracking Report' API and retrieve the response. After making a request for a report, you can expect the report to be generated and available within a maximum time frame of 5 hours.</p>\n<p><strong>No parameters are required for this API.</strong></p>\n<p><strong>Request Body:</strong></p>\n<ul>\n<li><p>List of <code>keywords</code> : The keyword is used to determine the rank of the products you have requested information about.<br />  <em>*You can include a maximum of 150 keywords in a single request.</em></p>\n</li>\n<li><p>List of <code>product_ids</code> : The product IDs you specify are used to determine the ranks for the specific keyword you have requested.<br />  <em>*You can include a maximum of 150 product_ids in a single request.</em></p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n<li><p><code>enable_index_checking</code> : you need to add this as parameter to check the product is indexed or not for that keyword</p>\n</li>\n<li><p><code>include_sponsored</code> : you need to add this as parameter to Include sponsored position of the requested products</p>\n</li>\n<li><p><code>report_type</code> : you need to add this as parameter to choose the report type supporting values are <code>json</code> or <code>csv</code></p>\n</li>\n</ul>\n<p><strong>API response :</strong></p>\n<ul>\n<li><code>request_id</code> : The unique request ID is assigned to your scheduled request.</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n<p><strong>Explanation of Token Consumption:-</strong><br />In this API, each pair of keywords and ASNS consumes 10 tokens. For example, if you make a request with 2 keywords and 5 ASINs, it would consume a total of 100 tokens (2 * 5 * 10), where 2 represents the number of keywords, 5 represents the number of ASINs, and 10 represents the token cost per pair of keyword and token.<br />If, for any reason, the response for the keyword tracking report using the 'Get Keyword Tracking Report' API cannot be provided within the specified 5-hour timeframe, the policy is add back the tokens that were consumed for that particular request. This ensures that users are not charged tokens for requests that exceed the time limit without receiving the expected response.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_tracking_schedule"],"host":["api","sellerapp","com"],"query":[],"variable":[]}},"response":[{"id":"bdfc0244-12f2-454e-8a39-19c46b2f2272","name":"Keyword Tracking Bulk","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"your-client-id"},{"key":"token","value":"your-token"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enable_index_checking\": true,\n    \"geo\": \"US\",\n    \"keywords\": [\n        \"speaker\"\n    ],\n    \"product_ids\": [\n        \"B0931QN643\",\n        \"B002HZHUCW\",\n        \"B07S62HZR7\"\n    ],\n    \"include_sponsored\":false,\n    \"report_type\":\"json\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sellerapp.com/sellmetricsv2/keyword_tacking_schedule"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"2yzPl7RbnHDB3MW29jwgr4KJizb\"\n}"}],"_postman_id":"22581f2e-d8e6-4615-ae1a-5408c3967094"},{"name":"Fetch Keyword Tracking Report","id":"656a21c5-ba59-4fc7-bf4a-cc30d8cf58fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_tracking_report?request_id=<request-id>","description":"<p><strong>Keyword Tracking Report:-</strong><br /><em>Token consumed : 0 per call.</em><br />This API is designed for retrieving keyword tracking reports that you have scheduled. You can make a request using the request ID obtained from the keyword tracking POST call. The API will provide you with the report URL for your request, allowing you to access and retrieve the scheduled keyword tracking report.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><code>request_id</code> : The unique request ID is assigned to your scheduled request.</li>\n</ul>\n<p><strong>API response :</strong></p>\n<ul>\n<li><code>report_url</code> : The URL of your generated report.</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n<p><strong>Example of report file :-</strong></p>\n<p>CSV : <a href=\"https://drive.google.com/file/d/1m0jW-Uilzzpa3wMQCruPp571DmbBwKcL/view?usp=sharing\">requestId.csv</a></p>\n<p>JSON : <a href=\"https://storage.googleapis.com/kw_tracking_reports/keywordTracking/sellmetrics-internal-key/2yzJQRrYEEKoNAwCjVzTgH4diyH.json?Expires=1750920446&amp;GoogleAccessId=kubernetes-apps-with-firestore%40goseller.iam.gserviceaccount.com&amp;Signature=mqP%2F%2FiJC6CSxLxK31PK8ShsLVmFSER8fwWAFU04KIaBb3mfojzc30XWb5LRsqbzgtMoPls2%2BW2ZdsyqTyEdK3jCGp7xk21VT3Vf9fvchVR7iW1RPWlQvUlQBu%2B%2BJ%2Br5BoXBNF0uVD5pvGSq0AA%2FdnLwB0%2BA97Y1kpYGT7F61fjnxYUoZFtmdp5szTDrjhuCpVhAbMGt6GEJVGbZu3dLyUXWVI09y%2BMu3uSi9UxxCQb5bRGO6%2B8mVB8KyOjFhy6CufiNSunDsVX%2Bkk8QAtiEu3RrlnwMS72PPWaOZ5UF7PYuA%2BRiHA26UG7KMzk1CocgwmuSrHGD49bp2imXWomYSPQ%3D%3D\">requestId.json</a></p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_tracking_report"],"host":["api","sellerapp","com"],"query":[{"key":"request_id","value":"<request-id>"}],"variable":[]}},"response":[{"id":"6d7e320b-c755-4aeb-b017-18a512e46517","name":"Keyword Tracking Report","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"http://api.sellerapp.com/sellmetricsv2/keyword_tracking_report?request_id=<request-id>","protocol":"http","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_tracking_report"],"query":[{"key":"request_id","value":"<request-id>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"completed\",\n    \"report_url\": \"<report-url>\",\n    \"message\": \"Your request has been successfully processed.\"\n}"}],"_postman_id":"656a21c5-ba59-4fc7-bf4a-cc30d8cf58fd"},{"name":"Keyword Research/Reverse ASIN","id":"5bd21dd5-bb14-4037-b8af-b5ddb0d6914c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_research?key=B0009STNC4&type=asin&geo=us&pagenumber=2","description":"<p><strong>Keyword Research/Reverse ASIN:-</strong></p>\n<p><em>Token consumed : 2 per call.</em></p>\n<p>This API retrieves relevant and high-converting keywords along with their details for a given keyword or ASIN.</p>\n<p>When determining relevance based on user input, we follow different approaches depending on whether the input is a keyword or an ASIN. For keywords, we assess relevance by comparing them with similar keywords and matching types in our keyword collection. When dealing with ASINs, we analyze the product title to understand its context and then find relevant keywords from our collection.</p>\n<p>When evaluating the relative score of a keyword, we consider several metrics to determine its relevance and effectiveness:</p>\n<ol>\n<li><p><strong>Search Volume</strong>: The number of times users search for the keyword can indicate its popularity and potential reach.</p>\n</li>\n<li><p><strong>Relevance</strong>: How closely the keyword aligns with the content or product being promoted.</p>\n</li>\n<li><p><strong>Click-Through Rate (CTR)</strong>: The likelihood that users will click on a search result containing the keyword.</p>\n</li>\n<li><p><strong>Conversion Rate</strong>: The rate at which users who click on a keyword-driven link or ad actually complete a desired action, such as making a purchase.</p>\n</li>\n<li><p><strong>Cost-Per-Click (CPC)</strong>: The average cost per click advertisers are willing to pay for the keyword in paid search campaigns.</p>\n</li>\n<li><p><strong>Trend</strong>: Whether the keyword is trending upwards or downwards in terms of popularity over time</p>\n</li>\n</ol>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>type</code> : type of the request, should be either asin or keyword.</p>\n</li>\n<li><p><code>key</code>: In case of asin type, should be a valid asin. In case of keyword type, should be a keyword.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you want results for(us, uk, ca, in).</p>\n</li>\n</ul>\n<p><strong>Optional parameters</strong>:</p>\n<ul>\n<li><p><code>pagenumber</code> : pagination parameter.</p>\n</li>\n<li><p><code>results_count</code> : Number of results API will respond. Value should be in multiples of 50 and less than 500. Default value is 50. <em>Additional tokens consumed: 1 per every 50 additional results.</em></p>\n</li>\n</ul>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of keywords, each keyword with following information:</p>\n<ul>\n<li><p><strong><code>cpc</code></strong> : cost per click for the keyword</p>\n</li>\n<li><p><strong><code>search_volume</code></strong> : search volume of the keyword</p>\n</li>\n<li><p><strong><code>relative_score</code></strong> <strong>:</strong> relative score of the keyword(response sorted by <code>relative_score</code>)</p>\n</li>\n<li><p><strong><code>match_type</code></strong> <strong>:</strong> match type of the keyword</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>Client needs to send client ID and security token in every API request.</p>\n<p>ClientID and token will be send as part of the request headers:</p>\n<ul>\n<li><p>Header for clientID - \"<strong>client-id</strong>\"</p>\n</li>\n<li><p>Header for security token - \"<strong>token</strong>\"</p>\n</li>\n</ul>\n<p>Please check APIs(sample request and response also added)</p>\n<p>Error Codes/Responses in case of failure cases:</p>\n<ul>\n<li><p>missing_token_credentials(401) - Auth Headers(clientid and token) not present</p>\n</li>\n<li><p>invalid_token_credentials(401) - Invalid auth headers</p>\n</li>\n<li><p>invalid_request(400) - Bad Request</p>\n</li>\n<li><p>api_limit_exceeded(406) - Client has reached the quota of the API request or not enough token to call this api corresponding to its subscription <code>plan</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_research"],"host":["api","sellerapp","com"],"query":[{"key":"key","value":"B0009STNC4"},{"key":"type","value":"asin"},{"key":"geo","value":"us"},{"key":"pagenumber","value":"2"}],"variable":[]}},"response":[{"id":"707830b2-03db-4ec2-b1bf-e45f8c7e3d3d","name":"Reverse ASIN","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_research?key=B0009STNC4&type=asin&geo=us&pagenumber=2","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_research"],"query":[{"key":"key","value":"B0009STNC4"},{"key":"type","value":"asin"},{"key":"geo","value":"us"},{"key":"pagenumber","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"DMI Wedge Pillow  Leg Pillow  Bolster Pillow  FSA Eligible Incline Pillow for Leg Elevation  Snoring  Circulation  Pregnancy  Sciatica  Leg Rest or Foot Elevation  Blue  24 x 20 x 8\",\n    \"keyword_list\": [\n        {\n            \"keyword\": \"leg elevation pillow\",\n            \"cpc\": 0.0102,\n            \"search_volume\": \"17453\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"elevation leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg pillow elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"147\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"pillow leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"wedge pillow leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"wedge leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for circulation\",\n            \"cpc\": 0.4951,\n            \"search_volume\": \"10499\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg rest pillow for elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1614\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"wedge pillow for leg elevation\",\n            \"cpc\": 0,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation\",\n            \"cpc\": 0.1096,\n            \"search_volume\": \"337\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg lift pillow wedge elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"inflatable leg elevation pillow\",\n            \"cpc\": 0,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"ebung leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"restorology leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"best leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"pillow for leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"allsett leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"amazon leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"6 elevation leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow target\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"single leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"foam pillow leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg knee elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"double leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow australia\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow canada\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"straight leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"contoured leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"sciatica leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg bolster pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg circulation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg circulation wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for swelling\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"post surgery leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for edema\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"284\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg bolster wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow\",\n            \"cpc\": 1.05,\n            \"search_volume\": \"10475\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation firm\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation covers\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"221\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pregnancy leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg incline pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg pillow wedge\",\n            \"cpc\": 0.1487,\n            \"search_volume\": \"627\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"incline leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"bolster leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        }\n    ]\n}"},{"id":"66725bf2-78cd-4c19-810e-9bd9c1eacc7b","name":"Keyword Research","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_research?key=plant&type=keyword&geo=us&pagenumber=2","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_research"],"query":[{"key":"key","value":"plant"},{"key":"type","value":"keyword"},{"key":"geo","value":"us"},{"key":"pagenumber","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"keyword_list\": [\n        {\n            \"keyword\": \"plant\",\n            \"cpc\": 1.925,\n            \"search_volume\": 178192,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Exact\"\n        },\n        {\n            \"keyword\": \"plant stand\",\n            \"cpc\": 0.133,\n            \"search_volume\": 1542924,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant decor\",\n            \"cpc\": 1.65,\n            \"search_volume\": 58010,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant pots\",\n            \"cpc\": 0.4316,\n            \"search_volume\": 472036,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"fake plant\",\n            \"cpc\": 0.3986,\n            \"search_volume\": 134628,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"indoor plant\",\n            \"cpc\": 0.0098,\n            \"search_volume\": 29579,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant gifts\",\n            \"cpc\": 1.05,\n            \"search_volume\": 10475,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant seeds\",\n            \"cpc\": 0.6706,\n            \"search_volume\": 19839,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant pot\",\n            \"cpc\": 0.48,\n            \"search_volume\": 224138,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"christmas plant\",\n            \"cpc\": 1.05,\n            \"search_volume\": 12675,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant shelf\",\n            \"cpc\": 1.925,\n            \"search_volume\": 242023,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant table\",\n            \"cpc\": 0.4522,\n            \"search_volume\": 54326,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"tall plant\",\n            \"cpc\": 1.05,\n            \"search_volume\": 19758,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant based\",\n            \"cpc\": 0.0102,\n            \"search_volume\": 32902,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"house plant\",\n            \"cpc\": 0.45840000000000003,\n            \"search_volume\": 17108,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"small plant\",\n            \"cpc\": 1.05,\n            \"search_volume\": 8641,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"large plant\",\n            \"cpc\": 0.4736,\n            \"search_volume\": 6363,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant hanger\",\n            \"cpc\": 0.6898,\n            \"search_volume\": 104345,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant care\",\n            \"cpc\": 1.05,\n            \"search_volume\": 5399,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant accessories\",\n            \"cpc\": 1.05,\n            \"search_volume\": 13616,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"electric plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 0,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant store\",\n            \"cpc\": 0.625,\n            \"search_volume\": 0,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"office plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 4657,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant stuff\",\n            \"cpc\": 1.05,\n            \"search_volume\": 6042,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"vegetable plant\",\n            \"cpc\": 0,\n            \"search_volume\": 0,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"bamboo plant\",\n            \"cpc\": 0.3833,\n            \"search_volume\": 58159,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant food\",\n            \"cpc\": 1.65,\n            \"search_volume\": 60853,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant holder\",\n            \"cpc\": 0.5161,\n            \"search_volume\": 50975,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"gift plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 0,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"hanging plant\",\n            \"cpc\": 1.925,\n            \"search_volume\": 103419,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"big plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 2393,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"air plant\",\n            \"cpc\": 0.0125,\n            \"search_volume\": 33239,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant books\",\n            \"cpc\": 0.5317,\n            \"search_volume\": 843,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"live plant\",\n            \"cpc\": 0.4324,\n            \"search_volume\": 14687,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"real plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 740,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant shop\",\n            \"cpc\": 0.625,\n            \"search_volume\": 0,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"artificial plant\",\n            \"cpc\": 0.0104,\n            \"search_volume\": 22214,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant book\",\n            \"cpc\": 0.625,\n            \"search_volume\": 4880,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant stands\",\n            \"cpc\": 1.925,\n            \"search_volume\": 131810,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant shelves\",\n            \"cpc\": 1.05,\n            \"search_volume\": 31710,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"desk plant\",\n            \"cpc\": 1.05,\n            \"search_volume\": 31710,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant decorations\",\n            \"cpc\": 0.625,\n            \"search_volume\": 1119,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant clips\",\n            \"cpc\": 1.05,\n            \"search_volume\": 17331,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"faux plant\",\n            \"cpc\": 0.5123,\n            \"search_volume\": 32902,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"outdoor plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 1614,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Extended Broad\"\n        },\n        {\n            \"keyword\": \"plant hangers\",\n            \"cpc\": 1.05,\n            \"search_volume\": 42146,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant indoor\",\n            \"cpc\": 0.625,\n            \"search_volume\": 3633,\n            \"relative_score\": \"Very High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant fertilizer\",\n            \"cpc\": 0.3242,\n            \"search_volume\": 29579,\n            \"relative_score\": \"High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"touch plant\",\n            \"cpc\": 0.625,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"match_type\": \"Phrase\"\n        },\n        {\n            \"keyword\": \"plant style\",\n            \"cpc\": 0.625,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"match_type\": \"Phrase\"\n        }\n    ]\n}"},{"id":"f7f31c8c-4038-48bd-b1c2-cbaae9b3d024","name":"Reverse ASIN with 250 results","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_research?key=B0009STNC4&type=asin&geo=us&results_count=250","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_research"],"query":[{"key":"key","value":"B0009STNC4"},{"key":"type","value":"asin"},{"key":"geo","value":"us"},{"key":"results_count","value":"250"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 24 Apr 2024 12:45:09 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"DMI Wedge Pillow  Leg Pillow  Bolster Pillow  FSA Eligible Incline Pillow for Leg Elevation  Snoring  Circulation  Pregnancy  Sciatica  Leg Rest or Foot Elevation  Blue  24 x 20 x 8\",\n    \"keyword_list\": [\n        {\n            \"keyword\": \"leg elevation pillow\",\n            \"cpc\": 0.0102,\n            \"search_volume\": \"17453\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"elevation leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg pillow elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"147\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"pillow leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"wedge pillow leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"wedge leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for circulation\",\n            \"cpc\": 0.4951,\n            \"search_volume\": \"10499\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg rest pillow for elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1614\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"wedge pillow for leg elevation\",\n            \"cpc\": 0,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation\",\n            \"cpc\": 0.1096,\n            \"search_volume\": \"337\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg lift pillow wedge elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"inflatable leg elevation pillow\",\n            \"cpc\": 0,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"ebung leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"restorology leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"best leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"pillow for leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"allsett leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"amazon leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"6 elevation leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow target\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"single leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"foam pillow leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg knee elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"double leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Very High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow australia\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow canada\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"straight leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"contoured leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"sciatica leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg bolster pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg circulation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg circulation wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for swelling\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"post surgery leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for edema\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"284\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg bolster wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow\",\n            \"cpc\": 1.05,\n            \"search_volume\": \"10475\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation firm\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation covers\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"221\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pregnancy leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg incline pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg pillow wedge\",\n            \"cpc\": 0.1487,\n            \"search_volume\": \"627\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"incline leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"bolster leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow 12 inch\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge pillow leg rest\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg rest pillow wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg pillow\",\n            \"cpc\": 0.4861,\n            \"search_volume\": \"45266\",\n            \"relative_score\": \"High\",\n            \"rank_label\": \"Top 100K\"\n        },\n        {\n            \"keyword\": \"ebung leg elevation pillow cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg rest wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for sciatica\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"131\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"incline elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pregnancy leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pillow elevation snoring\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"530\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pillow leg\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow cover case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow near me\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"cover for leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow south africa\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"foot elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"3736\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"med joy leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"memory foam leg elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"foot pillow elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"363\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pillow leg rest\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pillow leg wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pregnancy elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pregnancy pillow leg\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"rest leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge pillow leg\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"elevation pillow\",\n            \"cpc\": 1.05,\n            \"search_volume\": \"6042\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"elevation wedge pillow foot\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"62\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"859\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg foot pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"foot leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"elevation wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"elevation pillow for leg after surgery\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"573\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for back pain\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow with memory foam\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation short legs\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"elevation leg rest\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation for edema\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation 8 inch\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg rest elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"elevation leg wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"wedge leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"restorology leg elevation pillow for sleeping\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"pillow foot elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"High\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow with foam top\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"228\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevated leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"669\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg relief wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"536\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"246\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow with cooling gel\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"half moon pillow for leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg position pillow sciatica\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevating leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"480\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"orthopedic leg pillow wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1587\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow cover\",\n            \"cpc\": 0.13,\n            \"search_volume\": \"210\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg lift pillow wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1328\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"pillow elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevation leg\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg bolster pillow case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"foot pillow elevation for circulation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevating leg rest wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest wedge pillow cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"travel leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for varicose veins\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"pregnancy leg support pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest travel pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"head elevation pillow wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"132\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow after knee surgery\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for side sleepers\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"raised leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"inflatable leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg wedge for elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1548\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"restorology leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"wedge for leg elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"348\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg foot rest elevate pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevation pillow for snoring\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"support leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"517\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"large leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"409\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg pillow comfort\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"919\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"travel foot leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg pillow sleeping\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"420\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"foam leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"412\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg sleeping pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"353\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg support pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"530\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevated leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"588\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"miracle leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1056\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg pillow cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"329\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"cooling leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"315\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg pillow case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"301\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"pillow for leg\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"277\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"sleeping leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"68\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"massage leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"242\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg lift pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"57\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg raiser pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"378\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg relief pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"842\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"foot pillow for elevation\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"235\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg ramp pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"653\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"chicken leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"315\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"between leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"221\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"dmi ortho bed wedge elevated leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"97\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg spacer pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"402\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"hip leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"57\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg raise pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"530\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg raising pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"319\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"foot elevation pillow swelling\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"410\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"pregncy leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"397\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg posture pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"197\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"linear leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"428\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg prop pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"170\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"orthopaedic leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"146\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"orthopedic leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"268\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg roll pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"283\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"tapered leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"221\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"elevating leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"84\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg pillow elevated\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"286\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"contour leg pillow\",\n            \"cpc\": 0.0105,\n            \"search_volume\": \"586\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow for after knee surgery\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"932\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow australia\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"broken leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"364\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"air leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow flight\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"flight leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow desk\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"travel pillow leg rest\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest memory pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"airplane leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"rest leg pillow plane\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"legacy leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"97\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow airplane\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow amazon\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"pregnancy pillow leg support\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg support pillow pregnancy\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow plane\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow inflatable\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"pillow elevated leg rest\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"triangle leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"detachable leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"massaging leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"plane leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest elevating pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg rest pillow 10\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"travel rest leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"under leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"65\",\n            \"relative_score\": \"Moderate\"\n        },\n        {\n            \"keyword\": \"leg foam wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"elevated leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg triangle wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"wedge pillow leg support\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg wedge pillow case\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"blue dome leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"809\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg edema wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"12 leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"angle leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"triangle leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"bed leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"wedge elevated leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"orthopedic leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg bed wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg elevation pillow with memory foam top\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1045\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"better leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg rest air pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"foam leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"cushy leg rest pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg rest pillow travel\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"rest travel pillow leg\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg rest inflatable pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"sleep leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg pillow bed wedge\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"wedge leg pillow bamboo\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"inflatable leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"under leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"foam leg wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"inflatable leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"1\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"dmi wedge pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"141\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"travel leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"bamboo leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"318\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg elevating pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"654\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg pillow for sciatica pain\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg sofa pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"foot pillow elevation small\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"foot pillow elevation wide\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg lifter pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"baby leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"knee elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"588\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"arm elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"586\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"cast leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"foot pillow elevation cover\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg edema pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg cross pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg abductor pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"head elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"245\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"feet elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"292\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"edema leg pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"ankle elevation pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"275\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg crossing pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        },\n        {\n            \"keyword\": \"leg abduction pillow\",\n            \"cpc\": 0.625,\n            \"search_volume\": \"<100\",\n            \"relative_score\": \"Low\"\n        }\n    ]\n}"}],"_postman_id":"5bd21dd5-bb14-4037-b8af-b5ddb0d6914c"},{"name":"Keyword Research.Reverse ASIN V2 beta","id":"e5d61af5-aa0d-4a7c-b25d-d29ae51a62cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetrics/v2/keyword_research?key=B0C666SMJF&type=asin&geo=de&pagenumber=1&additional_details=1&results_count=50","description":"<p><strong>Keyword Research/Reverse ASIN:-</strong></p>\n<p><em>Token consumed : 4 per call.</em></p>\n<p>This API retrieves relevant and high-converting keywords along with their details for a given keyword or ASIN.</p>\n<p>When determining relevance based on user input, we follow different approaches depending on whether the input is a keyword or an ASIN. For keywords, we assess relevance by comparing them with similar keywords and matching types in our keyword collection. When dealing with ASINs, we analyze the product title to understand its context and then find relevant keywords from our collection.</p>\n<p>When evaluating the relative score of a keyword, we consider several metrics to determine its relevance and effectiveness:</p>\n<ol>\n<li><p><strong>Search Volume</strong>: The number of times users search for the keyword can indicate its popularity and potential reach.</p>\n</li>\n<li><p><strong>Relevance</strong>: How closely the keyword aligns with the content or product being promoted.</p>\n</li>\n<li><p><strong>Click-Through Rate (CTR)</strong>: The likelihood that users will click on a search result containing the keyword.</p>\n</li>\n<li><p><strong>Conversion Rate</strong>: The rate at which users who click on a keyword-driven link or ad actually complete a desired action, such as making a purchase.</p>\n</li>\n<li><p><strong>Cost-Per-Click (CPC)</strong>: The average cost per click advertisers are willing to pay for the keyword in paid search campaigns.</p>\n</li>\n<li><p><strong>Trend</strong>: Whether the keyword is trending upwards or downwards in terms of popularity over time</p>\n</li>\n</ol>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>type</code> : type of the request, should be either asin or keyword.</p>\n</li>\n<li><p><code>key</code>: In case of asin type, should be a valid asin. In case of keyword type, should be a keyword.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you want results for.</p>\n</li>\n</ul>\n<p><strong>Optional parameters</strong>:</p>\n<ul>\n<li><p><code>pagenumber</code> : pagination parameter.</p>\n</li>\n<li><p><code>results_count</code> : Number of results API will respond. Value should be in multiples of 50 and less than 500. Default value is 50. <em>Additional tokens consumed: 1 per every 50 additional results.</em></p>\n</li>\n<li><p><code>additional_details</code> : to get extended response for each keyword such as impressions, rank, ctr, cvr, demand_momentum, seasonality_index, competition_index, no_of_indexed_products, top_products_by_clicks and top_products_by_conversions.<br />  <em>Additional tokens consumed: 1</em></p>\n</li>\n</ul>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of keywords, each keyword with following information:</p>\n<ul>\n<li><p><strong><code>CPC</code></strong> : cost per click for the keyword</p>\n</li>\n<li><p><strong><code>search_volume</code></strong> : search volume of the keyword</p>\n</li>\n<li><p><strong><code>relative_score</code></strong> <strong>:</strong> relative score of the keyword(response sorted by <code>relative_score</code>)</p>\n</li>\n<li><p><strong><code>match_type</code></strong> <strong>:</strong> match type of the keyword</p>\n</li>\n<li><p><code>impressions</code> : Estimated number of times the keyword appeared in search results for the selected period.</p>\n</li>\n<li><p><code>rank</code> : rank of the keyword based on popularity.</p>\n</li>\n<li><p><code>CTR</code> (Click-Through Rate) : Percentage of impressions that resulted in clicks.</p>\n</li>\n<li><p><code>CVR</code> (Conversion Rate) : Percentage of clicks that resulted in purchases.</p>\n</li>\n<li><p><code>demand_momentum</code> : Shows whether keyword demand is rising or falling.</p>\n</li>\n<li><p><code>seasonality_index</code> : Indicates if the keyword is in-season.</p>\n</li>\n<li><p><code>competition_index</code> (0–100) : Measures how competitive the keyword is.</p>\n</li>\n<li><p><code>no_of_indexed_products</code> : Number of products competing for this keyword.</p>\n</li>\n<li><p><code>top_products_by_clicks</code> : Top products receiving the most clicks for this keyword.</p>\n</li>\n<li><p><code>top_products_by_conversions</code> : Top products generating the most sales for this keyword.</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>Client needs to send client ID and security token in every API request.</p>\n<p>ClientID and token will be send as part of the request headers:</p>\n<ul>\n<li><p>Header for clientID - \"<strong>client-id</strong>\"</p>\n</li>\n<li><p>Header for security token - \"<strong>token</strong>\"</p>\n</li>\n</ul>\n<p>Please check APIs(sample request and response also added)</p>\n<p>Error Codes/Responses in case of failure cases:</p>\n<ul>\n<li><p>missing_token_credentials(401) - Auth Headers(clientid and token) not present</p>\n</li>\n<li><p>invalid_token_credentials(401) - Invalid auth headers</p>\n</li>\n<li><p>invalid_request(400) - Bad Request</p>\n</li>\n<li><p>api_limit_exceeded(406) - Client has reached the quota of the API request or not enough token to call this api corresponding to its subscription <code>plan</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["sellmetrics","v2","keyword_research"],"host":["api","sellerapp","com"],"query":[{"key":"key","value":"B0C666SMJF"},{"key":"type","value":"asin"},{"key":"geo","value":"de"},{"key":"pagenumber","value":"1"},{"key":"additional_details","value":"1"},{"key":"results_count","value":"50"}],"variable":[]}},"response":[{"id":"ef398d69-5ce6-48ea-961e-8398231ae070","name":"Keyword Research.Reverse ASIN V2 beta","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetrics/v2/keyword_research?key=adventskalender&type=keyword&geo=de&pagenumber=1&additional_details=1&results_count=50","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetrics","v2","keyword_research"],"query":[{"key":"key","value":"adventskalender"},{"key":"type","value":"keyword"},{"key":"geo","value":"de"},{"key":"pagenumber","value":"1"},{"key":"additional_details","value":"1"},{"key":"results_count","value":"50"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"keyword_list\": [\n        {\n            \"keyword\": \"adventskalender\",\n            \"cpc\": 0.2,\n            \"search_volume\": 1731371,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 105435048,\n            \"rank\": 17,\n            \"ctr\": 1.14,\n            \"cvr\": 3.58,\n            \"demand_momentum\": -0.5,\n            \"seasonality_index\": 0.37,\n            \"competition_index\": 78.41,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 6.76\n                },\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 2.44\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 2.34\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 3.04\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 1.99\n                },\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 1.56\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender männer\",\n            \"cpc\": 0.03,\n            \"search_volume\": 279761,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 283372,\n            \"rank\": 321,\n            \"ctr\": 0.19,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.01,\n            \"seasonality_index\": 0.01,\n            \"competition_index\": 56.01,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FPQ686PC\",\n                    \"share\": 14.62\n                },\n                {\n                    \"asin\": \"B0FMKXY5MM\",\n                    \"share\": 6.56\n                },\n                {\n                    \"asin\": \"B08151FJRJ\",\n                    \"share\": 4.37\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FPQ686PC\",\n                    \"share\": 6.79\n                },\n                {\n                    \"asin\": \"B08151FJRJ\",\n                    \"share\": 6.12\n                },\n                {\n                    \"asin\": \"B0FMKXY5MM\",\n                    \"share\": 2.26\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender kinder\",\n            \"cpc\": 0.04,\n            \"search_volume\": 238693,\n            \"relative_score\": \"High\",\n            \"impressions\": 243796,\n            \"rank\": 212,\n            \"ctr\": 0.14,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.41,\n            \"seasonality_index\": 0.31,\n            \"competition_index\": 59.17,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 4.68\n                },\n                {\n                    \"asin\": \"3473492329\",\n                    \"share\": 4.54\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 4.07\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 5.4\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 5.11\n                },\n                {\n                    \"asin\": \"3473492329\",\n                    \"share\": 2.98\n                }\n            ]\n        },\n        {\n            \"keyword\": \"playmobil adventskalender\",\n            \"cpc\": 0.03,\n            \"search_volume\": 164873,\n            \"relative_score\": \"High\",\n            \"impressions\": 164892,\n            \"rank\": 513,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.36,\n            \"seasonality_index\": 0.28,\n            \"competition_index\": 52.44,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CRHXFQ8P\",\n                    \"share\": 34.12\n                },\n                {\n                    \"asin\": \"B0DQVT49GJ\",\n                    \"share\": 16.01\n                },\n                {\n                    \"asin\": \"B09P4BKWPL\",\n                    \"share\": 7.84\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CRHXFQ8P\",\n                    \"share\": 24.96\n                },\n                {\n                    \"asin\": \"B0DQVT49GJ\",\n                    \"share\": 15.74\n                },\n                {\n                    \"asin\": \"B09P4BKWPL\",\n                    \"share\": 3.41\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender lego\",\n            \"cpc\": 0.02,\n            \"search_volume\": 139459,\n            \"relative_score\": \"High\",\n            \"impressions\": 139465,\n            \"rank\": 958,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.48,\n            \"seasonality_index\": 0.37,\n            \"competition_index\": 47.68,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DWDLZ5RK\",\n                    \"share\": 25.77\n                },\n                {\n                    \"asin\": \"B0DWDMM27Q\",\n                    \"share\": 10.07\n                },\n                {\n                    \"asin\": \"B0DWDZ6ZX7\",\n                    \"share\": 7.85\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DWDLZ5RK\",\n                    \"share\": 23.37\n                },\n                {\n                    \"asin\": \"B0DWDMM27Q\",\n                    \"share\": 11.41\n                },\n                {\n                    \"asin\": \"B0DWDZ6ZX7\",\n                    \"share\": 9.69\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender tee\",\n            \"cpc\": 0,\n            \"search_volume\": 112239,\n            \"relative_score\": \"High\",\n            \"impressions\": 3961192,\n            \"rank\": 2613,\n            \"ctr\": 2.09,\n            \"cvr\": 11.26,\n            \"demand_momentum\": -0.13,\n            \"seasonality_index\": 0.1,\n            \"competition_index\": 40.03,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FB41Z916\",\n                    \"share\": 18.84\n                },\n                {\n                    \"asin\": \"B0F43RS71L\",\n                    \"share\": 18.3\n                },\n                {\n                    \"asin\": \"B08M42QTZT\",\n                    \"share\": 15.09\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FB41Z916\",\n                    \"share\": 15.36\n                },\n                {\n                    \"asin\": \"B08M42QTZT\",\n                    \"share\": 15.2\n                },\n                {\n                    \"asin\": \"B0F43RS71L\",\n                    \"share\": 12.37\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender schokolade\",\n            \"cpc\": 0.02,\n            \"search_volume\": 101194,\n            \"relative_score\": \"High\",\n            \"impressions\": 8301018,\n            \"rank\": 1665,\n            \"ctr\": 1.61,\n            \"cvr\": 8.69,\n            \"demand_momentum\": -0.87,\n            \"seasonality_index\": 0.72,\n            \"competition_index\": 43.46,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 12.89\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 9.44\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 7.14\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 10.47\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.93\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 1.4\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender frauen\",\n            \"cpc\": 0.02,\n            \"search_volume\": 180368,\n            \"relative_score\": \"High\",\n            \"impressions\": 4014260,\n            \"rank\": 618,\n            \"ctr\": 1.72,\n            \"cvr\": 1.29,\n            \"demand_momentum\": -1.05,\n            \"seasonality_index\": 0.81,\n            \"competition_index\": 51.02,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DGKDTRPF\",\n                    \"share\": 16.01\n                },\n                {\n                    \"asin\": \"B0FR33PKJ2\",\n                    \"share\": 13.97\n                },\n                {\n                    \"asin\": \"B0FT8R5B76\",\n                    \"share\": 6.44\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FR33PKJ2\",\n                    \"share\": 5.51\n                },\n                {\n                    \"asin\": \"B0FT8R5B76\",\n                    \"share\": 2.81\n                },\n                {\n                    \"asin\": \"B0DGKDTRPF\",\n                    \"share\": 1.69\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender tüten\",\n            \"cpc\": 0.23,\n            \"search_volume\": 61079,\n            \"relative_score\": \"High\",\n            \"impressions\": 61399,\n            \"rank\": 1622,\n            \"ctr\": 1.56,\n            \"cvr\": 0,\n            \"demand_momentum\": -1,\n            \"seasonality_index\": 0.82,\n            \"competition_index\": 43.66,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DB5WCB8P\",\n                    \"share\": 5.15\n                },\n                {\n                    \"asin\": \"B09DL9HP8W\",\n                    \"share\": 4.59\n                },\n                {\n                    \"asin\": \"B07X9XD8KH\",\n                    \"share\": 3.79\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DB5WCB8P\",\n                    \"share\": 3.2\n                },\n                {\n                    \"asin\": \"B07X9XD8KH\",\n                    \"share\": 2.32\n                },\n                {\n                    \"asin\": \"B09DL9HP8W\",\n                    \"share\": 2.02\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender süßigkeiten\",\n            \"cpc\": 0.02,\n            \"search_volume\": 53250,\n            \"relative_score\": \"High\",\n            \"impressions\": 1331057,\n            \"rank\": 4544,\n            \"ctr\": 1.83,\n            \"cvr\": 2.06,\n            \"demand_momentum\": -0.11,\n            \"seasonality_index\": 0.12,\n            \"competition_index\": 35.81,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 11.66\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 6.42\n                },\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 4.5\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 13.59\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 5.83\n                },\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 1.7\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender playmobil\",\n            \"cpc\": 0.02,\n            \"search_volume\": 107166,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 107168,\n            \"rank\": 2268,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.57,\n            \"seasonality_index\": 0.41,\n            \"competition_index\": 41.11,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CRHXFQ8P\",\n                    \"share\": 30.59\n                },\n                {\n                    \"asin\": \"B0DQVT49GJ\",\n                    \"share\": 16.01\n                },\n                {\n                    \"asin\": \"B09P4BKWPL\",\n                    \"share\": 7.49\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CRHXFQ8P\",\n                    \"share\": 21.46\n                },\n                {\n                    \"asin\": \"B0DQVT49GJ\",\n                    \"share\": 11.42\n                },\n                {\n                    \"asin\": \"B09P4BKWPL\",\n                    \"share\": 3.65\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender säckchen\",\n            \"cpc\": 0.02,\n            \"search_volume\": 50104,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 1809614,\n            \"rank\": 4382,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.1,\n            \"seasonality_index\": 0.11,\n            \"competition_index\": 36.09,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08F9FWMNX\",\n                    \"share\": 6.08\n                },\n                {\n                    \"asin\": \"B07GWJR887\",\n                    \"share\": 5.74\n                },\n                {\n                    \"asin\": \"B08CR1W3ZN\",\n                    \"share\": 5.64\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08F9FWMNX\",\n                    \"share\": 4.86\n                },\n                {\n                    \"asin\": \"B07GWJR887\",\n                    \"share\": 3.24\n                },\n                {\n                    \"asin\": \"B08CR1W3ZN\",\n                    \"share\": 1.93\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender baby\",\n            \"cpc\": 0.02,\n            \"search_volume\": 96253,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 96437,\n            \"rank\": 1415,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.04,\n            \"seasonality_index\": 0.04,\n            \"competition_index\": 44.7,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3989270117\",\n                    \"share\": 30.94\n                },\n                {\n                    \"asin\": \"3911099126\",\n                    \"share\": 24.27\n                },\n                {\n                    \"asin\": \"B0FQ9JW3T5\",\n                    \"share\": 11.25\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3989270117\",\n                    \"share\": 13.42\n                },\n                {\n                    \"asin\": \"3911099126\",\n                    \"share\": 4.93\n                },\n                {\n                    \"asin\": \"B0FQ9JW3T5\",\n                    \"share\": 1.92\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender chips\",\n            \"cpc\": 0.02,\n            \"search_volume\": 47403,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 2702338,\n            \"rank\": 3343,\n            \"ctr\": 2.08,\n            \"cvr\": 6.24,\n            \"demand_momentum\": -0.34,\n            \"seasonality_index\": 0.2,\n            \"competition_index\": 38.15,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 33.83\n                },\n                {\n                    \"asin\": \"B08C225H8B\",\n                    \"share\": 11.92\n                },\n                {\n                    \"asin\": \"B0DM66NRW7\",\n                    \"share\": 8.81\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 42.57\n                },\n                {\n                    \"asin\": \"B08C225H8B\",\n                    \"share\": 6.13\n                },\n                {\n                    \"asin\": \"B0DM66NRW7\",\n                    \"share\": 5.51\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender beauty\",\n            \"cpc\": 0.02,\n            \"search_volume\": 38134,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 38136,\n            \"rank\": 5005,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.85,\n            \"seasonality_index\": 0.61,\n            \"competition_index\": 35.08,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FF4GS88M\",\n                    \"share\": 9.38\n                },\n                {\n                    \"asin\": \"B0FDWVYQYJ\",\n                    \"share\": 8.16\n                },\n                {\n                    \"asin\": \"B0DBLRBW1H\",\n                    \"share\": 7.55\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FF4GS88M\",\n                    \"share\": 4.78\n                },\n                {\n                    \"asin\": \"B0FDWVYQYJ\",\n                    \"share\": 3.83\n                },\n                {\n                    \"asin\": \"B0DBLRBW1H\",\n                    \"share\": 3.83\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender diy\",\n            \"cpc\": 0.02,\n            \"search_volume\": 42474,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 1177093,\n            \"rank\": 24273,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.67,\n            \"seasonality_index\": 0.64,\n            \"competition_index\": 23.04,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FFH6BCRY\",\n                    \"share\": 6.55\n                },\n                {\n                    \"asin\": \"B0F83KTBD4\",\n                    \"share\": 6.23\n                },\n                {\n                    \"asin\": \"B09DL9HP8W\",\n                    \"share\": 5.13\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09DL9HP8W\",\n                    \"share\": 3.83\n                },\n                {\n                    \"asin\": \"B0FFH6BCRY\",\n                    \"share\": 3.28\n                },\n                {\n                    \"asin\": \"B0F83KTBD4\",\n                    \"share\": 2.19\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender werkzeug\",\n            \"cpc\": 0.02,\n            \"search_volume\": 41001,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 41007,\n            \"rank\": 5427,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -1.15,\n            \"seasonality_index\": 0.88,\n            \"competition_index\": 34.46,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FMKXY5MM\",\n                    \"share\": 13.31\n                },\n                {\n                    \"asin\": \"B0DHRX84X6\",\n                    \"share\": 12.2\n                },\n                {\n                    \"asin\": \"B0FQ5GT2TK\",\n                    \"share\": 11.22\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FMKXY5MM\",\n                    \"share\": 6.88\n                },\n                {\n                    \"asin\": \"B0DHRX84X6\",\n                    \"share\": 3.17\n                },\n                {\n                    \"asin\": \"B0FQ5GT2TK\",\n                    \"share\": 1.06\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender freundin\",\n            \"cpc\": 0.02,\n            \"search_volume\": 25776,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 25781,\n            \"rank\": 19853,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.97,\n            \"seasonality_index\": 0.61,\n            \"competition_index\": 24.57,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FQ5212KT\",\n                    \"share\": 7.97\n                },\n                {\n                    \"asin\": \"B0BV72LDWQ\",\n                    \"share\": 7.84\n                },\n                {\n                    \"asin\": \"B0DKHLPZP9\",\n                    \"share\": 6.21\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FQ5212KT\",\n                    \"share\": 3.36\n                },\n                {\n                    \"asin\": \"B0BV72LDWQ\",\n                    \"share\": 3.36\n                },\n                {\n                    \"asin\": \"B0DKHLPZP9\",\n                    \"share\": 2.68\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender kinderschokolade\",\n            \"cpc\": 0.02,\n            \"search_volume\": 27802,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 682057,\n            \"rank\": 6001,\n            \"ctr\": 2.27,\n            \"cvr\": 5.54,\n            \"demand_momentum\": -1.29,\n            \"seasonality_index\": 0.59,\n            \"competition_index\": 33.69,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 22.51\n                },\n                {\n                    \"asin\": \"B0094FQZOC\",\n                    \"share\": 21.15\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 8.98\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 19.21\n                },\n                {\n                    \"asin\": \"B0094FQZOC\",\n                    \"share\": 14.29\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 8.13\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 54365,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 1266258,\n            \"rank\": 4037,\n            \"ctr\": 1.58,\n            \"cvr\": 2.04,\n            \"demand_momentum\": -0.09,\n            \"seasonality_index\": 0.11,\n            \"competition_index\": 36.71,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 31.3\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 4.15\n                },\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 3.57\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 8.57\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 6\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0.29\n                }\n            ]\n        },\n        {\n            \"keyword\": \"kinderschokolade adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 22334,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1363562,\n            \"rank\": 7527,\n            \"ctr\": 2.29,\n            \"cvr\": 10.07,\n            \"demand_momentum\": -1.14,\n            \"seasonality_index\": 0.41,\n            \"competition_index\": 31.97,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0094FQZOC\",\n                    \"share\": 25.35\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 19.7\n                },\n                {\n                    \"asin\": \"B07G761THL\",\n                    \"share\": 8.28\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0094FQZOC\",\n                    \"share\": 18.05\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 17.13\n                },\n                {\n                    \"asin\": \"B07G761THL\",\n                    \"share\": 7\n                }\n            ]\n        },\n        {\n            \"keyword\": \"kinder adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 50612,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1044223,\n            \"rank\": 9616,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.23,\n            \"seasonality_index\": 0.34,\n            \"competition_index\": 30.1,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 12.56\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.77\n                },\n                {\n                    \"asin\": \"B0094FQZOC\",\n                    \"share\": 4.28\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 14.29\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 12.3\n                },\n                {\n                    \"asin\": \"B0094FQZOC\",\n                    \"share\": 4.37\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender hund\",\n            \"cpc\": 0.02,\n            \"search_volume\": 24425,\n            \"relative_score\": \"Low\",\n            \"impressions\": 712047,\n            \"rank\": 6392,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.25,\n            \"seasonality_index\": 0.28,\n            \"competition_index\": 33.21,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FRZ4RB2V\",\n                    \"share\": 18.03\n                },\n                {\n                    \"asin\": \"B0DFCQ682Y\",\n                    \"share\": 13.43\n                },\n                {\n                    \"asin\": \"B0C85X54RB\",\n                    \"share\": 7.96\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DFCQ682Y\",\n                    \"share\": 16.64\n                },\n                {\n                    \"asin\": \"B0C85X54RB\",\n                    \"share\": 7.11\n                },\n                {\n                    \"asin\": \"B0FRZ4RB2V\",\n                    \"share\": 1.28\n                }\n            ]\n        },\n        {\n            \"keyword\": \"zahlen adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 21259,\n            \"relative_score\": \"Low\",\n            \"impressions\": 21272,\n            \"rank\": 34017,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.88,\n            \"seasonality_index\": 0.75,\n            \"competition_index\": 20.47,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08HJ632DG\",\n                    \"share\": 12.59\n                },\n                {\n                    \"asin\": \"B09F392DS6\",\n                    \"share\": 6.26\n                },\n                {\n                    \"asin\": \"B08CXHZHR7\",\n                    \"share\": 5.77\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09F392DS6\",\n                    \"share\": 5.64\n                },\n                {\n                    \"asin\": \"B08HJ632DG\",\n                    \"share\": 5.04\n                },\n                {\n                    \"asin\": \"B08CXHZHR7\",\n                    \"share\": 4.45\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender marmelade\",\n            \"cpc\": 0.02,\n            \"search_volume\": 20599,\n            \"relative_score\": \"Low\",\n            \"impressions\": 20620,\n            \"rank\": 19563,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.42,\n            \"seasonality_index\": 0.52,\n            \"competition_index\": 24.69,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F2GD9BKD\",\n                    \"share\": 32.1\n                },\n                {\n                    \"asin\": \"B0F9GQR4LV\",\n                    \"share\": 14.34\n                },\n                {\n                    \"asin\": \"B0BWNQ7RYF\",\n                    \"share\": 7.56\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F2GD9BKD\",\n                    \"share\": 27.85\n                },\n                {\n                    \"asin\": \"B0F9GQR4LV\",\n                    \"share\": 8.05\n                },\n                {\n                    \"asin\": \"B0BWNQ7RYF\",\n                    \"share\": 3.69\n                }\n            ]\n        },\n        {\n            \"keyword\": \"bier adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 16527,\n            \"relative_score\": \"Low\",\n            \"impressions\": 16569,\n            \"rank\": 25938,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.87,\n            \"seasonality_index\": 0.59,\n            \"competition_index\": 22.54,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09G4PJDK8\",\n                    \"share\": 18.96\n                },\n                {\n                    \"asin\": \"B009R7SBD0\",\n                    \"share\": 9.87\n                },\n                {\n                    \"asin\": \"B016QXHAJ8\",\n                    \"share\": 8.7\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09G4PJDK8\",\n                    \"share\": 9\n                },\n                {\n                    \"asin\": \"B009R7SBD0\",\n                    \"share\": 6\n                },\n                {\n                    \"asin\": \"B016QXHAJ8\",\n                    \"share\": 1\n                }\n            ]\n        },\n        {\n            \"keyword\": \"mini adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 16104,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1003646,\n            \"rank\": 17565,\n            \"ctr\": 1.79,\n            \"cvr\": 5.08,\n            \"demand_momentum\": -0.4,\n            \"seasonality_index\": 0.45,\n            \"competition_index\": 25.51,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 13.88\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 10.71\n                },\n                {\n                    \"asin\": \"3848502399\",\n                    \"share\": 7.85\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 9.62\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.21\n                },\n                {\n                    \"asin\": \"3848502399\",\n                    \"share\": 1.44\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender disney\",\n            \"cpc\": 0.02,\n            \"search_volume\": 16005,\n            \"relative_score\": \"Low\",\n            \"impressions\": 399001,\n            \"rank\": 17485,\n            \"ctr\": 1.99,\n            \"cvr\": 0.8,\n            \"demand_momentum\": -0.07,\n            \"seasonality_index\": 0.24,\n            \"competition_index\": 25.54,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3551281270\",\n                    \"share\": 27.44\n                },\n                {\n                    \"asin\": \"B0DMWJ8B6R\",\n                    \"share\": 6.92\n                },\n                {\n                    \"asin\": \"B0DNRTHCKX\",\n                    \"share\": 6.05\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3551281270\",\n                    \"share\": 20.97\n                },\n                {\n                    \"asin\": \"B0DMWJ8B6R\",\n                    \"share\": 1.61\n                },\n                {\n                    \"asin\": \"B0DNRTHCKX\",\n                    \"share\": 1.61\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender protein\",\n            \"cpc\": 0.02,\n            \"search_volume\": 18015,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1039091,\n            \"rank\": 10972,\n            \"ctr\": 1.99,\n            \"cvr\": 5.49,\n            \"demand_momentum\": -0.42,\n            \"seasonality_index\": 0.46,\n            \"competition_index\": 29.09,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FGQCGMVS\",\n                    \"share\": 19.46\n                },\n                {\n                    \"asin\": \"B07XDZ97R4\",\n                    \"share\": 9.81\n                },\n                {\n                    \"asin\": \"B01LWZRS0S\",\n                    \"share\": 9.38\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FGQCGMVS\",\n                    \"share\": 19.11\n                },\n                {\n                    \"asin\": \"B07XDZ97R4\",\n                    \"share\": 3.82\n                },\n                {\n                    \"asin\": \"B01LWZRS0S\",\n                    \"share\": 3.18\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender schminke\",\n            \"cpc\": 0.02,\n            \"search_volume\": 13954,\n            \"relative_score\": \"Low\",\n            \"impressions\": 13998,\n            \"rank\": 8437,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.89,\n            \"seasonality_index\": 0.89,\n            \"competition_index\": 31.1,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DBLRBW1H\",\n                    \"share\": 11.9\n                },\n                {\n                    \"asin\": \"B0FDWVYQYJ\",\n                    \"share\": 8.3\n                },\n                {\n                    \"asin\": \"B0FH6Z1FGP\",\n                    \"share\": 7.42\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DBLRBW1H\",\n                    \"share\": 10.34\n                },\n                {\n                    \"asin\": \"B0FH6Z1FGP\",\n                    \"share\": 9.66\n                },\n                {\n                    \"asin\": \"B0FDWVYQYJ\",\n                    \"share\": 2.76\n                }\n            ]\n        },\n        {\n            \"keyword\": \"tee adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 32072,\n            \"relative_score\": \"Low\",\n            \"impressions\": 2552057,\n            \"rank\": 4426,\n            \"ctr\": 2.11,\n            \"cvr\": 9.98,\n            \"demand_momentum\": -0.68,\n            \"seasonality_index\": 0.57,\n            \"competition_index\": 36.01,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08M42QTZT\",\n                    \"share\": 19.44\n                },\n                {\n                    \"asin\": \"B0FB41Z916\",\n                    \"share\": 18.65\n                },\n                {\n                    \"asin\": \"B0F43RS71L\",\n                    \"share\": 13.54\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08M42QTZT\",\n                    \"share\": 21.03\n                },\n                {\n                    \"asin\": \"B0FB41Z916\",\n                    \"share\": 13.24\n                },\n                {\n                    \"asin\": \"B0F43RS71L\",\n                    \"share\": 8.57\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender kosmetik\",\n            \"cpc\": 0.02,\n            \"search_volume\": 31396,\n            \"relative_score\": \"Low\",\n            \"impressions\": 31437,\n            \"rank\": 10708,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.69,\n            \"seasonality_index\": 0.55,\n            \"competition_index\": 29.28,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FF4GS88M\",\n                    \"share\": 12.83\n                },\n                {\n                    \"asin\": \"B0DBLRBW1H\",\n                    \"share\": 8\n                },\n                {\n                    \"asin\": \"B0FDWVYQYJ\",\n                    \"share\": 6.91\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FF4GS88M\",\n                    \"share\": 11.05\n                },\n                {\n                    \"asin\": \"B0FDWVYQYJ\",\n                    \"share\": 3.31\n                },\n                {\n                    \"asin\": \"B0DBLRBW1H\",\n                    \"share\": 2.21\n                }\n            ]\n        },\n        {\n            \"keyword\": \"schoko adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 15438,\n            \"relative_score\": \"Low\",\n            \"impressions\": 389662,\n            \"rank\": 19073,\n            \"ctr\": 1.69,\n            \"cvr\": 3.86,\n            \"demand_momentum\": -0.78,\n            \"seasonality_index\": 0.61,\n            \"competition_index\": 24.88,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 14.97\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 14.71\n                },\n                {\n                    \"asin\": \"B0BV72LDWQ\",\n                    \"share\": 5.7\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 10\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 8.57\n                },\n                {\n                    \"asin\": \"B0BV72LDWQ\",\n                    \"share\": 7.14\n                }\n            ]\n        },\n        {\n            \"keyword\": \"süßigkeiten adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 30848,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1565836,\n            \"rank\": 8651,\n            \"ctr\": 1.5,\n            \"cvr\": 5.31,\n            \"demand_momentum\": -0.15,\n            \"seasonality_index\": 0.19,\n            \"competition_index\": 30.9,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 7.66\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 7.55\n                },\n                {\n                    \"asin\": \"B0FR3P9WPN\",\n                    \"share\": 5.7\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 8.9\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 4.71\n                },\n                {\n                    \"asin\": \"B0FR3P9WPN\",\n                    \"share\": 0.52\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender bier\",\n            \"cpc\": 0.12,\n            \"search_volume\": 13373,\n            \"relative_score\": \"Low\",\n            \"impressions\": 13837,\n            \"rank\": 21210,\n            \"ctr\": 0.22,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.89,\n            \"seasonality_index\": 0.69,\n            \"competition_index\": 24.07,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09G4PJDK8\",\n                    \"share\": 17.57\n                },\n                {\n                    \"asin\": \"B016W77PZM\",\n                    \"share\": 8.25\n                },\n                {\n                    \"asin\": \"B009R7SBD0\",\n                    \"share\": 6.85\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09G4PJDK8\",\n                    \"share\": 15.83\n                },\n                {\n                    \"asin\": \"B016W77PZM\",\n                    \"share\": 5.76\n                },\n                {\n                    \"asin\": \"B009R7SBD0\",\n                    \"share\": 5.04\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender frau\",\n            \"cpc\": 0.02,\n            \"search_volume\": 14890,\n            \"relative_score\": \"Low\",\n            \"impressions\": 445882,\n            \"rank\": 16061,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.93,\n            \"seasonality_index\": 0.7,\n            \"competition_index\": 26.19,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0D8WQZ1CW\",\n                    \"share\": 7.31\n                },\n                {\n                    \"asin\": \"B0FH2VF61C\",\n                    \"share\": 5.72\n                },\n                {\n                    \"asin\": \"B0FQ5212KT\",\n                    \"share\": 4.91\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D8WQZ1CW\",\n                    \"share\": 3.42\n                },\n                {\n                    \"asin\": \"B0FH2VF61C\",\n                    \"share\": 2.05\n                },\n                {\n                    \"asin\": \"B0FQ5212KT\",\n                    \"share\": 0.68\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender haus\",\n            \"cpc\": 0.51,\n            \"search_volume\": 12325,\n            \"relative_score\": \"Low\",\n            \"impressions\": 12687,\n            \"rank\": 85755,\n            \"ctr\": 0.28,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.63,\n            \"seasonality_index\": 1.11,\n            \"competition_index\": 13.42,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DPMMZSJM\",\n                    \"share\": 12.87\n                },\n                {\n                    \"asin\": \"B0F99L9MSW\",\n                    \"share\": 11.56\n                },\n                {\n                    \"asin\": \"B01DPDJNN8\",\n                    \"share\": 8.47\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F99L9MSW\",\n                    \"share\": 13.04\n                },\n                {\n                    \"asin\": \"B0DPMMZSJM\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B01DPDJNN8\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender snacks\",\n            \"cpc\": 0.02,\n            \"search_volume\": 14042,\n            \"relative_score\": \"Low\",\n            \"impressions\": 363215,\n            \"rank\": 19992,\n            \"ctr\": 1.98,\n            \"cvr\": 1.92,\n            \"demand_momentum\": -0.8,\n            \"seasonality_index\": 0.92,\n            \"competition_index\": 24.52,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 18.79\n                },\n                {\n                    \"asin\": \"B08C225H8B\",\n                    \"share\": 9.75\n                },\n                {\n                    \"asin\": \"B0F6VB95DG\",\n                    \"share\": 6.6\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07CZ4DLCP\",\n                    \"share\": 24.81\n                },\n                {\n                    \"asin\": \"B0F6VB95DG\",\n                    \"share\": 5.26\n                },\n                {\n                    \"asin\": \"B08C225H8B\",\n                    \"share\": 2.26\n                }\n            ]\n        },\n        {\n            \"keyword\": \"jutesäckchen adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 12008,\n            \"relative_score\": \"Low\",\n            \"impressions\": 242319,\n            \"rank\": 29228,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -1.41,\n            \"seasonality_index\": 1.57,\n            \"competition_index\": 21.63,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07GWJR887\",\n                    \"share\": 12.79\n                },\n                {\n                    \"asin\": \"B0FF5H4LRW\",\n                    \"share\": 6.77\n                },\n                {\n                    \"asin\": \"B08F9FWMNX\",\n                    \"share\": 6.09\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07GWJR887\",\n                    \"share\": 5.79\n                },\n                {\n                    \"asin\": \"B0FF5H4LRW\",\n                    \"share\": 4.74\n                },\n                {\n                    \"asin\": \"B08F9FWMNX\",\n                    \"share\": 3.68\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender mann\",\n            \"cpc\": 0.12,\n            \"search_volume\": 27289,\n            \"relative_score\": \"Low\",\n            \"impressions\": 33056,\n            \"rank\": 5654,\n            \"ctr\": 0.29,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.4,\n            \"seasonality_index\": 0.24,\n            \"competition_index\": 34.15,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FB4SB1HM\",\n                    \"share\": 6.03\n                },\n                {\n                    \"asin\": \"B08151FJRJ\",\n                    \"share\": 5.22\n                },\n                {\n                    \"asin\": \"391203401X\",\n                    \"share\": 4.49\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08151FJRJ\",\n                    \"share\": 6.85\n                },\n                {\n                    \"asin\": \"391203401X\",\n                    \"share\": 3.23\n                },\n                {\n                    \"asin\": \"B0FB4SB1HM\",\n                    \"share\": 1.61\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender basteln\",\n            \"cpc\": 0.02,\n            \"search_volume\": 12726,\n            \"relative_score\": \"Low\",\n            \"impressions\": 325782,\n            \"rank\": 14929,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.91,\n            \"seasonality_index\": 0.7,\n            \"competition_index\": 26.75,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0849YPDCX\",\n                    \"share\": 20\n                },\n                {\n                    \"asin\": \"B0BN2ZR139\",\n                    \"share\": 5.49\n                },\n                {\n                    \"asin\": \"B099FB3T56\",\n                    \"share\": 4.72\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0849YPDCX\",\n                    \"share\": 5.49\n                },\n                {\n                    \"asin\": \"B099FB3T56\",\n                    \"share\": 4.88\n                },\n                {\n                    \"asin\": \"B0BN2ZR139\",\n                    \"share\": 1.83\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender zahlen\",\n            \"cpc\": 0.17,\n            \"search_volume\": 10515,\n            \"relative_score\": \"Low\",\n            \"impressions\": 10781,\n            \"rank\": 20174,\n            \"ctr\": 0.75,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.26,\n            \"seasonality_index\": 0.3,\n            \"competition_index\": 24.45,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08HJ632DG\",\n                    \"share\": 10.04\n                },\n                {\n                    \"asin\": \"B0D81FGHHK\",\n                    \"share\": 5.89\n                },\n                {\n                    \"asin\": \"B09G1C6YF5\",\n                    \"share\": 4.78\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D81FGHHK\",\n                    \"share\": 3.91\n                },\n                {\n                    \"asin\": \"B08HJ632DG\",\n                    \"share\": 3.67\n                },\n                {\n                    \"asin\": \"B09G1C6YF5\",\n                    \"share\": 1.96\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender holz\",\n            \"cpc\": 0.34,\n            \"search_volume\": 11742,\n            \"relative_score\": \"Low\",\n            \"impressions\": 14101,\n            \"rank\": 26101,\n            \"ctr\": 0.85,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.31,\n            \"seasonality_index\": 0.35,\n            \"competition_index\": 22.49,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08KHJN9HJ\",\n                    \"share\": 11.48\n                },\n                {\n                    \"asin\": \"B0FPL3MMW5\",\n                    \"share\": 5.57\n                },\n                {\n                    \"asin\": \"B015JM5FNK\",\n                    \"share\": 4.35\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FPL3MMW5\",\n                    \"share\": 2.99\n                },\n                {\n                    \"asin\": \"B015JM5FNK\",\n                    \"share\": 2.99\n                },\n                {\n                    \"asin\": \"B08KHJN9HJ\",\n                    \"share\": 1.49\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender sticker\",\n            \"cpc\": 0.02,\n            \"search_volume\": 10152,\n            \"relative_score\": \"Low\",\n            \"impressions\": 10154,\n            \"rank\": 35595,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.87,\n            \"seasonality_index\": 0.79,\n            \"competition_index\": 20.12,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09GMBZ5PB\",\n                    \"share\": 12.23\n                },\n                {\n                    \"asin\": \"B08CXHZHR7\",\n                    \"share\": 6.45\n                },\n                {\n                    \"asin\": \"B0D81FGHHK\",\n                    \"share\": 6.15\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09GMBZ5PB\",\n                    \"share\": 6.33\n                },\n                {\n                    \"asin\": \"B0D81FGHHK\",\n                    \"share\": 5.43\n                },\n                {\n                    \"asin\": \"B08CXHZHR7\",\n                    \"share\": 4.07\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender essence\",\n            \"cpc\": 0.02,\n            \"search_volume\": 22731,\n            \"relative_score\": \"Low\",\n            \"impressions\": 22734,\n            \"rank\": 6780,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.03,\n            \"seasonality_index\": 0.09,\n            \"competition_index\": 32.76,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FF4GS88M\",\n                    \"share\": 34.87\n                },\n                {\n                    \"asin\": \"B0FF4FVQK3\",\n                    \"share\": 16.82\n                },\n                {\n                    \"asin\": \"B08F4P6TL1\",\n                    \"share\": 14.24\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FF4GS88M\",\n                    \"share\": 29.73\n                },\n                {\n                    \"asin\": \"B0FF4FVQK3\",\n                    \"share\": 22.97\n                },\n                {\n                    \"asin\": \"B08F4P6TL1\",\n                    \"share\": 13.51\n                }\n            ]\n        },\n        {\n            \"keyword\": \"schokoladen adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 9778,\n            \"relative_score\": \"Low\",\n            \"impressions\": 709474,\n            \"rank\": 32739,\n            \"ctr\": 1.78,\n            \"cvr\": 7.48,\n            \"demand_momentum\": -1.08,\n            \"seasonality_index\": 0.93,\n            \"competition_index\": 20.76,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 11.56\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.95\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 6.39\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 9.6\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 4\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0.8\n                }\n            ]\n        },\n        {\n            \"keyword\": \"selbstgemachter adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 7999,\n            \"relative_score\": \"Low\",\n            \"impressions\": 215852,\n            \"rank\": 34851,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.69,\n            \"seasonality_index\": 0.71,\n            \"competition_index\": 20.28,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08C5D9XBT\",\n                    \"share\": 13.8\n                },\n                {\n                    \"asin\": \"B0BJVQC9TH\",\n                    \"share\": 7.69\n                },\n                {\n                    \"asin\": \"B0FKFYZ53R\",\n                    \"share\": 6.33\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08C5D9XBT\",\n                    \"share\": 17.92\n                },\n                {\n                    \"asin\": \"B0FKFYZ53R\",\n                    \"share\": 2.31\n                },\n                {\n                    \"asin\": \"B0BJVQC9TH\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender milka\",\n            \"cpc\": 0.02,\n            \"search_volume\": 8960,\n            \"relative_score\": \"Low\",\n            \"impressions\": 744214,\n            \"rank\": 25754,\n            \"ctr\": 2.06,\n            \"cvr\": 12.12,\n            \"demand_momentum\": -1.53,\n            \"seasonality_index\": 1.13,\n            \"competition_index\": 22.59,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B004KSKSNC\",\n                    \"share\": 29.48\n                },\n                {\n                    \"asin\": \"B0FCS4B7S4\",\n                    \"share\": 15.37\n                },\n                {\n                    \"asin\": \"B0FCS2F6H4\",\n                    \"share\": 9.59\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B004KSKSNC\",\n                    \"share\": 24.42\n                },\n                {\n                    \"asin\": \"B0FCS4B7S4\",\n                    \"share\": 11.52\n                },\n                {\n                    \"asin\": \"B0FCS2F6H4\",\n                    \"share\": 5.53\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender badekugeln\",\n            \"cpc\": 0.02,\n            \"search_volume\": 8604,\n            \"relative_score\": \"Low\",\n            \"impressions\": 8605,\n            \"rank\": 189900,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0,\n            \"seasonality_index\": 0.82,\n            \"competition_index\": 7.36,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FHGG6NB9\",\n                    \"share\": 24.57\n                },\n                {\n                    \"asin\": \"B0FH234Z43\",\n                    \"share\": 13.99\n                },\n                {\n                    \"asin\": \"B0DLWYY67W\",\n                    \"share\": 7.51\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FHGG6NB9\",\n                    \"share\": 21.74\n                },\n                {\n                    \"asin\": \"B0FH234Z43\",\n                    \"share\": 8.7\n                },\n                {\n                    \"asin\": \"B0DLWYY67W\",\n                    \"share\": 4.35\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender schoko\",\n            \"cpc\": 0.02,\n            \"search_volume\": 8006,\n            \"relative_score\": \"Low\",\n            \"impressions\": 220256,\n            \"rank\": 40584,\n            \"ctr\": 1.57,\n            \"cvr\": 5.46,\n            \"demand_momentum\": -1,\n            \"seasonality_index\": 0.96,\n            \"competition_index\": 19.12,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 13.34\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 11.37\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 6.34\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 9.64\n                },\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 6.63\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 5.42\n                }\n            ]\n        }\n    ]\n}"},{"id":"b422fc3a-eca3-49b2-9787-aeab976fdfd6","name":"Keyword Research.Reverse ASIN V2 beta","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>","type":"text"},{"key":"token","value":"<token>","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetrics/v2/keyword_research?key=B0C666SMJF&type=asin&geo=de&pagenumber=1&additional_details=1&results_count=50","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetrics","v2","keyword_research"],"query":[{"key":"key","value":"B0C666SMJF"},{"key":"type","value":"asin"},{"key":"geo","value":"de"},{"key":"pagenumber","value":"1"},{"key":"additional_details","value":"1"},{"key":"results_count","value":"50"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"title\": \"Nutella Adventskalender 2025   528g   eine Schokoladen Adventskalender Alternative mit 24 festlichen Leckereien und nutella Mini Geschenken für Kinder und Erwachsene\",\n    \"keyword_list\": [\n        {\n            \"keyword\": \"schokoladen adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 9778,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 709474,\n            \"rank\": 32739,\n            \"ctr\": 1.78,\n            \"cvr\": 7.48,\n            \"demand_momentum\": -1.08,\n            \"seasonality_index\": 0.93,\n            \"competition_index\": 20.76,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 11.56\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.95\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 6.39\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 9.6\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 4\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0.8\n                }\n            ]\n        },\n        {\n            \"keyword\": \"schokoladen-adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 7002,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 416310,\n            \"rank\": 52181,\n            \"ctr\": 1.06,\n            \"cvr\": 4.18,\n            \"demand_momentum\": -0.81,\n            \"seasonality_index\": 1.28,\n            \"competition_index\": 17.21,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 13.24\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.55\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 6.31\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 9.38\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 0,\n            \"rank\": 21987,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.96,\n            \"seasonality_index\": 0.72,\n            \"competition_index\": 23.79,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 68.89\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 6.97\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 4.42\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 72.38\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 5.71\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 2.86\n                }\n            ]\n        },\n        {\n            \"keyword\": \"für kinder und erwachsene\",\n            \"cpc\": 0.26,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 0,\n            \"rank\": 0,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"schokoladen adventskalender 2025\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 0,\n            \"rank\": 23418,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -1.06,\n            \"seasonality_index\": 0.86,\n            \"competition_index\": 23.31,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 11.64\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 9.5\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 8.69\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B466H784\",\n                    \"share\": 8.02\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 6.95\n                },\n                {\n                    \"asin\": \"B0C664689D\",\n                    \"share\": 3.74\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender nutella\",\n            \"cpc\": 0.02,\n            \"search_volume\": 7063,\n            \"relative_score\": \"High\",\n            \"impressions\": 180347,\n            \"rank\": 24327,\n            \"ctr\": 2.1,\n            \"cvr\": 3.77,\n            \"demand_momentum\": -0.99,\n            \"seasonality_index\": 1.2,\n            \"competition_index\": 23.02,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 68.03\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 5.77\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 4.51\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 62.96\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 2.96\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 1.48\n                }\n            ]\n        },\n        {\n            \"keyword\": \"heiße schokoladen adventskalender\",\n            \"cpc\": 0.12,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 573,\n            \"rank\": 0,\n            \"ctr\": 2.56,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"nutella adventskalender 2025\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 0,\n            \"rank\": 2674,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.83,\n            \"seasonality_index\": 0.52,\n            \"competition_index\": 39.85,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 74.75\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 7.75\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 4.1\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 79.6\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 1.92\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 1.56\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender nutella￼\",\n            \"cpc\": 0.27,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 920,\n            \"rank\": 0,\n            \"ctr\": 3.31,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender nutella 2024\",\n            \"cpc\": 0.22,\n            \"search_volume\": 0,\n            \"relative_score\": \"High\",\n            \"impressions\": 1053,\n            \"rank\": 0,\n            \"ctr\": 1.6,\n            \"cvr\": 6.25,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender nutella 2025\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 0,\n            \"rank\": 68646,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0,\n            \"seasonality_index\": 0.89,\n            \"competition_index\": 15.12,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 66.93\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 12.35\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 3.19\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 65.82\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 6.33\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender 2025 nutella\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 0,\n            \"rank\": 59544,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -1.2,\n            \"seasonality_index\": 1.69,\n            \"competition_index\": 16.2,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 66.2\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 9.67\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 4.08\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 66.29\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 4.49\n                },\n                {\n                    \"asin\": \"B0F5B6WV9X\",\n                    \"share\": 1.12\n                }\n            ]\n        },\n        {\n            \"keyword\": \"inhalationsgerät kinder und erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 0,\n            \"rank\": 128682,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": 0.33,\n            \"seasonality_index\": 0.97,\n            \"competition_index\": 10.33,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CGDG26B1\",\n                    \"share\": 23.91\n                },\n                {\n                    \"asin\": \"B0D2WXG96W\",\n                    \"share\": 13.04\n                },\n                {\n                    \"asin\": \"B0D5CWNG2J\",\n                    \"share\": 8.7\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CGDG26B1\",\n                    \"share\": 18.58\n                },\n                {\n                    \"asin\": \"B0D2WXG96W\",\n                    \"share\": 10.62\n                },\n                {\n                    \"asin\": \"B0D5CWNG2J\",\n                    \"share\": 7.96\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender mit strüpfen und süßigkeiten\",\n            \"cpc\": 0.26,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 126,\n            \"rank\": 0,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender mit cafe und kakao\",\n            \"cpc\": 0.19,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 67,\n            \"rank\": 0,\n            \"ctr\": 3.13,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender mit musik und schokolade\",\n            \"cpc\": 0.04,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 2756,\n            \"rank\": 0,\n            \"ctr\": 1.75,\n            \"cvr\": 2.17,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender für reiter und pferd\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 0,\n            \"rank\": 64160,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.92,\n            \"seasonality_index\": 1.06,\n            \"competition_index\": 15.63,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FM8676JY\",\n                    \"share\": 27\n                },\n                {\n                    \"asin\": \"B0FMJ7NWQJ\",\n                    \"share\": 21\n                },\n                {\n                    \"asin\": \"B0DGCNSXQ7\",\n                    \"share\": 8\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FM8676JY\",\n                    \"share\": 16.67\n                },\n                {\n                    \"asin\": \"B0FMJ7NWQJ\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0DGCNSXQ7\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender für oma und opa\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 0,\n            \"rank\": 133777,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.02,\n            \"seasonality_index\": 0.73,\n            \"competition_index\": 10.03,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FR1WXPC4\",\n                    \"share\": 38.57\n                },\n                {\n                    \"asin\": \"3911089023\",\n                    \"share\": 10.07\n                },\n                {\n                    \"asin\": \"B09K4M5K7P\",\n                    \"share\": 4.42\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FR1WXPC4\",\n                    \"share\": 34.78\n                },\n                {\n                    \"asin\": \"3911089023\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B09K4M5K7P\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender für erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 0,\n            \"rank\": 15572,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.42,\n            \"seasonality_index\": 0.36,\n            \"competition_index\": 26.42,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 9.83\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 5.54\n                },\n                {\n                    \"asin\": \"3845849215\",\n                    \"share\": 4.72\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 11.45\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 3.05\n                },\n                {\n                    \"asin\": \"3845849215\",\n                    \"share\": 3.05\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 54365,\n            \"relative_score\": \"Moderate\",\n            \"impressions\": 1266258,\n            \"rank\": 4037,\n            \"ctr\": 1.58,\n            \"cvr\": 2.04,\n            \"demand_momentum\": -0.09,\n            \"seasonality_index\": 0.11,\n            \"competition_index\": 36.71,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 31.3\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 4.15\n                },\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 3.57\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 8.57\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 6\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0.29\n                }\n            ]\n        },\n        {\n            \"keyword\": \"ausgefallene adventskalender für erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 22814,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1488396,\n            \"rank\": 6850,\n            \"ctr\": 1.24,\n            \"cvr\": 2.77,\n            \"demand_momentum\": -0.19,\n            \"seasonality_index\": 0.22,\n            \"competition_index\": 32.68,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 5.79\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 4.37\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 3.94\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 2.91\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 2.91\n                },\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 2.33\n                }\n            ]\n        },\n        {\n            \"keyword\": \"mini adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 16104,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1003646,\n            \"rank\": 17565,\n            \"ctr\": 1.79,\n            \"cvr\": 5.08,\n            \"demand_momentum\": -0.4,\n            \"seasonality_index\": 0.45,\n            \"competition_index\": 25.51,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 13.88\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 10.71\n                },\n                {\n                    \"asin\": \"3848502399\",\n                    \"share\": 7.85\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 9.62\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 7.21\n                },\n                {\n                    \"asin\": \"3848502399\",\n                    \"share\": 1.44\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender mini\",\n            \"cpc\": 0.02,\n            \"search_volume\": 7518,\n            \"relative_score\": \"Low\",\n            \"impressions\": 7525,\n            \"rank\": 76930,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.85,\n            \"seasonality_index\": 1.33,\n            \"competition_index\": 14.25,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 13.55\n                },\n                {\n                    \"asin\": \"384850331X\",\n                    \"share\": 12.67\n                },\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 8.1\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 21.05\n                },\n                {\n                    \"asin\": \"384850331X\",\n                    \"share\": 7.02\n                },\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 1.75\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender tag und nacht mit alkohol\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1215,\n            \"rank\": 0,\n            \"ctr\": 1.73,\n            \"cvr\": 35,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender technik und elektronik\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 207938,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.19,\n            \"seasonality_index\": 0.96,\n            \"competition_index\": 6.67,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B095C349SJ\",\n                    \"share\": 14.13\n                },\n                {\n                    \"asin\": \"B0851MXXR2\",\n                    \"share\": 10.41\n                },\n                {\n                    \"asin\": \"B0851MXXR3\",\n                    \"share\": 7.81\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B095C349SJ\",\n                    \"share\": 18.18\n                },\n                {\n                    \"asin\": \"B0851MXXR2\",\n                    \"share\": 18.18\n                },\n                {\n                    \"asin\": \"B0851MXXR3\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"anna und elsa adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 145159,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.39,\n            \"seasonality_index\": 0.95,\n            \"competition_index\": 9.41,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DWF3FQJZ\",\n                    \"share\": 22.81\n                },\n                {\n                    \"asin\": \"B0CPH1N3BG\",\n                    \"share\": 13.79\n                },\n                {\n                    \"asin\": \"B0F48F2R3D\",\n                    \"share\": 8.49\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DWF3FQJZ\",\n                    \"share\": 25\n                },\n                {\n                    \"asin\": \"B0CPH1N3BG\",\n                    \"share\": 16.67\n                },\n                {\n                    \"asin\": \"B0F48F2R3D\",\n                    \"share\": 8.33\n                }\n            ]\n        },\n        {\n            \"keyword\": \"lilo und stitch adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 49430,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.29,\n            \"seasonality_index\": 0.53,\n            \"competition_index\": 17.62,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BXFG6528\",\n                    \"share\": 18.52\n                },\n                {\n                    \"asin\": \"B0FCYQZJTX\",\n                    \"share\": 13\n                },\n                {\n                    \"asin\": \"B0CYZPW4X9\",\n                    \"share\": 11.92\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0BXFG6528\",\n                    \"share\": 17.46\n                },\n                {\n                    \"asin\": \"B0FCYQZJTX\",\n                    \"share\": 14.29\n                },\n                {\n                    \"asin\": \"B0CYZPW4X9\",\n                    \"share\": 3.17\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender oma und opa\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 65267,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.02,\n            \"seasonality_index\": 0.71,\n            \"competition_index\": 15.5,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FR1WXPC4\",\n                    \"share\": 39.47\n                },\n                {\n                    \"asin\": \"3911089023\",\n                    \"share\": 13.96\n                },\n                {\n                    \"asin\": \"B0FPBNRRL2\",\n                    \"share\": 4.95\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FR1WXPC4\",\n                    \"share\": 41.07\n                },\n                {\n                    \"asin\": \"3911089023\",\n                    \"share\": 1.79\n                },\n                {\n                    \"asin\": \"B0FPBNRRL2\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender schokolade und topping\",\n            \"cpc\": 0.09,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 134,\n            \"rank\": 0,\n            \"ctr\": 3.13,\n            \"cvr\": 25,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"tag und nacht adventskalender\",\n            \"cpc\": 0.29,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 1367,\n            \"rank\": 0,\n            \"ctr\": 1.38,\n            \"cvr\": 22.22,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 1,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"trinkschokolade und tee adventskalender\",\n            \"cpc\": 0.07,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 115,\n            \"rank\": 0,\n            \"ctr\": 5.45,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender chips und schokolade\",\n            \"cpc\": 0.08,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 4074,\n            \"rank\": 0,\n            \"ctr\": 1.86,\n            \"cvr\": 5.56,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender pettersson und findus\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 130602,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.03,\n            \"seasonality_index\": 0.74,\n            \"competition_index\": 10.22,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DJFCR4QW\",\n                    \"share\": 28.85\n                },\n                {\n                    \"asin\": \"B085RQN418\",\n                    \"share\": 23.56\n                },\n                {\n                    \"asin\": \"3961294313\",\n                    \"share\": 16.11\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B085RQN418\",\n                    \"share\": 24.14\n                },\n                {\n                    \"asin\": \"3961294313\",\n                    \"share\": 6.9\n                },\n                {\n                    \"asin\": \"B0DJFCR4QW\",\n                    \"share\": 3.45\n                }\n            ]\n        },\n        {\n            \"keyword\": \"pettersson und findus adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 54139,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.55,\n            \"seasonality_index\": 0.86,\n            \"competition_index\": 16.93,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DJFCR4QW\",\n                    \"share\": 31.23\n                },\n                {\n                    \"asin\": \"3961294313\",\n                    \"share\": 29.09\n                },\n                {\n                    \"asin\": \"B085RQN418\",\n                    \"share\": 19.68\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3961294313\",\n                    \"share\": 27.27\n                },\n                {\n                    \"asin\": \"B085RQN418\",\n                    \"share\": 15.58\n                },\n                {\n                    \"asin\": \"B0DJFCR4QW\",\n                    \"share\": 3.9\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender anna und elsa\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 104180,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.41,\n            \"seasonality_index\": 1.08,\n            \"competition_index\": 11.94,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DWF3FQJZ\",\n                    \"share\": 25.93\n                },\n                {\n                    \"asin\": \"B0CPH1N3BG\",\n                    \"share\": 18.52\n                },\n                {\n                    \"asin\": \"B0DCJN2XF6\",\n                    \"share\": 8.77\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DWF3FQJZ\",\n                    \"share\": 32\n                },\n                {\n                    \"asin\": \"B0DCJN2XF6\",\n                    \"share\": 8\n                },\n                {\n                    \"asin\": \"B0CPH1N3BG\",\n                    \"share\": 4\n                }\n            ]\n        },\n        {\n            \"keyword\": \"m und m adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 221182,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.01,\n            \"seasonality_index\": 1.04,\n            \"competition_index\": 6.2,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B005LAW0VG\",\n                    \"share\": 59.84\n                },\n                {\n                    \"asin\": \"B075GX7SX5\",\n                    \"share\": 19.69\n                },\n                {\n                    \"asin\": \"B06W9NYRDC\",\n                    \"share\": 3.94\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B005LAW0VG\",\n                    \"share\": 77.42\n                },\n                {\n                    \"asin\": \"B075GX7SX5\",\n                    \"share\": 3.23\n                },\n                {\n                    \"asin\": \"B06W9NYRDC\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender kakao und schokolade\",\n            \"cpc\": 0.08,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 126,\n            \"rank\": 0,\n            \"ctr\": 0.83,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender für kinder\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 15083,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.16,\n            \"seasonality_index\": 0.4,\n            \"competition_index\": 26.67,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0851LN8QG\",\n                    \"share\": 4.24\n                },\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 4.1\n                },\n                {\n                    \"asin\": \"3473492329\",\n                    \"share\": 3.99\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D2Y6861L\",\n                    \"share\": 6.56\n                },\n                {\n                    \"asin\": \"B0851LN8QG\",\n                    \"share\": 3.28\n                },\n                {\n                    \"asin\": \"3473492329\",\n                    \"share\": 1.64\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender lilo und stitch\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 84876,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.55,\n            \"seasonality_index\": 1.19,\n            \"competition_index\": 13.5,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DNRSQXGR\",\n                    \"share\": 17.26\n                },\n                {\n                    \"asin\": \"B0BXFG6528\",\n                    \"share\": 11.61\n                },\n                {\n                    \"asin\": \"B0FCYQZJTX\",\n                    \"share\": 11.29\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FCYQZJTX\",\n                    \"share\": 6\n                },\n                {\n                    \"asin\": \"B0DNRSQXGR\",\n                    \"share\": 4\n                },\n                {\n                    \"asin\": \"B0BXFG6528\",\n                    \"share\": 4\n                }\n            ]\n        },\n        {\n            \"keyword\": \"bibi und tina adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 18863,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.15,\n            \"seasonality_index\": 0.27,\n            \"competition_index\": 24.96,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B2X4VG3H\",\n                    \"share\": 36.75\n                },\n                {\n                    \"asin\": \"B0B1M6QWDR\",\n                    \"share\": 12.05\n                },\n                {\n                    \"asin\": \"B08X179WPB\",\n                    \"share\": 9.73\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B2X4VG3H\",\n                    \"share\": 33.08\n                },\n                {\n                    \"asin\": \"B08X179WPB\",\n                    \"share\": 6.02\n                },\n                {\n                    \"asin\": \"B0B1M6QWDR\",\n                    \"share\": 3.76\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender bibi und tina\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 24258,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.24,\n            \"seasonality_index\": 0.58,\n            \"competition_index\": 23.05,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B2X4VG3H\",\n                    \"share\": 35.71\n                },\n                {\n                    \"asin\": \"B0B1M6QWDR\",\n                    \"share\": 12.46\n                },\n                {\n                    \"asin\": \"B08X179WPB\",\n                    \"share\": 9.48\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B2X4VG3H\",\n                    \"share\": 26.67\n                },\n                {\n                    \"asin\": \"B08X179WPB\",\n                    \"share\": 3.33\n                },\n                {\n                    \"asin\": \"B0B1M6QWDR\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"peterson und findus adventskalender\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 160229,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.1,\n            \"seasonality_index\": 0.86,\n            \"competition_index\": 8.66,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3961294313\",\n                    \"share\": 27.91\n                },\n                {\n                    \"asin\": \"B0DJFCR4QW\",\n                    \"share\": 22.38\n                },\n                {\n                    \"asin\": \"B085RQN418\",\n                    \"share\": 19.48\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3961294313\",\n                    \"share\": 21.88\n                },\n                {\n                    \"asin\": \"B085RQN418\",\n                    \"share\": 6.25\n                },\n                {\n                    \"asin\": \"B0DJFCR4QW\",\n                    \"share\": 3.13\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender trinkschokolade und kakao\",\n            \"cpc\": 0.27,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 185,\n            \"rank\": 0,\n            \"ctr\": 1.13,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender tag und nacht\",\n            \"cpc\": 0.29,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 3271,\n            \"rank\": 0,\n            \"ctr\": 2.25,\n            \"cvr\": 10,\n            \"demand_momentum\": 0.16,\n            \"seasonality_index\": 1,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"adventskalender buch für erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 14938,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.63,\n            \"seasonality_index\": 0.52,\n            \"competition_index\": 26.74,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FR99D85Q\",\n                    \"share\": 29.4\n                },\n                {\n                    \"asin\": \"B0FQJCWG8P\",\n                    \"share\": 9.69\n                },\n                {\n                    \"asin\": \"3426566788\",\n                    \"share\": 8.23\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FR99D85Q\",\n                    \"share\": 8.38\n                },\n                {\n                    \"asin\": \"B0FQJCWG8P\",\n                    \"share\": 7.78\n                },\n                {\n                    \"asin\": \"3426566788\",\n                    \"share\": 5.39\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender basteln für erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 39982,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.7,\n            \"seasonality_index\": 0.72,\n            \"competition_index\": 19.24,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0849YPDCX\",\n                    \"share\": 15.37\n                },\n                {\n                    \"asin\": \"B0BN2ZR139\",\n                    \"share\": 14.07\n                },\n                {\n                    \"asin\": \"B09QC7TSGX\",\n                    \"share\": 2.52\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0849YPDCX\",\n                    \"share\": 4.11\n                },\n                {\n                    \"asin\": \"B0BN2ZR139\",\n                    \"share\": 4.11\n                },\n                {\n                    \"asin\": \"B09QC7TSGX\",\n                    \"share\": 1.37\n                }\n            ]\n        },\n        {\n            \"keyword\": \"lustige adventskalender für erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 116969,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.05,\n            \"seasonality_index\": 0.64,\n            \"competition_index\": 11.06,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3742325353\",\n                    \"share\": 7.38\n                },\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 6.72\n                },\n                {\n                    \"asin\": \"B08151FJRJ\",\n                    \"share\": 6.51\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3911099274\",\n                    \"share\": 11.76\n                },\n                {\n                    \"asin\": \"B08151FJRJ\",\n                    \"share\": 11.76\n                },\n                {\n                    \"asin\": \"3742325353\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"kleinigkeiten für adventskalender erwachsene\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 19425,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.59,\n            \"seasonality_index\": 0.52,\n            \"competition_index\": 24.74,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BVR6GTSN\",\n                    \"share\": 5.31\n                },\n                {\n                    \"asin\": \"B0CG5XYTCR\",\n                    \"share\": 5.23\n                },\n                {\n                    \"asin\": \"B09CQ83H1C\",\n                    \"share\": 3.76\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CG5XYTCR\",\n                    \"share\": 5.63\n                },\n                {\n                    \"asin\": \"B09CQ83H1C\",\n                    \"share\": 3.87\n                },\n                {\n                    \"asin\": \"B0BVR6GTSN\",\n                    \"share\": 2.82\n                }\n            ]\n        },\n        {\n            \"keyword\": \"backen für kinder und mit kindern\",\n            \"cpc\": 0.03,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 101,\n            \"rank\": 0,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": null,\n            \"top_products_by_conversions\": null\n        },\n        {\n            \"keyword\": \"mini adventskalender mit schokolinsen\",\n            \"cpc\": 0.02,\n            \"search_volume\": 0,\n            \"relative_score\": \"Low\",\n            \"impressions\": 0,\n            \"rank\": 142763,\n            \"ctr\": 0,\n            \"cvr\": 0,\n            \"demand_momentum\": -0.5,\n            \"seasonality_index\": 1.09,\n            \"competition_index\": 9.54,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 29.5\n                },\n                {\n                    \"asin\": \"B07JD87K82\",\n                    \"share\": 11.23\n                },\n                {\n                    \"asin\": \"B076X4RR15\",\n                    \"share\": 8.62\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09FYD4Z1W\",\n                    \"share\": 27.78\n                },\n                {\n                    \"asin\": \"B07JD87K82\",\n                    \"share\": 5.56\n                },\n                {\n                    \"asin\": \"B076X4RR15\",\n                    \"share\": 2.78\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e5d61af5-aa0d-4a7c-b25d-d29ae51a62cf"},{"name":"Keyword Research Bulk","id":"b3a29207-e501-4e8e-a8db-376c96883677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\"car\", \"toy\", \"kids\"]\n}\n"},"url":"https://api.sellerapp.com/sellmetricsv2/keyword_research_schedule?type=keyword&geo=us","description":"<p><strong>Keyword Research Bulk:-</strong><br /><em>Token consumed : 2 each keys.</em><br />This API operates similarly to keyword research, allowing you to make requests with multiple keywords or ASINs as keys in request body. However, it's important to note that this is not a real-time API; it is a scheduled one. You can schedule your requests and retrieve the report from the \"Keyword Research Bulk Report\" API, providing a structured approach to obtaining the data you need at your convenience rather than in real-time.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>type</code> : type of the key we supporting two type (asin and keyword)</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, ca, in).</p>\n</li>\n</ul>\n<p><strong>Request Body:</strong></p>\n<ul>\n<li>List of <code>keys</code> : The keyword or asins that you need to get relevant keywords</li>\n</ul>\n<p><strong>API response :</strong></p>\n<ul>\n<li><code>request_id</code> : The unique request ID is assigned to your scheduled request.</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n<p><strong>Explanation of Token Consumption:-</strong></p>\n<p>In this API, each keyword or ASIN consumes 2 tokens. For instance, if you make a request with 50 keywords or ASINs, it would indeed consume a total of 100 tokens (2 tokens per keyword/ASIN * 50 keywords/ASINs = 100 tokens). This helps you calculate the token consumption for your requests accurately.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_research_schedule"],"host":["api","sellerapp","com"],"query":[{"key":"type","value":"keyword"},{"key":"geo","value":"us"}],"variable":[]}},"response":[{"id":"ebc41710-2bdd-4b1e-bb33-01f55072ae40","name":"Keyword Research Bulk","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\"car\", \"toy\", \"kids\"]\n}\n"},"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_research_schedule?type=keyword&geo=us","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_research_schedule"],"query":[{"key":"type","value":"keyword"},{"key":"geo","value":"us"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"<request id>\"\n}"}],"_postman_id":"b3a29207-e501-4e8e-a8db-376c96883677"},{"name":"Keyword Research Bulk Report","id":"363e9237-81b7-44f0-bcc4-00b082328ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_research_report?request_id=<request id>","description":"<p><strong>Keyword Research Report:-</strong><br /><em>Token consumed : 0 per call.</em><br />This API is specifically designed for retrieving keyword research bulk reports that you have scheduled. You can initiate a request using the request ID obtained from the keyword research bulk POST call. Once the request is processed, the API will provide you with a report URL, enabling you to access and retrieve the scheduled keyword research report at your convenience.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><code>request_id</code> : The unique request ID is assigned to your scheduled request.</li>\n</ul>\n<p><strong>API response :</strong></p>\n<ul>\n<li><code>report_url</code> : The URL of your generated report.</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n<p><strong>Example of report file :-</strong></p>\n<p><a href=\"https://drive.google.com/file/d/11R5P8uq2k8IWSLSWJ1sIsP5BtJNqt3wu/view?usp=sharing\">requestId.csv</a></p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_research_report"],"host":["api","sellerapp","com"],"query":[{"key":"request_id","value":"<request id>"}],"variable":[]}},"response":[{"id":"df2b95d4-fb9e-43a1-9a0b-019830993c06","name":"Keyword Research Bulk Report","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client id>"},{"key":"token","value":"<token>"}],"url":{"raw":"http://localhost:9097/sellmetricsv2/keyword_research_report?request_id=<report id>","protocol":"http","host":["localhost"],"port":"9097","path":["sellmetricsv2","keyword_research_report"],"query":[{"key":"request_id","value":"<report id>"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"completed\",\n    \"report_url\": \"<report url>\",\n    \"message\": \"Your request has been successfully processed.\"\n}"}],"_postman_id":"363e9237-81b7-44f0-bcc4-00b082328ae0"},{"name":"Keyword Metrics","id":"f185563c-bb77-4594-b2fd-fc224d412ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"your client id"},{"key":"token","value":"your token"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_metrics?geo=us&keyword=cover","description":"<p><strong>Keyword Metrics:-</strong><br />Token consumed : 2 per API call.<br />API collection for getting information for a given keyword</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>keyword</code> : this is the keyword term you want to get keyword detials</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, in, ca).</p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of data, each element defined as follows:</p>\n<ul>\n<li><p><strong><code>cpc</code></strong> : cost per click of the keyword or asin</p>\n</li>\n<li><p><strong><code>search_volume</code></strong> : search volume of the keyword or asin</p>\n</li>\n<li><p><strong><code>relative_score</code></strong> <strong>:</strong> relative score of the keyword or asin</p>\n</li>\n<li><p><strong><code>match_type</code></strong> <strong>:</strong> match type of the keyword</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_metrics"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"keyword","value":"cover"}],"variable":[]}},"response":[{"id":"ed6c1e1e-ce17-4547-836e-0d01434d9a62","name":"Keyword Metrics","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"your client id"},{"key":"token","value":"your token"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_metrics?geo=us&keyword=cover","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_metrics"],"query":[{"key":"geo","value":"us"},{"key":"keyword","value":"cover"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"keyword\": \"athletic shoes\",\n        \"cpc\": 0.725,\n        \"search_volume\": \"<100\",\n        \"relative_score\": \"Very High\",\n        \"match_type\": \"Exact\"\n    }\n]"}],"_postman_id":"f185563c-bb77-4594-b2fd-fc224d412ea7"},{"name":"Seller Profile","id":"9dfdd09c-c719-420d-b33b-676c76277ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/seller_profile?geo=in&seller_id=AXOGFIT0PZZ7G","description":"<p><strong>Seller Profile API:-</strong><br /><em>Token consumed : 2 per API Call</em><br />This API retrieves relevant details about a particular seller in real time.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>seller_id</code> : the id of the seller for which you want to retrieve details</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of relevant seller details, such as:</p>\n<ul>\n<li><p><strong><code>seller_id</code></strong> : The id of the seller</p>\n</li>\n<li><p><strong><code>seller_name</code></strong> : the name of seller, as displayed on amazon page</p>\n</li>\n<li><p><strong><code>review_ratings</code></strong> <strong>:</strong> the rating of the seller</p>\n</li>\n<li><p><strong><code>review_count</code></strong> <strong>:</strong> the number of ratings given by users for this seller</p>\n</li>\n<li><p><strong><code>star_ratings</code></strong> <strong>:</strong> the number of ratings left by the users bifurcated by each star</p>\n</li>\n<li><p><strong><code>rating_percent</code></strong> <strong>:</strong> the percent of rating</p>\n</li>\n<li><p><strong><code>seller_address</code></strong> <strong>:</strong> the registered address of the seller</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","seller_profile"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"in"},{"key":"seller_id","value":"AXOGFIT0PZZ7G"}],"variable":[]}},"response":[{"id":"c82d6e6c-c59d-4fbe-bae0-fe65fa9f9603","name":"Seller Profile","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/seller_profile?geo=in&seller_id=AXOGFIT0PZZ7G","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","seller_profile"],"query":[{"key":"geo","value":"in"},{"key":"seller_id","value":"AXOGFIT0PZZ7G"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 16 May 2024 06:48:24 GMT"},{"key":"Content-Length","value":"221"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"seller_id\": \"AXOGFIT0PZZ7G\",\n    \"seller_name\": \"RetailEZ Pvt Ltd\",\n    \"review_ratings\": 4.6,\n    \"review_count\": 58383,\n    \"star_ratings\": {\n        \"1 star\": 4,\n        \"2 star\": 1,\n        \"3 star\": 1,\n        \"4 star\": 20,\n        \"5 star\": 74\n    },\n    \"rating_percentage\": 98,\n    \"seller_address\": \"\"\n}"}],"_postman_id":"9dfdd09c-c719-420d-b33b-676c76277ebd"},{"name":"Seller Products","id":"4752f8f0-55d7-416e-abeb-799fcdca2fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/seller_products?geo=us&pagenumber=2&seller_id=A294P4X9EWVXLJ&extended_response=1","description":"<p><strong>Seller Products:-</strong><br />Token consumed : 3 per API call.<br />Gather products sold by the particular seller using our Seller Products API. The API supports pagination and retrieves results based on the pagenumber provided in the URL parameter. By default, it provides the results from the first page.</p>\n<p><strong>Required parameters:</strong></p>\n<ul>\n<li><p><code>seller_id</code> : the id of the seller for which you want to retrieve a list of products sold.</p>\n</li>\n<li><p><code>geo</code>: The specific geographical region or location within the Amazon marketplace you are interested in(us, uk, de, fr, br, ca, mx, ae, eg, es, in, it, nl, sa, se, tr, sg, au, jp, cn, pl, be).</p>\n</li>\n</ul>\n<p><strong>Optional parameters</strong>:</p>\n<ul>\n<li><p><code>pagenumber</code> : You have the option to specify the Amazon page number as a parameter to request data for a specific page. If you do not include this parameter, we will provide details for the first page of results by default.</p>\n</li>\n<li><p><code>extended_response</code> : Pass this flag as 1 to get extended response for each product such as product image, product ratings, product number of ratings and product price.<br />  <em>Additional tokens consumed: 3</em></p>\n</li>\n</ul>\n<p>[ Note: Please find the sample request and response in the curl given below. ]</p>\n<p><strong>API response :</strong></p>\n<p>The response will consist of a list of data, each element defined as follows:</p>\n<ul>\n<li><p><code>asin</code> : the unique identifier of the product listed in the search result.</p>\n</li>\n<li><p><code>product_rank</code> : position or ranking of the product for that specific keyword, not limited to a particular page.</p>\n</li>\n<li><p><code>is_sponsored</code> : listed product is sponsored by amazon or oganic product (boolean value)</p>\n</li>\n</ul>\n<p>below elements only available when add <code>extended_response</code> in request params</p>\n<ul>\n<li><p><code>image_url</code> : primay image url of the product</p>\n</li>\n<li><p><code>title</code> : title string of the product</p>\n</li>\n<li><p><code>rating</code> : rating of the product</p>\n</li>\n<li><p><code>number_of_rating</code> : count of users rate this product</p>\n</li>\n<li><p><code>price</code> : selling price of the product</p>\n</li>\n<li><p><code>listing_price</code> : listing price of the product</p>\n</li>\n<li><p><code>is_prime</code> : product is amazon prime or not</p>\n</li>\n<li><p><code>product_badge</code> : product badge gives badge like \"best-seller\" or \"amazons choice\"</p>\n</li>\n</ul>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","seller_products"],"host":["api","sellerapp","com"],"query":[{"key":"geo","value":"us"},{"key":"pagenumber","value":"2"},{"key":"seller_id","value":"A294P4X9EWVXLJ"},{"key":"extended_response","value":"1"}],"variable":[]}},"response":[{"id":"35a3b45e-5dd3-473b-92dc-d742c9c85463","name":"Seller Products","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/seller_products?geo=us&pagenumber=2&seller_id=A294P4X9EWVXLJ&extended_response=1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","seller_products"],"query":[{"key":"geo","value":"us"},{"key":"pagenumber","value":"2"},{"key":"seller_id","value":"A294P4X9EWVXLJ"},{"key":"extended_response","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 16 May 2024 07:10:30 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"search_results\": [\n        {\n            \"asin\": \"B07QXV6N1B\",\n            \"product_rank\": 17,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71rC6tBu0NL._AC_UY218_.jpg\",\n            \"title\": \"Anker Portable Charger, Power Bank, 10,000 mAh Battery Pack with PowerIQ Charging Technology and USB-C (Input Only) for iPhone 15/15 Plus/15 Pro/15 Pro Max, iPhone 14/13 Series, Samsung Galaxy\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"101581\",\n            \"price\": \"$19.99\",\n            \"listing_price\": \"$21.99\"\n        },\n        {\n            \"asin\": \"B016XTADG2\",\n            \"product_rank\": 18,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61y+b4M0RZL._AC_UY218_.jpg\",\n            \"title\": \"Upgraded, Anker Soundcore Bluetooth Speaker with IPX5 Waterproof, Stereo Sound, 24H Playtime, Portable Wireless Speaker for iPhone, Samsung and More\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"104284\",\n            \"price\": \"$27.99\",\n            \"listing_price\": \"$29.99\"\n        },\n        {\n            \"asin\": \"B07THJGZ9Z\",\n            \"product_rank\": 19,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51I0DpppkJL._AC_UY218_.jpg\",\n            \"title\": \"Anker USB C to HDMI Adapter (@60Hz), 310 USB-C (4K HDMI), Aluminum, Portable, for MacBook Pro, Air, iPad pROPixelbook, XPS, Galaxy, and More\",\n            \"rating\": \"4.6\",\n            \"number_of_ratings\": \"30508\",\n            \"price\": \"$14.99\",\n            \"listing_price\": \"$17.99\"\n        },\n        {\n            \"asin\": \"B0BQLLB61B\",\n            \"product_rank\": 20,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61LwkkogjrL._AC_UY218_.jpg\",\n            \"title\": \"Anker 332 USB-C Hub (5-in-1) with 4K HDMI Display, 5Gbps - and 2 5Gbps USB-A Data Ports and for MacBook Pro, MacBook Air, Dell XPS, Lenovo Thinkpad, HP Laptops and More\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"5667\",\n            \"price\": \"$24.99\"\n        },\n        {\n            \"asin\": \"B08HZ6PS61\",\n            \"product_rank\": 21,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51Xfn-PIhWL._AC_UY218_.jpg\",\n            \"title\": \"Anker USB C Adapter (2 Pack),High-Speed Data Transfer, USB-C to USB 3.0 Female Adapter for MacBook Pro 2020, iPad Pro 2020, Samsung Notebook 9, Dell XPS and More Type C Devices\",\n            \"rating\": \"4.8\",\n            \"number_of_ratings\": \"15037\",\n            \"price\": \"$12.99\",\n            \"listing_price\": \"$6.50\"\n        },\n        {\n            \"asin\": \"B07NM3RSRQ\",\n            \"product_rank\": 22,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61O7S27O+jL._AC_UY218_.jpg\",\n            \"title\": \"Soundcore Anker Life Q20 Hybrid Active Noise Cancelling Headphones, Wireless Over Ear Bluetooth Headphones, 60H Playtime, Hi-Res Audio, Deep Bass, Memory Foam Ear Cups, for Travel, Home Office\",\n            \"rating\": \"4.5\",\n            \"number_of_ratings\": \"76455\",\n            \"price\": \"$49.99\",\n            \"listing_price\": \"$59.99\"\n        },\n        {\n            \"asin\": \"B07L32B9C2\",\n            \"product_rank\": 23,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/51scO1VOfIL._AC_UY218_.jpg\",\n            \"title\": \"Anker 4-Port USB 3.0 Hub, Ultra-Slim Data USB Hub with 2 ft Extended Cable [Charging Not Supported], for MacBook, Mac Pro, Mac mini, iMac, Surface Pro, XPS, PC, Flash Drive, Mobile HDD\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"125434\",\n            \"price\": \"$14.99\",\n            \"listing_price\": \"$17.99\"\n        },\n        {\n            \"asin\": \"B08PVPTNZL\",\n            \"product_rank\": 24,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/814oBlXCN8L._AC_UY218_.jpg\",\n            \"title\": \"Anker USB C Cable 100W 10ft, USB C to USB C Cable USB 2.0, Type C Charging Cable Fast Charge, Compatible with iPhone 15/15 pro, MacBook, iPad, Samsung Galaxy S23, for Home and Daily Use\",\n            \"rating\": \"4.8\",\n            \"number_of_ratings\": \"16149\",\n            \"price\": \"$11.99\",\n            \"listing_price\": \"$1.20\"\n        },\n        {\n            \"asin\": \"B0BTYCRJSS\",\n            \"product_rank\": 25,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/5181ILcyQJL._AC_UY218_.jpg\",\n            \"title\": \"Soundcore by Anker P20i True Wireless Earbuds, 10mm Drivers with Big Bass, Bluetooth 5.3, 30H Long Playtime, Water-Resistant, 2 Mics for AI Clear Calls, 22 Preset EQs, Customization via App\",\n            \"rating\": \"4.4\",\n            \"number_of_ratings\": \"17679\",\n            \"price\": \"$24.99\"\n        },\n        {\n            \"asin\": \"B09SG2Q23M\",\n            \"product_rank\": 26,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71FtSiqsK3L._AC_UY218_.jpg\",\n            \"title\": \"Surge Protector Power Strip (2100J), Anker 12 Outlets with 1 USB C and 2 USB Ports foriPhone 15/15 Plus/15 Pro/15 Pro Max, 5ft Extension Cord, Flat Plug, 20W USB C Charging for Home, Office,TUV Listed\",\n            \"rating\": \"4.8\",\n            \"number_of_ratings\": \"8259\",\n            \"price\": \"$29.99\",\n            \"listing_price\": \"$35.99\"\n        },\n        {\n            \"asin\": \"B0C58MS6HF\",\n            \"product_rank\": 27,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/61RB59T7AFL._AC_UY218_.jpg\",\n            \"title\": \"Anker Magnetic Power Bank 10,000mAh, Wireless Portable Charger, 20W Fast Charging Battery Pack with USB-C, Magsafe-Compatible with Magsafe,iPhone 15/15 Plus/15 Pro/15 Pro Max, iPhone 14/13/12 Series\",\n            \"rating\": \"4.3\",\n            \"number_of_ratings\": \"1355\",\n            \"price\": \"$31.49\",\n            \"listing_price\": \"$39.99\"\n        },\n        {\n            \"asin\": \"B0BPH6S4DN\",\n            \"product_rank\": 28,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/714eL0o-s6L._AC_UY218_.jpg\",\n            \"title\": \"USB C Car Charger Adapter, Anker 52.5W Cigarette Lighter USB Charger, 323 Anker Car Charger with 30W PowerIQ 3.0 Fast Charging for iPhone 15/15 Plus/15 Pro/15 Pro Max, Galaxy S23/22, Pixel\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"4555\",\n            \"price\": \"$15.99\"\n        },\n        {\n            \"asin\": \"B0BPC6TTNX\",\n            \"product_rank\": 29,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71sI-JoO1-L._AC_UY218_.jpg\",\n            \"title\": \"Anker 310 USB C to USB C Cable (3ft, 2 Pack),Fast Charging Cable for iPhone 15, Samsung Galaxy S23, iPad Pro 2021, iPad Mini 6, iPad Air 4, MacBook Pro 2020, Switch (USB 2.0)\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"5130\",\n            \"price\": \"$5.99\",\n            \"listing_price\": \"$3.00\"\n        },\n        {\n            \"asin\": \"B07D9C8NP2\",\n            \"product_rank\": 30,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/71SlSGumSbL._AC_UY218_.jpg\",\n            \"title\": \"Anker iPhone Charger Cable, (2-Pack) 6ft, Premium Nylon USB-A to Lightning Cable, MFi Certified Cable for iPhone SE/Xs/XS Max/XR/X/8 Plus/7/6 Plus, iPad, and More.\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"49975\",\n            \"price\": \"$16.14\",\n            \"listing_price\": \"$8.07\"\n        },\n        {\n            \"asin\": \"B09LCJPZ1P\",\n            \"product_rank\": 31,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/817SQA+7+vL._AC_UY218_.jpg\",\n            \"title\": \"Anker USB C Charger Cable (6ft 100W, 2Pack), USB 2.0 Type C Fast Charging Cable for iPhone 15 / 15Pro / 15Plus / 15ProMax MacBook Pro 2020, iPad Pro 2020, iPad Air 4, Samsung Galaxy S23+/S23 Ultra\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"12919\",\n            \"price\": \"$14.99\",\n            \"listing_price\": \"$1.25\"\n        },\n        {\n            \"asin\": \"B09C5RG6KV\",\n            \"product_rank\": 32,\n            \"is_sponsored\": false,\n            \"image_url\": \"https://m.media-amazon.com/images/I/5164giE9fFL._AC_UY218_.jpg\",\n            \"title\": \"Anker USB C Charger, 735 Charger (Nano II 65W), PPS 3-Port Fast Compact Foldable for MacBook Pro/Air, iPad Pro, Galaxy S23, Dell XPS 13, Note 20/10+, iPhone 15/Pro, Steam Deck, and More\",\n            \"rating\": \"4.7\",\n            \"number_of_ratings\": \"12518\",\n            \"price\": \"$39.99\",\n            \"listing_price\": \"$55.99\"\n        }\n    ],\n    \"total_indexed_products\": 700\n}"}],"_postman_id":"4752f8f0-55d7-416e-abeb-799fcdca2fa2"},{"name":"Token Status","id":"dbf716ca-d22f-4e9e-9cae-3bd9ff87ab80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/token_status","description":"<p><strong>Keyword Research Report:-</strong><br /><em>Token consumed : 0 per call.</em><br />This API is used for obtaining token status information. It responds with details about the allowed tokens and the available tokens that you currently have. This information is crucial for tracking your token usage and ensuring you stay within your token limits for API calls.</p>\n<p><strong>Request Authentication</strong>:</p>\n<p>The authentication headers <strong>client-id</strong> and <strong>token</strong> should be passed in the header.</p>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","token_status"],"host":["api","sellerapp","com"],"query":[],"variable":[]}},"response":[{"id":"5f15371f-2c50-4a4f-94d2-c9540793ca91","name":"Token Status","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":"https://api.sellerapp.com/sellmetricsv2/token_status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed_tokens\": 20000000,\n    \"available_tokens\": 19708256,\n    \"usages\": [\n        {\n            \"api_name\": \"Product_Details\",\n            \"token_usages\": 362074\n        },\n        {\n            \"api_name\": \"Product_Reviews\",\n            \"token_usages\": 25372\n        },\n        {\n            \"api_name\": \"lqi\",\n            \"token_usages\": 24\n        },\n        {\n            \"api_name\": \"Keyword_Tracking\",\n            \"token_usages\": 183\n        },\n        {\n            \"api_name\": \"Product_Best_Sellers_by_Category\",\n            \"token_usages\": 16842\n        },\n        {\n            \"api_name\": \"Keyword_Research/Reverse_ASIN\",\n            \"token_usages\": 3096\n        },\n        {\n            \"api_name\": \"Product Details\",\n            \"token_usages\": 20\n        },\n        {\n            \"api_name\": \"lqi_report\",\n            \"token_usages\": 0\n        },\n        {\n            \"api_name\": \"Keyword_Search_Result\",\n            \"token_usages\": 2787\n        },\n        {\n            \"api_name\": \"Keyword_Research_Bulk\",\n            \"token_usages\": 26\n        },\n        {\n            \"api_name\": \"Keyword_Research_Bulk_Report\",\n            \"token_usages\": 0\n        },\n        {\n            \"api_name\": \"Exact Keyword Data\",\n            \"token_usages\": 11238\n        }\n    ]\n}"}],"_postman_id":"dbf716ca-d22f-4e9e-9cae-3bd9ff87ab80"}]}