{"info":{"_postman_id":"ba567bf4-b9cf-416d-93cb-c3cb46e4a757","name":"SellerApp Custom APIs","description":"<html><head></head><body><p>SellerApp custom APIs collection documentation.</p>\n<h2 id=\"api-endpoint\"><strong>API Endpoint</strong>:</h2>\n<p>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<h3 id=\"base-url\">Base URL</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.sellerapp.com/sellmetricsv2\n\n</code></pre><h3 id=\"authentication\"><strong>Authentication</strong>:</h3>\n<p>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<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client-id</code></td>\n<td>Your client identifier for API access</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>token</code></td>\n<td>Your authentication token</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-format\"><strong>Response format:</strong></h3>\n<p>The response is always a JSON. Every response will contain information about your current API.</p>\n<h1 id=\"token-consumption-details\">Token Consumption details</h1>\n<p>The following are the details on how the tokens are consumed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>Charged?</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Validation Error (400)</td>\n<td>No</td>\n<td>No work was performed by the scraper.</td>\n</tr>\n<tr>\n<td>Technical Error (500/Timeout)</td>\n<td>No</td>\n<td>The system failed to deliver the service.</td>\n</tr>\n<tr>\n<td>No Data Found (404)</td>\n<td>Yes (Keyword only)</td>\n<td>This is for schedule report APIs. The scraper performed the work but found no results.</td>\n</tr>\n<tr>\n<td>Successful Request (200)</td>\n<td>Yes</td>\n<td>Service delivered successfully.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Token Consumption details","slug":"token-consumption-details"}],"owner":"51253368","collectionId":"ba567bf4-b9cf-416d-93cb-c3cb46e4a757","publishedId":"2sBXqKpLRb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-04T06:42:15.000Z"},"item":[{"name":"Product Details","id":"38001f16-dd7b-4aa7-af3f-53a06c1e2b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"","type":"default"},{"key":"token","value":"","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":"<h4 id=\"token-consumed--1-per-product\"><em>Token consumed : 1 per product</em></h4>\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":"e54a665e-eb6b-4013-8e4d-e468c85f25c6","name":"No Optional Param","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"","type":"default"},{"key":"token","value":"","type":"default"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/products?geo=us&productIds=B086KY66PJ","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","products"],"query":[{"key":"geo","value":"us"},{"key":"productIds","value":"B086KY66PJ"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"product_attributes\": {\n            \"asin\": \"B086KY66PJ\",\n            \"title\": \"Hanes Mens Cotton, Moisture-wicking Crew Tee Undershirts, Multi-packs, Black/Grey/Blue Assorted - 6 Pack, XX-Large US\",\n            \"image_urls\": [\n                \"https://m.media-amazon.com/images/I/61+jiqYxv8L.jpg\",\n                \"https://m.media-amazon.com/images/I/71bJtBcrjgL.jpg\",\n                \"https://m.media-amazon.com/images/I/71jRN6MV2cL.jpg\",\n                \"https://m.media-amazon.com/images/I/71l6k2abMIL.jpg\",\n                \"https://m.media-amazon.com/images/I/81xNhLfPRgL.jpg\",\n                \"https://m.media-amazon.com/images/I/71xY8Hl2gRL.jpg\",\n                \"https://m.media-amazon.com/images/I/718D7qf9puL.jpg\"\n            ],\n            \"brand\": \"Hanes\",\n            \"category\": [\n                {\n                    \"category_link\": \"https://www.amazon.com/amazon-fashion/b/ref=dp_bc_1?ie=UTF8&node=7141123011\",\n                    \"node_id\": \"7141123011\",\n                    \"name\": \"Clothing, Shoes & Jewelry\",\n                    \"level\": 0\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Mens-Fashion/b/ref=dp_bc_2?ie=UTF8&node=7147441011\",\n                    \"node_id\": \"7147441011\",\n                    \"name\": \"Men\",\n                    \"level\": 1\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Men-Clothing/b/ref=dp_bc_3?ie=UTF8&node=1040658\",\n                    \"node_id\": \"1040658\",\n                    \"name\": \"Clothing\",\n                    \"level\": 2\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Mens-Underwear/b/ref=dp_bc_4?ie=UTF8&node=1045706\",\n                    \"node_id\": \"1045706\",\n                    \"name\": \"Underwear\",\n                    \"level\": 3\n                },\n                {\n                    \"category_link\": \"https://www.amazon.com/Mens-Undershirts/b/ref=dp_bc_5?ie=UTF8&node=1045716\",\n                    \"node_id\": \"1045716\",\n                    \"name\": \"Undershirts\",\n                    \"level\": 4\n                }\n            ],\n            \"bsr\": [\n                {\n                    \"node_id\": \"fashion\",\n                    \"name\": \"Clothing, Shoes & Jewelry\",\n                    \"rank\": 7,\n                    \"level\": 0\n                },\n                {\n                    \"node_id\": \"1045716\",\n                    \"name\": \"Men's Undershirts\",\n                    \"rank\": 1,\n                    \"level\": 4\n                }\n            ],\n            \"date_first_available\": \"2014-08-01 00:00:00\",\n            \"description\": \"This Hanes® men’s t-shirt multi-pack takes a basic you thought you knew and makes it even better. You'll love the lay-flat crewneck collar, tag-free design, and extra-long length that ensures these essential men’s undershirts stay tucked in. Made with Cool Comfort® moisture-wicking fabric, you’ll stay cool and comfortable no matter how long your day is. Stock up on these cotton tees in a convenient multi-pack and start wearing a better-than-basic undershirt.\",\n            \"key_points\": [\n                \"DESIGNED TO LAST - These men's t-shirt undershirts feature a tag-free design and lay-flat crewneck collar for added comfort. Made from high-quality cotton, these tees offer superior softness and durability for daily use.\",\n                \"THE COMFORT OF COTTON - Exceptional softness against your skin that gets softer with each washing. (Heathers are a cotton/polyester blend.)\",\n                \"CLASSIC FIT - This men’s t-shirt has a just-right standard fit, not too tight and not too loose. It’s designed to provide comfortable wear all day, making it a versatile choice for layering or wearing on its own.\",\n                \"QUALITY FABRIC - These men’s t-shirt undershirts are crafted from soft, breathable cotton (heathered styles are a 75% cotton and 25% polyester blend). Offering a lightweight feel that’s perfect for layering or wearing alone.\",\n                \"KEEP COOL & FEEL FRESH - Moisture-wicking undershirts wick away moisture to keep you cool and comfortable. Advanced odor protection technology attacks odor-causing bacteria to keep you feeling fresh.\",\n                \"STAYS TUCKED - A longer hem length is designed to stay tucked in, providing a smooth, secure fit throughout the day. A perfect fit, these tees helps maintain a clean look under any shirt.\"\n            ],\n            \"manufacturer\": \"Hanes\",\n            \"url\": \"https://www.amazon.com/dp/B086KY66PJ\",\n            \"number_of_sellers\": 1\n        }\n    }\n]"},{"id":"e7d7dcea-635e-45b7-aa08-192adf08cac2","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":"61fad19f-f20f-4367-84c3-fcd7a21ab589","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":"38001f16-dd7b-4aa7-af3f-53a06c1e2b33"},{"name":"Product Best Sellers by Category","id":"03814696-4e10-4fe5-9258-3ad43f1ce94b","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":"<h3 id=\"token-consumed--2-per-api-call\"><em>Token consumed : 2 per API call.</em></h3>\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":"293c886a-9152-4b2d-b59d-5e212c312d83","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":"03814696-4e10-4fe5-9258-3ad43f1ce94b"},{"name":"Category Tree","id":"abf6af63-690b-4bdf-b41b-a3ce6a80c860","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":"9fa39965-832d-43d2-baaa-be512f484c5c","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":"abf6af63-690b-4bdf-b41b-a3ce6a80c860"},{"name":"Category Products","id":"aba5b96a-c941-4c4e-a4ff-cd4f5cab60ed","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":"<h4 id=\"token-consumed--3-per-api-call\">Token consumed : 3 per API call.</h4>\n<p>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":"e336b235-38d2-4d12-b1eb-d34533a7a0e5","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":"aba5b96a-c941-4c4e-a4ff-cd4f5cab60ed"},{"name":"Product Reviews","id":"09736254-ce89-4a82-b47e-b0fcdb8ce8f1","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":"<h5 id=\"token-consumed--10-per-api-call\">Token consumed : 10 per API call</h5>\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>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<ul>\n<li><em>The maximum amount of review data that can be provided is for 10 pages.</em></li>\n</ul>\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":"f8db2a9b-0e41-4a24-bd57-f7def41da1e3","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":"09736254-ce89-4a82-b47e-b0fcdb8ce8f1"},{"name":"Review Collection Scheduler","id":"2de44d7e-fed2-4eac-883b-0d02aa6a8a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":""},{"key":"token","value":""}],"url":"https://api.sellerapp.com/sellmetricsv2/review_collection_scheduler?productId=B0CKBVYC3W&geo=in","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Review Collections</strong> APIs provides a powerful workflow for retrieving product reviews associated with a product's Amazon Standard Identification Numbers (ASINs). This API follows an asynchronous pattern where you first schedule a request and then retrieve the results using a request ID.</p>\n<h2 id=\"token-usage--5000schedule\">Token Usage = 5000/schedule</h2>\n<ol>\n<li><p>For each scheduler API call, there will be a deduction of 5000 tokens from the user's quota.</p>\n</li>\n<li><p>For the reports API, no tokens are deducted.</p>\n</li>\n</ol>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><strong><code>productid</code></strong> (required)</p>\n<ul>\n<li><p><strong>Type:</strong> String</p>\n</li>\n<li><p><strong>Description:</strong> It is the Amazon Standard Identification Number (ASIN) of the product to schedule for analysis. This unique identifier specifies which product's keyword data should be retrieved and processed.</p>\n</li>\n<li><p><strong>Example:</strong> <code>B0009STNC4</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>geo</code></strong> (required)</p>\n<ul>\n<li><p><strong>Type:</strong> String</p>\n</li>\n<li><p><strong>Description:</strong> The geographical marketplace identifier indicating the Amazon region for the analysis. Specifies the target marketplace from which product and keyword data will be collected.</p>\n</li>\n<li><p><strong>Example:</strong> <code>us</code> (United States)</p>\n</li>\n<li><p><strong>Supported values:</strong> Country codes such as <code>us</code>, <code>uk</code>, <code>de</code>, <code>fr</code>, <code>jp</code>, etc.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Complete Parameter Documentation:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sellerapp.com/sellmetricsv2/review_collection_scheduler\nQuery Parameters:\n- productid (string, required): Target product ASIN for scheduling keyword analysis\n- geo (string, required): Amazon marketplace region code\n\n</code></pre>","urlObject":{"protocol":"https","path":["sellmetricsv2","review_collection_scheduler"],"host":["api","sellerapp","com"],"query":[{"key":"productId","value":"B0CKBVYC3W"},{"key":"geo","value":"in"}],"variable":[]}},"response":[{"id":"fb7bdacd-09d5-47e7-834a-8880f462a57e","name":"Scheduler","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"Clientid"},{"key":"token","value":"TokenValue"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/review_collection_scheduler?productId=B0CKBVYC3W&geo=in","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","review_collection_scheduler"],"query":[{"key":"productId","value":"B0CKBVYC3W"},{"key":"geo","value":"in"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"request_id\": \"3B1drJqpJKD1AT5JwSFQc7ICKu2\"\n}"}],"_postman_id":"2de44d7e-fed2-4eac-883b-0d02aa6a8a19"},{"name":"Review Collection Report","id":"00d444ed-ff76-4f6f-a200-707b8b3f7d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":""},{"key":"token","value":""}],"url":"https://api.sellerapp.com/sellmetricsv2/review_collection_report?request_id=3D4nuiRlu3k7d4akIaES7IVu2HB","description":"<p>This endpoint generates a detailed reviews report for the given product. For a given product identifier, the API returns:</p>\n<ul>\n<li><p>All the reviews</p>\n</li>\n<li><p>Relevant details about individual reviews</p>\n</li>\n<li><p><strong>0 tokens</strong> are consumed per call.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","review_collection_report"],"host":["api","sellerapp","com"],"query":[{"key":"request_id","value":"3D4nuiRlu3k7d4akIaES7IVu2HB"}],"variable":[]}},"response":[{"id":"6a0e5e2d-6a41-483b-9886-74f62cb31017","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"ClientID"},{"key":"token","value":"TokenValue"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/review_collection_report?request_id=3B1drJqpJKD1AT5JwSFQc7ICKu2","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","review_collection_report"],"query":[{"key":"request_id","value":"3B1drJqpJKD1AT5JwSFQc7ICKu2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"completed\",\n    \"message\": \"Your request has been successfully processed!!\",\n    \"data\": {\n        \"reviews\": [\n            {\n                \"review_id\": \"R16WVXZMEIPLTX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R16WVXZMEIPLTX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pintu Das\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"This is not high speed fan, looking quite good but air flow only below fan, if you sit beside then you will not getting air flow as per your requirement,I would suggest to the company owner please avoid to showing as high speed fan like it\",\n                \"title\": \"High speed fan is jokes part\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3H4G06CNI9QEQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3H4G06CNI9QEQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sampad Pal\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Low noise level, air flow is also less than normal fan.\",\n                \"title\": \"Airflow is less than expected.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RLT50VYDBCJZK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLT50VYDBCJZK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hrishik\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I have 3 things to say:1. The fan body is plastic but in many places like Youtube the reviews says it is metal body while downside black cover is plastic , I guess they have changed the material now from metal to plastic. Well , it don't have any problem as the plastic is toughed and non-breakable but metal gives more security.2. You can clearly see in the image , when LED is switched you can see the circuit plate very easily which should be hidden and Amazon reviews they shows the LED is separated from the plate. It also doesn't have any problem but when you see the that circuit plate it seems like the body without clothes (I guess you got it). So please Atomberg try to update this and Separate the LED panel from circuit board so the fan will look more stylish.3. Don't trust blindly to product reviews , research it and cross check it from 3-4 platforms because it may be misleading or the product maybe different one.\",\n                \"title\": \"This fan with BLDC technology is just OKish\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-18\",\n                \"helpful_count\": 17,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/51woPQbXr-L._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/51IZ3TeLC9L._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R4TE024KPC833\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4TE024KPC833\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"LAKSHMI I R\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Remote is not working... Needed replacement for remote\",\n                \"title\": \"Remote not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/61CBAvDdfgL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/61TXilsPT6L._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3RYZW82ZQWKL4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3RYZW82ZQWKL4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deblina Pramanick\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan is all over good but the ceilling plate is missing in the box .\",\n                \"title\": \"Missing parts\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2XN7TJ5NZKYRR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XN7TJ5NZKYRR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aradhya\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan strucks when its switch on\",\n                \"title\": \"Technical issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1AU3YMZWSMM2A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1AU3YMZWSMM2A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Srinivasa Rao Sunkara\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"In full speed getting noise. Comparatively low wind.  In amazon showing 3 years warrenty. But later in invoice showing 1+1 year only. Geat escape. Even for extended warrenty by onsitego paid, received activation link mail. When tried to activate again asking  to pay the amount. Better don't opt the extended warrenty. Just directly see demo in shop and purchase directly, eventhough bit cost is more\",\n                \"title\": \"Product not upto the mark. Issue with attention period and extended warrenty\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3K9EXL4M0NJJ2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3K9EXL4M0NJJ2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"DJ.\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Noisy function .Not throwing good flow of air.Not much visible difference in light bill.Overall not satisfied.\",\n                \"title\": \"Okay okay\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1X67Y9OF8BPXV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1X67Y9OF8BPXV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dilbag Rana\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Build quality ok ok ,  zayda hi light waight hai chalta hu 5 number par hilta zayda hai\",\n                \"title\": \"Bohat zayda light wight hai  hawa m hillta zayda hai\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R31845C5WQWV9H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R31845C5WQWV9H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lavkesh Rathore\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Guys, product achha h, look wise awesome hai... But isme light jo di gai h... Wo kisi kaam ki ni h, uska koi use ni h...Product premium feel deta h... But light wala featybhi chahiye apne ko... Bole to sabkuch chahiye apne ko.. is price me.. like looks, quality, motor speed, led light, reverse mode, nature mode, sb kuch chahiye\",\n                \"title\": \"Co. Walo , improve ur product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-02-05\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1PQG9QCUDTME1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PQG9QCUDTME1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Indra Kumar jain\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I have ordered 2 fans to see the feedback n likes, delivered 2 days ago n installed today but didn't impressed by the speed of both.Price is high n not get silent feature when they work..\",\n                \"title\": \"Noise n value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3EMIYH12DCTP1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3EMIYH12DCTP1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jabbar singh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Too noisy. Evening time you need to find remote.\",\n                \"title\": \"Too noisy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2N4515J6CZUSD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2N4515J6CZUSD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pavan\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Not that much effective of speedAlso the LEDs\",\n                \"title\": \"Just okay\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R39N9R04EMKUX4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R39N9R04EMKUX4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vijay verma\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Atamberg celing fan speed are low not suitable for 10*12 size room it is only for small kitchen\",\n                \"title\": \"Speed slow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1044RGTYZT0KS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1044RGTYZT0KS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anamika\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Remote was missing kindly send the remote.\",\n                \"title\": \"Remote control not found\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R34GYFPSXST2IB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R34GYFPSXST2IB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Installed today. Blades are not perfectly balanced. Fan tends to wobble around. However speed is good. My previous Havells bldc fan does not wobble.\",\n                \"title\": \"Fan wobbling around.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1SR20D9BHJG00\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1SR20D9BHJG00\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"antony\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"My old Orient fan is better than this atomberg model as it makes too much noise not as expected and need to observe for the consumption of electricity\",\n                \"title\": \"Too Noisy 😫\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2RT5NQH7LJRE1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RT5NQH7LJRE1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gurjit S.\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"5 star rated fan consumes less power then normal fan, has remote control, as it consumes less power speed is less not satisfactory, also fan wobbles a bit.\",\n                \"title\": \"BLDC Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R104IUWXFOH5OT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R104IUWXFOH5OT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Vibration and sound comes compare to other brand\",\n                \"title\": \"Not happy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R202C7A3N2OHWU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R202C7A3N2OHWU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Savio Kiran George\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The speed seems little inadequate compared to my previous normal fan. Everything else is good so far. (after 1 month of usage)\",\n                \"title\": \"Speed not sufficient\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3LLISML7FL5O6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3LLISML7FL5O6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vikas Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan speed isn't that great.\",\n                \"title\": \"Speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RNQ4PAGDZIYRO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNQ4PAGDZIYRO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ravindra Gahane\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Not expected performance\",\n                \"title\": \"Performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R21LQ1L9G7SPVX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R21LQ1L9G7SPVX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashok Dhumak\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Good\",\n                \"title\": \"Look is good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3HB2876EX8953\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HB2876EX8953\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yuvaraj T\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Not get air @ expected level\",\n                \"title\": \"Not get air @ expected level\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3HEC2ZOY8E0TU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HEC2ZOY8E0TU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Avik Pal\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Satisfactory. Expected more.\",\n                \"title\": \"Satisfactory\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2PWQCR2KW8CTC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PWQCR2KW8CTC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohammed\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Ok\",\n                \"title\": \"Ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1VS2K9FFZQ0UH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1VS2K9FFZQ0UH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Atheeque\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Speed is slow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-01-08\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C11sR9xmndL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RZ8GIR4T8SMTX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RZ8GIR4T8SMTX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"amol gore\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Received but product is damaged...\",\n                \"title\": \"Received product damage\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/61ITVMY6-DL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/614fbfrWi0L._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3D91BILJ9SHUS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3D91BILJ9SHUS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"After using this fan for 5months now. I can say the fan is good but this definitely is not a dust free fan but it is generally having more dust accumulation than regular fans.. also the paint quality is extremely bad and I could see bubbles which would lead to errosion and rusting without me using a wet cloth to clean it. Expected a better quality for atleast 5years which doesn't looks like fulfilling.\",\n                \"title\": \"Bubbles on paint within 5months\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/51qR68N9xaL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/51HqdCOwtXL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/51KOjcOZ6lL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R38Z7AFXIUJO5V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38Z7AFXIUJO5V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"j seth\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"No wire connector is present\",\n                \"title\": \"External wire connector missing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/71jINrVIk9L._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2V87CGGURLBAB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2V87CGGURLBAB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Average Product Quality\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Buy normal Motor fans. Do not fall for this BLDC/Silent/remote controlled trap. Performance is below subpar as compared to standard ceiling fans. Not a great value for money product.\",\n                \"title\": \"Buy Normal FANS\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/61floA2szxL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3MWA09YRPFXZ5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MWA09YRPFXZ5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prachipoddar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I have order two fan and one of them seems to be internally broken and its very shaky after fitting into the ceiling, i am having very hard time to replace the product.\",\n                \"title\": \"Internal damage\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1HeslxHgUL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2OIXXRQ7PAILV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OIXXRQ7PAILV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ashish anand\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It makes more sound, in terms of this price, is worst product\",\n                \"title\": \"Worst sounds during run\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1yHvbnKX0L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3E3OUMV71EP7R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3E3OUMV71EP7R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan stopped working, and service is worst.Will never buy again.No customer service to talk to. Took almost month to repair.Atomberg is worst company\",\n                \"title\": \"Don't buy this atomberg fan!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2YW3H7F01NSLH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YW3H7F01NSLH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Neeraj kapoor\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The packaging ghas been tampered with.this seems to be a used product. It is used kindly replace the same.\",\n                \"title\": \"Damaged product and used\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/71oDW7s0IfL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/71qtkjMuvLL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/71i7yzDo3oL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2AWNQHJ4RGC8B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2AWNQHJ4RGC8B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Did not support my phone OnePlus 8\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"One of the worst product..totally worst service from customer support..I would say please do not purchase any product from atomberg..there customer support is totally worst and worst.They dont even deserve 1 star..I am giving this rating because I am facing issue now and customer support is not helping worst and worst service\",\n                \"title\": \"Worst service ever worst company\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/6189gm1y2kL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R38AM0IRRFVL97\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38AM0IRRFVL97\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit Sethi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I am writing this after 3 years of using an Atomberg Renesa. While the fan initially delivered on its promise of energy efficiency and lower electricity bills, its long-term reliability has been a massive disappointment.1. The \\\"Post-Warranty\\\" TrapExactly as the 3-year warranty period ended, the fan started giving multiple issues. First, the PCB (Printed Circuit Board) failed, causing speed fluctuations and eventually a total shutdown. Shortly after, the shaft and bearings began making grinding noises.2. Repair Cost vs. Purchase PriceThe most frustrating part is the repair cost. A PCB replacement is being quoted at roughly ₹750– ₹1,200, which is nearly 50-60% of the cost of a new fan. In contrast, a legacy AC induction fan can be fixed by any local electrician for just ₹200–₹400 (usually a simple capacitor or bearing change).3. Comparison with Legacy AC FansTraditional fans (like Usha or Crompton) are \\\"buy-it-and-forget-it\\\" appliances that often last 10-15 years with minimal maintenance. While Atomberg saves about ₹1,500/year on electricity, a single hardware failure effectively wipes out those savings.4. Need for Better Customer ExperienceAtomberg needs to focus on the total cost of ownership. Selling an expensive \\\"innovative\\\" product that turns into e-waste after 3 years because of overpriced spare parts is not sustainable. The company must:Lower the cost of out-of-warranty spares.Train more local technicians so users aren't dependent on proprietary, expensive brand service.Improve the durability of the electronic components.Final Verdict: If you are looking for a fan that lasts, stick to the legacy AC fans. Atomberg is great for the short term, but be prepared to pay the price (literally) once the warranty expires. Definitely I am not a returning customer and other should also notice this issue.\",\n                \"title\": \"Not value for money stick to AC fan not BLDC\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-27\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1YDWUJHVL7O8E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YDWUJHVL7O8E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"rahoof\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very bad product\",\n                \"title\": \"Not good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2RPVBTAOUWJE4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RPVBTAOUWJE4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazone customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Become defective within  2 weeks. Totally useless product. Never buy this product.\",\n                \"title\": \"Defective item.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R36R3ARTG2E8UW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36R3ARTG2E8UW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buy .. market hype ...this fan missing basic feature ..if you sit just one feet beside you won't get air ... airflow vey bad...noise also ...our old fans is best\",\n                \"title\": \"Worst fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R35WBIL56TRPMX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35WBIL56TRPMX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gaurav Sinha\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Product wise its ok ..but support wise its horrible..No one will repair bldc fans except atomberg . They wont care for you issue ..its been over 10 days for me still my issue is not resolved..don't buy\",\n                \"title\": \"Horrible Service\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2026-04-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RECZ64JWVCHO7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RECZ64JWVCHO7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jashan gill\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This is not a silent fan too,it’s sound too irritate\",\n                \"title\": \"Too much noise of this fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/61HORpiLjML._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R26IN7F72JWZYG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26IN7F72JWZYG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ayush\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not good fitting issue and so expensive quality bad worst product\",\n                \"title\": \"Bad quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/619sRW3DdnL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1U0IALFAATDJL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1U0IALFAATDJL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"No speed,full noise making,stopping fequntly\",\n                \"title\": \"Worst product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1O6GVLMQZDI8G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1O6GVLMQZDI8G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anshuman Das\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Buy only if you live up in the Hilly Areas. Not meant for high summers. A Very slow moving fan\",\n                \"title\": \"Slow Moving Fans\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2026-04-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RT95KFROFIWAH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RT95KFROFIWAH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"dharam veer jashnani\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I ordered 2 Gans, but one remote, one rod to hange fan, one set nut bolt and one roof packing is missingHow to install and operate without it and remote ?After paying full amount, the main part are sent !!\",\n                \"title\": \"Missing Parts, its wasted money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1S9DTPSTIG2DB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1S9DTPSTIG2DB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sudarsana rao majety\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"No speed... Full noise... I am not satisfied with this fan\",\n                \"title\": \"Not upto the mark\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RDEHXJK9KC0U\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDEHXJK9KC0U\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Parasuraman A.S.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Clearly -1 star. Right after the expiry of the warranty, fan produced an unbearable noise that we had to discard it. Their customer support won't heed what you are saying.\",\n                \"title\": \"Worst service support\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2GUK4U3Y7Q6JC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GUK4U3Y7Q6JC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deepala V S G K Sharma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"We ordered 4 atomberg ceiling fans.In one of the box remote is missing\",\n                \"title\": \"No remote\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2IUUHY4S1RXB5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2IUUHY4S1RXB5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Review after using 10 month don't buy vest of money get off automatically , not able to use 5 number speed after 15 days of purchase. Is there any possibility of exchange or return.\",\n                \"title\": \"Automatically getting slow and off\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1ARfWS5G7L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3NDHP3D7JVAV1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3NDHP3D7JVAV1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tanmay Dharmrakshi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Low airflow. Just a decoration piece. Low bulid quality. Not cover full room. Noise is high.\",\n                \"title\": \"Low air flow, high noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2GQT61P3U7E8O\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GQT61P3U7E8O\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jehulimma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It does not give a good airflow. I thought I was buying a better one by paying a high amount. Dissapointed.\",\n                \"title\": \"Does not give good airflow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3VTZKF08IDT82\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VTZKF08IDT82\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not worth for money. Air delivery is not at all good.. check for better option\",\n                \"title\": \"Not worth it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R85B8GX0G6F3V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R85B8GX0G6F3V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishnu\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"After 2 years,  none of the 3 fans i bought work. Service utter waste!\",\n                \"title\": \"Waste of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2BTU9EFE8JPYU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BTU9EFE8JPYU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shahid k.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very Very bad. Not good at all.! Highly disgusting. ☹️\",\n                \"title\": \"Atom burg fan.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2U4PETT51JNDJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2U4PETT51JNDJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"akshay yadav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Ye kya problem hai automatically start hi nahi ho raha hai or to or ulta v ghumta\",\n                \"title\": \"After 1 year automatic band ho gaya\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1eURTyS0cL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3UPQNHBL1MTMD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UPQNHBL1MTMD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"siva\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Ordered Atomberg Renesa Enzel 1200mm BLDC Ceiling Fan—received it 2 days late, and the package was already opened from both sides with a big hole in the box. It didn’t feel like a new product at all.I’m returning the product and have attached images as proof. When I asked the delivery person, he said this is how he received it from the office. Very disappointing experience.\",\n                \"title\": \"Damaged Product received\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R278PSRHLOPTEO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R278PSRHLOPTEO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Avinash Prakash\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"this is not a silent fan as the blades make the same amount of sound.This ceiling fan wobble/fan imbalance, this is happening with two atomberg fans, both different modes.Fan looks is good\",\n                \"title\": \"Imbalanced ceiling fans that do makes noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R1ATCYC0LHM5S5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ATCYC0LHM5S5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The product was suddenly running and offQuality not impressed\",\n                \"title\": \"Take 2sec rest and running 🫤\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R7V8ENNODMFUL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R7V8ENNODMFUL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ramakrishnan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This product runs on chip board and it almost fails every year. Service center team will always ask for 1000-1200 per board. They get the money in their personal account not company account. They won't provide any bill copy as well.  Poor support and horrible product\",\n                \"title\": \"Horrible support and costly than can cost\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2UUQ47Z5VTKOH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2UUQ47Z5VTKOH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"riaz rahaman\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very bad ceiling fan, very low air, very slow speed. Not recommended at all.\",\n                \"title\": \"NOT RECOMMENDED\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RNTIW185JEW1L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNTIW185JEW1L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Varun\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The fan is malfunctioning twice ever since I bought. Seems they give faulty products which fail just in few months to make money from repairs. Avoid buying.\",\n                \"title\": \"Faulty products money making from warranty and repair\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RJ3P2SOC7D2XK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RJ3P2SOC7D2XK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ARIF KHAN\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I bought the fan last year in April 25. Within a year the fan got damaged. On 30 March 26, I lodged a complaint about the fan getting damaged. Today it is 6 April 26026, it has been 8 days. There is no support.\",\n                \"title\": \"Poor service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1STRJ9HKXBICC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1STRJ9HKXBICC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SITARAM HARISHCHANDRA\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst to buy this product. This fan is very noisy I have never and ever seen this type of fan.\",\n                \"title\": \"Worst to buy useless.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R1LGCYF0ZVORFH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1LGCYF0ZVORFH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ardra\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The fan is wobbling. Amazon delivered the product in a day but now I’m waiting for the 4th day for Atomberg Service to address the issue. Never trusting the brand again. Lot of people have complained about the same issue on several forums.\",\n                \"title\": \"Wobbly fan. Many are facing the same issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RAFFJ93VHI7DA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RAFFJ93VHI7DA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst fans to buy...it stop working now..right from day one it's giving issues\",\n                \"title\": \"ATOMBERG FANS..PATHETIC FANS\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"RD6WZ2DFZB5L4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RD6WZ2DFZB5L4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"R tiwari\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I purchased 6 fan in dec 2022 now I am experiencing wrost service for 1 fan its stopped suddenly and restart automatically and makes sound rest of the fan are working ok but that's not good 5 out of 6 fan working ok 1 faulty from starting. So, decide on your own while buying.\",\n                \"title\": \"5 out of 6 fan working properly\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"RUPZU7E04E81P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUPZU7E04E81P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Buy this fan if u would like to get a board replaced with even a small lightning. Components are so delicate that cant with stand for any small lightning, rest fan speed all good\",\n                \"title\": \"Delicate boards\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-04\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1SSD7Q42JICYJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1SSD7Q42JICYJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"TUHIN SUBHRA DAS\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I already had a stand fan from the said company. Due to my satisfaction with the stand fan I purchased it. However, as compared to the stand fan, it fails to meet my expectations. I faced two issues: Firstly the speed of the fan is not much as I expected. Secondly and which is more frustrating-  remote of both the fans are the same. So, whenever I am trying to stop or change the speed of  either of the fan through remote the other is getting triggered. This is very disturbing. They should have made different remotes or should have different pairing system. If I was aware of this, I should have purchased celling fan of a different company.Update: I contacted the Customer Support regarding the remote issue. Instead of acknowledging the issue, they just said it is a \\\"Unversival Remote\\\" and I should keep a distance of 8 to 10 ft between the two fans. Expected better response from them and also to fix the issue for new fans. For this reason, I am downgrading the stars from three to one.\",\n                \"title\": \"Disappointment with the speed and remote.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-03\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RFZYCM8KQVJVM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RFZYCM8KQVJVM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SUNIL KUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Bad product after 1 year not working and no customer support offered\",\n                \"title\": \"No customer care\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3RGEGEKE3F4DP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3RGEGEKE3F4DP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mithan majumder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Use 9 month 4 bar kharab ho chuka hai Aisa third class fan jindagi mein nahin milaAur har Banda five star rating 4 star rating de raha hai mere to samajh mein nahin a Raha Hai kyo de raha hai\",\n                \"title\": \"Bad quality fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-29\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RLNUY23V5GID8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLNUY23V5GID8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Parshuram\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Wastage of money, 1400 wala fan give me good speed, but this fan is as price its speed not good, dont buy\",\n                \"title\": \"Speed is not fast, even 5th gear\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1933DGIO1X01U\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1933DGIO1X01U\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sudheer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan got short circuit, fire and smoke while operating, within one month of purchase looks like not good quality\",\n                \"title\": \"Short circuit fire and smoke\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3SD8BZSW08GE8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3SD8BZSW08GE8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pramodh Kumar Ellur\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Air flow is very less, not satisfied with the product\",\n                \"title\": \"Wrost product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RI1WH8CVVIX6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RI1WH8CVVIX6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishal Chadha\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Noise in fan operating at lowest speed. Noise while starting up. I have 4 Atomberg Reneza 1200  fans at home and 3 Orient Electric in Office. I find Orient much better at a similar price. Regretting having bought Atomberg. After installing and paying the technician, stuck with this brand. Wish there was some resolution. If you are reading this please don’t buy this brand. Quality is not worth it. Durability seems bad and no value for money.\",\n                \"title\": \"Noisy low quality fan. Don’t buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1bjHCod9XL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3VDSSU58S9CDF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VDSSU58S9CDF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vanitha\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Please these sellers are sending non working fans.  Kindly beware of this.  Atomberg needs to come up with a robost solution.  But amazon is working fine, but return/refund is a mind torturing process.\",\n                \"title\": \"Seller is not good one, shipping non working product over online\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3TMRXQSGZ458B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3TMRXQSGZ458B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Venkat\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Makes a lot of sound. Not worth the price for that noise. A normal fan will be much cheper\",\n                \"title\": \"Fan with SOUND\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2Q26PBM844BUH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2Q26PBM844BUH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Divy Agrawal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The remote is missing\",\n                \"title\": \"Missing product bad experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RYBD059EX94CI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYBD059EX94CI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"prateek\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Guys though the fan is not working excellent and the amazon has nothing to do with it, exercise caution as you wont be getting any after sales support for this brand. You have to live with your problem or forget that you ever purchased a product from atomburg.The after sales is so poor, that they wont assign any ticket. You have to tk to automated customer care as practically they dont have any human agents and most of the time u have to endup with chatbots with preconfigured messages.Gettng to their customer care is nightmare.I have chased their cc for 30 days and still no one assigned or i got any case id\",\n                \"title\": \"Worst customer care\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2026-03-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RV3LQ1SCDP4WL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RV3LQ1SCDP4WL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"JAYANT\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan brakes multiple time, atomberg service is not upto the mark, they have outsourced it , there is no communication between them.\",\n                \"title\": \"No service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RO1HWA7ERZIJF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RO1HWA7ERZIJF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I am extremely dissatisfied with the service and handling of my request from ATOMBERGI raised a ticket on 12th March with a promised ETA of 72 hours. It has now been nearly a week, yet I am still being repeatedly asked to wait another 24 - 72hours with no clear progress or resolution.Despite escalating the issue, there has been no improvement. The responses from the customer support team remain generic, and it appears they do not fully understand or address the concern.What is particularly unacceptable is that one of your support representatives advised me to get the installation done externally. This reflects a serious lack of accountability and responsibility from ATOMBERG team.This level of service is highly disappointing and unacceptable. I WOULD NEVER EVER RECOMMEND ATOMBERG FANS OR ITEMS TO OTHERS.As always Happy with the AMAZON services.\",\n                \"title\": \"NEVER EVER RECOMMEND ATOMBERG FANS OR ITEMS TO OTHERS.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-18\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R525TICKXHLUG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R525TICKXHLUG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suhas Mohite\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"After 6 months of use, the Atomberg Renesa Enzel fan burned out, and its cap fell onto the floor.\",\n                \"title\": \"Fan burned out, and its cap fell onto the floor.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2V2MLX824SW9Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2V2MLX824SW9Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nithin\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I buy this 1 year ago it worked properly for 8months after that when I shift to full speed it coming too much noise so irritating better to don't buy this product for this price,fans comes around 1000 to 1200 is better than this one highly not preferable to buy this product\",\n                \"title\": \"Review about product not recommended\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RHUTULLFH4R67\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHUTULLFH4R67\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gautam\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"After an year the fan will automatically  getd onn and off , in duration of warranty period got shorted with the problem but again after warranty the same problem starts happening, I have purchased 2 fan and both fan have same problem, so it's an trick for company to get money in an year as a customer service and fan including part . Not so worth it go for another company.\",\n                \"title\": \"Not Reliable, After an or few years the fan will get problems , don't buy , not so worth it ,\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-16\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3PI1RQ8A4DJRW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PI1RQ8A4DJRW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Laksh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Bakwaas product\",\n                \"title\": \"Air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2P6HJS6ST19W2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2P6HJS6ST19W2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hasan khan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Bekar 1 saal k bad bar bar kharab ho jata h👎👎👎👎👎👎👎\",\n                \"title\": \"Dont buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-11\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3AH081OANTV0K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AH081OANTV0K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sravan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not at all recommended product. After using 2M started noisy.Not flexible to vary speed. You have to control only with remote. Not worth\",\n                \"title\": \"Not worthy..noisy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3133XY8L8ZMQH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3133XY8L8ZMQH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vaibhav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst customer care , Not good product last 4 complaint logged but no one respond....\",\n                \"title\": \"Worst Service Not Recmmended to Buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3JL5R6H1WEUG7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JL5R6H1WEUG7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Private\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very bad . Shuts  down after speed of 3. Was a repeat buyer of atomberg and sad experience . Need them to contact me to get this fixed . No difference in speed of 2-4 and shut down when tried boost . Need help / replacement . Won’t recommend to anyone anymore\",\n                \"title\": \"Pathetic performance . Waste of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1AXOVUZTuL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R8MRIC2POPZ9P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8MRIC2POPZ9P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sudesh Bhatt\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan stop after every few seconds and then restart again and it's gone on and off for some time and then it's stop ,never seen this kind of fan in my life do not buy ।\",\n                \"title\": \"Do not buy this kind of samrt fan it's complicated\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1vduHKtWhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2KYFMIVAQ7LA8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KYFMIVAQ7LA8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"madhu\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is not working after 6 months and it is difficult to reach customer support.\",\n                \"title\": \"It is very difficult to reach customer support\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1vsNVpVodL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1E5XEWV7Z177I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1E5XEWV7Z177I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst fan ever\",\n                \"title\": \"Don't buy working condition is only for year\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3QPGLEAFE10VA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3QPGLEAFE10VA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"PRAVEEN\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The warranty code is not matching with the official website\",\n                \"title\": \"Transparency issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1VLLPZFQNMBBV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1VLLPZFQNMBBV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arun kumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not good at all.I buy this Fan before 15 days only after 10 days it starts creating issue when I run this on 5th or boost speed it’s automatically start restarting.Flipcart team please suggest how i can get the support as 10 days replacement policy is expired now.\",\n                \"title\": \"Not recommended\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R13VMHJVKLGBMC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R13VMHJVKLGBMC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rohit vachhani\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan creating noise at certain speed .\",\n                \"title\": \"Clicking noise at higher speed.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1UTWBQ4YAOS6X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1UTWBQ4YAOS6X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anish\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Today is Mar 1st 2026. The fan has stopped working. Remote is working fine, but the fan does not respond to any commands on the remote. I had even purchased one more fan few minutes ntha later for my ancestral home. Now, I doubt if that will also have the same fate. Do not trust this brand.\",\n                \"title\": \"The fan stopped working in just 1.5 years\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-01\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1x9FlHPFFL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2GXV3IXRABN4Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GXV3IXRABN4Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Properly not working\",\n                \"title\": \"Worst\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R8RPLE2PESCEZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8RPLE2PESCEZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jayesh bhandare\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Don't ever buy this fan from Amazon ,I just bought it the product delivered and after installing the fan starts wobbling after contacting the customer care they told me to check with the atomberg customer service when checked with them they told me this fan wobbles and is fine ,don't know how this type of premium fan is fine with wobbling and after contacting Amazon I got an excuse that we cannot replace it and is still in the replacement period that is before 10 days they start giving excuse ,so please don't ever buy from Amazon.\",\n                \"title\": \"Don't ever buy from amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-01\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1MlVEbAtzL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R17N4UMD6SU7C4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17N4UMD6SU7C4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pritish Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Extremely poor fan. It gets switched off by its own. Been just a year since purchase and lot of issues.Complete waste of money\",\n                \"title\": \"Review after 1 year of purchase\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1I87G3cdBL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RJHSWD4F0V0KM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RJHSWD4F0V0KM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shruti V.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Atomberg service is horrible, I m not able to register warrenty so I called customer service they asked me to drop a mail on 21st of Feb 2026 today is 25th of Feb 2026 I haven't received any call back from the team. In the period of 5 days I have called multiple times to the customer service also to the person available on chat all these guys tell us is customer service will get back to you earliest we have registered your complaint but whenever I call they talk like noting or for first time.\",\n                \"title\": \"Horrible service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-25\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RTSZQ693R8F0F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTSZQ693R8F0F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vineet\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very poor quality,  bearing worn out within 2 days . Go for branded Fans , its total waste of money\",\n                \"title\": \"Poor quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R15AZW44VCCC4W\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R15AZW44VCCC4W\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vijay\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I have been using this fan for 3 years, and in 3 years it has stopped working 5 times. I will just say that as long as there is a warranty, there is no problem, but once the warranty is over, get a fan from another company, but please, no atomberg.\",\n                \"title\": \"I would say this fan is a waste of money.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R36JKWK1U0P4O9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36JKWK1U0P4O9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buyI have 2023 still today not workingAnd I have contacted to customer care agent will tell me our services not available in your city please contact local electric men.But electric men tell me this is not repair by my side so please contact to customer care and customer service is very very poor.So please before buy this product please read my all content I am very frustrated.\",\n                \"title\": \"Fan not working after 2 year and no support by company\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1FTR41NRDDGJA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1FTR41NRDDGJA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Asis Kumar Khan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It is not even start functioning immediately after opening the new box.\",\n                \"title\": \"Not quality checked and delivered fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-14\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2B71KMH74XINI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2B71KMH74XINI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Muraleedharan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not working after few months\",\n                \"title\": \"Not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-14\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3MQD6THJ7B1Q5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MQD6THJ7B1Q5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Do not purchase Atomberg fans, reason being there support is really bad and they don't take any ownership of faulty products. You are in luck if there has been no issues so far with the fan\",\n                \"title\": \"all the bes\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2026-02-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1IFM3Z7UXEM9O\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1IFM3Z7UXEM9O\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ramhari Chaudhari\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"ऐमजॉन के घटीया डिलवरी सर्विसेज कभी सामान टाइम पर नहीं मिलता केंसल करने पर पैसा भी कटता है धोका मत खाओ\",\n                \"title\": \"बेकार ऐमजॉन बहुत बुरा है\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2026-02-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"REF9OSBSQQIT9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/REF9OSBSQQIT9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"N.sheik\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Defective product\",\n                \"title\": \"Defective product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"RK3ARIVO6MAV9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RK3ARIVO6MAV9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"AK\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worse customer Service in the world! They are not responding since months . Biggest mistake ever!! Do not get even if free!! Won’t work in a few months\",\n                \"title\": \"Worse\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2026-02-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3HEN0WJI7N81F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HEN0WJI7N81F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"nikunj\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan are not working properlyMake some noise while on switching\",\n                \"title\": \"I am not satisfied\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2KWC1ZUO8218Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KWC1ZUO8218Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Badal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Poor quality. The fan blades have worn out and paint colour is coming out in 2 years . It’s noisy compared to others\",\n                \"title\": \"Poor quality blade paints\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R24J5OX7FND889\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R24J5OX7FND889\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aravind Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buy this product totally worst quality, waste of money\",\n                \"title\": \"Worst quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R137K7A2D79VTP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R137K7A2D79VTP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"JIGNESH PATEL\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"We received blades inproper, so vibration fan, I had returned product\",\n                \"title\": \"Blades issue in fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R17HNHK8MMN58K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17HNHK8MMN58K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Purvi sharma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    No customer support when it break down... No link to contact customer care\",\n                \"title\": \"No customer support\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1anOvpgDDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RPFC6U2Q285CP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPFC6U2Q285CP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sri\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not working no one is responding no one is calling no one is taking return very bad quality waste of money\",\n                \"title\": \"Worst product and seller also\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R4M70HP7WMWA3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4M70HP7WMWA3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Madhanagopal Murthy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It's a pathetic experience buying the model Renesa Enzel. If you are looking for a better fan life, better speed and less wobbling go with Renesa model and not the Renesa Enzel, also make sure Atomberg technician is installing it and not any other technician.Amazon has tie up with Urban Company for fan installation and they did a pathetic job in installing the fan, I had to get a replacement by talking to Atomberg Customer support and wait for it be reinstalled for almost 2 weeeks. For the money that you pay all these follows up, endless discussion with Amazon Customer Support and Atomber Customer support is definitely not worth it. Not to mention about the installation amount that I had to pay twice for all these hassle.3 years ago I purchased Renesa model from Amazon and till date absolutely 0 complaints, and this time I tried the Enzel model, and had to waste so many hours in getting it fixed.\",\n                \"title\": \"Go for Renesa and not for Renesa Enzel - it's not worth your time.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-02\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1JLAO5FL08J6R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1JLAO5FL08J6R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjay\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very bad fan. Had a lot of hope with it. But after 2 months it stopped working. Good thing is that it was under warranty for 3 year but had to repair and technician told that resistor in board may get faulty any time. So we may get in same situation again. Better using old ceiling fan instead of bldc.\",\n                \"title\": \"Not working in 2 months from purchase\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-01\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R76RWXGAK6LVV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R76RWXGAK6LVV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"kumar antriksh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan rod twisting and then fan stopping\",\n                \"title\": \"Fan rod twisting and fan stopping\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RR8Q1Y8DJFU5X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RR8Q1Y8DJFU5X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"PUJA AGRAWAL\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It's not good fan.I faced a lot of burnt issues with this fan within 3-4 months of purchase\",\n                \"title\": \"Not a good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R9UVWURTZZUKY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R9UVWURTZZUKY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"anuj\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Making sound not to buyAuto stop 🛑 fan in between\",\n                \"title\": \"Not to buy sound from breaing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3C4X7C8QKZMYU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3C4X7C8QKZMYU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jayakumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It’s not working after few months\",\n                \"title\": \"Non durable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2PT2M6A6MY5WB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PT2M6A6MY5WB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kapil Mast\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"delevery person bad show and product return\",\n                \"title\": \"bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R34NTRC26FK1G1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R34NTRC26FK1G1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vasanth\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan makes noise in one month time of purchase and customer support is poor\",\n                \"title\": \"Fan noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1B66HECNO8FXW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1B66HECNO8FXW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I purchased this product on 26 Mayb2025, and it is still under 3-year warrant. However, when I contacted Atomberg for service, ainwas informed that this model has been discontinued and they can not provide support. The support team claims they are unable to assist because the product is discontinued. How can I get support now? What should I do in this situation?\",\n                \"title\": \"Discontinued and support not available\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-15\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R13E8IH06VOQLX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R13E8IH06VOQLX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yogesh Sharma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not silint fan sound is very loud don't buy this product is purchased 2 fan and I regret very poor quality 😢\",\n                \"title\": \"Poor quality more heavy sound not less sound\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1XY5XKWB8KA3I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XY5XKWB8KA3I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Biplav Sah\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"2 month me hi kharab ho gya pichle 3 months se technician ko call kr rahe h.\",\n                \"title\": \"Very bad service.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RXYBHIP200R58\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXYBHIP200R58\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ramnath\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not even 3 months  fan stopped working . bought on August middle and December 6 th totally stopped with bursting sound\",\n                \"title\": \"Worst product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RESS1VNLB507Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RESS1VNLB507Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SACHIN RAJU\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"after 6month of use, it stop working\",\n                \"title\": \"everytime fan stops and restart again.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R32V30V5D7EDS5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32V30V5D7EDS5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ramakant Yadav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buy atomberg products, no doubt their product and invention is flawless, but let make it clear it wouldn't be flawless for a long time, it stopped working just after 4 months of usage, and the worst part is their service, you'll beg them to replace or repair it. The brand's customer service is a disaster.\",\n                \"title\": \"After sale service is disastrous.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-03\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1XKSWBZ781OA2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XKSWBZ781OA2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashwin Nindrojiya\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"atomberg company bakwas haiBhai koi bhi  fan lena matMera bldc fan kharab ho gaya3 years warranty hai maine, 4 dey se complete ki Hai magar koi bhi aata nahin hai bekar service👎👎👎👎👎 only Two years ke andar band gaya\",\n                \"title\": \"Company service not interested\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1P398CP7783TQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1P398CP7783TQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Durga Prasad\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst.\",\n                \"title\": \"Worst\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3UXRV496986JV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UXRV496986JV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Did not receive remote with the fan\",\n                \"title\": \"Did not receive remote with the fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R116UKV4QELQLB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R116UKV4QELQLB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"syed shadab\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"In warranty they mentioned 3years, when fan stop working complaint was raised to customer service of atomberg, they taken complaint and after 7days got call from technician he said that warranty only 2years, when i asked him it’s mentioned 3years, he said ok. Now he asked me to share warranty card in WhatsApp to check and do the service. Who keep the warranty card? And seal and signature with fate on warranty card as this is online purchase. Complete fraud by off source customer service. Service is off source they just want to make money. My fan still got not repaired.\",\n                \"title\": \"Dead fan, because of atomberg service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-29\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2PTO7F4RXGTQS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PTO7F4RXGTQS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Subhasri\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I'm giving the review after using it for 5 months.It's value for money , and the electricity bill is reduced so much.Noise is there a bit but you can adjust.\",\n                \"title\": \"One of the best fan model in the market\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-10\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3GO2Q71U9T29H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GO2Q71U9T29H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anand Dsouza\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"It's a good quality product satisfied with the service easy to install decent airflow superb look light weight 👍\",\n                \"title\": \"Atomberg fans excellent product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/519qXMHJJIL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2TQ83BVQ0GO2I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2TQ83BVQ0GO2I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shivam\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good speed and very comfortable to operate with the remote and phone, very stable and good airflow, and the color is as shown in the picture above. However, it makes a little sound. I tried to contact the customer support staff of Atomberg, but I was not successful; they didn't pick up my phone call. I still want to contact them, so if you guys are reading this message, please let me know. And lastly, it's a very good and value-for-money product, and it also consumes less electricity than other fans!\",\n                \"title\": \"Pros and Cons of this Atomberg fan!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RHBPJWAYOZNYT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHBPJWAYOZNYT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"N.Jaffar A.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The air flow is low, even though the room size is small...\",\n                \"title\": \"Could be better...\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1EC5KGK9K6JXN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EC5KGK9K6JXN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Narendrasinh Rathod\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best product\",\n                \"title\": \"Best product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2T8ENWZAVMT9X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2T8ENWZAVMT9X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sureshkumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Why my fan is not working in anticlockwise\",\n                \"title\": \"Answer\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3MRF5HBO6WWJT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MRF5HBO6WWJT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vimalkumar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good fan and working properly.all speed control is working good.\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R12UTNU4XLGVDZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12UTNU4XLGVDZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anis Atique\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best One ❤️❤️\",\n                \"title\": \"Allover\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/616Q2lXpUXL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3KJARD66T6O1K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KJARD66T6O1K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Salman Pinjara\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Look premium and quality is also premium\",\n                \"title\": \"High quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/61cCVpNblcL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3LN0M9OTT37XC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3LN0M9OTT37XC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashfak rahman\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent quality with impressive design.It’s a great choice.\",\n                \"title\": \"Excellent choice - Worth of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2UXIRLLTUAE8C\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2UXIRLLTUAE8C\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Seshagiri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good and best in performance.\",\n                \"title\": \"Good.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RSJ8CTG0JQO9Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RSJ8CTG0JQO9Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishal Rawale\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Product is preety good...Awesome qualityBut worst delivery partner. I personally go to the warehouse and pickup the delivery.Delivery agent not agree to deliver to mentioned adress.#please don't buy from Amazon.\",\n                \"title\": \"Worst delivery partner\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3PDJHMB8LK2TU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PDJHMB8LK2TU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pradeep Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good Product, smooth,\",\n                \"title\": \"You can connect with Mobile remote also.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R250GY455QZW4F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R250GY455QZW4F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Archita\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The quality and the look is very premium . The speed is amazing. The remote control has everything . Easy to install and soo smooth . And as its blade are very thin its dust free\",\n                \"title\": \"Amazing product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-11\",\n                \"helpful_count\": 6,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2CX3LCD2ZCLOR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2CX3LCD2ZCLOR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vedant K.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I bought the Atomberg Enzel ceiling fan primarily for its energy efficiency, and it has truly delivered. The BLDC motor consumes very little power—even at top speed—making it a smart long-term investment, especially for areas with frequent fan usage.What impressed me even more is how silent the fan runs. Even at higher speeds, there's barely any noise, which is perfect for bedrooms, home offices, or anyone sensitive to sound.The remote control adds convenience, and the fan’s sleek, minimalist design enhances the room’s aesthetics. It’s also reassuring to know I’m saving on electricity bills without compromising on performance.Highly recommended if you're looking for a power-saving, noiseless, and stylish ceiling fan.\",\n                \"title\": \"Efficiency and style\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-08\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3DMC6MJ16BSY4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DMC6MJ16BSY4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"hemanth\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Light weight but led is not good quality and clear, fan speed not found much difference\",\n                \"title\": \"Good light weight\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R32LMZXZZ9WXV1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32LMZXZZ9WXV1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Charles\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"WORTH THE MONEY\",\n                \"title\": \"LOVELY\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R36YPJT5PTQHDQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36YPJT5PTQHDQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Santanu Sahoo\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Airflow is good, but there is noise unlike normal fan\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3VHY1SMWAM3VT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VHY1SMWAM3VT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan is light weight. Looks are good - not too great.  The remote feels nice. The fan air delivery is ok- its not more than the traditional fan . The fan has a different sound than the traditional fans- would have been better if had lower sound of operation especially on peak speed. So overall happy to have it …. But don’t expect sea change in your life :)\",\n                \"title\": \"Its good - not great\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-27\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3DK1EUFH496DY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DK1EUFH496DY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saba\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Simple and elegant.\",\n                \"title\": \"Worth to buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2E2BQDOI8JJQB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2E2BQDOI8JJQB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pranab Patra\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"LED light is need to be little brighter, Fan is very good, looks awesome air quality is well enough\",\n                \"title\": \"LED needs little brighter\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1TXDQVPQJWUT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1TXDQVPQJWUT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"kamal\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good work properly\",\n                \"title\": \"No thanks\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1LL2MU39QO43X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1LL2MU39QO43X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kamini\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Best\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R35EZQAFQ29YDB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35EZQAFQ29YDB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"mythri\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good for the price\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-18\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R253PCQYW9DJ0V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R253PCQYW9DJ0V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jeswin k biju\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best fan under 4000\",\n                \"title\": \"Best fan under 4000\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2N24L928HHA3B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2N24L928HHA3B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"JERIN R.V\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"A good product\",\n                \"title\": \"A good product with powerful and silent performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1MT1BMLAS4FP1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MT1BMLAS4FP1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"lionel pinto\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Firstly,It is a nice looking new age fan. But remember, it makes exactly the same amount of sound as a traditional fan. The sound the fan makes is because of the air and not the motor. So don't think sound is less. They say since it is bldc, sound is quite less. Plus it comes with a remote which is a nice thing. Price is more than double than traditional fans as of March 2025\",\n                \"title\": \"Expensive, looks good . Makes sound.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-08\",\n                \"helpful_count\": 21,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C128zLSTvFL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RS6DVGQ0DDAWV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RS6DVGQ0DDAWV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Venkata\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RLAXXU2H5ZLW4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLAXXU2H5ZLW4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"mukesh goswami\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"This is my first bldc fan and I am loving it. This product from atomberg is really nice. Smooth and less noise. Also produce good air in the room.\",\n                \"title\": \"Smooth and less noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1S48RHZCBH1PI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1S48RHZCBH1PI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kindle Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Awesome atomberg fans, seasoned ivroy colour fan is the real beauty and looks charming.The fan serves its purpose. Just go for it.Best budget range from Atomberg Renesa Enzel.Variety of colour options available to match it with your room themes. Glossy finish is appealing.There is no much noise even when the fan runs in Boost mode. Remote control is elegant and minimalistic.\",\n                \"title\": \"Awesome atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R18GSX2S7G4N4K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R18GSX2S7G4N4K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Monika\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2978N6809THG8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2978N6809THG8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"abhilash\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I am not sure of the electricity consumption, as I didn't notice a serious savings after installing this , it's a.food.lookikg fan with a remote , remote could be better , but is ok for the price , the fan as it's a bldc ,it's staring slowly , and comig to full swingHaving good speed , noise is there , it can be more silent remote can be bigger with bigger buttons for easy use , quality is good\",\n                \"title\": \"Good fan , with remote\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-15\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3167HUTQQLI1O\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3167HUTQQLI1O\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jignesh Raval\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I have first time by atomberg celling fan of lots of reviews this product. And I am very happy to buy this fan. Build quality is also good. This fan design is wonderful and functionality so good. also easy of use remote control. Fan speed so fast and silent. Fan is power sawing and value for money.\",\n                \"title\": \"Value for money this budget\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RND7QN1QHQAPU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RND7QN1QHQAPU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vineeth\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Speed and Air Delivery is not upto mark which was the primary factor for the ceiling fan.It didn't see not much variation from top speed 5 to booster mode.I would say the product is not worth for its performance but for look wise and build and design it's elegant.\",\n                \"title\": \"Speed Performance and Air Delivery\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1SE5H8RHJ2F17\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1SE5H8RHJ2F17\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"babin\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Not givsen 5* because of points mentioned below1. LEDs could have been brighter for lighting purpose, now it's good only to indicate the fan speed.2. No IR remote\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-10\",\n                \"helpful_count\": 7,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1YBEVCQ55D6WF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YBEVCQ55D6WF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"DR PINKI SWARGIARY\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Functionality excellent, Value for money, Remote control from a provided range Like your applied room. Best part is Service quality, Actually we got short circuit once so fan got affected at that time. So we got full help from customer care they provide nearest service centre mechanics for correction.\",\n                \"title\": \"😇\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2067ZH0T7Y808\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2067ZH0T7Y808\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mandar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very silent and sleek product.\",\n                \"title\": \"Silent and sleek product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3644UZZ997TX9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3644UZZ997TX9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sakshi gawde\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best product\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1M799AB14G12E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1M799AB14G12E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SOURABH KUMAR PAWAR\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"very light product.. ok for small room only\",\n                \"title\": \"just ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R8W8ELUTABAN5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8W8ELUTABAN5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Murukesh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good👍\",\n                \"title\": \"Good👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3GLNCV4LCBV61\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GLNCV4LCBV61\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ishrat parween\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Very light wait and sober color I am happy so nice\",\n                \"title\": \"We r Happy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-20\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R224S404TLH281\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R224S404TLH281\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Poor quality remote .. battery compartment not getting closed.\",\n                \"title\": \"Poor Remote quality .\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1W36CB1KGRYN3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1W36CB1KGRYN3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bhupinder mann\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good product effective function with remote\",\n                \"title\": \"I like it very much it is very good product product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R144QAHEVON35K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R144QAHEVON35K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"KAVYATECHNOLOGIES\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"GOOD PRODUCT AND THIS RUN WITH POWER SAVER MODE.\",\n                \"title\": \"awesome product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2PG4U50P3ECQN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PG4U50P3ECQN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shivam\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product. Boost mode doesn’t make much sound, and yet deliver good air flow.\",\n                \"title\": \"Good Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RISJH8YLNW6R8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RISJH8YLNW6R8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vivek\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The fan is overall a nice purchase.Ivory colour looks premium and blended with my wall color.The black Centre with led lights also looks elegant. The fan efficiency is good too.\",\n                \"title\": \"Minimalist Elegant look\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RGE3VKFLCT3D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGE3VKFLCT3D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Naveen Palaniappan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Rated as 5star,becoz of the efficiency and performance.No more thinking just Buy Atomberg Finish..❤️‍🔥I bought Orient , havells , everything fails But Atomberg Remains as KING\",\n                \"title\": \"Best Fan company of the Decade❤️‍🔥\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2ZNMR9RLXWKU4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ZNMR9RLXWKU4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manoj Warrier\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan looks stylish. But, feel, is small for a big room of say 200 sq.ft. The fan jerks a bit before it starts. The remote is easy to operate. Do not know whether it saves power and money. Overall a good looking BLDC fan\",\n                \"title\": \"Looks Good. But, small for a big room.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3GRHF3ZCBUAYA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GRHF3ZCBUAYA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice product\",\n                \"title\": \"Nice product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R11WP99SUP0PRO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R11WP99SUP0PRO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prof P M\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"It is good with varying speeds. Sometimes something happens and it goes on auto mode. Well, then the solution is given in the title.\",\n                \"title\": \"Bypass the original regulator or keep the original one on full speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3S37C1GCZ0QKP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3S37C1GCZ0QKP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SAURABH KUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"It is very good\",\n                \"title\": \"Good quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1GMZ2868844I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1GMZ2868844I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishal Devaliya\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"worth buying fan. stylish look, energy efficient fan.build quality also very good. this is my second fan from atomberg after 5 years used.\",\n                \"title\": \"Value for money, stylish and utility saving fan.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2ML8ZXUS6BQD7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ML8ZXUS6BQD7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"TM\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent and wonderful product.\",\n                \"title\": \"Wonderful\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RSCNQQDCIEACV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RSCNQQDCIEACV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Krushna thorat\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"No sefty wire in box 😮‍💨\",\n                \"title\": \"Good but no sefty wire\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1PWCJ1CSZBY8Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PWCJ1CSZBY8Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhishek\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Tired of buying into the hype of “innovative” Indian products only to be let down. This fan has a constant wobbling issue that no amount of refitting can fix. It’s clearly a design flaw, not an installation issue. For a fan priced this high, I expect flawless basics — not a daily reminder that I should’ve gone with a regular brand.It’s frustrating to support local innovation and get compromised quality in return. The product looks good on paper but fails where it matters. Quite disappointing.\",\n                \"title\": \"Too much wobbling and a continuous whistling sound at some levels\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-17\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R19R6MKJGB7D60\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R19R6MKJGB7D60\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jasmine\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product. Speed is okay. But there is no such difference between the 5 and boost speed. Installation is quite easy. The wings are thin and narrow compare to the regular fans. The look of the fan is good. Overall I am satisfied.\",\n                \"title\": \"Nice product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-19\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RTRP0JSNTKBSO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTRP0JSNTKBSO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I am unable to understand the difference between the models Prime with remote and Renesa Enzel. Having multiple models that looks the same performs the same confuses customers. Prime with remote has 3 years warranty and Renesa Enzel has 2 years warranty\",\n                \"title\": \"Totally confused regarding the difference between models\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-13\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3IDL30SRP7O3F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3IDL30SRP7O3F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Xsai Rosins & Chemicals\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I am writing this review after using the product for 2 months. I repent buying this fanProblem no1In just 2 months the fan was shutting off on level 4 & 5. I lodged a complaint and the engineer visited and told me the circuit board  was faulty and replaced it(To open the fan the  centre piece of the body gets damaged which isnt my fault but I had to bear )Problem no2The fan blades color coating has already started peeling off. Come on its just 2 months. I havent used any soap or even water to clean the blades just dry cloth.Conclusion: very very poor build quality and I should have never trusted to go for a new company like atomberg. I am sure i will have to change my fan in a year. I repent my decision. Money is completely wasted…..\",\n                \"title\": \"Money completely wasted\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3VQWKXM1UAGY4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VQWKXM1UAGY4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan by itself is very good. We have been using for 3 months now. The only drawback is that it attracts dust that sticks to the blade edges, and so needs frequent cleaning.\",\n                \"title\": \"Very good fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R7NRV65OWE8KK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R7NRV65OWE8KK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Brijesh Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Worh of product  The best👍🏼\",\n                \"title\": \"Best product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2YAP7FWJPYGJG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YAP7FWJPYGJG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saya\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Looks good and very easy to fix...\",\n                \"title\": \"nice product ....\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2TFKA2KR9CCQG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2TFKA2KR9CCQG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jose\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"My 4th atomberg fan. It consumes only 18W in speed 4 is amazing. Very silent in speeds 1 and 2. Leaves are thin but good air delivery. Lights are just for indication purpose only. If the bottom panel was not dark glass, I think the lights could have been used as a night light.\",\n                \"title\": \"Silent and Efficient\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-16\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2VKGZ4P5YW544\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2VKGZ4P5YW544\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"उत्तम हवा मिळते, केवळ डिझाईन आणि पाती ह्यात सुधारणा होवू शकते\",\n                \"title\": \"उत्तम फॅन आहे फक्त फॅनचे पाते लहान वाटतात\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-28\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2FENSCDMNV6C2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FENSCDMNV6C2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nilu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent Product\",\n                \"title\": \"Thanks\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R278VLHTAXMLXR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R278VLHTAXMLXR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sayed husain\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Air delivery is not up to the mark, not worth.\",\n                \"title\": \"Low air delivery\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1ZC5WOU8WZOAA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZC5WOU8WZOAA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bhargav meghnathi\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Item is very good 💯\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2A1OIF4VLW375\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2A1OIF4VLW375\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Imran l.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \".\",\n                \"title\": \"Average\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R27COJ1DUUI3IM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R27COJ1DUUI3IM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nitin Jayakumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I bought this for my son and wife, as they need variable fan speeds at different times of the day. Hence to go with a modern approach and less power consumption, I opted to go with this model. The installation process was easy and delivery was on time as expected.\",\n                \"title\": \"Nice choice for all.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2A9LPC28HDJ91\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2A9LPC28HDJ91\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shivakumar.g\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It looks great and a great design. Everyone who came home asked about it. little less responsive than regular fans. not too expensive. definitely best in this price segment.\",\n                \"title\": \"Work's great. But a little less responsive than regular non-BLDC fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1DNYTA24LN1UC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1DNYTA24LN1UC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ravichandran\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The look of the fan is very good.looks modern.Noise is ignorable.Speed is slightly low . Only consumes 35 watt in boost mode.overall nice product .\",\n                \"title\": \"Satisfied\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2T384O13EK137\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2T384O13EK137\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yogesh Sansanwal\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Am giving a full review all aspects of this fan1. I purchased this fan for silence, more speed(RPM), less heat as motor don't heat, last energy efficient.2. If you keep fan on 1,2,3 you will barely hear any sound, 4, sound like ac,5th sound like boost mode on ac ,0n boost mode this fan makes lots of noice you will get used to after 3-4 days but it makes a lot of noice due to cheap fan blades 5 out 4 for them.3. If ur in ac room & your room is sealed congratulations you will feel cool more longer & you can keep using it in sealed room it will not increase the template i can feel difference.4. Yes its energy efficient power consumption level on every level it consume 5-6 watt extra oike level one 5 watt level 2 - 9 watt level 4 17 watt boost mode 32-35 watt.5. Fan motor n blades make noice if ur a student maditator won't like it i always keep it in between 4-5.6. Remote is too small if u forget someone will take hours to find 3.5 inches remote it works well but you have to point out towards fan so while sleeping if u think ull press button and it will change then no u have to keep it towards the fan and it has ratina light will be able to see buttons in night.7. Fan LED is good in night if u want deep dark turn it off its like moon light on 50% I don't like it,Feedback1. Sleep timer is worst i mean there should be option how low speed u want every two our it will reduce 1.2. Please make good fan blades they make noice on boost mode & change remote size add more options like I wanted to decrease my fan speed only one after an hour but if it keep reducing ill feel hot3. Fan look good but both cups are not of good size plastic is long lasting but little cheap4. Your fan hanging road is too small it took me 3 hours to do it then i brought a new road and again atleast provide long bolts n nuts in both fan caps they are of no use very small size.Final thing you are an indian company that's why i brought it but please don't overcharge for looks n Colors only ull gain more profit i found motor is almost same in all just for looks u charging 1000 rs 3300 to 4500 it doesn't worth its cost i wanted to buy 4 but due to this brought only oneLast please make more n more silent fan we will pay more no issue & of good quality not like the technique you use that we have anti dust fan no fan in the world is anti dust people of india are getting educated so no such terms BDW nice fan\",\n                \"title\": \"Strong Feedback and Review speed, sound, power, light\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-05-26\",\n                \"helpful_count\": 253,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1ThlOtZJMS._SY88.jpg\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1WTS%2BLo6FS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3N9B1NY9EJW7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3N9B1NY9EJW7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vishant thukral\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"It's so much good I like it so much ❤️❤️ the first speed is not normal its remote has a button b which is for boost and it works really good\",\n                \"title\": \"Best fan I ever had\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-08\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2KA0RS7G5NH3C\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KA0RS7G5NH3C\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shrik\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I recently purchased 3 nos of your Renesa fans, through Amazon.As I like to dabble in mechanical fitments of domestic appliances, I did the entire fitment myself. In 3 of my bedrooms.Following are my observations.Cons -1.h The instruction manual has many grammatical mistakes and it takes away the sheen of being an Indian product. I know we Indians lack in finish. It just buttresses my observations, sadly.2. You have thoughtfully provided a safety cable in the box. But, the instructions on how to use this appropriately and correctly, are very confounding. A step by step diagrammatic installation procedure would have been very helpful. Take a Japanese manual as an example. They simplify it through cartoons and make the entire understanding process so much easier. You have tried to keep it concise and short, almost hurrying the process. Whereas, more real estate should have been provided when it comes to a safety application. Which end should actually go where and what should be anchored to what, is really puzzling.3. The down tube has so many sharp edges that it cut into my wires repeatedly. I had to install new sets twice. At every opening provided, top, bottom or at right angles, wherever there was an opening, there was burr. Sharp burr. This is downright deplorable as it is a safety issue. If you acknowledge it to be, that is. I know de-burring is very menial job and does not come into the grand scheme of all things manufacturing. But it can make or break many a product. Please look at it very carefully.4. The down tube can have a small plastic wire or a more environmental friendly string pre-attached to it. This will help in routing the electrical wire from the connector of motor to the connector of the power input. Small things matter.5. The hardware provided, nuts, bolts etc. are not of good quality. Though the yellow zinc plating seems good. The holes for the split pins are not deburred (there!). The nuts are not concentric to the threading, which as a result rotate eccentrically when rotated on the bolt prior to tightening. This will mean that it will not fit flat or at right angles to the axis of the bolt, rendering tightening, suspect. The split pin is the only savior. Hopefully.6. The paper tape applied on the motor body as a soft medium between the blade and motor, tears off easily. When the screws and spring washer are removed, prior to mating the blades to the motor. The spring washer digs in too much into the paper tape.7. When one turns on the fan, via remote, there is sound and then the fan starts rotating to the desired speed. Trust this is normal and not a cause for alarm.8. Have the fans been dynamically balanced? The reason for this query is, one of the fans does an orbital motion around its anchoring point. I double checked the shackle and all joints for proper fitment. Do tell me about it.Pros-1. Surprisingly small and light weight motor. Pleasure to hold in one's hands. Hope it lasts well. My older ceiling fan has lasted me around 20 years and still working well. Had to give it off in exchange!2. Because of the smaller diameter motor, the blades look longer. Gives a wider/larger sweep look.3. Remote works very well and is very convenient too.Hoping the Design and Manufacturing team will look into these aspects\",\n                \"title\": \"Small things matter for a great product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-06\",\n                \"helpful_count\": 58,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R206DPJBG9JM0E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R206DPJBG9JM0E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vibha Kalyanshety\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan looks great and performs well overall. Air delivery, design, and silent operation are all very good, and I was happy with the product in most aspects. However, the main issue is wobbling, which has been there since installation. I even contacted customer support and a technician visited, but unfortunately the wobbling issue is still not resolved. Except for this problem, everything else is good, but for a new fan this is disappointing.\",\n                \"title\": \"Good Fan, But Wobbling Issue Still Not Resolved\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-03\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1towyj5csL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1000OX75E8JTF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1000OX75E8JTF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Md Aamir\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I purchased three fans from your brand with the expectation of receiving high-quality, reliable products. Initially, all three fans functioned properly for a few days. However, within a month of purchase, each of them began to malfunction. At present, all three fans have either completely stopped working or are experiencing frequent operational issues.The problems I have encountered include:Sudden stopping of the fans during operationIrregular speed fluctuationsFailure to start properly even after multiple attemptsContinuous malfunctioning despite normal usage conditionsThis situation is highly frustrating, especially considering that the products are relatively new and were expected to last for a long time without issues. It is unacceptable for all three units to develop faults within such a short period, which clearly indicates a serious issue with product quality or manufacturing.I trusted your brand based on its reputation, but this experience has caused significant inconvenience and dissatisfaction. I have spent my hard-earned money on these products, and instead of comfort, I am dealing with repeated problems.I kindly request the following:Immediate inspection of all three defective fansReplacement of the faulty units with new, properly functioning ones or a full refundAssurance that such quality issues will be addressed to prevent inconvenience to customers in the futureI urge you to treat this matter with priority and provide a prompt resolution. Please let me know the next steps at the earliest. I am ready to provide purchase details, invoices, or any other required information.If this issue is not resolved in a timely manner, I will be compelled to escalate the matter further through appropriate consumer grievance channels.\",\n                \"title\": \"Complaint Regarding Defective Fans – Request for Immediate Resolution\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3AIXHO1BHE9PF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AIXHO1BHE9PF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arjun\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Everyone in the room wont the right airflowFan is working properly i placed it my bedroom i only get right airflow if am right beneath it otherwise wont get enough you will sweat even on boost mode airflow is perfect on centre,working and all is good remote works fine everything is ok not a great fan for bedroom would be good fpr dining room,hall not good for bedroom\",\n                \"title\": \"Only centre airflow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1D55Y5IGRIIFS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1D55Y5IGRIIFS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Priyanshu Jha\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I’m बेहद satisfied with this Atomberg Renesa Enzel 1200mm BLDC ceiling fan. The design is modern and looks really premium, adding a nice touch to the room.The best part is how silent it operates—even at high speed there’s almost no noise. Air delivery is strong and consistent, easily covering the entire room. The BLDC motor is a big plus as it consumes very less electricity, which is great for long-term savings.The remote control feature is very convenient and works smoothly. Installation was easy, and overall build quality feels solid and durable.Perfect choice if you’re looking for a stylish, quiet, and energy-efficient fan. Highly recommended! 👍\",\n                \"title\": \"Super Silent & Energy Efficient – Worth Every Penny!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-21\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RU5QRUF7UG7XP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RU5QRUF7UG7XP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Decent  purchase ..But , it is not noise free and fan wobbles at all speed levels.\",\n                \"title\": \"Wobbly FAN\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-07\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R3NZWHRW5ULEOW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3NZWHRW5ULEOW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bittu rawat\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan is good but sefty wire is missing in packaging\",\n                \"title\": \"Good ran\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R1RZ06JY0ATR1R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1RZ06JY0ATR1R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sura\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Works Awesome in low voltage but when it start a annoying sound makes.I thik you may go for higher variant so may this not happen to you. Quality is average not premium. Remote works good. Installation is simple. If you buy at 2.5k then its value for money.\",\n                \"title\": \"Average Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1OXMDQ8Q179OH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OXMDQ8Q179OH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pratik chavan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Very nice Colling fan\",\n                \"title\": \"Atomberg fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R3LHVMO4J0MB95\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3LHVMO4J0MB95\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hanuman T.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R319H3AXF8EK1D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R319H3AXF8EK1D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohammad\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The design is sleek and attractive, with good build quality and convenient functionality. However, during peak summer, you need to sleep directly beneath it to get the best airflow and cooling.\",\n                \"title\": \"Modern Design With Reliable Performance.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-11\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1N60EGM9LKHK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1N60EGM9LKHK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manikandan S\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I’ve been using this fan for a few days and the performance is really good. Air delivery is strong and covers the room well. Noise level is low, so it’s comfortable even at night. Build quality is solid and installation was easy. Overall, a good value for money product.”\",\n                \"title\": \"Valu for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1BCEWC7A8018J\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1BCEWC7A8018J\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Md Abdus Samad\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good looking & modern design, High density of air\",\n                \"title\": \"Good Looking\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3SHCZ3ICO2PLN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3SHCZ3ICO2PLN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kapil Sharma\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    Acha hai, awaz kam aati hai, dikhne me bhi acha lagta hai ab aage kesa chalega yeh to baad me pata chalega lekin abhi acha chal raha hai, raat me indicator lights kamre me glow kar deti hai\",\n                \"title\": \"Acha hai, raat me ligh kamre ko glow kar deti hai\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-10\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1+MNb9-LiL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RALC7JV0YTQYG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RALC7JV0YTQYG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"harish\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Works well good customer care support.\",\n                \"title\": \"Good customer care support.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1BAN7O7Z2NFYL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1BAN7O7Z2NFYL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shalu handa\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Bought last year.switches off automatically  again and again\",\n                \"title\": \"Automatically  switching off\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R24F2Q89PTFUDK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R24F2Q89PTFUDK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ravi\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good product\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3DAR1HV7MAV4F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DAR1HV7MAV4F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hiteshtank\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good product\",\n                \"title\": \"Good 👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3L1SZMTTV486O\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3L1SZMTTV486O\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Venkat\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Package received in good condition by the promised delivery date. Everything worked as mentioned in the instructions (Online User Manual). Very light weight, works well, absolutely quite(no fan noise) but airflow noise can’t be avoided. Registered for Warranty without hassles. So far seem to be a worthy purchase.\",\n                \"title\": \"Lightweight, noiseless and works well\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R61908QKOUGOK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R61908QKOUGOK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Remote missing\",\n                \"title\": \"Remote missing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RNQFEALSCK4DD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNQFEALSCK4DD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arsh deep Singh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very Good product packing also goodThanks to Amazon…\",\n                \"title\": \"Good Product Thanks to Amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2GIJ9UVXZIWG4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GIJ9UVXZIWG4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Real reviews\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Working very wellSatisfied with the product ✨️\",\n                \"title\": \"Excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1KHCRA2EZEH0A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KHCRA2EZEH0A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"DEEPAK TIWARI\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good looks and quality celing fans with a remote.\",\n                \"title\": \"Good looking celing fans with remote.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RG4QIOCQGUMDP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RG4QIOCQGUMDP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lucky\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"After two months fan's light not working.\",\n                \"title\": \"Costumers need support for product (under warranty)\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-30\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2TUVPKDS9COXO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2TUVPKDS9COXO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mukesh Patil\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good quality\",\n                \"title\": \"Good quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R288RSIIEC8VDH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R288RSIIEC8VDH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jesudoss M.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I had high hopes on Atomberg BLDC fans before I purchased this. But its a bit disappointment to me considering the premium price tag for a Ceiling fan against its real-time performance. When I switch on the fan, it takes a second delay for the fan to start spinning. I hear a cranking sound every time I switch on the fan. This cranking sound during the startup seems to be a manufacturing defect. And it seems the fan struggles a bit in the 1st second until the cranking sound is heard on startup. Also, the fan does wobble a  little. Any good manufactured and good balanced fan should never wobble. Now Atomberg should confirm if the cranking sound is expected one or not. Also, the wind throughput is just normal. I have tried reaching out to Atomberg through their email but there is no response. I escalated the issue on their 'X' social media handle. The case got registered and a service person inspected the fan. He finally said the initial cranking sound and a one second delay is a known one in all BLDC fans and its not a manufacturing defect. Except this cranking sound at startup the fan's performance is really good.\",\n                \"title\": \"Cranking sound during start\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-14\",\n                \"helpful_count\": 16,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D134bk44dSL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1A4DTHERKH0K6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1A4DTHERKH0K6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Brijesh Maurya\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Remote control sirf 2 meter pe hi cam kar raha hai 😭😭😭\",\n                \"title\": \"Fan ok ok hai bas 🥲🥲\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1ELYSNQSH6X57\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ELYSNQSH6X57\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arun\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Superb options to choose cool summer\",\n                \"title\": \"Gooddddd\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2GE465QFWXX1G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GE465QFWXX1G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"kvnchandrasekhar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Received delivery and fixed. Fan looks good and functionality also good.  Fan has 6 speed capacity with led light to indicate speed. Color is good  and material is strong. Remote is decent. Airflow also good on high speed.  Noise is same as normal fan in high speed. Low speed no noice. This feedback is based on delivery date experience only.\",\n                \"title\": \"Fan overall feedback positive\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-18\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R22W07ZVIIXHE7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R22W07ZVIIXHE7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shailendra\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"super speed and design\",\n                \"title\": \"good for 100 ft room\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2YXPCA38T1EI5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YXPCA38T1EI5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rubel Molla\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Not bad\",\n                \"title\": \"Air quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R176ILCH3I2B7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R176ILCH3I2B7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RATAN K.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Highly recommend\",\n                \"title\": \"Excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R106CB5PK21NSK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R106CB5PK21NSK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bipin ch Borah\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Installed toady.Fan looks premium, has good speed, remote control is on point.Nice Job Atomberg✨️\",\n                \"title\": \"Best In This Segment!!!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D10X3JjlJjL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3S65DTPU0FSRZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3S65DTPU0FSRZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Avinash Nath Singh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good Fan Less Noise. Easy to use because of its remote. It can be go on very high speed while on Boost Mode. And condensor tension Is gone because its a BLDC fan\",\n                \"title\": \"Go for it without any extra thinking..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1OW45Y5477OOC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OW45Y5477OOC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Unknown\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Value for money / low noise / best fan in price segment go for it 👍\",\n                \"title\": \"Awesome\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1izvpvAIiL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R100DGJEJERGL4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R100DGJEJERGL4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Maverick\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"using these fans in both hall and bedroom for 5 months.Air delivery & performance:Airflow is strong at higher speeds and still quite effective at lower speeds. Even with good air delivery, the fan remains remarkably silent compared to regular ceiling fans, which is immediately noticeable.Noise level:One of the biggest positives — the fan is very quiet, even at higher speeds. There’s no irritating hum, making it ideal for bedrooms and living spaces.Remote & features:The remote is very responsive. Commonly used features like speed control, sleep mode, and on/off timer work perfectly and are genuinely useful.The LED indicator feature, however, doesn’t seem very practical to me — it lights up all LEDs instead of showing speed levels through no. of leds lit up. Minor issue, but worth mentioning.Power efficiency:I can’t comment precisely on electricity savings yet, but the fan doesn’t heat up, runs smoothly, and feels extremely efficient for the amount of air it delivers.Build & installation:Build quality feels premium, and despite being a first-time installation, I installed it myself without any hassle. No wobbling issues.Pros:✔ Excellent air delivery at low noise✔ Premium build quality✔ Smooth and responsive remote✔ Very comfortable for long usageCons:✘ Slightly expensive compared to regular fans✘ LED indicator feature feels unnecessary✘ Not highly dust resistance though, needs cleaning on certain intervals...Who should buy:Anyone looking for a silent, energy-efficient, premium ceiling fan for bedroom.Who should avoid:Only those on a strict budget — otherwise, no major drawbacks.\",\n                \"title\": \"Silent, powerful, and premium - bought twice without regret\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R319LEYC4546NE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R319LEYC4546NE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rohithkumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan is good but the serial number is not valid for warranty. Its showing as duplicate serail number scanned . Disappointed\",\n                \"title\": \"Warranty serial number were duplicate\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-06\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R20WUADNSM4EQN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R20WUADNSM4EQN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajesh B\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent. High speed with low noise. B mode in remote supports most speed however it is not recommended for long time. Remote is slim. LED glow is optional. Very low and soothing LED brightness. Love this brand.\",\n                \"title\": \"Excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R4S0FIFKGLLBO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4S0FIFKGLLBO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"George Abraham\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I’m very happy with the Renesa model. The remote control is super convenient, especially the 'Sleep' and 'Timer' modes—no more getting up at night to change the speed! It’s whisper-quiet on lower speeds and very powerful on 'Boost' mode. The LED indicators also give a modern look to the room. Definitely a product that doesn't disappoint!\",\n                \"title\": \"Smart features and super silent performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1JFR55UQITR83\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1JFR55UQITR83\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"The Reds\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It's running that's all we need\",\n                \"title\": \"It's running hurray\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RHKUJF5PVQGQ7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHKUJF5PVQGQ7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Karan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good Fan\",\n                \"title\": \"Good Fan Worth Buying in this range\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2J2JLYLS6ZQJT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2J2JLYLS6ZQJT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"बहुत ही अच्छा है, आवाज भी कम है, अब देखना है ऐसा सर्विस कब तक चलेगी l\",\n                \"title\": \"सुन्दर\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R1FU3G2N0FS3VV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1FU3G2N0FS3VV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shankar Muni\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Sleep, modern design. Suitable for most interior and false ceiling. I got the wood pattern which went great with my interiors,wish they had white/wood Color combo. It's a designer fan  with larger hub which makes it looks Premium.Noise wise it's quiter than Older Rensa models, due to sleeker and rounder baldes, but speed/force wise it falls behind the older models, especially during summers. However looks wise it's par with any 7k - 10k range fans. BUT they don't sell 1400mm edition of this model which is useful in larger rooms / halls where these designer fans are mostly used.Compared to Other BLDC fans of older booring designs with larger bulky blades it's a bit under whelming in terms of air force, but defiantly gains attention and is worth the looks\",\n                \"title\": \"Best Looking designer fan,but\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-02\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1lZcWBygSL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R11MOYMC4TJDLR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R11MOYMC4TJDLR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SURAJ BHAN SINGH\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    Fan achha hai but thoda Price high h.. Thoda sa costly hai bcz normal induction fan 50 watt ka aata or bldc 35 watt ka sirf 15 watt save krne ke liye 1500 ke jgh 3500 lagte hai. To budget bldc fan nhi h hmm agr apko semi decour chahiye to us point se best h other wise normal le skte h ( invorter ke liye sahi h)#SURAJ_BHAN_SINGH\",\n                \"title\": \"Best bldc fan Atomburge renesa enzel 1200mm\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-07\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1anqSpN4dL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2YWYOLI4XT485\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YWYOLI4XT485\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Karthik paleri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good product. worth for money.also super design and performance.\",\n                \"title\": \"Atomberg celling fan.good delivery and performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-14\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R387ZM0G0IWW9C\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R387ZM0G0IWW9C\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sunil b\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"An absolutely fantastic item!\",\n                \"title\": \"Atomberg Ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2W7E0R4DCAN4H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2W7E0R4DCAN4H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vishweshwaran\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"What a BEE 5 star fan should have got a 5 star review got poor rating for the following reasons:Bought two Renesa enzel fans through Amazon.Product design -  5 starLow Noise level - 5 starAir throw - 5 starRemote build - 1 star ( the battery cover does not fit on day 1 of usage itself)Warranty registration process - 1 starWhy is your warranty registration page so difficult to fill in?The serial number scanning function in the website does not work. Throws some random number continuously while scanning the bar code. I had to manually fill in. Read the small text and digits in the bar code.There are separate serial numbers to be filled for - motor, blades and the rest of the box. Don’t know if all of them need to be captured.The warranty registration cuts short my product purchase date by two weeks. Placed order on 19th October and the goods were delivered on 26th October. However the latest date for filling in warranty is only 13th October.The site allows me to register warranty only after two weeks or back date my purchase date. Why so?Spoils the purchase experience of a premium product completely!\",\n                \"title\": \"Atomberg needs to get into atomic details of cx\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-28\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RALKBIEZU8OE7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RALKBIEZU8OE7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vaibhav Singh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best fan + remote\",\n                \"title\": \"Best fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R4P0FF4LHXALZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4P0FF4LHXALZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Golu Nishad\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2ACCJWHGZG8T1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ACCJWHGZG8T1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sujeet Parui\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is good but spelling little bit while on\",\n                \"title\": \"Nice design looks good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-31\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1l-oR+UBkL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RDR5E4OXCOR1D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDR5E4OXCOR1D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vijay kumar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Varry good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-11\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R11HJFNJ0YI3OI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R11HJFNJ0YI3OI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ronak\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"To small led inside\",\n                \"title\": \"Make demo video\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R10JWKHSSKPXX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R10JWKHSSKPXX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sugu\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Felt half of the weight comparing with normal fans, but it gives enough air flow for a rooms (not for hall)quality is good, you can definitely buy this if you want this in your room.\",\n                \"title\": \"Gold list\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2LQFAQD3QV0R2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2LQFAQD3QV0R2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vivek manjrekar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product, Good air throw\",\n                \"title\": \"Nice Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1+pnf+feyL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R12K1T5BJXXZT2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12K1T5BJXXZT2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"damodharan Satheesh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent product\",\n                \"title\": \"Money value\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R237TMT26U2OMF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R237TMT26U2OMF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Purchased 2 fans. One of them stopped working with in a year. Have raised a complaint, no response yet.\",\n                \"title\": \"No longevity\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-07\",\n                \"helpful_count\": 12,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R139GR4Y7IOQRK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R139GR4Y7IOQRK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Krishna\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The product design is good especially the blades, but the main motor feels like bulky in size but not in weight.The remote operation is quite helpful during early morning hours, to decrease or switch off.(But need to point centre of the fan, not a RF remote, little disappointment)The speed and air delivery isn't matching with normal fan. Only in the boost mode it matches.(May be due to the blade is thin or little small size, the air delivery has little lag)Also the speed seems to be not gradually increasing, 1 & 2 seems little low compare to 3 & 4.The led lights looks cool, but you can only use it as a night lamp.Anyway it has 3 years warranty, so hopefully its durable and proves to be better value for money.\",\n                \"title\": \"Its a light weight nice fan from Atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-03\",\n                \"helpful_count\": 9,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R4ABTT6SYOHQS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4ABTT6SYOHQS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vasundhara\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3UTLL0NV3B8E7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UTLL0NV3B8E7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saugar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The speed of the is not upto the Mark its not a high speed fan model is good and the light effect is very mild seems like china\",\n                \"title\": \"Fan speed less and lighting is not uptomark\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-30\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1175U0MCJYNBU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1175U0MCJYNBU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjay Patil\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Still working\",\n                \"title\": \"Some noise after shimmering the remote to 04\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R27L6R4QFP0V7D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R27L6R4QFP0V7D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Balaji. R\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product and really worthy\",\n                \"title\": \"Awesome\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3NO8LQLXCW54X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3NO8LQLXCW54X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nandulal m.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Atambarg renisa fan aachaa hai  4 mahine bad spid problem aaya compani ko call karne ke bad 24 ghante ke ander sarvice mili  pc chenj karaya  sarvice is good naice Costomar cast thank atomberg aap fan le sakte hai\",\n                \"title\": \"Naice le sakte hai\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1ZSE7SCLDUJG3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZSE7SCLDUJG3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjayangelo\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I’m fisted time punched this product, my experience was good product and quality light-weighting\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RGO5QKU95CTC8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGO5QKU95CTC8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hotwheels\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Although the product is functional, I've had to replace it due to cosmetic issues - the first unit had deep scratches on all the blades, luckily the replacement one had negligible soft scratches.would advide anybody to avoid their glossy model. The main body unit had not protection sticker ok the face. In contrast, the Orient Electric BLDC fan I ordered around the same time was in near-perfect condition with no scratches. Additionally, the LED lights on this fan are too dim and seem pointless compared to the Itome model from Orient Electric, which is similarly priced and has much brighter and more effective LED lights. Given these issues, I'd advise against purchasing glossy finished products from this brand, as they seem prone to scratches. Hopefully, they'll improve their quality control processes and enhance the features of their products to match the competition.\\\"\",\n                \"title\": \"Good functionality but roughly handled, lot of scratches\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-09\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3JFG18F8IVVCM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JFG18F8IVVCM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"rajkumar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"good quality\",\n                \"title\": \"good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R4CQP76HHS1BL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4CQP76HHS1BL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"NIrav c sheth\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product\",\n                \"title\": \"Goodd\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2QJQYXY2D1YJE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QJQYXY2D1YJE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"K.SREEDHAR REDDY\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"After 3 years the fan remote sensor not working. But the remote is working.  How this problem solved by the Autom burg team.\",\n                \"title\": \"Remote sensor not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RSCJFRRHYFDJF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RSCJFRRHYFDJF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MATHESHWARAN SELVAKUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best option in this price range low sound quality is great elegant and premium\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R1U0ZBQZBYHCLF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1U0ZBQZBYHCLF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ananta Halder\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2FO3DCKVI46U9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FO3DCKVI46U9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Madesh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Awesome product. Running more than 16hours a day for 6months. Worth the money\",\n                \"title\": \"W fan <3\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R23LTUSDJY266\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23LTUSDJY266\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kartik khatri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The quality of the fan is great the air flow is good the weight of a fan is quite light overall a 5 out of 4 rating from my side go for it without thinking\",\n                \"title\": \"If you have larger square feet rooms go for 1400 mm\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2S32A30GSHD58\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2S32A30GSHD58\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"safwan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Gives Aesthetic feel.Good performance,Only problem is about vibration, most of the fans have that problem generally except this everything is fine with this fan\",\n                \"title\": \"Awesome\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RHGB01G4D6ACV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHGB01G4D6ACV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"BIDESH SAHA\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product.but it shaking in run time\",\n                \"title\": \"Nice product in rs2800\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D12IDLtDZNL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R30T1G66ZW2RHJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R30T1G66ZW2RHJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"karthick\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"good\",\n                \"title\": \"good product value of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R184E38YD403WB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R184E38YD403WB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sanjib bhunia\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"This is so nice ❤️❤️\",\n                \"title\": \"So nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1C8ITUQXSEJOZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1C8ITUQXSEJOZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sankar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Recommended for the same to other, order given to buy\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R347G1VMOOSNTL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R347G1VMOOSNTL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Top notch service and fan\",\n                \"title\": \"Bill saving fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3O7GDSRMVMDEO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3O7GDSRMVMDEO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajasekar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best on one this productSave the EB bill very niceVery well product for atomberg fan\",\n                \"title\": \"Very well product for atomberg BLDC fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1OI170K68RGVX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OI170K68RGVX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kaamil\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best quality and low current consumption\",\n                \"title\": \"Worth buying\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-06\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"RN74O525UWJU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RN74O525UWJU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yash S.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The product is really good. You can't expect it to be very silent as in high speed anything will definitely make some sound.There is 1 minor problem though... The installation rod has larger holes for screw compared to my usual fans... I don't know why... So this creates some trouble since I cannot change the installation rod whose 1 end is hidden inside pop false ceiling. I managed to use old rod with new fan somehow. But it won't be possible for everyone I guess.\",\n                \"title\": \"A good fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2OU5ITT5GATFU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OU5ITT5GATFU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vimladeepak\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Recently I bought Atomberg BLDC fan (Dark Walnut colour), and I’m thoroughly impressed. The standout feature is its energy efficiency—thanks to the BLDC motor, it consumes significantly less electricity compared to traditional fans, which means real savings on the power bill.The remote control feature is a great convenience, letting me adjust speed or turn the fan on/off from anywhere in the room. It’s also super quiet, even at higher speeds, which makes it perfect for bedrooms and study areas.Design-wise, the fan is modern and sleek, blending well with any interior. The build quality feels solid and premium. It also works well on inverter power, which is a big plus during power cuts.Overall, if you’re looking for a stylish, smart, and power-saving fan, Atomberg is definitely worth the investment. Highly recommended!\",\n                \"title\": \"Excellent Energy-Efficient Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-04\",\n                \"helpful_count\": 16,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1aOMpdImwL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R3MOCCP0J4UKQH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MOCCP0J4UKQH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Zeeshan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good fan by atomberg no 1 brand of bldc fans\",\n                \"title\": \"Best Brand\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1XP61I3UW45M6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XP61I3UW45M6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kunwar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"- anti dust paint is a gimmick, it gathers dust quickly- just remote option is tricky, it should be both, normal regulator plus remote, and wifi control on top if possible (but normal fan regulator is must)\",\n                \"title\": \"*Not* anti dust, (& normal regulator is must)\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-11-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1IJQ09QUPDXKF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1IJQ09QUPDXKF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tarak\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Refurbished Bldc fan. 2 nos Atomberg renesa midnight black was delivered. After receipt one unit is returned due to multiple missing items. Refund is received. Other unit is found defective with asymmetrical rotation. Very frustrating.\",\n                \"title\": \"Missing and defective bldc fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1b-LwikxmL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R74N3G7LYXTM7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R74N3G7LYXTM7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Omprakash sisat\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Noise\",\n                \"title\": \"Bahot jyada noice kar raha hey bhai\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1tJ7kSHdhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R374FT8Z0OFC3I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R374FT8Z0OFC3I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aqib\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Customer service is not good product i purchased in 2023 and now this happened i try to reach them but they didn't respond not satisfied with this product\",\n                \"title\": \"Review after 2 yrs\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1Xzot2JFbL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3PR10VZVZCPIA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PR10VZVZCPIA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"B D Mahanta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I purchased the Atomberg Renesa Enzel 1200mm BLDC ceiling fan on 1st October, and within just one month of use, it has already started malfunctioning. I genuinely expected better performance from Atomberg, but this experience has been very disappointing.The fan was working fine initially, but now it’s not even running properly. Definitely not what you’d expect from a brand known for BLDC technology. I feel let down, especially after paying for a premium model. I hope Atomberg’s customer service resolves this quickly, but as of now, I wouldn’t recommend this product.\",\n                \"title\": \"Extremely Disappointed After Just One Month\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1f4VjldW8L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2ROMUI6FGFDHQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ROMUI6FGFDHQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"nishant sharma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan was working a few hours back but it's not working now\",\n                \"title\": \"Fan not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1pcGkJPvbL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RIIUAXMERULW5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RIIUAXMERULW5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aryan Pokharkar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    इस कंपनी का फॅन रिटेल से लेना चाहिये ॲमेझॉन पर सब फॉल्टी प्रोडक्स है . हमारा फॅन इन्स्टॉल होने के बाद सिर्फ पाच मिनिट चला और उसके बाद बंद हो गया इन्स्टॉल करने वाले  500 rs फॅन इन्स्टॉल करने के खराब फॅन नीचे उतरने की fees ले ली. और फिर रिटर्न करने के लिए बताया . Worst experience.\",\n                \"title\": \"Worst experience.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1-g-1nhjFL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R28SM6JL2A8I8A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R28SM6JL2A8I8A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shubham D\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is making sound after 6 months and I have bought 1 year extended warranty but I can't see get support option in orders tab\",\n                \"title\": \"Fan is making sound and no support option in orders tab of Amazon app\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C12drJaXFpL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3AFZL6TP2TI1A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AFZL6TP2TI1A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Khushi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not satisfiedMany scratches were visibleBox was half open on delivery time.Packageing was poorNot happy with delivery\",\n                \"title\": \"Not worthy\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-10-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RJK4STTGJH6PJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RJK4STTGJH6PJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dilipkumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Low breeze competitively, disappointing. I am using 2 fans in my open shop, but the normal fan breeze reach to the corners and more breeze, while this brand only centre.Utter waste, in my experience. Don't buy.\",\n                \"title\": \"Glammer but not worth the breeze, poor\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1GKFCXQ3P0285\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1GKFCXQ3P0285\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kam\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Not enough air output. Don’t buy this if you want both air and power savings. Remote doesn’t work from angles as the IR receiver is hidden inside the core. VERY IMPORTANT! You cannot return without calling and convincing Amazon customer care. Sound is more than air 😜\",\n                \"title\": \"Sound is more than air 😜\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-15\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1QNeb3KPSL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R12OW7M5X9PAVI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12OW7M5X9PAVI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gomathy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Shacking head , look like u  blanched motor ,\",\n                \"title\": \"Shacking\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C11KJ7KuOdL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RYZC1ADOT1NPB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYZC1ADOT1NPB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shiva\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Installed this fan today, and from the moment I turned it on, it started wobbling like it was trying to launch itself on to air.\",\n                \"title\": \"Wobbling Like It’s About to Take Off\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1Kg65j4uDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2RZ7YKOWGPEV7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RZ7YKOWGPEV7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Bad fan not working stopped right now it's waste of money totally don't buy this I want to return this\",\n                \"title\": \"Don't buy from amazom\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C19wfJBKc5L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RIDE644AWX8EO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RIDE644AWX8EO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Baskar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Worst fan,after 10 days the fan not running and spoil, contact the customer care they tell with in 3 days they come for repair but 4 days already no one came for repair\",\n                \"title\": \"Worst fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/H17ZTp1YznL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1EIPAJJ0E4NDR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EIPAJJ0E4NDR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"On Amazon app products warranty is written 3 years but on product packaging it's mentioned only two years. There should be no discrepancies in such things.\",\n                \"title\": \"Discrepancies in the product warranty\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3KQKL100CQRNM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KQKL100CQRNM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Neeraj Agrawal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Third Quality item, kat kat kat kat ki awaz aa rahi, aur full speed karne per fan bahut jada shake kar raha hai....amazon refuse to replace and asking to contact service center.\",\n                \"title\": \"Noisey fan shaking alot, amazon refuse to replace.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1oEMKdSXOL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3AJP3AXGDTRWM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AJP3AXGDTRWM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"AMIT RAMESH ROKADE\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very very poor packaging, after unboxing box is very poor quality and also under warranty card is cut in middle so this is not expected of a reputed brand, I am not satisfied for this product packaging quality ...oh my god\",\n                \"title\": \"Unboxing is unexpected not buy please don't buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2M1F5JFDW3QPR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2M1F5JFDW3QPR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kothekar A. B.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Never Buy  atomberg  fan very low life .Third class customer service. cheating tree years warranty. if You Want headache  you can go....\",\n                \"title\": \"Very Low life of fan Cheating Three Years Warranty.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3IHYN71CSVWML\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3IHYN71CSVWML\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    having technical problem from 2nd day of instalation not worth it at all. It is said that first impression is the best impression, this is my first product of this company and I am sure this  one is also my last product from this company in my life\",\n                \"title\": \"Don't waste your hard earned money on this useless product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E10fLhsLntL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RA3GO0MNUPAPH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RA3GO0MNUPAPH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nirmit Patel\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan running issue without any powercut fan off and on\",\n                \"title\": \"Replace product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2BVPHXYJGWLL7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BVPHXYJGWLL7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shirish p.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Damage and used product.\",\n                \"title\": \"Used and damage product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2KQ7CF02KM6YS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KQ7CF02KM6YS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Please do not buy this product. I purchased 2 fans recently, and both are very disappointing, low speed, noisy, and yesterday one sparked with a blast sound and completely shut down! It was shocking and unsafe. The company really needs to fix this issue immediately.\",\n                \"title\": \"Please DO NOT BUY this product ! STOP the production.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-29\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R13UPR6PTRJQHF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R13UPR6PTRJQHF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Surinder Kaur\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The fan is not working\",\n                \"title\": \"Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R9V7MO40UDKKR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R9V7MO40UDKKR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RAJ SHEKHAR KUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Not functioning well. Speed Up and then slow down and this process keep continue .\",\n                \"title\": \"Not functioning well.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1MrO5LcOQL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"RRPCNU2QGG6KK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RRPCNU2QGG6KK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Customer service is very very bad. I have purchased 3 fan, but app is not working properly, I have dropped mail to customer service, but haven't received any response.\",\n                \"title\": \"Customer service is very very bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RHKTZME8F3R39\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHKTZME8F3R39\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Entirely useless item. I purchased two fans in 2023 and both have developed some issue. There is no after sales service. Complaint at customer care would not give any result. After asking tens of questions they would show a video and ask is problem resolved. Don’t buy any Atomburg product.\",\n                \"title\": \"Don’t buy Atomburg product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1tugGEBetL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R391YGA2BHSV8R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R391YGA2BHSV8R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't by atomberg fan worst qualityMake noise and vibrates alot damaging pop\",\n                \"title\": \"Don't buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R297UVH9VX7O3Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R297UVH9VX7O3Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Laxmi reddy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I Purchased  2 fans of same Model ...Since work was going on at my place we opened the box after the return period was over to our surprise one of the fan motor part is white nd wings are off white\",\n                \"title\": \"Different colour not as mentioned\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RU3EWOM4DSE5H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RU3EWOM4DSE5H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deepak Bharti\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Product is not working, vedio attached\",\n                \"title\": \"Defective item\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1VoVwYCtvL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RU41S1CRS7CFY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RU41S1CRS7CFY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Muskan shaikh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    No return policy\",\n                \"title\": \"Low noise operator total scam\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1OSTme4kHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1PAZRIW32P7KA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PAZRIW32P7KA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"thulasi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very worst product don't buy this product\",\n                \"title\": \"Automatic of on\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3FVDWW08ORZZA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3FVDWW08ORZZA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sami Khan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"कोई भी एटॉमबर्ग पहन ले इसकी सर्विस बहुत खराब है एक महीने भी नहीं चला है और खराब हो गया है ठीक करने वाले आते हैं और ₹500 मांगते हैं कहते हैं ₹500 तो जब ठीक होगा और कंपनी की तरफ से फ्री सर्विस है₹500 देवो तो ठीक हो जाता है नहीं दो तो कहते हैं पानी चला गया पंखे में ठीक नहीं होगा₹1000 लगेंगे\",\n                \"title\": \"No\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2J9HOON63T6M8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2J9HOON63T6M8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lokesh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very very bad fan mostly fan is speed running but air is total kill very disappointed this item not buy my opinion don’t buy auto burg fan\",\n                \"title\": \"Don’t buy this fan  very bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1OJD5VWFEUCFY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OJD5VWFEUCFY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prashant\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Just after 8th day, it stopped working properly. Initially I thought may be we are not operating the remote properly since its a regulator free fan but soon noticed that it has a technical fault. I bought it based on the ratings provided however this is not worth the price. Quality is not at par with other fans. I have uploaded the video as a proof.\",\n                \"title\": \"Poor Quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1I2V5KrUoL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3A3UYT0TT5S4M\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3A3UYT0TT5S4M\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sarathkumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very poor quality,Not running, damaged item, already used item.\",\n                \"title\": \"Very worst\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3GMZZ2NMDTYU6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GMZZ2NMDTYU6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abul Azad\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very very bad product after few months the pain on the fan is peeling off\",\n                \"title\": \"Loss of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2EU9OAMTIVDNW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2EU9OAMTIVDNW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jayesh ganpatbhai solanki C/O union bank of india\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Atomberg bakwas hai circuit bar bar bigad jata hai and service is very poor hapto tak engineer visit nahi karte.\",\n                \"title\": \"Totally bakwas fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1Rkyru74YL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2RHTF5JN9WH50\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RHTF5JN9WH50\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ila Makadia\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Damaged product received\",\n                \"title\": \"Damaged product received\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R12G3R4SY05FP5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12G3R4SY05FP5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"basil\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"No air flow go for some other fan if u need good airflow waste of money\",\n                \"title\": \"No air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3GYQ27KEOWCOA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GYQ27KEOWCOA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"danishaikh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst product don't buy this product 2 year buy this product service and product quality very bad fan function and speed always fluctuation. No any dust resistance. 3 years warranty but service zero\",\n                \"title\": \"Worst product don't buy this product worst service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"RH4IBI9CAJL3K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RH4IBI9CAJL3K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"William\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan functionality:It's not working properly\",\n                \"title\": \"Fan not working properly\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1lWZ6ncIRL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R222TEM3GHEWPC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R222TEM3GHEWPC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Satyam Jaishwal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Used product received\",\n                \"title\": \"Very bad product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1YnNnL5RJL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1V7JRLJ56ZW11\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1V7JRLJ56ZW11\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Umesh Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This fan has a fundamental design flaw. There’s a constant humming noise at speed 2, and it only stops at speed 1 or beyond 3. That completely defeats the purpose of a speed-controlled fan. Clearly a result of poor R&D and cheap quality control — this isn’t a one-off defect, it feels built into the product’s DNA as I bought it twice and replace those twice so total 4 fansL. Not worth the hype.\",\n                \"title\": \"Disappointed – Defective by Design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-05\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RZP2NE9ZHKOOE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RZP2NE9ZHKOOE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manisha rai\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Not working\",\n                \"title\": \"Customer\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1eTlpW5AvL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RMP64DXTWU1Q1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMP64DXTWU1Q1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vikram\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Received broken main body of the fan. It is broken at multiple places as pointed in the pics which puts a question on the quality of the material used. Initiating return\",\n                \"title\": \"Broken main body at multiple places\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R12C0B4TH377TA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12C0B4TH377TA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Murugavel\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Looks wise it's good. But quality wise not up to par.Creates noise unlike what is being said about the fan being noise free.Speed is also not up to normal fan  even in boost or 5 speed. Would suggest going for other brand or normal fan which is priced half of this but works better.\",\n                \"title\": \"Not upto mark\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2NX045M2LWYAW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NX045M2LWYAW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"prashant\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It stopped working after 10 days, tried contacting customer care but no response\",\n                \"title\": \"Started giving problem within 10 day\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1FlSWYODwL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R23K6TO90QYD6M\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23K6TO90QYD6M\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Why did you pick this product vs others?:I picked up this item thinking it is the best fan in the market but it's performance is horrible. It doesn't throw air even if you stand below the fan. Other fans give much better performance. I just want to return this item and get the refund asap.\",\n                \"title\": \"Does not match the quality compared to its hifi name in the market\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2YA3IVLYY7712\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YA3IVLYY7712\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kushal Plast\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I purchased Atomberg fan 4 years back with frequent speed issues. I registered a complaint to company & a technician who visited is asking for 2400/- for repair in cash without invoice. I refused to pay cash as cost of new fan is 3400/- & repair cost is very huge.I am using a different Companies fan in bedroom since last 15 years & has no issue.Atomberg fan is just a show. I requested company to look into it & waiting for feedback.Kindly think before purchasing such type of fancy fans.\",\n                \"title\": \"Fancy fan but not sturdy & gives frequent speed issues.\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-06-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1nYkfzuy7L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R24H3GD4DIGRED\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R24H3GD4DIGRED\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anees\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Stable nahin hai chalte hue tedhe medha ho ra haiair flow induction fan se 15% low haiSame speed induction fanBaki sab first class hai\",\n                \"title\": \"Ook\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2ZDJETJO8YMU7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ZDJETJO8YMU7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul Chatterjee\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Worst product failed on the first run post official installation. Also they aren’t returning or replacing the product. Worst company Atomberg\",\n                \"title\": \"Pathetic product…\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1kTIxkDRsL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R3J8KH2T9OYFKY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3J8KH2T9OYFKY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Chandan paul\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Only  3 years warranty,2 repairing, 3 years 2 months no warranty fan is a bad quality slow\",\n                \"title\": \"My product bad quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A12kqC8v26L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2P1QW3ORV0A1F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2P1QW3ORV0A1F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RAJESH KUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I purchased an Atomberg fan two week back, but it has already started malfunctioning—frequently stopping and starting on its own. The biggest issue is that only an Atomberg service engineer can fix it, leaving me with no local repair options.Despite raising a complaint, I haven’t received proper service or follow-up, which has made me regret my purchase. A fan is an essential appliance, and restricting repairs to only company technicians is a major drawback. I hope Atomberg improves accessibility for servicing.\",\n                \"title\": \"Disappointed with the Fan and Limited Service Options\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1gYl37K9DL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R7271K7RXWG3Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R7271K7RXWG3Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Priyanshu kalivda\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The fan speed increases and decreases automatically at different speed levels. I have called technician 3 times and he escalated the issue everytime but after 10-15 days,the problem remains same.The problem occurs just when the warranty of the product is going to finish and the company will charge money after the warranty gets finished.I have purchased 3 fans from Atomberg and out of it 2 are faulty.Atomberg fans has lifespan till the warranty period only.so think twice and buy it.\",\n                \"title\": \"Faulty Fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1BRL5A8TGK51Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1BRL5A8TGK51Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bikshapathi kummari\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Automatic stop in running\",\n                \"title\": \"Bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-06\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1XjGw57lPL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"RYA2WGQYD1P6N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYA2WGQYD1P6N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SANDEEP SINGH\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Just 2 day ago we installed this new fan today suddenly start busting  itself  if we were not here it could cause fire in the house after we switch the off. Very bad experience with atomberg and amazon still no servcie rep came after complaining. Nor amazon replying\",\n                \"title\": \"Worst fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2BLE97NOT50US\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BLE97NOT50US\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nibaran Bakshi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Unable to fix the blades\",\n                \"title\": \"Blades are unable to fix\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R26H3YXAO8J62J\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26H3YXAO8J62J\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tuhin Siddhanta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Sound\",\n                \"title\": \"Blade problem\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1NM0Tu5elL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1547DKMDOEF1D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1547DKMDOEF1D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Capacitor is missing\",\n                \"title\": \"Capacitor is missing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R39WEZ0Q9O1JRE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R39WEZ0Q9O1JRE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"enugala anil\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Chaala nammakamtoE atemberg fan tisukunna kaaniMammalni disapoint chesindhifanVirighipoindhiNammakam poindhi\",\n                \"title\": \"Virighina atemberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3PDLHWIW5F5L5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PDLHWIW5F5L5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bharat sevak\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I bought this atomberg fan in October 2023 and it stopped working after about 15 months. Raised complaint through their web site and no response till date. I suggest the new buyers to think before putting their hard earned money into Atomberg drain.\",\n                \"title\": \"No after sales service\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-05-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1E7UYXdGuL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2UNYGNURTJ44T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2UNYGNURTJ44T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst product. Fan burnt . Noone from company is attending the complaint.\",\n                \"title\": \"Atomberg fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RO64XN60WJ40X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RO64XN60WJ40X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SAI KISHORE ILLA\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst paint finish on the blades\",\n                \"title\": \"Worst paint finish\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2LRLVPG53VKB1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2LRLVPG53VKB1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sarshaar verma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Connector is missing, and the atomberg service says they dont give connector with fan🤦\",\n                \"title\": \"Missing connector\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2W7BI47PX9P9U\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2W7BI47PX9P9U\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"preeti agrawal..\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan speed is very slow. Not wprth it.\",\n                \"title\": \"Not worth it.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1GFqHfGS2L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RGRJ11TIFZ2KX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGRJ11TIFZ2KX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is wobbling like crazy. Called customer care many time still they couldn't fix the issue. Very much disappointed with the product 😕. Feels like it can fall any time\",\n                \"title\": \"Wobbling and risk of falling\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-05-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1Wn4v+WXDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R25FHECESVX8JR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R25FHECESVX8JR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manish kumar payak\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I order 4 atomberg fan but they are very noisy can't even sleep whole night very bad experience please fix it\",\n                \"title\": \"Bakwaas fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1zNLRib-gL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R86YC88GUWTOQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R86YC88GUWTOQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manoj kumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Does not have original boxand does not have warranty card\",\n                \"title\": \"Replacements\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R26XL9QUZMIP7Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26XL9QUZMIP7Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Subhankar Sasmal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Renesa fan\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-05-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1mB8nm9CHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R452DX02PEPEE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R452DX02PEPEE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vinay\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Just a month old andAtomberg Fan is not moving in uniform speedCustomer care are also not supportive\",\n                \"title\": \"Don’t buy low quality sensor\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1i-7usH5VL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2QBILSK6OZI7F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QBILSK6OZI7F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tarun pagi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buy the fan, the fan is fire, this photo is proof\",\n                \"title\": \"Fan is fire\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R150MKHIYYZJBJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R150MKHIYYZJBJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Peace & Love\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I bought this fan 8 months ago. Yesterday, it got blasted with fire & smoke.I would not recommend this product.\",\n                \"title\": \"Fan caught Fire & Smoke\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R38L4I2VXH3CSA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38L4I2VXH3CSA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bobbynarina\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"ఉపయోగించిన ఫ్యాన్ వచ్చింది.బాక్స్ బాగానే ఉందినేను 3709/- రూపాయలు పెట్టి కొన్నానుకస్టమర్ కేర్ వాళ్ళని సంప్రదిస్తే సర్వీస్ వాళ్ళను కాంటాక్ట్ అవ్వమన్నారు సర్వీస్ వాళ్ళు వచ్చి చూసి pcb కాలిపోయింది రిపేర్ చేస్తాము అన్నారు రిపేర్ వద్దు రిఫండ్ ఇవ్వండి అని అడిగితే 5 డేస్ లో ఏదో ఒకటి చెబుతాం అన్నారు amazon కస్టమర్ కేర్ వాళ్ళు సర్రిగ్గా రెస్పాన్స్ లేదునాకు వరెస్ట్ ఎక్స్పీరియన్స్\",\n                \"title\": \"Warest experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2VMJAGY8A48YE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2VMJAGY8A48YE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ranjith R.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan turned off twice without switching off and the speed automatically drops even when kept on speed 5, either it should be replaced or else technician should check the product. How come big brand giving faulty produts to customers after paying huge amount.\",\n                \"title\": \"Product quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1wWRmfGaVL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RNKLRQ5BYZMLE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNKLRQ5BYZMLE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Milind\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Need support on product installation. There is a big gap in the fan.\",\n                \"title\": \"Need installation help.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1NGF8KQAT1PQQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1NGF8KQAT1PQQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very bad experience, v had boughta Atomberg BLDC fan Renessa 1200mm during Feb 2023 through Anazon , about a week back , fan disappoints us as It stopped working.The room were the fan is fixed is hardly used , whereas v have fans from various brands at home that has been running for ages\",\n                \"title\": \"Disappointing BLDC ceiling fans from Atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RSUWCBB9ZAJ5S\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RSUWCBB9ZAJ5S\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vivek gupta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Worst product, noisy, creating sound of cut cut in every round.Not worth.\",\n                \"title\": \"Noisy fan, not worth to buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C16VWP-5NGL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2Y2H9BFGM1UR1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2Y2H9BFGM1UR1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Danny\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This hole was too small to get this boult inserted.. I inserted old fan boult but very loose.. Why atomberg is so irresponsible\",\n                \"title\": \"Small hole\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R222JAAL99G9IN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R222JAAL99G9IN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hemanth V\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"\",\n                \"title\": \"Worst experience with delivery and the product accessories is missing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2QG90OA8C8LIL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QG90OA8C8LIL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Santhana Gopal Venkatachellapathy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Don’t buy this product. Rattling noise when complaint made technician arrived and informed not an issue.\",\n                \"title\": \"Rattling noise don’t buy this fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1JPsSTQubL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2OROD5Z2J8POZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OROD5Z2J8POZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ritesh Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I ordered three identical fans for my living room. One of the fan was delivered in a different color and despite several attempts to replace, there was no response from either Atomberg or Amazon.Further one of the fan wobbles too much despite two different electricians trying to install it multiple times. Both of them said it was manufacturing defect..\",\n                \"title\": \"Terrible experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1pyaYcHb0L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3VC8QJODKNN7K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VC8QJODKNN7K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arun Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    On & off regular in 2-3 sec intervals .Checkout video for reference\",\n                \"title\": \"Break continuity\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D12VoBPenvL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3LRY96AAQBE8M\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3LRY96AAQBE8M\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This is a brand new fan installed to replace a conventional fan which has been working without any issue for the past 7-8 years in my dad's place..The point of this fan is its promised energy savings..but unfortunately this fan died within two days and we have been without a fan in the living room for the past 20 days..To register for service, atomberg uses a very complicated and unfriendly process where they expect you to verify your mobile number, reneter the address and the 18 digit serial number and request the information again and again even though the user registered for warranty..What is the point of user registration if you are not going to save the information and expect the user to do the whole process of submitting serial number, mobile number verification and invoice to raise a support request..What happens to the warranty registration details then? It's forgotten and now the support ticket also repeats that we should keep the invoice, serial number and all that stuff for reverification..This is an extremely consumer unfriendly process . Not at all recommended.\",\n                \"title\": \"Poor quality control..fan dead within two days\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-20\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2L6XRZ1L5P1P9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2L6XRZ1L5P1P9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pallavi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It got burst on motion now it is not working.\",\n                \"title\": \"Disappointed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R288LV57IHS047\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R288LV57IHS047\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"srikanth\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan Burn with in one month of purchase. During ideal condition we found the head of the fan is burned.\",\n                \"title\": \"Poor Quality: Fan Burn with in one month of purchase\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R4NRPKYGUDQF1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4NRPKYGUDQF1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan head is burned and damaged. Initiate return process.\",\n                \"title\": \"Damaged product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RYRC1ZZT26YXN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYRC1ZZT26YXN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"PhaniKrishna Ch\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Except Remote there is nothing special. Remote as well should be exactly under fan.It is just like old modal fans, noise less is a false marketing!!\",\n                \"title\": \"Very loud noice than previous old modal fans.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RY4AAUF4KXUL5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RY4AAUF4KXUL5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ehmad Lateef\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed problemAutomatically speed increase and decreased\",\n                \"title\": \"Working not perfectly auto speed high low problem\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1B8DT282OL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R316KXIN46354T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R316KXIN46354T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"abhay shukla\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very bad no worth zero air dont know where it goes i think so issue with the blades\",\n                \"title\": \"No air\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2LY9VQQ99TLVB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2LY9VQQ99TLVB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"AMIT MONDAL\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Dont buy this fan. Its very slow speed at level 5 too. 1500 rupees non bldc fan has more speed\",\n                \"title\": \"Dont buy this fan. Its very slow speed at level 5 too. 1500 rupees non bldc fan has more speed\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2024-04-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1Jv2KvHMhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R4A0X9K8Y1GA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4A0X9K8Y1GA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ramya\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not good....speed of fan not good....not worth of it\",\n                \"title\": \"Fan speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R34T20UNCMHYB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R34T20UNCMHYB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shriprakash Singh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"इसकी विशेषताएं केवल काग़ज़ एवं UTUBE vidio में ही है झूठा प्रचार किया जा रहा है। यह बेकार पंखा है I बहुत कम हवा देता है l पैसा बर्बाद हो गया है।\",\n                \"title\": \"बेकार पंखा है I\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R26WWRBZLVGHUL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26WWRBZLVGHUL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"NAGARAJ\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Lot of noisy\",\n                \"title\": \"Noisy fans dont go for these model\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2ENWK6YUXEDJV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ENWK6YUXEDJV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jayakumar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"There is a sound coming intermittently\",\n                \"title\": \"Issue with the fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R29MXX7NPO2JML\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R29MXX7NPO2JML\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan is ok with average build quality. We felt air flow was not as good as my earlier fan. So wanted to return it for a higher airflow fan. But I was told I can't return or replace unless there is a fault with the fan. So now I am stuck with this fan. Amazon standard return policy doesn't work with this brand so please note before ordering.\",\n                \"title\": \"Beware of the return policy\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-04-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RA8YIN3HGC775\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RA8YIN3HGC775\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bibek Basu\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Air flow not satisfactory.\",\n                \"title\": \"Don't trust blindly on long descriptions on advertisements.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1OCR2IG99SU2I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OCR2IG99SU2I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tarun\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Poor performance for a 12x12 room personally I will not suggest this fan\",\n                \"title\": \"Not able to cover the area of a 12x12 room only delivers in the center of the room\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3JBZCT837I6T1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JBZCT837I6T1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"nachiket hole\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I thought of giving a try to this brand. I must say that it doesn't seem like technologically advanced. My old fans are better at air flow than this. Considering the price, it should have been better than the budget fans. I suggest to go with fans with big blades, dont go for the looks.\",\n                \"title\": \"Doesn't offer quality for this price.\",\n                \"place\": \"India\",\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/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RTJNQGZMEMY2B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTJNQGZMEMY2B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prakash Jain\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"उपयोग के बाद बता पाएंगे कैसा है\",\n                \"title\": \"उपयोग करने के बाद बताएंगे कैसा है\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1TFNZQ2OVTFR1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1TFNZQ2OVTFR1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"P. Ajay Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"It's so disturbance bcz it's not working in a same way.its automatically changes speed up and down.\",\n                \"title\": \"Working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R19NS0D6P90ZBI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R19NS0D6P90ZBI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manimekalai\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"No speed. I ordered after seeing reviews only but it not enough speed. Really disappointed\",\n                \"title\": \"No speed.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2CWGKN4GBV4G2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2CWGKN4GBV4G2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sandeep\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Atomberg doesn’t provide performance as it is shown. And the noise is little high compared to other BLDC fan brands which I’ve been using.\",\n                \"title\": \"Atomberg BLDC Fan Genuine Review\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R17V9YWF9HGEMI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17V9YWF9HGEMI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shivprasad\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"We have tile roof for your ceiling height, the fan speed is not great.\",\n                \"title\": \"Fan speed is not great\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RNHBC7HJHRCD9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNHBC7HJHRCD9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pranab\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product in not worth the money. Size of the head and blades are smaller in size compared to other brand's fan. The lights in the middle are just for show and does provide any light in darkness. Overall dont buy it\",\n                \"title\": \"Not worth the money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3LJEZRTR5HWVH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3LJEZRTR5HWVH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Avin\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The fan blades are curved at the end in such a way that when the fan blade cuts through the air it makes whooshing noise which gets very irritating very fast.I would suggest anyone reading this to buy fan with blades with normal rectangle shaped ends.\",\n                \"title\": \"Design defect\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3COOK39F4EJA1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3COOK39F4EJA1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rishpa Sharma\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I ordered 2 fans but this item with both fans was broken\",\n                \"title\": \"Broken items\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/51womVORcqL._SY88.jpg\",\n                    \"https://m.media-amazon.com/images/I/51vehMcbhmL._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2JV1XAU1OLURD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2JV1XAU1OLURD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Varghese\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Compramised product quality considerably therefore for not recommended.\",\n                \"title\": \"Quality issues\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://m.media-amazon.com/images/I/41lwLJ4+NML._SY88.jpg\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3VMU4BKPSX62B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VMU4BKPSX62B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SK Jarwal\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    No issues till warranty period now started sound like a generator..lol. Also no way to support or fix.\",\n                \"title\": \"Became generator after warranted period\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1O0hMbJ0dL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1YSHZ77RHECVM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YSHZ77RHECVM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Only used for 7 months and within 7 months  fan is not working it is dead twice never trust a new brand always go with the branded name worst fan\",\n                \"title\": \"First and last time with Atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1P9drukQhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3H8LFZGDIYZ82\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3H8LFZGDIYZ82\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vicky patidar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Bed fan\",\n                \"title\": \"Noise is coming\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C13vJJYyGpL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RH4W53WWEG4ED\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RH4W53WWEG4ED\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Philbert\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Purchased this fan in april at the beginning it was worki good but now it started giving problem, such as low speed and gets restart from 20 days in between called the technician but he was unable to find the problem and to reach customer service its difficult and no one is helping about it. Wanna replace it and if the vompany helps to do it i am ok otherwise i would recommend not to buy it due to poor customer service and thier help about it.\",\n                \"title\": \"Gets restart\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-22\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E139QP40vHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2VP5K5ZOD4BE1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2VP5K5ZOD4BE1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MARUTHUPANDIAN\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Normal fan speedNot High speed\",\n                \"title\": \"Low speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3KHJVVQZ1YPKB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KHJVVQZ1YPKB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"akshaydivate\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Flimsy quality. Already started making clicking noise. I would suggest go with other brand.I have installed nearly 5-7 fans but now have regret.\",\n                \"title\": \"Low durability and started making noise after 2 months.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1-DMQDeAtL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3RLMWFINSJF9G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3RLMWFINSJF9G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I bouht this fan after satsifactory using rensea plus for one year.This one creates a lot of noise, like a train is moving, complaint was made to atomberg the engineer said it will make sound at it uses neudenium magnet . I m dissatisfied with the performace, the service engineer came for time pass only no resolution of the problem. Th noise is coming from the motor and engineer tells that it's the fan blade which make noise that's coz AC is placed  near the fan.Totally no logic\",\n                \"title\": \"Makes a lot of noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1GZ2fCUS2L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R1HG7QB3IZKD0V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1HG7QB3IZKD0V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhishek G Sinha\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The product couldn't stand hours. Failed to resond to remote at first and then stopped moving at all. I can't take off the screw on the down rod as it started scrapping off. The down rod was painted with the screen in it jamming the screw. Seriously, who does that? The cushion between blades and fan is made of low grade paper. The motor is lightweight and therefore wiggles. Overall the build is poor, doesn't feel premium at all for the price of 3600. I had ordered Havells Ambrose BLDC for 3100 and it looks premium and has been performing upto the mark from day 1. Atomberg there is a long way to go ahead. I feel cheated for having opted this product. I have asked for refund but they offered me only replacement. I am yet to get that, but having the bad experience I am not hopeful at all about the product.\",\n                \"title\": \"Sub standard product packaged at premium pricing.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-06-12\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RK3UDE6DRPMI1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RK3UDE6DRPMI1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Raushan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Not so powerful to deliver air in 10/12 room. And also led is so dim that you can spot only fan where it hung.\",\n                \"title\": \"Poor quality fan with high price\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1UzdNi9vfL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R26SSCLTBZPVCR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26SSCLTBZPVCR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is making noise in 2 months\",\n                \"title\": \"Making noise in 2 months\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1+UjWSOC+L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R78MHNZ07A7O8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R78MHNZ07A7O8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sai\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I have bought 5 fans of same type in 2022, last year one fan got broken (noise as shown in video) and was replaced under warranty. Now another one, check the video. I'm still under warranty- i think ill have to throw them away after warranty is over. This is very bad quality. I still have 40years old Usha fan working flawlessly.\",\n                \"title\": \"Not durable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R1DYQL84GAYPTM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1DYQL84GAYPTM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashutosh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I perchage Automberg fan in March 2023, now There is 3 years warranty, My Fan is not work last fir days , I complaint on 09July 2024  No Engineer visit My home till date today is 13July2024 , every day i cal service centre they said today Engineer visit ur hone , iam very upset to perchage  Automberg fan ,big Mistake.\",\n                \"title\": \"Service is 3rd class & poor. Don't by Automburg fan.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2AQ06G91EH367\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2AQ06G91EH367\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Namisha\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I have been using this product since December 2023. The speed of the fan is moderate and does not provide adequate flow of air outside more than 2 fts radius.In summers you will not be able to sit away from the center of the fan because the air flow does not reach there. The dimension of my bedroom is 15x9 fts yet the fan is unable to provide proper flow of air\",\n                \"title\": \"Very moderate product. Not worth the price\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-29\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1YNXIMBE9G8X9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YNXIMBE9G8X9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nandan shil\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product was just good. Not best. সেফটি তারটি ছিলোনা বাক্সের মধ্যে।  air flow এতো  ভালো নেই। low quality material\",\n                \"title\": \"Not best\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1PX0ZWGGGW29Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PX0ZWGGGW29Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vijay\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Ok okBumbling in hight speed\",\n                \"title\": \"Not setisfied\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1jL0pe3yuL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2FWJD6ICFC9DE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FWJD6ICFC9DE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhishek Mitra\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    This is a very common issue which I got to know after installation. Check in youtube. The speed of the fan changes automatically. No complaints on the design and the air delivery. But automatic speed change is really an issue.\",\n                \"title\": \"Don't Buy - Speed changes automatically\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F18yFmek9tL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3LZDBGV5U73X2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3LZDBGV5U73X2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sohail Ansari\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    When i fired this up for first time , fan slightly jerk then starts.I dont know if this is how bldc fans work of particular my item have defect..Not satisfied with thisDont know if it is ever quality checked passed or not..Wasn't expecting thisNow no time for replacement..Update after 3 weeksFor first few days it operates with remoteAfter that it starts on its own without even ON from remote , bldc is new techI think it needs to be more update..\",\n                \"title\": \"Could be better\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-05-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1Pz5B5WVxL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1AFB2G8UHYFGE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1AFB2G8UHYFGE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Farha Naaz\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Some problem is there\",\n                \"title\": \"Automatic off after few min\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/G1nOKGFWQmL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RCLYKMRQRP8TW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RCLYKMRQRP8TW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"First installation in a room with false ceiling - called the service guys - who said it is not suitable for false ceiling with low height and less space on the sides.Got the fan installed in a different room without false ceiling. Even then it cannot match the speed and air throw of our 10 year old Crompton fan. This is just a marketing gimmick. This fan is not suitable for areas with high temperatures.\",\n                \"title\": \"Slow fan speed and air throw\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-10-02\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2YPPE8RWVV41A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YPPE8RWVV41A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tejas chavan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fans looks nice. Remote's range is very good.Other than this I found nothing great. As a product designer, I can tell in detail about the product.Packaging was very good. But sticky tapes used was just normal transparent tapes that may indicate returned product.Product quality is just average and you can feel cost cutting everywhere. Powder coating seems not advanced. There are two caps which are taken from same mould and are of same shape, but you can clearly see gap from downside. Build quality seems okay.On speed 2&3 fan varies it's speed automatically & this is not just in my case. I have enquired to others as well.In dark room or in night, it is very hard to identify buttons on remote. Radium or small dots on buttons could have worked.\",\n                \"title\": \"Moderate..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1J41IOZ57F7Y3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1J41IOZ57F7Y3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Satish Thampi\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I have Renesaa and Efficio fans installed. I found Efficio fans to be really good.I had fallen for the looks of Renesaa on the web but in reality the fan looks sleek but is too sleek with a small head and makes it look odd.Secondly, the fan just doesn't perform well in terms of speed or air throw. It is slower than Efficio. Probably because of its sleek head.NOT HAPPY with the product\",\n                \"title\": \"Renesaa - Not worth it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-06-10\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RBZKPG6I7X16S\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBZKPG6I7X16S\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya Thite\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    As im pressing 1/2/3/4 button the fan starts rotating and stops by itself again it starts rotating and again it's stopping. The product is faulty please replace me the product.\",\n                \"title\": \"Faulty Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1+2FSSFB5L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3SJCWA95BBG3Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3SJCWA95BBG3Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deepa\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    This looks fine but the top speed is giving speed of 1\",\n                \"title\": \"Compromising speed.. need to check with electrician too\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1nqGz4TarL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3VU48DV1LNC1O\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VU48DV1LNC1O\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I had high expectations from Atomberg, but my experience hasn’t been good. The fan stopped working after some time, and the customer service response was quite delayed. The technician visit kept getting postponed, and communication was not clear. The product may be energy-efficient, but the after-sales service needs serious improvement.\",\n                \"title\": \"After one year\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-10\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RXVTAN79EIH0F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXVTAN79EIH0F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kurian Augustine\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The paint on leaves has started coming off.Performance is so far good\",\n                \"title\": \"Paint peeling off\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RNKLQ6OPSBPLC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNKLQ6OPSBPLC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vinay yadav\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"After 3 years pcb shot and not repering in local market\",\n                \"title\": \"Repering cost heavy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R35V5JWVVPPIL2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35V5JWVVPPIL2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ARIGELA VENKATA NARASIMHA DORA\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Ok ok\",\n                \"title\": \"Not bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R1LQRW7RVV78FD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1LQRW7RVV78FD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"kadali\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"good\",\n                \"title\": \"useful\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3TD5749NZE7ZU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3TD5749NZE7ZU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Antony\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Creating noise in full speed... but looks good and smooth in low speed.\",\n                \"title\": \"Noise fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RDLEYLVVAJ0RR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDLEYLVVAJ0RR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya Gogoi\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Good fan. But it’s a bit noisy .\",\n                \"title\": \"Noisy , but ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2BOYFMVURDCL9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BOYFMVURDCL9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mubashir\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Good fan 4 years using no complaint\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R14FVAPSDO3SUG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R14FVAPSDO3SUG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anand Yadav\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Im buy this product to seeing review after reciving its box some iteam is not recive and remote operation working late\",\n                \"title\": \"Good fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3UW1U6FWZW782\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UW1U6FWZW782\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Uma\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Ok\",\n                \"title\": \"Ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RP1DYID4QG5YR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RP1DYID4QG5YR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anurag sinha\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Buy this fan only if you want to try a BLDC fan. I am using it from last 2 weeks, fan speed and coverage is not good. Just a fancy showpiece. Won’t recommend buying this fan if you are looking for a fan to beat the summer heat.\",\n                \"title\": \"Below average performance of Atomberg fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2J4BRV2HRP9IV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2J4BRV2HRP9IV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sandeep sen\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Lookwise very good but speed is not like efficio, basic model of atomberg\",\n                \"title\": \"Less speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R14ILLIJR0CA5W\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R14ILLIJR0CA5W\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abdul Azeez\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Better Value For money\",\n                \"title\": \"Value For money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RS9QUVOR5XTGX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RS9QUVOR5XTGX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pravin Radhakrishnan\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Barely 10 months (but luckily within the warranty period), the fan wouldn't start. One time, I had to push the blades, and then it moved. Another time, I had to use the remote and it started running. Otherwise, I normally use only the switches to stop/start the fan. The customer service was prompt and friendly. The technician visited within a few hours of raising a complaint, though they say the wait would be 24-72 hours. I wasn't charged anything being within the warranty period. But once out of warranty, the cost of replacement of the PCB plus technician's house visit would be 750+250. The technician revealed that there are cases where the PCB's have failed and the fans have stopped running after 2 years.\",\n                \"title\": \"Be prepared to spend the cost of a normal fan in 2 years\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R8YAYWG3PRPNI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8YAYWG3PRPNI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Thunderstorm burned fan circuit, hope customer care answer my call\",\n                \"title\": \"Bad choice for village side\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3N9S1RT9OFOM0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3N9S1RT9OFOM0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rafiq Poovath\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The package was badly damaged.I wasn't home when it arrived so I was unable to return it immediately.However the product is seemingly undamaged.I will know it only when I install the fan.\",\n                \"title\": \"Damaged package\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RNBMGSJECLDV0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNBMGSJECLDV0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Looks basic more noise\",\n                \"title\": \"Looks basic more noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R34KMNWARUSZNL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R34KMNWARUSZNL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Samar Ali\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Energy efficient but after years you will face brand new issues.Like it as stopped automatically, creating weired noise, malfunction etc.Baught 2 fan and not happy with the product.\",\n                \"title\": \"Energy efficient\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-10\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"RYVHP6BKT0SDH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYVHP6BKT0SDH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ram Garhwal\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan design is good lookingSleek light weightWorking upto 5 speed fineBut in buster speed auto switch offTheir is a leg in boost speed\",\n                \"title\": \"Lagging in boost speed mode\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2WYONOKOF600S\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2WYONOKOF600S\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jithi\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I bought this fan recently, but the speed is disappointing. Even on the highest setting, it runs very slow and gives poor air circulation. I expected much better performance for this price.\",\n                \"title\": \"poor air circulation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RELQ8XC5W0NYY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RELQ8XC5W0NYY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Praveen J\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Product is really good and I must give 4 stars. I have given less stars because of their Installation Services outsourced to a third party. Don't buy installation through Amazon. They are not good in resolving your issues. After waiting for 24 hours, I have to get it done from local electrician.\",\n                \"title\": \"Good Product, Don't buy Installation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3MPPI13Z9U6TY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MPPI13Z9U6TY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashutosh verma\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Disappointed with the air flow\",\n                \"title\": \"AIR FLOW IS NOT DECENT\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2DZ4TRHJFOPUR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2DZ4TRHJFOPUR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Santosh Tawade\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"In middle of time once we in fan on speed of 5 fan was suddenly shut and again start\",\n                \"title\": \"Worst\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RMEPGVN0T78ZC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMEPGVN0T78ZC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"indraprasad\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Performance is not adequate this will not be useful unless we have AC. It is not as fast as induction fans and remote is not user friendly for timer/sleep functions\",\n                \"title\": \"Average\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2SCG4TY6ME8FE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SCG4TY6ME8FE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gade. Hemanth kumar reddy\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Better but not a GOOD\",\n                \"title\": \"5 th speed not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R10FYJAZ4RXAZ8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R10FYJAZ4RXAZ8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"One out of the three purchased is not working. I am trying to reach Atomberg customer service.\",\n                \"title\": \"Service request is made\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3OZTVYEZWWXJZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3OZTVYEZWWXJZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nez\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Compared to the polycab bldc (silencio mini) I bought a day before for Rs.2850(offline), the atomberg has less speed.It makes a high pitch air cutting sound compared to the polycab which has more of a traditional sound but the speed is less in atomberg thus slightly less sound.Funny thing is, boost mode has a little less speed than the 5 on the remote.Also the atomberg wobbles more than the polycab.Airflow is okay nothing too great.Also the polycab has a wire connection terminal which I felt is better than the wire screw from atomberg.\",\n                \"title\": \"Not great not terrible(better fans are available for the price)\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1CEJB63X6T7PS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1CEJB63X6T7PS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Very useful in savings electric\",\n                \"title\": \"Really Atom\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R14CTY917ILFMW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R14CTY917ILFMW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aijaz\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan wobbles a lot. Tried everything to stop it but still wobbles. Not a good choice at this price range.\",\n                \"title\": \"Wobbling\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3931FYMV92XB9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3931FYMV92XB9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sai\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Pros: good looking, smooth rotationCons: air spreading or speed is low,only if you have small room okay but large room waste.\",\n                \"title\": \"Ok Ok quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-09\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R50BYPJW9R8II\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R50BYPJW9R8II\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"It's good\",\n                \"title\": \"Worth it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R11NYPDGFMFCII\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R11NYPDGFMFCII\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Not speed light very poor\",\n                \"title\": \"Light is very poor not ha\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2817QBPKGJ3XA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2817QBPKGJ3XA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sachin\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan speed is slow and keep on fluctuating itself.Rates are comparatively high as per its performance.\",\n                \"title\": \"Slow fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R4RWEWRRS7SMO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4RWEWRRS7SMO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deepak\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Making fool of customers for exchange ..Heavy charges so never go for exchange n they denied dat there is no exchange on fan..Seller n Brand  is excellent but amanoz is doing scam👍 Go for Atomberge but not from amazon\",\n                \"title\": \"Amazing exchange scam\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2M4X2NB4QO0H5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2M4X2NB4QO0H5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"P jayanthreddy\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Quality is good but it's not value for moneyThe budget fans are more fast than thisThat disappointed me\",\n                \"title\": \"Don't expect by seeing pics\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1PXGM149O7092\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PXGM149O7092\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashwini Kumar singh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan becomes slower and motor damage after 3 years 4 month\",\n                \"title\": \"Function\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R15JFV04SHUT6I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R15JFV04SHUT6I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dhruba Jyoti Hazarika\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Last time order same product I don’t receive fan hanging handle so plz minde it and if possible plz mistake.Thank you\",\n                \"title\": \"Every thing is good but fan accessory one iteam I not received\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1I9B3F8VTXWRS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1I9B3F8VTXWRS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"A k Ghosh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"By loos its good. Work with remote and reduce electricity.While talking for long turm performance its not so good. Its drops speed in between. Better to chosse some reliable product.\",\n                \"title\": \"Reliable for long term!!!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R23ODW2221SD20\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23ODW2221SD20\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sri\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan is wobbling in 3rd position of speed settings .\",\n                \"title\": \"Not impressed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1pWW2F8YzL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R20YSDNTWGT7JE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R20YSDNTWGT7JE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"A B Panda\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Less noisy, air flow less compared to same dia normal electric fan\",\n                \"title\": \"Less air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2CPO3GJEXX6OC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2CPO3GJEXX6OC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pravin urane\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"No anti dast not happy\",\n                \"title\": \"Not anti dast\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RPD8GUSOMMDLT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPD8GUSOMMDLT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abdus Sayedur rohman\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"👍🏻good quality fanFantastic, fabulous,bad, nonsense,not good,not good,worst product is very good 👍 but it was not good for the time and time and we will be there 😊 will do we have to do the same as the same as the same as the same as the same as the same as the same as the same as the\",\n                \"title\": \"👍🏻\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-07-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R1MX305FTW21UI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MX305FTW21UI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Very high noise\",\n                \"title\": \"High noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R30E7O2FVMX2E4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R30E7O2FVMX2E4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gurvinder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Average product, speed not good..... Jfjdbbdjdbskdbnd fnf dj djf jf fnf djf jd fbf fb fnf fn fbf fnf ffbf\",\n                \"title\": \"Okok\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-07-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2YV6JH8P4GGBD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YV6JH8P4GGBD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"nagnath kendre\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"One fan is working other has issues require to connect with autmberg ..7 days replacement policy for fan is not sufficient\",\n                \"title\": \"Purchased 2 fans 1 is working other has issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R30QH4D840EZ7T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R30QH4D840EZ7T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    After using 1 year facing this issue, it slows down and run fast in every 20 seconds. Vary irritating sound \\\"crank\\\" then ir slows down then again gain speedAttaching video as proof.\",\n                \"title\": \"Malfunctioned after 1 year of use\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-22\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1q+h+fXsxL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R9HDJ0ECKLX6P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R9HDJ0ECKLX6P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Soma\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"a bit noisy\",\n                \"title\": \"not so silent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1FJH2ANL5G1ED\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1FJH2ANL5G1ED\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"rohan\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Good thing  - it has remote. It’s easy to manage speed control and not bothered about getting up from bed to change the regulator !Not so good - (1) speed 2 to 3 is drastic change , it’s like speeding from 50kmph to straight 100kmph. Don’t know why speed increase is not gradual. (2) it’s noisy. Noisier than my earlier manual Bajaj ceiling fan (3) no remote- no action!  There is no alternative to remote if u misplace it.\",\n                \"title\": \"Good to have !\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-14\",\n                \"helpful_count\": 9,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1WL06F7VCPWB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1WL06F7VCPWB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Makes lot of noise and fan crumbles.  See the vid\",\n                \"title\": \"Fan with noise and feels like abhi neeche girega\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1uCXKqvn3L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2B1ENKM4TSKKG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2B1ENKM4TSKKG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Balarajugudisi\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I am buy the automburg remote fan 28-09-2022 in Amazon, so this is a small issues, that was fan on running in distbence sound coming from fan, so it will being the clear my problems\",\n                \"title\": \"Fan wings from polute sound issues\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R83XUY2V7EISR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R83XUY2V7EISR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Within one year of purchase the Fan became out of order and now again it is out of order. The technician was to visit today on 9 June 2025, but he did not visit. From noreply-1@atomberg.com they are rescheduling visit whimsically and they do not give any value of customer's time.\",\n                \"title\": \"Frequent problem and nonstandard service.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RIB6Z1YH6P8LF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RIB6Z1YH6P8LF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sameer M.\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Works Well, But Has an Annoying Coil Whine at Speed 2I purchased this ceiling fan hoping for a reliable and quiet cooling solution, and while it performs well overall, there's a frustrating issue that limits its usability. The fan saves electricity and works well at all speeds, except speed 2. At speed 2 it produces a noticeable coil whine sound that makes it unbearable.Unfortunately, this means I’m stuck choosing between speed 1, which is sometimes too slow, and speed 3, which is a bit too strong for comfort. I scheduled a service call to have it checked, but the technician couldn’t hear the noise and refused to fix it, leaving me without a proper solution.If you’re sensitive to high-pitched electrical noises, this could be a dealbreaker. Otherwise, it’s a decent fan, but the lack of a fully functional medium speed is disappointing.\",\n                \"title\": \"Limited usability due to coil whine at speed 2.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-14\",\n                \"helpful_count\": 11,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R20VV3SBRHFL2Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R20VV3SBRHFL2Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ammdee\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan has no centre stable rotation .Efficiency, speed is also good.Remort working goodOne year complete without any big complaint\",\n                \"title\": \"Rotion bubling problem from 1st day\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-07-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1yRlUv02BL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2XHY46JSF8C3M\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XHY46JSF8C3M\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sangram\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    While using the speed of fan not working and automatically slowing down and speed\",\n                \"title\": \"Motor problem\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/91TOJx0jjkL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RPO27M8LILKEO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPO27M8LILKEO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Perfomance is not good.. Speed is low..\",\n                \"title\": \"Perfomance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RUSPBUW8R0YC9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUSPBUW8R0YC9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ammiitt\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"White fans has poor quality plastic, lights leak.....\",\n                \"title\": \"Poor finishing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3DKN8WN2X697T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DKN8WN2X697T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Safti wair not available\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Saftiwair\",\n                \"title\": \"Missing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RBXPSKF1P1025\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBXPSKF1P1025\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Naman Chandel\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Too much noise ,failed with in two years of installation.\",\n                \"title\": \"Waste of money.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1WQabNVVhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R198FDDIGNPL4L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R198FDDIGNPL4L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"skt\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Pros:- might be giving good results in terms of electricity. But have no means to measureCons- look wise some may like. But personally the middle motor portion is too small and spoils the look. Had it been a little broader it would have looked good. Renessa look wise no marks from me.- The throw of air is not good enough. Atombergs efficio is much better than Renessa. I have both hence my input. The renessa doesn’t help someone much even when seated just 4 feet from its centre- after putting on the fan you have to wait a few seconds (seems like minutes when you need it). I guess it’s a bldc thing. Don’t know- the fan speed has a tendency to fluctuate sometimes. I am not sure if it’s for every modelSo suggest review atombergs other models or other bldc fan vendors like havelis, Compton and all before making a decision.\",\n                \"title\": \"Not all that great\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2024-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RLDZTW0WD4WIX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLDZTW0WD4WIX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vikas Aggarwal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don’t fall for the trap, fan size is compact, no way matches the performance of regular fans, speed is slower, no return/exchange offered. Regretting the purchase, thankfully had ordered just 3 at the moment for my new house. Seriously surprised to see this as best seller on Amazon, atleast not this model\",\n                \"title\": \"Speed slow, air doesn’t distribute evenly\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1XO4QU6K6G8FF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XO4QU6K6G8FF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashutosh Swain\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"sending defetive product that does not run. amazon says 15 days replacement that asli not given. they will just ask you to contact the brand and provide you a number. frustrating experience purchasing these items online with no support.\",\n                \"title\": \"deactivate pices sold via amazon with zero customer support\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RNEWDNCG6I4OL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNEWDNCG6I4OL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pragnesh Prajapati\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I purchased two Atomberg fans, and both have significant vibration issues. When I contacted their customer service to request a service engineer to fix the problem, they flatly refused, citing that they do not have service engineers in my area. I live in Ahmedabad, a major metro city, yet they still don't have support available here.This is completely unacceptable for a company of this scale. Their marketing may be impressive, but their after-sales service is absolutely pathetic. If they can’t provide basic service in a city like Ahmedabad, I can’t imagine the situation in smaller towns.I highly recommend avoiding Atomberg fans. They may look good on paper, but the actual product quality and service experience are incredibly disappointing.\",\n                \"title\": \"Terrible Product and Service – Do Not Buy Atomberg Fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-11\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3GYG4UUEF4X8U\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GYG4UUEF4X8U\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sasha Chaudhary\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Wrost Kind of fan, very flimsy blades got bent on first day itself, speed changes without any action.\",\n                \"title\": \"Very flimsy fans,\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1ZRCYYLF4LWET\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZRCYYLF4LWET\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nilesh wadile\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Refrain from purchasing this product. Regrettably, within two hours of installation, the fan ceased functioning, and Amazon's replacement service was severely lacking.The following is the procedure for obtaining a replacement:1. Contact Amazon's customer service.2. The call center representative will transfer your call to technical support, which may take approximately 15 minutes.3. The technical support team will then log a complaint for a technician visit, which may take a minimum of 2-3 days.4. Subsequently, they will determine the appropriate course of action.This was an extremely unpleasant experience. Despite paying the full amount, we are still awaiting a resolution.\",\n                \"title\": \"stop working within 2 hours. I kindly request you not to buy.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-02\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3HU25OL4GZ5QD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HU25OL4GZ5QD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shivam Shresthi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"After just 2 months of operation, while running it blasted suddenly and sparks leapt off of it all the way down to the floor. Burnt plastic smell persisted for half an hour. Completely stopped working.The customer support guy removed bdr ( which is a voltage overload safety device) and bypassed the fan. Refused to replace the part at all.Pathetic and highly unethical warranty support. Don't trust atomberg fans.\",\n                \"title\": \"Blasted after just 2 months of operation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-15\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RHK1K409KG7T8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHK1K409KG7T8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very third class product.Fiting issueAnd sound issueCheating with customer\",\n                \"title\": \"Fitting issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3C14QWRBKE9F6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3C14QWRBKE9F6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sudarshan Chatterjee\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Product was entirely changed when I am received my package.....I have received different product .. I am very dissatisfied with this atomberg celling.....not recommended at all........ product is totally different as shown in the image ,used and damaged product received\",\n                \"title\": \"Not recommended..very disappointed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2C6RPTFA4FWK0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2C6RPTFA4FWK0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ansarul H.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The product is a scam . Quality is highly unsatisfied and poor. I bought this fan a month ago and it's not working. When I complaint about the issue, the service centre rejected the claim stating that the product issue is not under warranty. Now I have a fan which is not working and cannot be repaired outside the authorised service centre. I'll post the video on my social media page along with the chats and call records\",\n                \"title\": \"Never buy this fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3FD79LRPJ50UT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3FD79LRPJ50UT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arjun Mylsamy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Poor air delivery. High cost. Not worth at all. Waste of money\",\n                \"title\": \"Poor air delivery\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2M12M6Q7P0SZI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2M12M6Q7P0SZI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Navakanth R.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"First it worked fine for 2 months and now fan speed has become so slow, it stops automatically and again it starts\",\n                \"title\": \"Not worth for the price\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RAY4EIHKPLWF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RAY4EIHKPLWF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very poor product and service have made a complaint 10 days before but yet no action taken very bad company don’t bye the same\",\n                \"title\": \"Poor service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1KSV57FJCSE2S\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KSV57FJCSE2S\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nenrn\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This product not good  no air this fan\",\n                \"title\": \"No air this fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2PZ2WT8AREP0K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PZ2WT8AREP0K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Varun yadav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Within a year, fan started stopping abruptly and does not start for hours and then start running\",\n                \"title\": \"Bad Quality, will never purchase atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RDONYMCWGERC5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDONYMCWGERC5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sivan p v\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"ദയവു ചെയ്തു നിങ്ങൾ ഈ ഫാൻ ഓർഡർ ചെയ്യരുത്. പ്രീമിയം മെമ്പർ ആയിരുന്ന എനിക്ക് ഓർഡർ ചെയ്തു രണ്ട് ആഴ്ചകൾക്ക് ശേഷമാണ് കിട്ടിയത് തന്നെ. അതും ലോക്കൽ ഒരു ടേബിൾ ഫാൻ. യാതൊരു ഡീറ്റെയിൽസും ഇല്ല.\",\n                \"title\": \"പകരം ടേബിൾ ഫാൻ ആണ് കെട്ടുന്നത്\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1WZQIKINXF48A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1WZQIKINXF48A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Received defective product.Pathetic experience with amazone.Connect amazon within return/replacement period.They arrange technical visiti by atomberg.They visited but problem not solved.Again connect with Amazon they promised for solution in 48 hrs. But no solution received.\",\n                \"title\": \"Defective product provided by Amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2QBADA0J77ZUO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QBADA0J77ZUO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ankit Maini\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"It’s not soundless at all. It’s giving me same sound as my 1100rs fan. Don’t buy If you are actually looking for noiseless fan. Spend some more money but not on this for sure.\",\n                \"title\": \"Not noiseless as claimed ! Same noise as 1100 rs fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1NZR5DCXMHV70\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1NZR5DCXMHV70\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very bad👎 unit .6 months not proper working. I was buying November 06/2024 . Today morning to this Atomberg Bldc Celine fan when we turn on it's dripping ELCB. What's this. How I give good review. Very bothering.\",\n                \"title\": \"Please replace the unit that is a good way.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RPJOZ0HUNXF4Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPJOZ0HUNXF4Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"VENU MENON\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"This product is not good. It is not working with remote control. We need to return the product\",\n                \"title\": \"It is not good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2FHBN891PNQBX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FHBN891PNQBX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Cheating item, do not recommend\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Problem in between Remote and fan , fan not working properly. Every time stop & runningNo good experience\",\n                \"title\": \"Not properly functioning\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2HUIGXAOX9KHH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2HUIGXAOX9KHH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vikas vishwakarma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The company claims it is dust-proof, but in reality, there is a lot of dust in this factory.\",\n                \"title\": \"Worst\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3ROGZU34OLTV4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3ROGZU34OLTV4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajesh R.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Hawa hi nahi marta sirf ghumta hai kaise design banaya re Atomberg ne not recommended to buy Prime Renesa and Encouter 3 fan I’m purchase very low airflow\",\n                \"title\": \"Not recommended to buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R368HZ5WPUWMZE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R368HZ5WPUWMZE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lalit Joshi\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Han started making sound..Customer care team please connect and resolve the issue\",\n                \"title\": \"Disappointed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3KN3Q0SMCFBP1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KN3Q0SMCFBP1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Very good product in this price it fullfill my project need\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"स्पीड तो ठीक है पर हवा बहुत कम है मेरा 10 बाय 10 का कमरा है और यह सिर्फ फैन के नीचे ही हवा देता है\",\n                \"title\": \"ओनली शो के लिए ठीक है\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3A0BYN5TIH7JA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3A0BYN5TIH7JA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vivek Gaud\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Bahut hilta hai or aavaj bhi karta hai ....Mujhe achha nhi laga ...\",\n                \"title\": \"No\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2NPJQ134371JP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NPJQ134371JP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"9985003138\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Tagged as BLDC but not doesn't appear so. noisy\",\n                \"title\": \"NOISY\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R28XINEYJSH1AH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R28XINEYJSH1AH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajender Puri\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Today we have installed 2 fans and found unsatisfactory it's working can we return it or replacement with other brand\",\n                \"title\": \"Replacement requested\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2EEP2IOQF1M0I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2EEP2IOQF1M0I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Wobbling is more in the fan\",\n                \"title\": \"Fan Wobbling issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R22TF62D8XDH52\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R22TF62D8XDH52\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Joy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buy this from Amazon, of its defective they will ask you to go to brand service center for repalcement\",\n                \"title\": \"Bad product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RKDC1EH4I2ILT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RKDC1EH4I2ILT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"satya madhuri\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not working\",\n                \"title\": \"Dont prefer\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R374I1N3NYRVTO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R374I1N3NYRVTO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Soumya Dutta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Got damaged within one month of installation…and getting the product support is a nightmare\",\n                \"title\": \"Bad After sales Support\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3T2AP9G6PXSI8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3T2AP9G6PXSI8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya Vardhan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Noisy as ordinary fan, stops after a while\",\n                \"title\": \"Ordinary fan, nothing new apart than remote control\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R26LN9S29VQVK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26LN9S29VQVK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RAVINDE RAO\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very less weight and in running time fan vibret  the wing very cheap quality\",\n                \"title\": \"Poor quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-02-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1X85B5CEGO85A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1X85B5CEGO85A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bapon\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Not bad\",\n                \"title\": \"Price high\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2L8BK92JLH4LL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2L8BK92JLH4LL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Khushboo Kumari\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The LED was useful in last purchase, now they make fool instead of making fan . Will not buy it again..\",\n                \"title\": \"Useless light\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1MN8G0W314V0A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MN8G0W314V0A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nisheeth Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Air delivery is not good.....showbaazi hai bas.....itne me kisi aur company k 2 fan aa jayega.....Always rememberAir delivery is directly proportional to rpm so always take high rpm fan.\",\n                \"title\": \"Paisa barbaad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RZ83V0TBISN1X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RZ83V0TBISN1X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"RPM is very low even at Boost mode. Those who want performance, pls don't go for it.It doesn't make any sense to sweat and save some money in terms of electricity bill.\",\n                \"title\": \"RPM is too low\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-02\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3F63TV4VFT0LF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3F63TV4VFT0LF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"somnath karmakar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Product is very bad\",\n                \"title\": \"Product is very bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2XSYVPGGBUU32\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XSYVPGGBUU32\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"No name\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Bought it by seeing reviews. Totally disappointed with the quality. Lot of noise and speed is very less.\",\n                \"title\": \"Not good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R31CYBNCVDATO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R31CYBNCVDATO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya saha\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Scamer they are, pathetic product\",\n                \"title\": \"Damage\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RORBW57ZXPVBM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RORBW57ZXPVBM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ranjit kumar gupta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Rating dekh ke Aapna Paisa barbaad mat karna dosto , pankhe me 1 paise ka dum nahi he 👎👎👎👎👎\",\n                \"title\": \"Worst fan ever with high price\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RKDUU4XEGHT4F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RKDUU4XEGHT4F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nitin Babasaheb Gunjal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"व्यवस्थित चालत नाही खराब चालतोय Does not take speed\",\n                \"title\": \"म\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R9AACZYSEI5DO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R9AACZYSEI5DO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"pradeep\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Pcb has gone in two months Thought it got replaced in warranty I would not expect product to collapse in 2 months\",\n                \"title\": \"Pcb has gone in two months\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2FNYV49N32AXC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FNYV49N32AXC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Waste of money.\",\n                \"title\": \"Incificent air getting.\",\n                \"place\": \"India\",\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/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1N1CWIABRISIQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1N1CWIABRISIQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjay solanki\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan not working properly, stops of its on and again start\",\n                \"title\": \"Fan not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2XACBSY5BKSZ8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XACBSY5BKSZ8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjit\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan is faulty and stop while running within frequency of 5 min. Fan is just 3 month old.\",\n                \"title\": \"Fan is faulty\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-23\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2NCSEYBCBQ75A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NCSEYBCBQ75A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yashkumar j suthar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"No help by amazon and investigation team is wrong way to investigation\",\n                \"title\": \"Fan jam no help by amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R18YB5NAEHV7LZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R18YB5NAEHV7LZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Harika\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Used product received\",\n                \"title\": \"Used product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R16F6A41ADLE2E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R16F6A41ADLE2E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mary Geetha\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Very poor product. Absolute waste of money\",\n                \"title\": \"Worthless Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RWY1NDIUBXJ8L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RWY1NDIUBXJ8L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"mueed uddin\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"No return policy this policy is v. bad\",\n                \"title\": \"Quality is not good and then not working first time.after fixing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1Q2AW40DYZRZZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1Q2AW40DYZRZZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"amar desai\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Bad product ekdum low speed\",\n                \"title\": \"Not good product low speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3PZGHZ2Q8B6WN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PZGHZ2Q8B6WN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rana\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I bought 7 fans all makes noise\",\n                \"title\": \"Makes noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R18YI21327K510\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R18YI21327K510\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sandeep\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan speed is really terribleDo not go for this\",\n                \"title\": \"Do not buy this\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R19GIW40816MSE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R19GIW40816MSE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abdulqadir\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Poor air quality third class fan\",\n                \"title\": \"Third class\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RLI1Z322LWJF1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLI1Z322LWJF1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Please dont buy. Worst product.\",\n                \"title\": \"The speed and wind flow issue.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2HJPA1DNAPCBB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2HJPA1DNAPCBB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Very slow speed bed perfomense\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Speed is very bed\",\n                \"title\": \"Bed perfomense\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RIVRA07NQP8DV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RIVRA07NQP8DV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sudip B.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"You are good as long as the fan runs without trouble. As soon as you encounter an issue with the product and need customer service help, nightmare starts.The company policy is that once you log a ticket, you will need to wait upto 72 hrs for technician to to call you and tell you that he will be coming. No prior timeslots or dates are given. Even though some messages will keep on coming that appointment has been fixed on so and so time etc.. but as per technician and customer care executive, those sms are  to be ignored - 72 hours is the key and you have to inform and around your house for this timeline ...so that you are available when they call and come.Amazing service. Unfortunately I bought 5 of their products 4 years back. 1 has gone wrong and I am going through this nightmare.As such products are not exceptional and make a lot of noise too on high speed.Would recommend not to buy unless you want to try your luck with customer service.\",\n                \"title\": \"Pathetic Customer Service\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-06-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R33YAVWYBSINQK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R33YAVWYBSINQK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajendra\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Dont by this fan, if you’re looking for strong airflow and high fan speed, this model may not meet your needs.I regret the purchase and recommend exploring alternatives for a better balance of efficiency and performance.\",\n                \"title\": \"Money waste if u buy this fan there is no return\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-03-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3U1TVCIPBJ23Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3U1TVCIPBJ23Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kusuma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The fan is making too much noise, we are not having good experience with this fan, havells fan is better than this\",\n                \"title\": \"Too noisy\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2024-08-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3I2HT04U784AH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3I2HT04U784AH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hema rawat\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"after 2 months, the fan having continue some problems with remote, sensors\",\n                \"title\": \"Not good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R23ZY63S5NLOGA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23ZY63S5NLOGA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan itself and installation by the technician was smooth and fast. Delivery in a day.The features are good. Most unnecessary in day to day use, but good to have them anyway.The main grouch is the appearance. There is a HUGE gap between the round centre and the upper slot which houses the cables. If you are below the fan it is fine but looking at it from the side it looks really ugly. Usual fans have this as well but the central round part is large which hides this. Hope atomberg improve the aesthetics of this in future models because this is really required.The design gets some time to get used too. Also it would be good to have provided a wall mount for the remote- like most acs have. For a fan three times the cost of a normal fan and more expensive then other BLDC fans, I am certain a wall mount wouldn't increase the cost price.Another issue was with the customer service. When I called them up I told them my current defective fan needs to be removed before this is installed. They told me this had to be done from my end since the atomberg techs won't work with other fans! Which means that you need to get a different electrician to remove the earlier fan. Luckily for me I asked the tech if he will do this and he agreed to do it. Another problem is that the electrician from the company won't even bypass the earlier speed controller/regulator of the earlier fan. Again necessary to call another electrician for this. Silly rules set up by the companyUPDATE- Within 2 months of installation the fan is misbehaving. The speed does not hold and reduces to 1 immediately. Surprised that the most expensive fan in the market can have such a short life. Have raised a request yesterday but no response yet. Plus the 40 degree plus temp do not help!Update no 2: 5 days after registering a service request with amazon, the technician did not turn up. Not only did he not turn up, I was sent a mail saying service has been done! Beware buying this product. Repairmen do not come..amazon customer care does not help. They divert saying it is not their problem inspite of having a option to claim warranty on their website!\",\n                \"title\": \"Conked off after two months!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-02-19\",\n                \"helpful_count\": 124,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1NYuGu+pQL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3UNUIKMRRALH2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UNUIKMRRALH2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Guest\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I have 6 Renesa fan 600MM (1 no). 1200MM (4 no) and 1400MM (1 no). I have been using these fans for almost 10 months old.Let me start with the fans first, though they look good when it comes to working they are not because the fan speed varies on its own. If you select 3 speed of the fan will be as if you have selected 1 and when you select 4 the speed of the fan more than more than 5.  I have faced this issue with 3 out of 6 fans. When you complain about the same they tell you that this is due to voltage fluctuation and in my area, there is no issue of voltage fluctuation. The speed variation issue is with 1200MM and 1400MM.Secondly, regarding after-sale service, after raising the issue to the customer care center it takes around 8 days for them to send the engineer against their claim of 2 working days. Service engineers do not address the problem in full.  They will tell you they do not have parts and will come back tomorrow but tomorrow will never come. On top of this service engineer will close your call and then you try to know what's happening with your complaint, you will be told same has been closed as reported by the service engineer. So, again you have to raise a complaint hoping this time someone will attend it. If you try to raise the issue through mail they do not bother to go through it and reply to it.They do not have a process where customer care guys get in touch with the customer to verify whether the issue has been attended to or not.For people to claim energy efficiency first the fans need to work first on a consistent basis which they don't.Presently, I am facing some or the other issue i.e. bearing problem, auto speed variation, etc in 5 out of 6 fans.Pathetic experience with fans as well as after-sale service.\",\n                \"title\": \"Review of Fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-01\",\n                \"helpful_count\": 42,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2W7L2Q29R9K66\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2W7L2Q29R9K66\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ojih\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"(18 oct 2024)I will never recommend this company(atomberg)to anyone as replacement/refund/repair policy are not customer friendly. I ordered atomberg renisa 1200mm it was delivery perfectly, but when my electrician came to install it, he noticed that motor body of the fan where  blades are to be installed, on the above photo you can notice the screws positions it had thread issues. Overall as per My request to replace it as product was defective out of box , amazon informed me company is willing to send technician to check if issue is true, what i am describing,after 2 days Technician visited my house , He looked after the product he was unable to fit the blades on body as threads were slipping. so it was proved that the product was defective at factory level. so as per customer satisfaction, it should be whether replaced or refund should be processed, but they forced me to have the newly product repaired. Technician asked me that company has no policy for replacement. You must have to repair the product. If you want to use it for which I was forced to comply with their policy, which is not justified. Why company is forcing the customer for repair of the defective product out of the box? Lastly, I would say I had a very bad experience with atomberg. I will never purchase a fan from atomberg neither I will recommend this fan to anyone else. No customer should face such issues.I will update again  after I receive fan after body is repaired\",\n                \"title\": \"Never purchase atomberg fans you have to regret if you face any issues\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-18\",\n                \"helpful_count\": 45,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1UW2YDTKZ5LHE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1UW2YDTKZ5LHE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Purchased 5 set of fan Jul2021 and writing review after 3 year of usage.I was very happy after buying this product thinking that I will save on electric bill.I purchased 5  fans but as soon as warranty was over 2 fan started making friction noise.I showed it to local repair shop because warranty was over he check and told me that magnet has broken and this kind of magnet is not available in market.I called the customer care of Atomberg and discussed about the charges to repair. Atomberg will not provide new magnet but they replace complete housing and charge for the same is 850 Rs and service charge is 350 Rs and their is no warranty or guarantee of the repair for a single day. So  instead of spending 1200 Rs for the repair I decided to add another 800 Rs and get a new fan.Did I saved any thing.. Lets see the calculation considering I use 35W lessI run fan 8 hours a day for 200 days in a year so 35X8X200/1000=56kwh per year saving.3 year saving is 56X3=168 unit. electricity charges depends on the usage between 3 to 5 rs per unit168X5 = 840 Rs of saving from a fan which I purchased at Rs 3195. and again i need to purchase new fans for 2000 rs from other brand.Repair charges are very high - be it PCB, controller, housing, motor. you get nothing from local shop.Non BLDC fan can be repaired locally within 300 Rs whatever repair required.\",\n                \"title\": \"Buy only if you can re purchase it in 3 years\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-02\",\n                \"helpful_count\": 24,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2RF56WZMI071T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RF56WZMI071T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Srinivasan Ramamurthy\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I wanted to buy a remote control fan as I wanted to control fan speed while we are sleeping inside mosquito net. I was excited to see so much high rating and being best seller I had this fan in my wishlist and was waiting for diwali sale. It reduced price and with card offer, I immediately ordered was eagerly waiting for the fan. I even opted for installation. Delivery from Amazon was fantastic and installation was super fast. All set but that is when I realised, the fan speed is same as the earlier fan which was I was having for 20 plus years now, but same noise which is acceptable. But, the real concern is the wind throw. We could not feel the air flow which we were used to with old fan. Disappointed but wanted to give benefit of doubt as it might be a perception difference between users. Real problem started 2 days later. When I pressed 4 speed button, the speed reduced to 1 speed which was not the case until that time. Other speed buttons worked fine. After some time, pressing 3 speed button also reduced to 1 speed. 5 button speed worked fine. I was afraid to continue with it and immediately booked for return request. I dismantled the fan myself and kept aside and assembled my old fan (that was relief). Return was on 27th Sep but no one came until 2nd oct. Spoke with customer service and got 3rd Oct appointment for pickup. No one came to pick up. I called customer service and got appointment booked for 10th Oct and finally it was picked up and amount refunded. Pathetic experience with this Atombergfan and from Amazon return pickup service. Fan was light in weight. There is no way to find what speed fan is currently running. I seriously doubt so many 5 star ratings which could be some agencies bumping up the ratings and reviews. Not worth.\",\n                \"title\": \"Over Hyped Faulty Fan - Poor Return Experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-15\",\n                \"helpful_count\": 29,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1NYlwfkaBL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R21C9WB2YKRB5T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R21C9WB2YKRB5T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Please avoid buying it from the brand. The fan came defective with remote not working due to a sensor issue. I got it installed in the bedroom to realise that after paying electrician. Thought of returning it but then Amazon refuse to take return (even after saying that the return is eligible till 12th). They asked me to reach atomberg service to resolve the issue (even when the product from defective) I called service Center they told me that they will addressed the issue in 48-72 hours. The fan only work at top speed without a remote. So if the remote is not working then you are in a mess. Now I need to sleep in living room for a few days till they fix my fanSo in summary badly designed product, a company which doesn’t know how to handle customer escalations (trying to build a brand against established players) and this time disappointed by Amazon also. I stopped purchasing large white goods from Amazon because of the same reason.  local chroma and reliance stores provide much better customer experience but perhaps a lesson learned for next time\",\n                \"title\": \"Please avoid buying this product or from the company. Serious design and support issued\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-03\",\n                \"helpful_count\": 9,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3162C7FPJ54U0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3162C7FPJ54U0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ajay\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Extremely disappointed with this product. The fan didn’t even last 9 months before completely failing. Even worse, it blasted in the middle of the night while running, which is extremely dangerous and could have caused serious harm. This clearly shows very poor manufacturing and terrible product quality.When I contacted support, they refused to provide a refund or any proper resolution, which makes the experience even worse. Spending money on a product that fails so quickly and becomes a safety risk is unacceptable.Absolutely not worth the money. Poor durability, poor customer service, and a dangerous product. I strongly do NOT recommend buying this fan.\",\n                \"title\": \"Not good quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1MVCZX0YOV9MV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MVCZX0YOV9MV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ritesh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Sabse bekar servise or Fan hai .defective fan mila hai mujh ,Daily customer care se baat Karni pad rahi technician 2bar aa chuki hai 1week ke ander he , Air flow nahi hai Booster mood par bhi normal fan se bhi kaam air hai , phle air flow ke liye complain ke thi  to technician aaye to usne Card change kiya fan hit kr raha tha , Card change hone ek baad ek or fault aa gya Fan Invert par direct switch nahi hota band ho kr fr se start hota hai . fr se customer care par complain ke fr se vahi technical person aaya usne Fan ko khola fr se 2-3 bar Card ko change kiya but Na Air flow thik hua na he Invert par switch hone wali problem thik ho pai hai , Maine bar bar unhe daily bol raha hu aap mera fan Replacement krva do but abhi tak kuch nahi hua hai . 21 March ko fan order kiya tha , 3week se yahi dramam chal raha hai , amazone par scam chal raha hai duplicate product ka plz dont buy any thing . ye fan sirf fake claim krte hai high speed ka\",\n                \"title\": \"defective piece\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-14\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1sJ8638DhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2Z4FWW9BMAYYR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2Z4FWW9BMAYYR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashwin Sharma\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't ever buy the atomberg productsTheir team their engineers don't knowHow to address the issueThis product is simple good lookingThat's itIf you want to keep fan on client only for picture then it's okkAs it doesn't work properlyNo use no worthIf you want a live demoCan send personal videos for these fansOn submitting complaints their engineers gng to come. Gna take money and then saySir you have to spend 2.5k on the fan as some issue has cameAnd that too no warranty for 4k or 5k fansStrongly recommend not to purchase it\",\n                \"title\": \"Don't buy Atomberg Fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-28\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RH1PKWP3HXKPX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RH1PKWP3HXKPX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Pathetic Amazon who doesn’t support the bulk order. I ordered 7 fans and 1 fan is not working properly. In stead of helping Amazon is telling me to liasse with product.My advice don’t but electronic items from Amazon they are pathetic in service the customers in such kind of scenarios. Similar scenarios happened with my friends but I trusted  Amazon to get disappointment.\",\n                \"title\": \"Don’t buy electronics from Amazon to get disappointment\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1QMXSR2L1O3BE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1QMXSR2L1O3BE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dinesh Kanna\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I ordered 5 atomberg ceiling fan during Dec 2022. During warranty period itself i had a problem with inconsistent speed, service person immediately attended and he had reset the fan. But again i had the same issue but this time it was out of warranty and i was told the board has to be replaced which is Rs.750 and service Rs 250. For which i have not got the receipt as well. Earlier i use to have traditional crompton which is still working like gem... it has been more than 20 years and still going on. I will not recommend atomberg bldc for long term, part replacement and service cost will negate the savings.\",\n                \"title\": \"Not a worth buying if you consider for long term\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2HGY6E0B005XG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2HGY6E0B005XG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dr.sujith\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I recently purchased an Atomberg fan, drawn by its promise of energy efficiency and sleek design. While the fan does deliver on those fronts, I was disappointed by its overall performance, particularly regarding speed.The fan operates at a much lower RPM (rotations per minute) than I expected, leading to reduced air circulation. Even at its highest setting, the airflow is insufficient, especially in rooms where stronger circulation is needed. This low speed makes the fan less effective during hot weather when maximum cooling is desired.When I contacted customer service, I was informed that the newer variants are designed with a lower RPM to further enhance energy efficiency. While this may be ideal for those who prioritize quiet, low-power operation, it compromises the airflow significantly, which was a letdown for me.In summary, the Atomberg fan is quiet, stylish, and energy-efficient, but if you’re looking for strong airflow and high fan speed, this model may not meet your needs.I regret the purchase and recommend exploring alternatives for a better balance of efficiency and performance.\",\n                \"title\": \"Disappointed.low fan speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-03\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1vrXTCOBCL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1YPO0994XBTQV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YPO0994XBTQV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhijit R.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst productHad requested for a return twice amazon rescheduled  the date neither picking up the product nor giving the refund amazon is trying to scam me with my money while atomberg the manufacturer themselves accepted that the fan is faultyDont buy atomberg products\",\n                \"title\": \"Defective and Low quality fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-28\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1NR1Q35IO22ME\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1NR1Q35IO22ME\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ABHISHEK KUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"“So much for ‘energy savings’—whatever little money you save on power bills, you end up paying back in repairs right after the warranty expires. I bought two fans, and both failed soon after warranty. Each spare costs ₹1500, plus ₹250 per technician visit. To make it worse, the technician came once without the spare (₹250 gone) and then charged another ₹250 to return with it. Total waste of time, money, and trust.”\",\n                \"title\": \"Hidden Costs After Warranty – Fans That Drain Your Wallet”\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3NIEDMAK9HBW0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3NIEDMAK9HBW0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"saumitra\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"People general put their comments just after buying the product but I am mentioning this comments after using this for last 3 years. After warranty the fan starts showing It’s actual problem. My fan develop noise and then slow down drastically. The speed is not increasing beyond 3. Compared with other normal induction fan you can not change the capacitor and it require company technician help and parts which cost half the price of the fan and wastage of operation time. Induction fans may consume higher power but quality wise it is superior and maintenance wise easy. What i have saved from power is invested in maintenance. Company should think of product quality in long term for sustainable business. I will not recommend this product if you are thinking for long term operation. Above comments are based on my experience only and I don’t have any intension to harm any company or person. Thanks\",\n                \"title\": \"Not long run and sustainable product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-05\",\n                \"helpful_count\": 9,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2F35SY0FSS93D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2F35SY0FSS93D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yogesh jadhav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan is having very serious issue ,from day one I purchased this fan I am suffering fan shut down within 15 days,after replacement of motor also problem doesn't solveSupport team and technician worstFirst I will share positive point about this fan1) remote control access2) low wattage low electricity consumptionNow negative point1) fan is not durable at all ,this model having serious metal churning noise issue,which other users also share, noise is so much that you ears will blow out2) Fan speed is not that adequate like bajaj and Crompton fan3)throw of air is not adequate4)remote durability is questionable subject5) this fan will make you call to their customers care as durability is not at all goodI am regretting buying this fan , instead of saving money on electricity this fan is giving trouble onlyIf you want peaceful mind and air buy other reputed brand fan whether its 75w its doesn't matter ,as this bldc motor fan will shut down within month or year instead of saving money on electricity it will take your extra money from your own pocket,buy at your own risk ,I first time writing this review  I bought this 3 fan To save money on electricity but now I am really regretting from my own experience I will not recommend this fan to anyone.Updated: After 2 years its again making noise this fans are worst this fan not only disturb your sleep but increase your frustrations,Elecricity saving is gimmic,Worst service experience by the way those dont beleive read the others buyers opinion and see how many times they said about noise and dubarabilty of the fan,If you value your hard earn money please never ever purchase this fan\",\n                \"title\": \"Buy this fan ,if you dont care about your hard-earned money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-25\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R23WM3LTF52I1K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23WM3LTF52I1K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dream Arts\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I recently purchased a pair of BLDC fans from Amazon, and unfortunately, my experience has been far from satisfactory. The primary issue I encountered was a significant disparity in fan speed compared to conventional models. Despite my initial excitement about the purported benefits of BLDC technology, the fans' performance fell drastically short of expectations.Upon realizing the problem, I promptly requested a replacement, hoping to receive a fully functional set of fans. Regrettably, the replacement process has proven to be a major disappointment as well. It has been over 10 days since I initiated the replacement request, and there has been no indication that the replacement is on its way. This extended delay has left me frustrated and questioning the reliability of the product and the customer service provided.Moreover, I couldn't help but feel skeptical about the authenticity of the reviews I initially relied on when making my purchase decision. The positive feedback on the product's page appears suspect, given the issues I've encountered and the apparent lack of responsiveness from the customer support team.In light of these experiences, I would caution potential buyers to exercise caution when considering BLDC fans from this particular seller. The product's performance has not met my expectations, and the customer service has been slow and unresponsive. I hope my review serves as a helpful warning to others seeking reliable and efficient BLDC fans.\",\n                \"title\": \"Disappointing Experience with BLDC Fan Purchase\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-11-20\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R237V1PAELDETE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R237V1PAELDETE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lavkesh Jadav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Fan looks amazing,  built quality is excellent.However Atomberg is a nightmare when it comes to after-sales service. My fan has been wobbling since day one, and despite countless calls, WhatsApp messages, and emails, nothing has been fixed. Calls were even cut abruptly. I’ve taken this up with the consumer forum, but for now, I’m stuck with the stress of continuous follow-ups. Highly irresponsible brand—avoid Atomberg and check other BLDC options, their service is pathetic. And this is in Ahmedabad. 😢 imagine in tier 2 or 3.\",\n                \"title\": \"Pathetic Post Sale Service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R9FG3FWPGQ8VK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R9FG3FWPGQ8VK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohit M.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I purchased this fan few weeks ago and it is under warranty. I am not sure how much energy it is saving but I am 100% sure that this company has lack of expertise, maturity and experience. Not sure how they have managed to get 4+ rating. Fan has serious wobbling issue. The technician has come 4 times but the issue is still unresolved. What if this fan falls? Please see the video - the actual wobbling is more than what is visible in video. How can a new fan have this defect? This is a serious design issue where the manufacturer has either failed to maintain the centre of gravity on the axis of the fan or maybe the alignment itself is incorrect. How has the quantity control passed this? I would suggest to buy the bldc fans with standard companies like Orient, Crompton, Havells etc\",\n                \"title\": \"Serious wobbling issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1gdzcHVfeL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2PMMHSB3Y9P3V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PMMHSB3Y9P3V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SSG ENGINEERING\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Worst product...even the fans which we bought before 30Years are still working good. Just name & fame. Bought 2fans atomberg for our new house. Ordered 1 Black colour 1400mm & 1 White colour 1200mm - But to my surprise both 1200mm size delivered. My electrician had fixed before my arrival as we wre rushing towards our house warming. With 3months white fan started releasing black smoke continuously, we stopped using the fan for 2weeks.. later fixed the top wiring part with insulated tape. Then it started working fine... To my surprise 2nd fan started giving noise. At the speed of 1 & 2.. on higher Rpms couldnt hear. I wonder within 3-4 months I got somany issues using ATOMBERG fans. In. The name of power saving we are getting cheated.better go for reputed brands in the market rather than wasting hard earned money\",\n                \"title\": \"WORST\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RNKL3DZG1PV63\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNKL3DZG1PV63\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ravishankar Ravindranath\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The main attraction to the fan was its power consumption then remote operation.After 3 weeks of using, the fan is having worst quality electronic. First the fan failed with in 2 weeks. After the board replacement it failed in 2 days.Pros:Easy to set up.Speed boost.Pros After it is failedDecent full speed till it works!Even after the board fails, the fan works at own cruise control.Its fun watching failed fan rotating at variable speeed decided by itself.Easy to replace the failed board for this renessa model.Cons:Worst electronics.Main board failed in less than 2 weeks.Thin leaf blades resulting in helicopter like sound.NOTE: If you plan to replace your work room ceiling fane where you attend video calls and meeting stay away. If you do, the fan be like helicopter background music for your voice.@Amazon based on amazon recommendation and star rating I bought 3 ! Could you please help me with the return and refund option!\",\n                \"title\": \"Product Reliability is Poor. Stay Back from buying.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-26\",\n                \"helpful_count\": 10,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1nYTxkSZbL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3C22EDB1IQA2Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3C22EDB1IQA2Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sandip\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The Atomberg fan is not working for the last 20 days. Today the company technician returned the fan and it is rotating in reverse direction. This is the worst service after selling the fan once. My advice to all of you is that do not buy Atomberg fan otherwise you will regret it later. Think about it, the fan has been stopped working for the last 20 days. What will happen without a fan in these summers?\",\n                \"title\": \"Fan not working wrost service do not buy.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1xD4lInZsL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1X3BGGWYN9DA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1X3BGGWYN9DA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Neeraj Gupta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan has lot of issues. 1st time I had to call when fan suddenly stopped working after 1 month. The service guy sent by company replaced the circuit of fan because of poor quality of circuit installed in fan. 2nd time after 1 year, now noise has started coming from fan. Now there is no response from customer care on sending service technician to attend the issue even though the fan is in warranty. Disappointed with the service.\",\n                \"title\": \"In last 1 year I had to call twice for technical issues in fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1cJokou-WL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R38S3AJLU1ZUMO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38S3AJLU1ZUMO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vinodkumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I brought this fan on aug 20th 2024,it's not working from 14thoct2024,I made service request they are not resolved my problem from15 days, atomberg don't have service centers or facilities to service fans, they have only sales through various e-commerce sites,The first thing I didn't understand is that why fan is not working within 50days how it will work in long term and also that is this fan new or used one. Very pathetic experiance with this worst fan company atomberg technology. I request every one please don't buy this brand fan because there are so many good brands in the market go for them instead of this worst fan  in India\",\n                \"title\": \"Worst fan in India deserves ZERO Rating\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1XR4IJHO14WDD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XR4IJHO14WDD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I bought it in 2022..and after some months its started showing problem. The fan was not working at 4th speed. I raised a ticket imidiately and the next day one engineer came. He changed the mother board but the problem was still there. When I asked him he said it will work smoothly after some time but the issue didnt resolved. Now after the winter season when I satred using it, it is still creating weird noise. It is even deeper at night. I may be unlucky but best of my experience I wouldn't recommend it. I have BLDC fan from anchor thats works really fine, no issues as of now.\",\n                \"title\": \"Creating bad noise_worst experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-09\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E17yXLtWxRL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R17Y6OCBDR86TK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17Y6OCBDR86TK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tirthesh Parekh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"I nevere write negative reviews but this has to be.This fan started ticking sound within 3 months. They gave me replacement which also started  malfunctioning within 1 week.First they told me there is no technician in your area and after replacement they told me now technician is available.. so to replace defective fan I hired technician from outside which cost me 300 rs.There are plenty of other well know brand providing same featured type of fan at lower price i.e havells for 3000 rs , orient for 3200 rs with remote and etc.Do not fall for look guys..They will never reply on email.Everytime you called on customer care number there will be network coverage issue from their side and they will disconnect. THEY WILL TELL YOU THAT THEY WILL CALL BUT THAT NEVER HAPPEN.They will replace 3 times with defective product if chal gaya to chand tak. And 4th replacement will brand new  fan.Friendly NoteIf you are buying this fan then buy but buy spare 1 also because this fan can stop working properly anytime.\",\n                \"title\": \"Don't Buy this product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-16\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3JCIHBNGNETN4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JCIHBNGNETN4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Paul\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Seeing the number of reviews and the energy efficiency taking into consideration I purchased the fan.  I have two major issues.1. Very noice and it's disturbing.2. Air flow is not very efficient and good.Very disappointed I should have purchased a traditional fan. Now I plan to fix the fan in a different location and not definitely in a bedroom.Speed level A to C is acceptable noise but rotation is slow and not much of a windflo above C is very noisy. I assume the company will consider these flaws and improve the technology. Being energy efficiency is not good enough but should be pracricle. Therefore I will not be able to recommend. Go for a cheaper traditional ceiling fan.\",\n                \"title\": \"Sounds like a aeroplane flying inside the room\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-05-26\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1fv3G5msaL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R1MCVC208ATF0Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MCVC208ATF0Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Babita Bharati\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Having heard about Atomberg (Since Gorilla Fans days) for years I went for this Renesa+ despite owning to their reputation. Although I own an Ottoman fan which I received as diwali gift 2 years ago and is working fine. Worst decision of 2022.The fan was installed as per instructions but still only worked properly for 10-15 hours. Installed during afternoon and I was woken up in night as fan decided to run on 1 speed despite being on Speed 4. Contacted brand on Friday early morning and after multiple escalations from social media and executive came on Saturday night and said it will need replacement. Was told that replacement will arrive in 3-4 days. But on Tuesday night I got message from Atomberg that replacement shipment is also delayed. Despite paying a premium price the customers are made to suffer just because they trusted the brand.Ticket # 2210140031 and 2210151439If you are reading this review, AVOID THE ATOMBERG fans. The latest reviews are bad (which I ignored) and support is bad too. Don't make the mistake.\",\n                \"title\": \"Didn't work properly for even a day\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-17\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1S5CETBJB9UVQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1S5CETBJB9UVQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Purchased Renesa fan in Dec 2022. Metal tapping noise started coming from the fan since last one month. This noise is very irritating. Lodged the complaint with Atomberg regarding the same in mid of March 2023. After multiple followups in last couple of weeks their technician visited to inspect the issue. Ño action was taken by the technician by saying \\\"This is very common issue / noise, it will subside over the priod of time\\\".PS: The issue is not yet resolved. And the complaint is still reflecting as open on their portal. No communication received from Atomberg team since then. It looks like they do not have any TAT to respond / provide update to the customer.\",\n                \"title\": \"Poor quality fan. Pathetic after sales service.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-04-04\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1NUuOPas-L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R20ZRAU2WX57OB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R20ZRAU2WX57OB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    एक साल में ही खराब  हो जाता है। बाद में कोई नही सुनेगा वारण्टी का कोई मतलब नही है फैन खराब कि शिकायत करने पर रिपेयर में खराब मटेरियल डालते है जो एक महीने में वापस खराब हो जायेगा सभी लोगों के साथ धोखा ही हुआ है। मेरे दोस्त के सहीत 13fan खरीदे थे सबके यही हाल है। लोगो के साथ फ्रोड करते हैं। लोगों को बेवकूफ बनाते हैं।\",\n                \"title\": \"Very very bad product fan. After 1year poor condition.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E17EAhK+K3L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1MZGHZSCM0HUF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MZGHZSCM0HUF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Swastik I.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I have bought 4 atomberg renessa fans out of which 2 have broken down in an interval of 3 daysYou can watch the video.Registered complaint for both fans1 complaint on 12 July . technician came and requested for replacement.the replacement is in transit for 5 days.2nd complaint i registered on 15july and the technician is yet to visit .It's been 5 days since we living without fan.Atomberg people should understand it's the fan their dealing with and should resolve immediately.As people cannot stay without fan.If they can deliver new fan within a dayWhy can't they deliver replacement within a day.I spent almost 18k for these now I doubt my purchase.\",\n                \"title\": \"Terrible fans terrible quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-17\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1-ozNMHDOL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R116FMC16W49E1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R116FMC16W49E1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abdur rahman\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The worst experience I have ever had with a product purchase ever, and I'm writing this review so people will be aware of the quality of fans this company is selling. It all started with the installation guy coming to my home. Nothing was done properly by him. He does not want to even be there  let alone install your fan and as soon as he installed it the fan started showing it's defects. The speed of the fan decreases by itself and the main rod of the fan shakes like it's a twenty year old fan. I would be very carefull.\",\n                \"title\": \"Worst fan purchase and installation experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-10\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E184tzwLv7L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RL96JCNEXF8MV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RL96JCNEXF8MV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sairareji. S\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Pls pls pls do Pls pls pls do not buy the Atomberg fan . After fitting the results was toooo badIf you put it in 5, it rotates like a normal fan rotates in 2. buy the Atomberg fan . After fitting the results was toooo badIf you put it in 5, it rotates like a normal fan rotates in 2.pls don't waste ur money\",\n                \"title\": \"Pls,Don't waste your money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1bSIwLP-2L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2SFCFULF7RH7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SFCFULF7RH7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sachet Gupta\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fans were working fine for 3 months but after 3 months of usage one of the fan has started making a loud noise.The customer care is asking for 48-72 hours to resolve this.Please understand it is impossible to stay without fan, had it been a normal fan, I would have called a local electrician and got it fixed.Using good and advanced motor and saving power can not compensate with delayed service.So choose wisely.My suggestion: Don't buy this.Update 17-07-2023Third fan has also started causing problems with in just 1 year of usage. Do consider their service time and product quality before buying.\",\n                \"title\": \"Energy saving but bad product and slow after sale service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-06-29\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1lVrCIPaQL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2C1WHL2YY3PCB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2C1WHL2YY3PCB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jagadeesh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Worst experience...i bought 3 fans at a time..and 1 fan started this kind of noise immediately after 1day, and replaced it with other thinking it's a faulty piece..But now the 2nd one giving this sound..wat kind of the quality checks they perform..i don't understand..now it's been a month and my return window got closed.Don't know how many days the others work...hard earned money, can't spend on this crap product.I even being an passionate electrical engineer, tried encouraging and referred this to many friends..but it's of waste I believe..Need to check now how can I get connected to service team and their level of service..!!\",\n                \"title\": \"Worst\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D11Mm9pfmXL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1EHUGEIGYW0J\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EHUGEIGYW0J\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"yogesh pal\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Writing this review after almost an year of usage. It stopped working suddenly. Fan is good but complexity of the hardware makes these fan fail fast as compared to old technology we have. Copper winding fans will last many many years and are repairable but bldc fans will not last longer neither easily repairable.Update on 12 Jun 2025: 2nd time repairing within 2 years. Technician told me after warranty pcb cost is 750.\",\n                \"title\": \"Stopped Working in an year. Not recommended.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B13Sa2Bm80L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R1P0323BEEGH5K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1P0323BEEGH5K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nasir\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Save your money and don't buy this fan, I have bought 4 of these fans and all fans have the same issue. The issue is that it has speed variation, the fan goes slow and fast according to it's own wish. Even if you set it at full speed it will go fast then slow then fast then low. Very annoying.\",\n                \"title\": \"Worst Fan Ever\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1U+BBkl6ZL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2NX9N2CT1XFAB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NX9N2CT1XFAB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"arun yadav\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The speed is worst after spending 3.5k for this product when the technical person arrive he says that this is the max speed were in if you if purchase a normal fan the speed is too ggod the technical person name is amam mouriya where the instrument send even that was not working properly as confirmed the the technical person who has come for visiting my place\",\n                \"title\": \"Ths speed is 340 rpm after spending around 3.5k for this fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/812Yqh-yU5L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"ROC63WSB2XK38\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/ROC63WSB2XK38\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The conventional Fans are build to last long. But this one, I doubt the reliability. After 2 months of regular usage the fan has started making noise. I have filed a complaint with Atomberg and they have assured a technician visit in next 48 hrs. I ll update follow comments after issue is resolved.Update: The fan was replaced, but exactly after one month the boost mode started malfunctioning. The fan slows down automatically seems like it's turned off (Regulator already bypassed). My suggestion if you want a fan that runs 24x7, don't go for this. Look for other Bldc options\",\n                \"title\": \"Long term reliability is a big concern\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1fYC42OFAL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"ROKHWU383XWNR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/ROKHWU383XWNR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SOURAV\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Revised review on 9 sep 2024: 1/5 starsThe service is worst. Although located in a tier 2 city, the service has not been provided even after 4 days of raising complaint. The fan is rotating in reverse direction.Review on June 2022:ProsGood energy efficient fanRemote controlConsLooks is not that good: It doesnot look bulky, the center base is a small circle, looks thin like it has not eaten food and have not grownFan led light looks cheap, they could have given a white lamp type.overall happy with the product. 5 stars\",\n                \"title\": \"Good remote control fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A14tmzVFchL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R33X77SJJV5U49\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R33X77SJJV5U49\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shirsendu Sarkar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The product is not good at all. It started giving trouble from the very beginning like automatically the speed of the fan would reduce, it would stop working and now it is making a lot of noise when its on.\",\n                \"title\": \"Not Satisfied\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-30\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1mja-JiAZL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1D4AWQDDVOMUU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1D4AWQDDVOMUU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Harshal kale\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Purchased 2 fans seeing very positive reviews. Regret my decision now. The air flow of these fans is very poor.  Even at full speed, you can feel the air only if you stand below the fan. Even if your bed is just one feet away from the circumference of the fan, the air can't reach you.  You will feel sweating if you are just sitting away from the fan.  Same issues with both the fans.What is the use of fan if it can't fulfill it's main job.  Go for these fans if you want Remote , LED lights like feature.  If airflow is important to you, don't buy this fan.\",\n                \"title\": \"Air flow is very poor at full speed. Don't buy.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-04-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R23NLMAQMCRN5Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23NLMAQMCRN5Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Product is good but delivery very very worst, delivery person very rude. This is not first time. I order some things in same address before 6 months that time also delivery person this same behaviour. I try to delivery hub also but not showing them details, thiruvaru hub very very worst hub. Delivery partner behaviour and speech also very very worst. Here after I have doubt with this Amazon.\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Am using this fan in my office so that I refer to my home but it’s not that much of air flow other then that it’s better for Usha and Bajaj. Don’t buy this waste of my money and am not surging to any one  I buy 2 fan for rate of 7400 if in case I buy Bajaj or Usha my amount save half of it\",\n                \"title\": \"Worst product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RUB9SBF534NSE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUB9SBF534NSE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shruti marathe\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I wanted to gift my parents something convinient for them and so decided to buy this since it felt promising and i guess this is an Indian brand so wanted to support that as well. But as soon as I got the fan it started making SO MUCH NOISE. It's been months and still the issue is not fixed even after contacting the support team and then fixing the fan. Very much dissapointed. My old fan bought in the 90's was much less noisy than this. Don't buy from here.\",\n                \"title\": \"Regret buying it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1ulbOEkdiL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R19ZF5TXGI400Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R19ZF5TXGI400Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Girish Agarwadekar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Poor fan making noise after 2years defective product waste of moneyVery poor service engineer said he will call to change blade but his asking for charges to change blade as it's making noise engineer didn't call yet very poor service and poor quality fan by atomberg worst brand highly suggesting not to buy\",\n                \"title\": \"Noise making fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1SFSNbvqwL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2J801NAPH1RIA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2J801NAPH1RIA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jude Soler\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"# I was using a polar brand fan then heard about atomberg and it's energy saving qualities.My bill still sums up to the same amount installing this fan.# Rpm is too low air delivery is very less# lookwise it's kinda cool and has a very beautiful design.#Lights on the fan is just to know which speed the fan is running on and not a night lamp. But the lights are beautiful.#Most important it is overpriced.If there was good speed and air flow then it would have been worth it.\",\n                \"title\": \"Fan is ok but not that good, OVERPRICED.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-06-08\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R33FKKDJKW7CS5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R33FKKDJKW7CS5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"A. Narayan\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Had ordered two nos of Renesa fans, two parts were missing (clamp & canopy) also there were some cracks on the body; it has been almost 1 month but they have not been able to deliver missing part and give replacement for the damaged unit in spite of several calls to customer care. Not at all trust worthy....I do not recommend this product.\",\n                \"title\": \"Beware! Poor quality, worst product support.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R21E2NHRRM4ICH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R21E2NHRRM4ICH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jengin D'silva\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"Don't buy this Atomberg Renesa fan.  I bought a fan last month and now its not working in have complaint about the same, now 5 days have become still the engineer is not come to rectify the same, the customer care is useless ,my case no is 00985217. This fan is a garbage please don't waste your hard-earned money. Please buy some reputed brands and ignore this Atomberg fans.\",\n                \"title\": \"Don't buy this Atomberg Renesa fan….\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-02\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3L2H0FSEIKI1A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3L2H0FSEIKI1A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"santhosh\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan is working fine in full speeds but in 1st and 2nd steps it is making helipad sound randomly. I raised a complaint the technician will come and see that time it won't make any noise because, I'm getting this problem randomly. If the fan started sounding then it will continue. The service persons visited two times but no use. Still now problem remain same. There is no resolution.\",\n                \"title\": \"You may face strange problems\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-11-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1aCMXYi4DL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R31FST5ZBJUNE9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R31FST5ZBJUNE9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vinodkumar\",\n                \"user_id\": \"\",\n                \"rating\": 1,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    ill buy 2 fans. i use it for two years.  in two years ill call to customer service atleast 10 times for service.  every two months its got automatic speed vary ishue. during warranty thay come and change main board every time.  but after warranty this is equal to garbage.  total worst product.\",\n                \"title\": \"don't buy this garbage.  total waste of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/91sGUlKCegL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3AG3GUB1MRMTQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AG3GUB1MRMTQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nihar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Edit: The problem was solved and it took in total of 3 weeks of time to solve the problem most time was taken for the replacement unit and installation engineer allocation other than that the problem was resolved within a day after replacement.The most slow and pathetic service and product ever I have experienced first the fan is always faulty and starts to make problems within 2 weeks the company is selling faulty products to customer then giving replacements that to at very very slow customer servicing speeds, I first lodged my complaint via amazon and waited for 2 days yet no response then I put ticket on the website still no response then I called the customer care they said me to wait for more 2 days for technician to visit, now technical after the 2nd day says company sold old faulty product and is now replacing with every customer and asking to wait for more 5 days for replacement and even after replacement comes they are saying to wait for more 2 days for other technician to come amd install the fan.\",\n                \"title\": \"Edit: Issue resolved but took a very long time good service though.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1nuNhsDX4L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R361LBGBZL4OTT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R361LBGBZL4OTT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohammad ahmad\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I will give it only 3 stars because there is no feature of 5 stars in it.\",\n                \"title\": \"No high speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1HLLcKOWDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3HV2H8Q6X7ZQG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HV2H8Q6X7ZQG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The fan doesn’t accessible to Wi-Fi hence this makes the product outdated . What if the remote dose not work?\",\n                \"title\": \"Wi-Fi accessibility not available\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2SIXNSODAJNPN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SIXNSODAJNPN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Akhil Suresh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I wanted to make all appliances in my house energy efficient and less harmfull to environment.  So i am changing all celling fans in bed rooms ( mostly used ones) to these..Initially taught of buying a higher varient one so can be connected to wifi but for me i see no use in doing soI have been using this for a week now... and also changed in my brothers room...Fan speed is amazing it is not like cheap fans...it looks stylish and also the led can be used as a night light if you frequently get up at night to drink water or for any other purposessBecause of remote control you dont have to call younger ones to ture it onn 😆😆😆  alwasy keep those remote in proximity of your hand..This company claims to consume less energy and long lasting life and only consumes energy depending on your fan speed.\",\n                \"title\": \"Why i chose this BDLC fan?\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-03-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/914LUlkFFgS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RQ3JENAXYTGW8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RQ3JENAXYTGW8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Viveka Nand Thakur\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good but thefan is vibrating\",\n                \"title\": \"Vibrating\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D10Y5ylMc0L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"RTACWK6LI4YW9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTACWK6LI4YW9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ajit kumar Guha\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    If someone like to exchange it should be accepted. Sometimes online images do not match or may not look good when it is seen in front of the backed eyes. Same thing happened when  I received the Fan. Requested to exchange exchange with 🟤 brown one but Ill luck would have it the same did not accepted. This may consider amicably.\",\n                \"title\": \"Wanted to exchange with Brown colour. Though ordered Black inadvertently.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1ZyI44g85L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3690DGIQF710F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3690DGIQF710F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul Gomez\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan speed is very slow. It is very stylish and slim. Ease of installation is not good. You will need an electrician. The regulator also needs to be changed to accomodate the electrical else the motor will burn.With an ac the fan will cool the room in less than 5 mins. Without an ac pls do not use the fan as it will not be efficient.\",\n                \"title\": \"very slow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-30\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1MM64QV1MNVQG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MM64QV1MNVQG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashok\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Compared to regular fan the speed of this fan isAverage. And it is not covering overall area only below the fan. But if you use AC this will be best product. We can use time interval for this fan to circulate AC\",\n                \"title\": \"Average speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-16\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1CYC1VE5NIJID\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1CYC1VE5NIJID\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lalit Kumar khatri\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Ok thik h\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-17\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1qPrZvzmNL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R10MQSTQ0VI1GN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R10MQSTQ0VI1GN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashly\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The product is good overall but it makes lot of noise. till speed 2 its ok after that its very noisy.. and the front plastic is very cheap it get scratch easily and when the led is on the entire board inside is visible\",\n                \"title\": \"Very noisy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-15\",\n                \"helpful_count\": 7,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1cdd2h1H1L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R10IM4WQIGI2LP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R10IM4WQIGI2LP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Chanpreet Singh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"This fan is decent in quality, airflow is good. But the looks are not so impressive.\",\n                \"title\": \"Average fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RS6I6IEF4D7RV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RS6I6IEF4D7RV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nirmalya Chandra\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The speed seems low in full point…\",\n                \"title\": \"In need exchange of it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C19gSAoWV1L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3IBZMP76BW9US\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3IBZMP76BW9US\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"irshad\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"\",\n                \"title\": \"Product is average good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R24V8SUFVC70VC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R24V8SUFVC70VC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lakshay Bhatia\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"product badiya haifeatures acche hai.. Bus ek dikkat hai iske blades pe dust bhot jaldi set ho jati hai or frequently apko cleaning krni padegi which is irritating.. Ab white blade pe dust ek dum dikhti hai toh app ignore bhe nhi kr sakte .\",\n                \"title\": \"Overall nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-05\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2PVIFQIXXC6W3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PVIFQIXXC6W3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan speed is not expected as the company advertised. My previous normal fan speed was better then this Atomberg Fan.Next I bought it on 18 th of April 23. Therefore I don't know what will be the electric consumption of this fan.One thing is that this fan is moving without any sound except the air circulating sound.The delivery was prompt by Amazon.\",\n                \"title\": \"Fan speed not expected as shown in advertisement.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-05-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1BW3V5pHJL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1RTSMSK4RVWVB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1RTSMSK4RVWVB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pankaj Lal\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is otherwise good. Only if it didn't make noise like a helicopter. Listen for yourself. We have bought one more. That is also noisy but not as much as this.\",\n                \"title\": \"Very noisy fan. When asked for repair during warranty, just did patchwork.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-14\",\n                \"helpful_count\": 8,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1ysmzLBGLL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3Q4YWVSFQZFMY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3Q4YWVSFQZFMY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"klmgom\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Reduced 2 star due to the following reason1. First time received with missing item which not fair and then asked replacement2. Afterwards received replacement thankfully with full kit intactToday only got assembled with local electrician and seem good product running fine let see how it performance based on the same will increase the starBut only worry is that i have spent intial five hundered for installation which I lost due to missing items\",\n                \"title\": \"First I got with missing item and then asked replacement and got it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-04-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R8YTW1ZESXQSY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8YTW1ZESXQSY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Panda\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Original review - While I like the remote control feature of the fan which is very handy, the fan makes an annoying noise at lower speeds - see video attached. I wrote to their contact email and did not get as much as an acknowledgement email. Company should seriously look into fixing this.Update, a week later - After my complaint, a technician came and tried fixing the issue. There is quite an improvement but at night a faint noise can still be heard. I am changing the rating from 1-star to 3-stars.\",\n                \"title\": \"Fan makes annoying noise - Customer Support does not respond\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-03-15\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1iut9BSmcS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2XH1YQGCLD63N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XH1YQGCLD63N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nitin Kakkar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"After reviewing comments and ratings of this Fan I decided to buy for my hall. I was surprised to see the size of motor, which is like a “Katori” (small bowl), since we have seen fans with fair size of Motor and looking at Small one surprised me.Fan speed is good bit air flow is missing, even under fan you will not feel good air flow.I think it will be suitable for small size rooms basically we find them in apartments.\",\n                \"title\": \"Not as Expected - Overrated\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-01-24\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RAGFPXZJB65ZK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RAGFPXZJB65ZK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sriraghu S\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It’s a good product. Features are good although one may not use all of them. The only complaint I have about the fan is that it attracts dust easily. I have to clean the wings at least once in a week. And since I bought a darker colour it’s a regular thing for me now.\",\n                \"title\": \"Good product with good features\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1nbyPjy-1L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2RSTNPB9PT71L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RSTNPB9PT71L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohiuddin Ahmed\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Did I make a mistake...? Overall very good product, energy efficiency needs to be checked as I installed it yesterday. Looks better than any other fan. I have replaced all the fans. I am disappointed with every purchase I see that the fans wing quality is detoriating. A few snaps I have attached to highlight the issue. I have asked for replacement for one whole set in my recent order.One observation is these blades too are having  balancing issue as normal fans, which leads to whobbling. Request Atomberg engineer to comment/help on this minor issue. Which why I have given 3 star. Will wait for my replacement to raise the rating. Amazon needs to check the packing as the blades are being squashed as per my attached photo. May be because of this the wings balance is lost.\",\n                \"title\": \"Worth buying.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2020-06-06\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2PZBKH09074OL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PZBKH09074OL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"mayank malviya\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    extend warranty from website dose not giving confirmation mail for extand warranty we dont get anything in writing.Fan foing backward before start. I teyed to switch nutral and phase wire. But problem is still there. Not only on my particular fan. Thats defaltly remain in all fan.Main thing air delivery is not up to the mark. Like using incuction fan at one lower speed.Fan blade is1200mm but because of small moter size is cover litter lasser\",\n                \"title\": \"Fan going backward before moving  forward\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-03-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1tfPqhVRkL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3QBDIZBKB6021\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3QBDIZBKB6021\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bino Bose\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Disliked the design, the LED and the overall aesthetics. I don't understand why they are selling this at this rate, it's too overpriced. They could've designed the canopies in a better way that it doesn't look like a separate piece and flush with the motor. Also there could've been an led light that would provide a better experience for the end user. The current blue led indicator looks way too cheap and doesn't help the display much, for this price they could've easily integrated an LCD display.\",\n                \"title\": \"Could've integrated a better design, a bit disappointed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-01-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/81gB6KeHL1S.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R3FRRO9P7S0JKL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3FRRO9P7S0JKL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anand Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I think , this is faulty Fan, while having Crank Sound during startup. Company or Amazon need to provide their comment. Public/users are your fan also start with Crank sound?\",\n                \"title\": \"Cranking Sounds, While start-up\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-20\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1sxbIttQuL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R26EXEXXUAOM5U\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26EXEXXUAOM5U\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Archana Balaji\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Review after one month: The innovation in this fan is appreciatable. I was worried thinking about what will happen if miss my remote or break, bcoz this fan doesn't need regulator. Then when I red the manual, I was amazed how the fan main switch can be used as regulator, and it works just fine. I've installed this fan just before 4 weeks, so yet to check up the power efficiency result. One disappointed or misleading fact is about the paint layer. It was mentioned as dust proof or something in manual, but this fan catches dust faster than regular fans. LED lights can be used as night lamp as it gives undisturbed brightness for sleep.\",\n                \"title\": \"Good innovation but not dust resistant\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-10-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2Y4FZEB7K8GBS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2Y4FZEB7K8GBS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RAJAN GOHIL\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Quality of color  is very poor it's pill of within one year\",\n                \"title\": \"Quality of color is very poor it's pill of within one year\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1+PIb+9q-L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RGOPE9G0SCT0E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGOPE9G0SCT0E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pamanji Siva\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"1 Sound comes out at 1 speed.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1dz6VEMdtL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RHZLSKBF2O3OI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHZLSKBF2O3OI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vishal kumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Good, not dust resistance good air flow\",\n                \"title\": \"Fan speed all good but click sound come when I start one time only\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1FKUNUP38FJ7E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1FKUNUP38FJ7E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nikhil\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"It’s Noisy and no alternative mode of operation in case remote is inoperable , should have other alternative to operate fan\",\n                \"title\": \"Speed and noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R16BDBN5XTESFU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R16BDBN5XTESFU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Missing parts and refused to return don't buy waste of money\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan is not as expected it looks smaller on the ceiling moreover the rod with it is small and whenever it turn on make a sound. And also you can get this fan at a cheaper rate by a retail shop.\",\n                \"title\": \"Not as expected.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1e3i0a3BHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RBWJETN24CSO9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBWJETN24CSO9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rick\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The box was not sealed and one nut bolt was missing in the shackle kit. Not a trusted seller. The remote was used even the batteries are worn out. The item was registered before my purchase. Shame on the seller for cheating people. I purchased a similar fan from a different seller which came freshly sealed box pack from the factory. The genunity of the seal can be seen.\",\n                \"title\": \"Used item delivered\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"RPN56XKJD7VQC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPN56XKJD7VQC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"kunal panchal\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Product good but ,, not proper balance in running time...\",\n                \"title\": \"Non balancing 😔\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2P6CNPQF7W19V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2P6CNPQF7W19V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jerry\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The only one thing i feel is it's too noisy i don't want to hear any outside noise after the installation which makes good sleep.i am not get enough air if move from bottom of this fanI'm not sure about energy savingRemote is ok but not feeling worth of buying this\",\n                \"title\": \"Average fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-12-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3T40FZCYGELZK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3T40FZCYGELZK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Harish Kumar Arya\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I had high hopes from an IITan product. It is no different, rather sub par compared to competitors with similar cost. Plastic parts have unfinished edges, sharp screws jutting out, loose winding, sub par paint job and worst part is poor finish non-aerodynamic blades. Air flow is ok but makes double the noise of ordinary fans. Makes clicking noise on starting. Occasionally works erratically, changing speeds automatically. Overall - significant scope of improvement.\",\n                \"title\": \"New product so needs lots of refinement\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-09\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R11KMDE717N7JT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R11KMDE717N7JT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"VA\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan is energy efficient, doesn't make sound and looks quiet sleek.BUT....it vibrates so much that it really feels, it would fall down someday.People who come to our house, often complain, that they are scared of seating underneath it.No AMAZON SERVICE for the mentioned product, as there is no category of fan.Disappointed 😔\",\n                \"title\": \"Vibrating unstable avoid\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-08-24\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1ZyHUX+iLS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1FPRGXAUS0YI0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1FPRGXAUS0YI0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Himanshu Chaudhary\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Writing review after 3 months of heavy use..Pros:1. energy efficient,2. good remote control for lazy people like me3. High air flow compared to ordinary fansCons:1. As it is IC based fan, and does not have capacitor. It takes frustratingly too much time to attain it's full speed2. As it is based on kinda new tech, if fan gets any problem out of its warranty period, your doorstep electrician wouldn't be able to fix this!\",\n                \"title\": \"Oval all good experience till now\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-07-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R24QPA8P569VI4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R24QPA8P569VI4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"samruddha shete\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Approx 30 days since I started using.1) Its good looking product2) Unsure about how much electricity it saves. No judgement on it.3) Wobbles at high speed4) Remote is great and sleep mode is awesome.5) Definitely not anti-dust. Check image attached.Invest only if you want good looking product and wants to add smart products in your lifestyle.Edit 1 : 22nd Nov. Refer to 2nd attached picture. Disappointed with product not being dust free as marketed.\",\n                \"title\": \"Doesn't work along with regulator of fan, only with remote.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2020-11-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2QE3ILLCKS28Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QE3ILLCKS28Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hitesh Patel\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan works completely as described but not working properly on 5speed & boost mode have added video, it gets stop every 30sec,  requested to replaced but it's not yet done from past three days, also Amazon customer care guys raised complaint 3 times but no solution till now.\",\n                \"title\": \"Not working on 5th & boost mode\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-12\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/G19W8vyb3+L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R32Y29LBUB9AIE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32Y29LBUB9AIE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sachin Advani\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"+ Fan looks good, lightweight, easy to assemble (like any other regular fan) & remote control comes in very handy.+ It doesn't heat up like other regular fans- In the description it said that this fan has dust proof design however it is like any other regular fan when it comes to dust accumulation.- Remote has to be pointed towards fan while operating it- Fan is very shaky during use, i was expecting it be very stable\",\n                \"title\": \"Good (not great) fan but slightly on the expensive side\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2020-08-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R1ZRH5SUFGYUEE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZRH5SUFGYUEE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"naseer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Okay but not supply too much air low rpm this fan ok for winter n 10*10 room not dust free\",\n                \"title\": \"Look good dnt buy white colour toouch dust early\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-12-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1+dyI6jg2L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1G1C85P1P8UP1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1G1C85P1P8UP1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sameem Raja\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Received product and installed. Next day onwards remote is not working properly and sensor is keep on blinking. I tried to removed batteries multiple times but not helped. Please support to solve the issue. Attached videos here..\",\n                \"title\": \"Remote control issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-08-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1aqJdkS5XL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3N96SSF838PU8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3N96SSF838PU8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Fan speed isn’t upto the mark..\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan speed isn’t upto the mark..\",\n                \"title\": \"Fan speed is very low\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1ISxHuSblL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3GJZ0C22G6JVV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GJZ0C22G6JVV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vikendra\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed fluctuations come randomly during use.Please send technical person to resolve issues.\",\n                \"title\": \"Fan is good but fluctuations come during run just like some time speed slow and come on running ok.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-12-02\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1KfvyRkkHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1CRDSMTASMS3T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1CRDSMTASMS3T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Buzzing sound\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1NFnl4mqbL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1LR6753VOYTY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1LR6753VOYTY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"NAMRATA\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"We received the all product and now we connected it but it is not working. It it connected properly but isn't working.\",\n                \"title\": \"Not happy 😞\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R31U88UANV0CCJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R31U88UANV0CCJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nikhilsingh Dhandoriya\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The speed of fan is good but only below the fan it not deliver air to every corner of room\",\n                \"title\": \"Good fan for small room but not get air to every corner of room\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1VAoVdQ6pL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RUNTAQXFZ25RQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUNTAQXFZ25RQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dr G Gangadhara Rao\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"This BLDC Fan makes tak tuk sound and is disturbed while watching TV, technology is nice but to improve to reduce sound. Looks small insize than ordinary Fan, makes sound, which gives impression as low cost Fan. Remote is good. But it does not remember last setting done for Fan. Everytime we have to set as per our need speed and display lights\",\n                \"title\": \"Noice making tak, tuk sound\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2020-09-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2X0ODHT6AV92V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2X0ODHT6AV92V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gurpreet Singh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Head is very small and the blades are very thin can get bend easly\",\n                \"title\": \"Quality is little on poor side\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-08-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1LBdxloivL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1X8JTYB4I2FNG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1X8JTYB4I2FNG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Balu pr\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Its looks small when compared to other 1200mm fansBut it Air delivery is awesome\",\n                \"title\": \"Looks small But powerful\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-08-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1H169XJ951RM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1H169XJ951RM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sandip\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Working ok since approx 2 months\",\n                \"title\": \"Working ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-12-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2QBZ58O7XM30H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QBZ58O7XM30H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Narendra Apte\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan is overall good  i think leds which indicates speed are not that much good quality. When we installed one is not working out of six. Too bad\",\n                \"title\": \"One led not glowing out of six  not good quality leds\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1IWVGFWP2B4GL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1IWVGFWP2B4GL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nagarajan.V\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"After product use 1 and 1/2 month fan hand uppers side so much dust..but fans speed and air it's nice...why this falt i don't know...\",\n                \"title\": \"Very dust in fans hand upper side\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R1IKOY3847Q9EP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1IKOY3847Q9EP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jagadeesh kunka\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan speed is slow\",\n                \"title\": \"Speed is little bit low compared to other fams\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-10-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1ltFGmED8L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1DKU6O8RPIFHN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1DKU6O8RPIFHN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jignesh sojitra\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Ok ok\",\n                \"title\": \"Sometimes stop working & on/off happening by its own\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-09-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1z7UsZeLlL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R32N3CE35EYWOP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32N3CE35EYWOP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"S Akhand\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Speed is low, air delivery is lower than high speed fan. Price is high due to brand name. Features are good.\",\n                \"title\": \"Speed is low , not as expected and claimed by Atomberg.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R287O1IOJBG8AF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R287O1IOJBG8AF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"D. Nilanjana\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Not exact color ....It's different form picture\",\n                \"title\": \"Color is different from picture\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-06-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2YX2372DES1B2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2YX2372DES1B2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Raj\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I am not sure what's the whole hype is about. Works as described but speed is very average. Not enough even for a small room.\",\n                \"title\": \"Average product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R23O1X0EBRJ7BQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23O1X0EBRJ7BQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vasu\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Air throoth I'm not satisfied\",\n                \"title\": \"Fan is very nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1RTindK9dL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R36GNTCUJHFRMI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36GNTCUJHFRMI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Irfan\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Fan speed wow wate nais fen 1,2,3,4,5, speed wow super fast fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1YEoHTcSoL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"ROL3DRD4ZUK6P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/ROL3DRD4ZUK6P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Srinivasan Jayakumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    After one week I used some days review but awesome\",\n                \"title\": \"Only for one week\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-12-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D15FCAwCJiL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2I7634MZR4Z1V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2I7634MZR4Z1V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kuldeep Ahuja\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I bought this product after reading so many reviews and hardly in 15 days it’s started noise\",\n                \"title\": \"Not so efficient\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E19s6-ejVjL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1EC2SOETANRA8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EC2SOETANRA8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saketh Thogarucheeti\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Returning the fan as it is making lot's of noise. The noise is unbearable.\",\n                \"title\": \"One conopy is missing. We used the old one and fixed it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1Jk5c9bpTL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R20PS5MTCOTL8B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R20PS5MTCOTL8B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saurabh Mehta\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan had manufacturing defect. Company arranged replacement which took some while but replacement was done free of cost.\",\n                \"title\": \"Decent product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"RRP8W2Q7DTFTX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RRP8W2Q7DTFTX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aloke K.\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The noise coming from the fan is enough to make its performance “ZERO”\",\n                \"title\": \"Unbearable metallic sound coming from the fan.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-22\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1cR21B-KyL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1I89WO86UJT26\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1I89WO86UJT26\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"dhiraj j.\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It's not been even a month after buying this fan ......it started making noises.....u can hear it in the video.......bad choice.....really disappointed.\",\n                \"title\": \"Disappointed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-06-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/918Z1fikRAS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2KSHV2VKND1H0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KSHV2VKND1H0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashish\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Very nice product\",\n                \"title\": \"Wow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-06-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R33NDZUTOU7ERB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R33NDZUTOU7ERB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashu Jha\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed are average.\",\n                \"title\": \"Lights are very low..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-03-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1SXY6CzKPL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3S15N16E2JX9A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3S15N16E2JX9A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"KING NAVEEN\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"To much noise think before to buy ..fan slow and fast\",\n                \"title\": \"To much noice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R8VGTSVO9PL41\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8VGTSVO9PL41\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sunny , actually automberg renesa 1200mm's I lost remote control so will I get remote control\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Actually I lost automberg renesa 1200mm's remote control will i get ..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-03-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1LjUqrQ8zL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2NS61TVTUAFHL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NS61TVTUAFHL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Santanu Samanta\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Use for personal purpose, air distribution is not so good.\",\n                \"title\": \"Air flow not so good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-06-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1IF047pEtL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R23RDQGBIH59LL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R23RDQGBIH59LL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-02-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/G1UX+RbDNaL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1CG368MX4ZS7L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1CG368MX4ZS7L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sunil Rafeeque\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Ordered for the white fan but got the white fan with  black caps. Also this looks smaller than the regular fan.\",\n                \"title\": \"Unprofessional\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-07-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1XUFEMGCFJL2N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XUFEMGCFJL2N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arafanul hayat\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Defected item dispatched my order\",\n                \"title\": \"Defected item\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1j58VQQTDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R25N4B1BLN1LOA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R25N4B1BLN1LOA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"N Sumankumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product using after 2 year technical issues and repairs\",\n                \"title\": \"Best and same time light noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1Nakv5vIjL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2OLY45QFKI6W3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OLY45QFKI6W3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sourav saini\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Efficiency and performance\",\n                \"title\": \"Colour of wings is not as shown in picture it's not ivory but more of cremae\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-04-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"RNB749LEGGT15\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNB749LEGGT15\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SAFVAN AC\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Super but not worth for 3500\",\n                \"title\": \"Super not worth for 3500\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1OdHGcN27L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"ROMLJVGASXW5K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/ROMLJVGASXW5K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dinesh Chander\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Installed on 31st March 2021 and it is making noise after five months of purchase.\",\n                \"title\": \"Overrated product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-06-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1ASSJzHhQS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2EH244SFI3PE6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2EH244SFI3PE6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"M S RAJESH\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Let me check and confirm after one month.\",\n                \"title\": \"Overall product not worth for the price...\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1ESgcrju9L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R13EEF11WYB8F3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R13EEF11WYB8F3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mayank chauhan\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"After installation, found that remote is not working.\",\n                \"title\": \"Remote not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-06-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2EIBZJNUAN2D3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2EIBZJNUAN2D3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SUROJIT MALICK\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Not good,, friest day some problems,,, so pls solution this time\",\n                \"title\": \"Problem this fan no good,, very bad experience Amazon so helping me..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-10-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1h6y5EZu6S.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RDNENWIPD029J\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDNENWIPD029J\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Haris\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The air circulation is poor at the sides and corners of a medium sized room\",\n                \"title\": \"May be power efficient but poor performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R22Q09IHZ8U2LX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R22Q09IHZ8U2LX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Subbarao\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Power saver fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1dxbZd2vDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2HFDOARDHQL92\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2HFDOARDHQL92\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Plastic pannel quality is low. develop crack within 3 months of usage.\",\n                \"title\": \"Plastic pannel quality is low.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2M737Z1ZLPO6H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2M737Z1ZLPO6H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mr. Bijai Jose\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Just okay\",\n                \"title\": \"Vijai\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RLU4X3GM1QYV7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLU4X3GM1QYV7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rafzad\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good performance 👍👍👍\",\n                \"title\": \"High speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-21\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F16mqYTCBPL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RHW4SHJ9BKMWI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHW4SHJ9BKMWI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Siddharth Gaglani\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"There was no one booked for fitting the fan. Product is great though.\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1FP683ZFS5SZ7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1FP683ZFS5SZ7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashish Bansal\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice outlook but RPM is low as compared to normal fans and hence the air circulation seems on little lower side\",\n                \"title\": \"Sleek & Elegant\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2024-06-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2NABQ2SZQP35Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NABQ2SZQP35Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Priya\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice  product good 👍🏻\",\n                \"title\": \"Nice fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1I1DSEEVFK5UC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1I1DSEEVFK5UC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan ok\",\n                \"title\": \"It's ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1XKG3WTJ4JVHU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XKG3WTJ4JVHU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"D Gopal\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Start up is slow. Needs improvement\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1VARV7YPDJP1R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1VARV7YPDJP1R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"PANDARI ASAMWAR\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Super looking fan ,working Good, airflow is ok. Remote is Good.\",\n                \"title\": \"Nice looking.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R49J2ZE62W5RF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R49J2ZE62W5RF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Performance and fan speed is good. Remote working is good.\",\n                \"title\": \"Speed is good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-02-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1XX2202K14TCO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1XX2202K14TCO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"P K.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3CG7HZ756Z8VP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3CG7HZ756Z8VP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"DEEPAK C.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good product\",\n                \"title\": \"Valu for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RMLD6APGFX1TL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMLD6APGFX1TL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"VP\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"its good.\",\n                \"title\": \"its good.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RPUHKRWX5LAO6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPUHKRWX5LAO6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shanker Reddy alg\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Best celling fan under 3.5k and with remote so useful while sleeping\",\n                \"title\": \"So useful while sleeping\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2FH0UXWCM0DZC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FH0UXWCM0DZC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shailesh Phadke\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fan rounding is very smoothWeight is lowNo sound high\",\n                \"title\": \"Very good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-08\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1-NtRQNgRL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2EVKWHAEH90DD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2EVKWHAEH90DD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aju\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"A good product. This is a atomberg product so I shouldn't have to tell anymore because anyone knows the quality and performance of atomberg's BLDC fans.....\",\n                \"title\": \"A good one\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1DWTJC8L72AT1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1DWTJC8L72AT1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suman das\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Price according not good...fan speed not fast\",\n                \"title\": \"Not good not bad\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2PIKD8XXY8HPT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PIKD8XXY8HPT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sai\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Product is good but when i keep on 2 or 3 it makes some sound (tick tick tick)\",\n                \"title\": \"Product is good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1Z0BPAZR3R444\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1Z0BPAZR3R444\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RajRG\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Quality was super but led bright ness was not satisfied\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1Hu8VOMhtL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RBPNAP2OP9TKG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBPNAP2OP9TKG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sushmitha\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice product and works perfectly. Just not dustproof.\",\n                \"title\": \"Good Product, But Not Dustproof\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RALSPY1M6LG5G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RALSPY1M6LG5G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suresh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Classic one\",\n                \"title\": \"Very good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1jh0ILN1TL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1OT7IDSMESQU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OT7IDSMESQU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ramanjaneyulu Bestha\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Product is good but provided batteries are completely dead.\",\n                \"title\": \"Vendor to check the Product life.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2LYFQA1HIPVVC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2LYFQA1HIPVVC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Raza\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good iterms and special डिजाइन\",\n                \"title\": \"It is better in iterms of money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1NGp+6lihL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RGN67YSE8ZNMO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGN67YSE8ZNMO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nandini B\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Works good. Worthy product. Best purchase so far.\",\n                \"title\": \"Best purchase\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RCB0WDRQ03WNK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RCB0WDRQ03WNK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saranvel\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nice fan. low level noise and remote control easy. Best choice atomberg 👍🏼\",\n                \"title\": \"Bldc best one this model\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1RgVNhCLUL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R25YCXNALZ2NCT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R25YCXNALZ2NCT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good quality, noise level same as nirmal fan but air delivery is better. Its not app controlled fan but remote works fine also note that it only works with remote for spoed control\",\n                \"title\": \"Decent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RV1RIDOAQJ3BA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RV1RIDOAQJ3BA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Naval Khale\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Working fine after some months usage but I felt the blades are just a bit thin and it’s quite light so may save on bills thou I felt a bigger design can look premium but this is quite sleek and nice .\",\n                \"title\": \"Sleek Design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RT1HCFLFKI76Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RT1HCFLFKI76Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhishek Gautam\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed not fast as expected\",\n                \"title\": \"Slightly slow speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1nKoBMInwL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1KLAJX0XAUY0U\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KLAJX0XAUY0U\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"soumyodeep khan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Very good fan Quality but speed not great is good\",\n                \"title\": \"Good Product quality not speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R12LPI02RGPXR0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12LPI02RGPXR0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Goos\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1Q2IYOWT2C1GC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1Q2IYOWT2C1GC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manish kumar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Average\",\n                \"title\": \"Average fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3SLK7CJXRAIVK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3SLK7CJXRAIVK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"imran khan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"बहुत बढ़िया रेगुलेटर की आवश्यकता नहीं है\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RN5QVCDBVLUE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RN5QVCDBVLUE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rishi Goel\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The centre unit is wobbling more than average which is concerning.The delivery executive came and without the exchange the product was given.Otherwise:Performance is goodRemote control is same oldNoise level is great (low noise)Ease of use is good\",\n                \"title\": \"Super design & cool\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R19U80NSU4C2X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R19U80NSU4C2X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ram\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"One hanging bolt and nut is missing. Not able to fill up in replaced items. Ji i\",\n                \"title\": \"Missing item.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RHYR6HOH4S1B5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHYR6HOH4S1B5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suresh G\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good product\",\n                \"title\": \"Ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2KSN0JC1LCLF2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KSN0JC1LCLF2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shahul\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"GOOD\",\n                \"title\": \"GOOD\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RXTCY9H4F0AJA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXTCY9H4F0AJA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajesh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan looks good and works smoothly, remote is also works perfectly\",\n                \"title\": \"Fan works perfectly\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2A3GBEUJQQ4NB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2A3GBEUJQQ4NB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishnu Vardhan Goud Y\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan is good..but looks little smaller\",\n                \"title\": \"Good One\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R3PL1V78IEJ19E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PL1V78IEJ19E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vijay doiphode\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Within a year it have some circuit problem but it is resolved by the company after 6 days of complain registration.Good performance, but I think the LED which is in fan must have to change with speed mode changes.We can only LED turn off or turn on.\",\n                \"title\": \"Good option\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R36XDPXQ726HSQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36XDPXQ726HSQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"manoj kewat\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"Electricity save\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R8D86VXRF2B7H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8D86VXRF2B7H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Himanish\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice product. Nice designe. Value for money\",\n                \"title\": \"Nice product.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2B767ZXAWU23T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2B767ZXAWU23T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sahin sa mondal\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good quality yes but the fan is wobbly and wobbly.\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R31WMUFBJAO2T8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R31WMUFBJAO2T8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"rajib\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice product\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2FQEKQW33LVBW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FQEKQW33LVBW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishnu\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good fan\",\n                \"title\": \"Good look\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R739IR8FHJDBQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R739IR8FHJDBQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rakesh kumar Gupta\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan is good, lookwise and performance is also good. However in the name of energy saving the fans overall speed is much reduced, I have non bldc fans which provides better air delivery a slight more wattage consumption but served the actual purpose of the fan which is superior air delivery.Just buy a bldc fan keeping this factor in mind\",\n                \"title\": \"BLDC fans reality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-24\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R10K8NVS9DAQM3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R10K8NVS9DAQM3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajkamal K.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan is ok. All functions are good. The noise level is not as low as claimed. Excellent after sale service.\",\n                \"title\": \"Very noisy.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RHE395H9W30X3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHE395H9W30X3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashutosh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan is good. Design is good. Price is decent. But it's not that silent. There is a constant humming noise or motor noise. It's not disturbing noise, but it's not silent. That's my only issue.\",\n                \"title\": \"Good but slightly noisy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-21\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3MACYKAA8Z1C7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MACYKAA8Z1C7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"prakash gk\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Does job\",\n                \"title\": \"Recommended\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3DVT1YM6XCAM1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DVT1YM6XCAM1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nageshwar Choudhary\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan build quality is solid and feels premium. Air delivery is strong and effective, making the room cool quickly. The remote is of good quality and works smoothly. Overall, a great product at this price range – definitely worth buying.\",\n                \"title\": \"Very good Fan, Great Value for Money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RZQHJ66MJU2KX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RZQHJ66MJU2KX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MANOJ BARIK\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good air flow\",\n                \"title\": \"Good air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3P3GJ61R7YYLL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3P3GJ61R7YYLL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sankeerth\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Build quality is good & looking premium\",\n                \"title\": \"Good enough\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1jpcW6zMxL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3JE5DOO4MJ93\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JE5DOO4MJ93\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"GOPAL PAL\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It's a awesome fan.😍 If you are looking for a stylish fan it is the best. It is a low power consumption fan. It also runs more time than normal fans in the inverter.I am giving 4 star as its blades wobbling a little.Overall,I recommend you to purchase this fan.\",\n                \"title\": \"Awesome ♥️👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3Z8M1320SIHB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3Z8M1320SIHB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Chintan kavaiya\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R4TPG8JB2R5ZU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4TPG8JB2R5ZU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Apbhudhaa\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good.\",\n                \"title\": \"Good and best\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2M7AK2V50WG8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2M7AK2V50WG8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vinothkumar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Seems speed is slow in 5 . Only power mode good speed\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1kXbBmEb8L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R26THYFSTPNAAX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26THYFSTPNAAX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gurpreet\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Overall packing and product quality is good. But fan shakes at higher speed due to longer rod and air flow is also average may be because blades are small as compared to old conventional fans.Functionality wise working fine .Only thing I observed was a little damage on the fan blade of my 2nd fan which was replaced by Amazon.\",\n                \"title\": \"GOOD QUALITY FAN\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-08\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R4N431N0CUFP7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4N431N0CUFP7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"HIMANSHU PAL\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good quality and functions but slow in speed\",\n                \"title\": \"Good but low RPM\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2VYN7292HULVS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2VYN7292HULVS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dwijen Jhaveri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good BLDC fan...value for money but could have priced t better...\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RXWBG6F7TSGKE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXWBG6F7TSGKE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amol Puri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"All goodRod size should be bigger for proper installation in case of false dealing\",\n                \"title\": \"Atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R26634F9TUGN65\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26634F9TUGN65\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anonymous\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Looks are hyped, not a good looking fanPerformance is very good among bldc fans equivalent to non bldc fan\",\n                \"title\": \"Good buy among bldc fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2CP8O7IOHNYLR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2CP8O7IOHNYLR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Laxman Singh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"One fan not working\",\n                \"title\": \"Items looking by is very unique\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R36HUEPRUZSP44\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36HUEPRUZSP44\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"John Fielam make\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It was a good purchase.i liked the fact that it comes with a remote control.The quality and functionality seems to be great.\",\n                \"title\": \"Good quality fan.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3K4G0PLZ16ZT6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3K4G0PLZ16ZT6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kuruvilla Manuel\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"good product\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RRPMIF6T2WJ64\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RRPMIF6T2WJ64\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arjun AK\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The wind is more centered and wont reach the corners ..quality is good, speed could have been more, led is low in brightness\",\n                \"title\": \"Good Looking and Perfect for small room\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3KU8DELPMZ8CE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KU8DELPMZ8CE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"PIJUSH DAS\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2JQR2MIY01CKX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2JQR2MIY01CKX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"I first bought it from amazon and it was very good then I paid 3500 for it.  But I lost it, bought it for 2500/- again because there was an offer on Amazon, I am very upset because the charge is empty soon.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2KNGLZO5R9HLT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KNGLZO5R9HLT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Farhan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It is not dust free and rest things is good\",\n                \"title\": \"It is Not dust free\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R8RY06K7BFL1D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8RY06K7BFL1D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ram\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Noiceless,good speed, especially in position 5 and boost mode. Very light and can handle easily for installation\",\n                \"title\": \"Good product.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RVOFP9TE7UB0W\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RVOFP9TE7UB0W\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amol\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"A breeze of comfort — with the push of a button!\",\n                \"title\": \"Timer function is great for nights — no more waking up cold!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R273NWAIG7A76A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R273NWAIG7A76A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhishek\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Jitna socha tha utna speed nhi hai  electricity kam legi but normal fan jesa hii speed hai  , colour quality standard hai but hawa se bhi matlab hai\",\n                \"title\": \"Fan not too god\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-05-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R12WJFSUIHZX17\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12WJFSUIHZX17\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sharad Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Fan performance is good but service is very poor,if fan required repairing or service, that will be a very difficult work\",\n                \"title\": \"Fan speed get slow\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2024-10-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3VB6JBS09NCA9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VB6JBS09NCA9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sonia\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Bought two fans. One is working well but second one makes lots of noise many times. Worst part is it moves smooth in front of electrician but makes intolerable noise at night.\",\n                \"title\": \"Unusual sound in fan\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2023-08-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/G1gCpWPyuvL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RF9O06C66ELXH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RF9O06C66ELXH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gardas sridevi\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I want to repair it.can you help me from your end or replace the atom berg.noise level too much.lots disturbing while sleeping to family members.\",\n                \"title\": \"From Atomberg noise is coming.\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2023-08-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1qyJdDur6L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3AYKI2XZEXZM5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AYKI2XZEXZM5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sahil\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It's almost 1yr. But now it's automatically increasing And Decreasing with a lot of noise.... Previously I haven't faced such type of issues.. it was working so smoothly... I expect that customer service would provide a proper service to this....\",\n                \"title\": \"Fluctuation In Speed\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2023-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1QHXnGNuRL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1R9HWC1G0SSDK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1R9HWC1G0SSDK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ASHOK VAJPAYEE\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"No.lamp.light\",\n                \"title\": \"No lamp light by remote\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-11-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RX6RHHKZP9NZV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RX6RHHKZP9NZV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gaurav Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The cost of this fan is very high.  Fans of even better companies can come at this cost.  And the vibration in this fan is too much\",\n                \"title\": \"The fan shakes a lot after being turned on.\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2022-09-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1sOuWQaRhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3HTJLN5JTQU09\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HTJLN5JTQU09\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sudheesh\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Slow speed fan\",\n                \"title\": \"Slow fan speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2S143R8SONHE4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2S143R8SONHE4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"-\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Be careful while tighting screw. Quality issue\",\n                \"title\": \"Be careful\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2CRDCL8UQ1VOQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2CRDCL8UQ1VOQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"M Mauji\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"My dislike is its outlook.\",\n                \"title\": \"Looks ugly. Coz motor unit is smaller than its canopy.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3Q1SALXE7OFH5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3Q1SALXE7OFH5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shanu\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"\",\n                \"title\": \"Good fan but delivery time is too long\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R1B1S1XKJ1RVJA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1B1S1XKJ1RVJA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Avinash\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"\",\n                \"title\": \"Good fan and but not worth for money we are pay\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2I7NV9YGDL4L9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2I7NV9YGDL4L9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amol chavan\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Not working\",\n                \"title\": \"After 9days fan not porper working fan issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-02-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1v3oizQXDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2DVUBZGY83NYR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2DVUBZGY83NYR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Venkatesh KJ\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Good Looking Fan. But Noise arises on running condition\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-02-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C17nBounjhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3K84ADRWCJF3X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3K84ADRWCJF3X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sarvesh y.\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"It speed is slow and some starting running slowly\",\n                \"title\": \"Good delivered for online and packing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-12-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1NA7SI0K45TZB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1NA7SI0K45TZB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"chandrakant patil\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very nice product looking Very nice\",\n                \"title\": \"Good product 👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-11-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E15CK9OBjXS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R37CH2B6KL5Y5E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R37CH2B6KL5Y5E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Punit Sakre\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I bought 2 fans for my hall. Both are working as expected. Installation was easy. Previously we had regulators for our fans, now we have removed them as these new fans does not require them. You can operate them using the remote which you get in the box. The quality is sturdy. You get battery 🔋 as well in the box. If you are buying more than one fan then you can make use of one remote and operate the fans and keep the other ones packed. After these fan installation my electricity bill has been lower that means it's energy efficient as well. Speed of the fan is also fine.Conclusion - Value for money product.Con - There are two cons which I want to highlight:> The 6th speed in remote is same as 5. It does not give a boost to the fan speed.> When we start the fan it makes a quirky noise just once then it's all smooth. But I don't like this small quirky noise while starting the fan i.e. I have reduced 1 star ⭐.\",\n                \"title\": \"Almost perfect fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-01\",\n                \"helpful_count\": 36,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1IC4VGV1U4CS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1IC4VGV1U4CS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sonymohan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan looking good.There is no user manual or warranty card in the package. (I just shocked)No wire connecting socket with motor unit.No sticker protection for motor from scratches.There is good amount of wobbling (shaking) on the main motor unit while running the fan.Remote control working good.Led function working ok.Good air delivery.I m not satisfied with the seller.. because my first purchase polycab from this same seller and i returned of faulty product..\",\n                \"title\": \"Fan is shaking while running.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-23\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2BAF6L3LE00KV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BAF6L3LE00KV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kamala\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Elegant, well functioning fan. Makes my room look very classy. It's a silent fan with medium high speed at highest setting. Remote makes it convenient.However, I feel 2900 rs is overpriced compared to normal fan which is <1500 rs.Further, LED lamp could have been brighter. I thought LED would be blue but for renesa enzel it's dim white dots while renesa variant is blue.\",\n                \"title\": \"Good but not great\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-18\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R4ELF6FY49CT9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4ELF6FY49CT9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit Katoch\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very effective fan, it makes slightly less noise than a usual fan but it does make some noise. Air flow is very good compare to the conventional fans. Also blades are very light and paint is mate paint which makes it easy to clean it. Also it accumulates less dust in comparsion to normal fan.\",\n                \"title\": \"Very nice looking fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-27\",\n                \"helpful_count\": 6,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C13v7EJcD2L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RPFSTHH276LMV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPFSTHH276LMV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suman Nandi\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Boost mode did not work properly. It would make a knocking sound, and could not run in the highest level. After two years, PCB has gone, called the atomberg service, they changed the two PCB and also the entire coil except the blades. Now it's ok.That means I carry on with the fault about two years.\",\n                \"title\": \"Given a faulty one, and suffered about two years.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2IUXE2RH8OJ2A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2IUXE2RH8OJ2A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kishore\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Hi All,I would like to share my experience and suggestions. I have ordered atomberg renesa and after a week time encountered a problem inside the main module causing huge noise, where there will be magnets sticked to circular iron frame inside as shown after by the service executive. This seems to be given to a third party vendor and since then there are magnets sticky problems itseems so I got a service free of cost and they replaced the whole circular iron main frame and am all good now. So the problem is third party vendor is not using a suitable standard gum to ensure the magnets are going to stick appropriately without any issues so recommend to take sometime around few more months to buy this product and these complaints are quite often it seems now, until the vendor gives right material. I was supposed to order another piece but seeing this problem decided to take few more months before buying another same product. Rest all are value worth features with modern technology solutions in ceiling fans especially with atomberg. I would definitely recommend but take few more months to get this product. 😊\",\n                \"title\": \"Noise problem due to magnets inside\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-18\",\n                \"helpful_count\": 64,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1kSzEphXhL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1VCWURKXFUDAN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1VCWURKXFUDAN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Debasis Das\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice fan 🪭😀 silent operation, light weight. Led lights looks cool. Air flow is awesome, covers 150 sqft room easily. Installation was easy & I did it myself. Less energy consumption. One star less because I feel speed isn't matching with normal fan.\",\n                \"title\": \"Good one 🪭\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-12\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R6IX64SI0KC4I\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R6IX64SI0KC4I\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ABHISHEK SHAHI\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Easy to install. Don't expect out of the box things from fan , fan works like a fan . Silent and wide range of air flow.\",\n                \"title\": \"Silent fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-13\",\n                \"helpful_count\": 8,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1V7DCc0ONL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RKX6XH624D2LJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RKX6XH624D2LJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MastChief117\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Recently purchased Atomberg Renesa 1200mm (new remote version) ceiling fan from the seller (RetailEZ Pvt. Ltd). The product delivered in very good condition and packaging.The colour is very amazing, as same as shown in the listing. This time they changed the remote, very good design and performance controling fan quiet easily at a distance between 10meters. But at night didn't find it quiet easily because it doesn't glow at all in night unlike previous one.After Installing the Atomberg Renesa fan.When I turned ON the switch, the fan starts in boost speed mode. After 15 - 20 seconds it went low the speed, and gradually high speed again and again.After checking every speed levels, this type of error is every where. So then I registered complaint on12pm through Atomberg customer support page (on website).The technician arrived within 24hrs next day on 11:30pm, fixed the problem queit easily using Master Remote. He told me every atomberg models have the same type of PCBs. It sometimes requires to calibrate / code the PCB using the master remote.Atomberg after sales service is very good and wonderful. Please take a 2/3 years Atomberg Protection Plan from their website.After checking the fan, I noticed very very closely again again also changing fan from one room to other room but unfortunately the speed of this unit is lower than my other Atomberg Renesa 1200mm fan I have.ALSO this fan have the AIR DELIVERY of 230.\",\n                \"title\": \"The best BLDC Fan under 3500 in all aspect.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-07\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/G1jPCf8CqOL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2T3KR8E3K3IUC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2T3KR8E3K3IUC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Fasil kv\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The wind is reaching everywhere well. The speed is a little slow compared to a normal fan. If you turn on the LED light, you don't need a night lamp. Overall, it's a good product.\",\n                \"title\": \"A good product. Value for money.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RTIL2WWKALLNZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTIL2WWKALLNZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bhupendra singh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"After some days of installation it sound noisy , I don’t know what’s happening\",\n                \"title\": \"Noise issue\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1PQK7OV6ILCF1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PQK7OV6ILCF1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Roshan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I've been using this now for the last 9 months. The air flow is excellent and does the job well as mentioned. The power consumption has also reduced in overall as I've changed to Atomberg in all main areas of the house. Overall, a very good choice.\",\n                \"title\": \"Excellent airflow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-02-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2I9IAHUZ1XGS9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2I9IAHUZ1XGS9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Syed Ms\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Design - goodSpeed - 5 + boostIn boost mode only getting high speed. 5 is like normal fan speed 3 or 4.If we on, it will start very slow then pickup the speed of rpm.Getting a (tuck)sound when ON everytime. Not sure, is it for every fan or only my fan. Need to wait and watch is it getting suppressed in a week time.Overall I would tell it is a good fan, but time may change my perspective.\",\n                \"title\": \"Atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-06\",\n                \"helpful_count\": 11,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1ry6hDYovL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2QXWJ6Q7H3MTC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QXWJ6Q7H3MTC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"abidulimran~\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Air flow is good but wobbles a little bit\",\n                \"title\": \"Little bit wobble showing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1iDkF2-5fL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3KAGH6PB1RZQS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KAGH6PB1RZQS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gokul. K. Anil\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Just bought my first Atomberg fan last month. It was installed and the fan was wobbling while it's running. I contacted Amazon for a replacement and they asked me to contact Atomberg for that. I registered a service request with atomberg and a technician visited and told us that the blade is faulty. Got a call from atomberg saying that they will bring new blade once they have it in stock. It's been nearly a month and the problem is not addressed yet. The fan was taken and kept aside since day one.\",\n                \"title\": \"Horrible service from Atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1EZEQADMCPXG6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EZEQADMCPXG6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhi Hatle\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good Fan with BLDC motor, helps saving power consumption. Fan blades are a bit thin and less wider compared to usual Fans. Boost speed is almost similar to speed 5 of the fan. [It tricks you to believe there is speed difference, going speed up from speed 5 to boost isnt much noticable buy if you do vice versa you will observe reduced speed at 5, slower than the 1st instance when fan was initially at speed 5)Could had been better if it came with mobile app controlled.LEDs dont serve much of purpose, can be used as source of light other than speed indicator.Overall a good fan, lookwise sylish and powersaver\",\n                \"title\": \"Aesthetic looks with powersavings and couple of flaws.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-21\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1KALSVD2ZI6JR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KALSVD2ZI6JR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The Atomberg Renesa 1200mm BLDC Motor 5 Star Rated Sleek Ceiling Fan with Remote has been a game-changer in my home, offering a blend of efficiency and convenience that's truly impressive.Pros:1. Energy Saver: This fan is not only your cooling buddy but also a friend to your electricity bill. Its BLDC motor works wonders in saving energy, which is a win for both the environment and your wallet.2. Whisper-Quiet: I cannot emphasize enough how silently this fan operates. There's no annoying fan noise, just a gentle breeze. The only sound you'll hear is the soothing rustle of the wind.3. In-Built LED Light: The integrated LED light within the fan is a thoughtful addition. It emits just the right amount of dim light, making it perfect for a peaceful night's sleep.4. Remote Convenience: The included remote control works flawlessly, and the illuminated buttons are a clever touch. No more fumbling around in the dark to adjust the fan speed or light settings.Cons:1. Slightly Pricey: While this fan offers a plethora of benefits, it does come at a slightly higher price point compared to traditional ceiling fans. However, the long-term savings on electricity bills can offset the initial cost.In conclusion, the Atomberg Renesa 1200mm BLDC Motor Ceiling Fan with Remote is a stellar addition to any home. Its energy efficiency, noiseless operation, built-in LED light, and user-friendly remote control make it a top-notch choice. Though it may be a tad more expensive upfront, the savings over time and the comfort it brings are well worth the investment.\",\n                \"title\": \"A Silent and Energy Efficient Cooling Solution\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-09-25\",\n                \"helpful_count\": 27,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2U6K63UDBDCFZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2U6K63UDBDCFZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Imran Mir\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Giving 4 stars for the technician's behavior and effort. However, this fan started having technical issues just 1 month after purchase, which persist even today. It makes a continuous noise while running, and the speed automatically drops after one minute on high speed. Although the technician tried his best, these manufacturing defects remain unresolved. I hope the company takes note of such defective products.\\\"\",\n                \"title\": \"No\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2L6YIUTUB87S6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2L6YIUTUB87S6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ramesh P.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"a week to 10 days use review.I have watched few youtube videos before decided to purchase and they showed how much wattage is being consumed by this fan on each speed. Yes, it consumes too less power and saves a lot of energy for sure.This fan runs equivalent speed compared to older conventional fans and no extra speed. But the speed is regulated in 6 speed modes which is good. For example, with older fans I found speed 3 not sufficient and speed 4 too much in Hyderabad's winter season. I believe this 6 speed regulation would help overcome such problem. Moreover, as you reduce speed, the power consumption is too less and keeps reduced for each speed.Look and feel of fan is simply superb.While number of LED lights that glow indicate the current speed of fan and is very good feature, remote had Speed + and Speed - button and I felt separate button for each speed would have been a better idea as we can go to any speed with single button press. Else to come from speed 1 to 5 you need to click Speed button 4 times.LED lights had optimum lighting and can be used as night lamp during night apart from beauty,I am not rating sleep mode since I still did not test that feature. Will update the same later once I do that.Fan body and parts provide had good quality. Good packing and good packaging for shipping.If for some reason you misplaced your remote and not in a mood to search for it, you can use your switch board power switch as toggle switch to control speed. This is a very good feature. But for some reason this is not working on my fan. If I used power off from remote and then switch off and switch on my switch board switch, fan is not working. Not sure if it is linked to toggle switch issue. Need to find if toggling works only for speed but not for on and off if remote missing. Could this be a bug ?Gave a complaint on this to company and there was an immediate reply. But, since other than this everything is working good, and that we have enough warranty period, I do not want to allow Atomberg technitian into my home during CORONA season. Hence informed them that I will call them again after 4 to 6 months for the same.\",\n                \"title\": \"Excellent Piece\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2020-08-01\",\n                \"helpful_count\": 10,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RDCFS02JOLQQL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDCFS02JOLQQL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nithin\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Exceptional performance and superior quality are achieved, offering numerous features beyond standard models.  The BLDC motor contributes to significant energy savings.However, the cooling radius could be improved; it is less extensive than anticipated.  Furthermore, if a previous regulator is present, it must be bypassed or set to maximum speed to ensure the device reaches its top speed when controlled remotely.\",\n                \"title\": \"Awesome product, good design. Best buy.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2OH7F87V6Z5NB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OH7F87V6Z5NB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RAMAKRISHNA SARIPALLI\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The Product is Good.  There is sound at 4 and 5 speeds not as claimed by the Company.  Inspite of booking with the Company for installation no one turned up.  I waited for five days and then had to install from Amazon service at a very high cost.  After sales service response is simply horrible.  Please go for other brands.\",\n                \"title\": \"Bad after sales service response\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1M20CT0BT9Y8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1M20CT0BT9Y8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SRG\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Received this fan today. I bought this fan to reduce our power consumption as fans are being used almost 24-7 due to Covid lock-down since last whole year. Below is my review on the product:Pros:1. The fan is made of quality material with high quality finish. It has a crisp and classy look and feel.2. It fits the existing fans drop rod. In my case since my ceiling is high, I had used longer drop rods for my existing non-bldc fan. I just had to remove the fan and the cups and just replace the new cups and the fan motor perfectly went with the existing drop rod.4.On restarting from the board switch (not from the remote), it switches on to the last speed that it was running on before it was switched off using the power supply switch (standard wall switch).5. The Fan was delivered way before it was estimated (al least a week before its estimated delivery date that was shown while ordering it).Power Efficiency: Since I just installed the fan today (27-Jun-2021), I will need at least a month to test its power efficiency and give my review on it.Cons:1. The Packaging from the supplier Perfect. Everything was delivered safe without any damage.2. The Fan has a pretty good airflow and throws it to almost 4 mtr diameter area (the fan is hung at 8.5 ft above floor level). Even though the previous conventional non BLDC fan was giving more air flow / throw, I feel that this new fan is quite good enough comparing the power efficiency it is said to give (65% savings as per the brand claims).3. Its a bit noisy as compared to the normal ceiling fan. Comparatively my Havells Efficiencia Neo BLDC fan makes way less noise than this fan.4. The remote seems a bit too small and can be easily lost in the room. The manufacturer should have provided a wall socket to keep the remote.Will update the review in coming months regarding its performance and efficiency.\",\n                \"title\": \"Value for Money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-06-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R1MOQCLTUUJ6Y4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MOQCLTUUJ6Y4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jude\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"After 3 months of usage I m writing this reviewFan was good no issues in beginning but after 2 months it started making noise like tuk tuk when it is in 2nd or 3rd speed but it is not continuously sometimes and stops regarding electricity bill I don't see any changes.But one advantage is this fan doesn't heat up like other fan so you will not get hot breeze.\",\n                \"title\": \"Not super but ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-17\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R3DKSQWBGGC3V3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DKSQWBGGC3V3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sampa Das\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Using this fan for 3 days. It i working as expected. It starts with a small hiccup, but that is ignorable. I reduced one star because with this item comes a paid installation service by Urban Company. They never showed up. I cancelled the order and got the service amount refunded. Do not book Urban Company installation. It is pretty easy. Contact a local electrician and ask him to bypass the old regulator.\",\n                \"title\": \"Good product with worthless installation package\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-27\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RT7G3DHSJ2S20\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RT7G3DHSJ2S20\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"h k pandey\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Remote not working after 1 Year , Cell chamber severely corroded . Spring may be costing pennies  but one corroded spring spoils the so called luxury experience of of owning a remote controlled Fan. Request to call off all remotes in the lot and provide replacement.\",\n                \"title\": \"Poor Quality Remote , Non Functional Remote Control Spoils Experience of a lux fan otherwise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2JKE3H809BJIY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2JKE3H809BJIY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohd shajad\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product yar speed is good and even consume 35 watt on boost mode\",\n                \"title\": \"Speed & less electricity consuming\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1ZwVGZwmYL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RML2NHQJU4RP2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RML2NHQJU4RP2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bapi Saha\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Super fan. Best . Air flow best. Remote control best. Best speed. Super functional. Easy to use. User friendly.Thanks atombergThank amazon\",\n                \"title\": \"Best Celling Fan in 2025\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-09\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1YW4YP9EUDEZO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YW4YP9EUDEZO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suresh.m\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Super past\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1A8Ufa8UvL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R25JTS1XXQ0IJZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R25JTS1XXQ0IJZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dhruv\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice\",\n                \"title\": \"Nice fresh air, remote control\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2WB09PZQBKQTJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2WB09PZQBKQTJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul UPP\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    High Speed with remote control function and good build quality with 3 years warranty...Good airflow, Nice to look, Energy efficient. Functional....easy of use\",\n                \"title\": \"Mostly Recommended Celling fan at reasonable price\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1hzVfP8PVL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3CGFI9LCJ3RSG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3CGFI9LCJ3RSG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saurabhi\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Love the speed and design of the fan. Simple, sleek and elegant. The LED lights are beautiful. Must buy!\",\n                \"title\": \"Must buy!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1jTvtsKrlL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1AMLLNU3P9VAR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1AMLLNU3P9VAR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pruthvi\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good Look, Easy to Install, so smooth in running, but there is a jerk every time fan is turned on. But ok\",\n                \"title\": \"First Atomberg Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-29\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1uH7p8Q4AL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1MF6334MNGZAO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MF6334MNGZAO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dibyansh Goldi\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    किसी भी नये प्रोडक्ट पर विश्वास तभी किया जा सकता है जब आप उसका उपयोग करे और वो प्रोडक्ट आप के विश्वास पर खरा उतरे अच्छा लगा ट्रेडिशनल से अलग और बेहतर प्रोडक्ट Thank you \\\"Atomberg Renesa \\\"\",\n                \"title\": \"सच में रुपया डुब गया । फैन खराब होने पर कंपनी वाले सुन नही रहे है\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1XseASCQoL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R319JE51F2FMMO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R319JE51F2FMMO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pradeep Kumar Kumawat\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Low power consumption\",\n                \"title\": \"Quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1GX8R2PSLNRAH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1GX8R2PSLNRAH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"chandra hasa reddy v\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Nice product…value for money.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2WOZ846R3VJ9Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2WOZ846R3VJ9Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Monty\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very  good performance\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1+TmVOwhKL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1OYVQVGDAZ0XP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OYVQVGDAZ0XP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dheeraj Yadav\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nice quite fan. The fan responds after 1 second of pressing button on remote. The windblow is enough for a room of size 15x12 ft\",\n                \"title\": \"Nice quite fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1gsvdkOT1L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RXS7VFVISA8T6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXS7VFVISA8T6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aashutosh N.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Light weight, high speed , easy to use .\",\n                \"title\": \"Superb fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1QOURPJNGVHTH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1QOURPJNGVHTH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"After Using for a week in Summer, I can say these are Best in QualityApril 2024.\",\n                \"title\": \"Best Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2BSCYYTFWC2IH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BSCYYTFWC2IH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Pros:* Stylish* Energy efficient* Remote operatedCons* Makes mechanical sound everytime when switched on* Remote is not point anywhere type\",\n                \"title\": \"Looks good but makes mechanical sound initially\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-10\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1nxuzMl2KL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1WQIZE5R3OX34\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1WQIZE5R3OX34\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jai\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It is enegy efficient with easy to use remote, speed is excellent thanks Amezone.\",\n                \"title\": \"Very efficient fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1qd67RpUdL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RPF42VSHI3BJG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPF42VSHI3BJG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"karishma\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Classy looking fan for the price. Premium looks & features..!!\",\n                \"title\": \"Excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R38RD9CGEPRSVO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38RD9CGEPRSVO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Karthik\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"5 star rating meets it's purpose very good fan speed and air flow.\",\n                \"title\": \"Perfect Bldc fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-02-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3HBPGQY4Y2ONL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HBPGQY4Y2ONL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"JUHI SINGH\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Low electricity bill...\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1VWC96IUXCADH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1VWC96IUXCADH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shivam Rajput\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Fans are working fine, Looks very stylish. Speed is also very great.\",\n                \"title\": \"Using from 1 week, Working fine and Looks classy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1Tr918grfL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RAJMJEUB830L3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RAJMJEUB830L3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deepak Chauhan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1guk1eUvEL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RMD3V3Z40S099\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMD3V3Z40S099\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vishnu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Good product 👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-03\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1X8ijJVcEL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1LC0FRNBTKBNN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1LC0FRNBTKBNN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"kiran\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Comfortable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1OS4BR4DWJPJM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1OS4BR4DWJPJM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sahab Uddin\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"It's good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1O8SF5JBR59AZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1O8SF5JBR59AZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ganesan Venu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent\",\n                \"title\": \"Excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3AHZY6UIXO3OT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AHZY6UIXO3OT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aakash\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Amazing product\",\n                \"title\": \"Amazing fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3VS6LZR3QWOCP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VS6LZR3QWOCP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Naveen Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent\",\n                \"title\": \"Excellent.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"REPGSAF43AZEY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/REPGSAF43AZEY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Parmar DEEP\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1RAtP3AtxL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RBN2PE8MASHIC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBN2PE8MASHIC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Srinivasg\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"బాగుంది\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2RJNGHAMVL0CW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RJNGHAMVL0CW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Varun\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Sleek design and easy to install\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-18\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1NNBMPIEVQKWZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1NNBMPIEVQKWZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Debjoty Parui\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nice..\",\n                \"title\": \"Nice👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1LU3SQHfbL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1M6J5ISIWI5N9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1M6J5ISIWI5N9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"അയ്യപ്പൻ\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good colour and air flow.low noice\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2ZCPTROQYKFCN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2ZCPTROQYKFCN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Eshwar kota\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1S42QVZWK8Y7F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1S42QVZWK8Y7F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tharunpranav\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good\",\n                \"title\": \"Good fan ❤️‍🔥\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1nfq8eMjEL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RG6Y0WLT4H03N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RG6Y0WLT4H03N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pratap Midya\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Nice working. High speed.\",\n                \"title\": \"Atomberg Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R38WV48KW72CRU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38WV48KW72CRU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nagesh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Power bill saving, remote, timer\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-25\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1lNbJ25QiL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2QX7AAOIQ2GP5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QX7AAOIQ2GP5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Praveen\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Perfect matchSir very sleepy noises high\",\n                \"title\": \"Fan match\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1U2t0qMugL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R28226PHBIZWS6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R28226PHBIZWS6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohammad Kashif Malik\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Worth it .\",\n                \"title\": \"Aesthetically great\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1Ek8tO2kgL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RIA2N89DKS213\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RIA2N89DKS213\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RINKU SANDHA\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good but led’s little dim\",\n                \"title\": \"..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-03\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R25AAYG0A28VW6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R25AAYG0A28VW6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mayur\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Best in Design and Quality\",\n                \"title\": \"Design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-30\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R6KBJQM4FQOCA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R6KBJQM4FQOCA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ishtiyaq ahmed dar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Video after installation\",\n                \"title\": \"First run of atomberg fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-27\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1dMexswA0L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1DPQJYEX2BJL5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1DPQJYEX2BJL5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"meghraj terwade\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1vclvakzvL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2D47JFC2XAYNK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2D47JFC2XAYNK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suprith Harithaths\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good fan, less noise, good air flowSimple and basic designGood remote connectivityOnly disadvantage is that the speed can only be controlled through remote n cannot be controlled through regulator.\",\n                \"title\": \"Simple, good , effective but not compatible with any regulator to be used only with remote control\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-23\",\n                \"helpful_count\": 8,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1YlCNrKXtL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2W4GNTXHTFV1G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2W4GNTXHTFV1G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"prasad\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good performance fan with nice air flow, remote also works well. Looks and colour with lights are nice. Not much dust resistant. Simple to assemble and fitting with remote. Purchased because of their add why not 😀👍\",\n                \"title\": \"Nice fan with remote\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-20\",\n                \"helpful_count\": 10,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1YEZ7T1HUL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2XC8IRNQBLK22\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XC8IRNQBLK22\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pooja Gada\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Good quality, Good Design, Good air flow, Black finish is upto mark overall satisfied with Purchase l.\",\n                \"title\": \"Atomberg Enzel Black ⚫️\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-02-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1WXK33J4DIOO4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1WXK33J4DIOO4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Fan sensor is not working\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"How to operate it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3OJHTPWR9CP7X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3OJHTPWR9CP7X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ravi Bhushan\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-06\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1uWDPsad0L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R293G1AEXRH38L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R293G1AEXRH38L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ABDUL SAMAH\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"Amazing 🔥\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RDLY0FRRQ2V4Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RDLY0FRRQ2V4Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Srinu Muthineni\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Value for Money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1unbZDhNpL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R1ETLEOXODWNF2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ETLEOXODWNF2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dharveez m.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"If it run in low level it makes some noise, otherwise product performance is good 👍\",\n                \"title\": \"Better than normal fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-03\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R388N3KT4SIUQK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R388N3KT4SIUQK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pramod Raut\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-24\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R195C66CC8N5CP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R195C66CC8N5CP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It's a best fan\",\n                \"title\": \"Best\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3SN9BVWWJ3ZIO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3SN9BVWWJ3ZIO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I like ❤️❤️❤️\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-24\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1fu7fc6aRL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R8Q7OAHZ8Z4XB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8Q7OAHZ8Z4XB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Lokesh Gaurkar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Very good fan you should buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1uBFZNSzTL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1Y74F1YUZW8LK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1Y74F1YUZW8LK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Trivikram\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I Hope Its Good One\",\n                \"title\": \"It's All in One.  May be Cute look 😍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RASRLMU3TV9W6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RASRLMU3TV9W6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sourabh Diwakar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Beat\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-18\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1W82uuVEKL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R3BXFPRUOTMS2X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3BXFPRUOTMS2X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashif iqbal\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan to kafi accha hai par kuch problem bhi hai.or vo problem hai noice ki. 2.5 year k baad noice aana chalu ho Gaya like kit kit kit 1 baar warranty me repairing karvaya to ho Gaya lekine wapis thode time me noice aana chalu ho gaya.\",\n                \"title\": \"3 saal ka review\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-16\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1GPGAP45M3HP1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1GPGAP45M3HP1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Parthasarathi Lelanarasimmasaralu\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1A-3KjXn8L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R36646I9P1QT6D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36646I9P1QT6D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shubham Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Better than old fans but not perfect.Remote control is ok work only pointing towards fan, sound is as old fan make,\",\n                \"title\": \"Above average but not fast\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-06-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RX2O27G6VVSI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RX2O27G6VVSI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sujay\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan is good looking , good working , the speed is also fast. But as like the picture of amazon , the LED lights are not so bright. The LEDs are just for show , no use of them.\",\n                \"title\": \"Good product but one issue.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-31\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3G9V7LUF2V29P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3G9V7LUF2V29P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ABHISEK TRIPATHY\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed is very good very much light weight, sound almost zero, brightness be like moon light\",\n                \"title\": \"Very good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-19\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1IX+T9C56L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RTFCJA9X5ZTAD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTFCJA9X5ZTAD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sarbadaman Gupta\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    As I was using the old school technology fan.. and after turning off the AC it was a difficult task for me to wake up from half of my sleep.. and turn the fan on...In that perspective this device is my saviour.But one thing for sure in normal fan which is speed 4. In this fan it's 5And this kind of weather in India we have to turn on the boost mode for sure. Rest fan is very useful\",\n                \"title\": \"True review\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-16\",\n                \"helpful_count\": 7,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1mflcUDdnL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2SJ17X1TOO2FX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SJ17X1TOO2FX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Snow Ways Malbari\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    But, need more speed levels especially 1,2,3 levels do not matching our expectations\",\n                \"title\": \"V. Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1aHQH8pR6L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R138NCIYF0S4PM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R138NCIYF0S4PM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Gurvir\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good speed nyc air flow\",\n                \"title\": \"Nyc\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A11egsnxpsL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RRYQO66QS9UR4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RRYQO66QS9UR4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ashish\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I had bought 3 atomberg fan in oct 2023.Faced issue with one of the fan recently and contacted customer care.my complaints got registered instantly with atomberg but service got delayed by 2-3 days.But finally i got my fan repaired without any extra cost.service people assured revisit if any problem occur again.I would recommend this fan as service is nice after sales in place like bangalore.\",\n                \"title\": \"Review regarding recent service expirience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-04\",\n                \"helpful_count\": 8,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1lnEGM+UdL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RE5JFFK4LDAH3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RE5JFFK4LDAH3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"DEBIPRASAD PAL\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1D23T0X1FZ55E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1D23T0X1FZ55E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Karandeep singh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Nice fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A13fs6dTB1L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RQXZUYRCGSSN9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RQXZUYRCGSSN9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Afsar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good quality,easy to install\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1xtadMklqL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2OBQTPLUDBZ41\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OBQTPLUDBZ41\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Madireddy Nagendra\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I have taken this pan 2 years ago and it has a mal function if we use with speed controller or that adaptor even if we put it in 5 and use the remote it was not working properly it's better we have to remove the fat adaptor and put it directly then only the remote will work properly.\",\n                \"title\": \"Okay okay fan not so take involve in it.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-22\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1-BiQaNAEL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RCB32A8TPAWEV\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RCB32A8TPAWEV\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Recommended skillful installation.fan stops working within 2 days due to regulator of old replaced fan connected.technician not checked about this even after informing during installation.then resolved after two days\",\n                \"title\": \"Fan looks good apart from poor installation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E157bGSbxIL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3T0OGPP5BOCCA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3T0OGPP5BOCCA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"gedam sudhir\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    After installing it was good but after few days it got sound it's disturbing so much I think mechanic static that maybe the ceiling default it may be but I am not sure but the fan is good the air flow is so good I love it just major default is the sound of fan while it rotating it wings\",\n                \"title\": \"Sound problem\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-14\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E19VDJkqQLL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2NQL7XJ4EIME9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NQL7XJ4EIME9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"DSP\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Air flow, LED indicator and remote good. Except for a cranking start when you switch on the fan, not sure it's a fault or usual in BLDC fan. Otherwise good. Need to call customer service to rectify\",\n                \"title\": \"Good BLDC fan, good packing and performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1Y1FM7c2oL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3POT0P0JAWWYU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3POT0P0JAWWYU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nityanand\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Like this fan\",\n                \"title\": \"Good fan compair with another\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-05\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1t9Fg32VWL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R33HVSWCHRJ83L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R33HVSWCHRJ83L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Fan to acha h Lekin ye do din me hi Iska speed slow -fast ho rha h Chang krna h. Mene 4 fan liya h Isme se 2fan me problem aa rhi h\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    All over acha h Lekin Isme problem aa rhi h iski speed slow ho jati h\",\n                \"title\": \"Speed problems slow fast ho rha h\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1O3ySSHm8L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RI14CIQHI6K1R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RI14CIQHI6K1R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It is the best quality for the price.The difference we can see from other fan is speed it has a good speed, number 1 is too slow no air can be felt even in a smaller room.Other than that it gives good air on the booster mode.\",\n                \"title\": \"Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-30\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1R+2rqrMnL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R110SLF1L2A4YM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R110SLF1L2A4YM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"I received fan but holding latch is missing\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan is too good but didn't received holding latch\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-26\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2WZ20HWFW6LL5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2WZ20HWFW6LL5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Surendrareddy\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product using from 2021 working in very good condition\",\n                \"title\": \"Very good product recommend for long term use\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R330F4PUEO07K4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R330F4PUEO07K4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"hiren joshi\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Working perfectly for almost there years. Silent operation. The quality is good. It looks best with its sleek and impressive design, offering great air flow.\",\n                \"title\": \"Impressive design and technology!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-25\",\n                \"helpful_count\": 10,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R10P7Q943BNSL6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R10P7Q943BNSL6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"bikash k.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice Prodouct\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2Q4C61S6M4HUY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2Q4C61S6M4HUY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Worth for money Nice product\",\n                \"title\": \"Good fan - happy family\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3ALCZK5XBO773\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3ALCZK5XBO773\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"The above fan is giving problem. Please arrange to attend and it is within warranty.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1xvmT2Px7L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RD2Y3BQX33ES5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RD2Y3BQX33ES5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anup\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I recently purchased this Atomberg fan, and I’m genuinely impressed with its performance. The design is sleek and modern, perfectly fitting any room décor. What I love the most is how silent yet powerful it is — even at high speed, there’s hardly any noise. The remote control feature adds great convenience, and the energy-saving BLDC motor truly makes a difference in electricity consumption.The airflow is excellent, and it cools the room much faster than a regular fan. It’s clear that Atomberg focuses on innovation, quality, and customer satisfaction. Overall, I’d highly recommend this fan to anyone looking for a smart, stylish, and efficient cooling solution. Totally worth every penny!\",\n                \"title\": \"⭐️⭐️⭐️⭐️⭐️ Outstanding Performance & Energy Efficient!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-27\",\n                \"helpful_count\": 9,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R3DOINQ1GAHVOU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DOINQ1GAHVOU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sayandip Pal\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very good BLDC fan\",\n                \"title\": \"Quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R4W3LNGDBTCNE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R4W3LNGDBTCNE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahim\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1MAW3TNM8ZG2E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MAW3TNM8ZG2E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"jitendra kumar yadav\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R35GXKJHOURW5Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35GXKJHOURW5Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ankan Karmakar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The fan is aesthetically pleasing on top of being very power efficient. The leds look cool. Top quality product. I am using it for over 3 years now, and I am very satisfied.\",\n                \"title\": \"Beautiful fan. Very power efficient.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2P3U126084N94\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2P3U126084N94\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Bought this Atomberg Renesa fan for my 12×14 ft bedroom and it’s been excellent. The BLDC motor saves a lot of electricity—runs at only ~28‑35 W even at high speed—so my electricity bill noticeably dropped.Amazon India+2Springkart+2The remote control is very handy: I can change speed, set timer or sleep mode without getting up. The build quality feels premium and the air flow is smooth and consistent even when voltage dips.seelecindia.com+1Overall, for the price, this fan gives real value—power efficient, quiet enough for nights, and fits well in modern decor.\",\n                \"title\": \"Smart, Quiet & Energy‑Saving Fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3DBPZE26KUGQO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DBPZE26KUGQO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ARK\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I recently installed the Atomberg Renesa 1200mm BLDC Ceiling Fan in my living room, and I must say, I am highly impressed with its performance. This fan is everything I was looking for – powerful, energy-efficient, and extremely quiet.The BLDC motor is a real game-changer. Not only does it run silently, but it also delivers consistent and powerful airflow, even at lower speeds. I love how it cools my room quickly without the annoying hum you often get with traditional ceiling fans. It’s perfect for a peaceful, undisturbed environment – especially when I’m working or sleeping.One of the standout features of the Renesa fan is its energy efficiency. With a BEE 5-star rating, I’ve noticed a significant reduction in my electricity consumption since installing it. The fan consumes far less power than my previous fans, and the performance is still top-notch.The remote control is super convenient, allowing me to adjust the speed and turn the fan on or off from anywhere in the room. It’s easy to use, and the fan has multiple speed settings, so you can customize the airflow to your preference.The design is sleek and modern, making it an excellent choice for any room. It’s visually appealing while being functional, and the build quality feels premium.Pros:Silent operation with powerful airflowEnergy-efficient with BEE 5-star rating (saves on electricity)Convenient remote control for easy speed adjustmentsSleek, modern design that fits any room decorPremium build qualityCons:Installation may require professional help if you're not familiar with ceiling fan setups, but it’s not a complicated process.Overall, the Atomberg Renesa 1200mm Ceiling Fan is a fantastic investment. It’s incredibly efficient, quiet, and effective, making it a must-have for anyone looking to upgrade their home’s cooling system. Highly recommended!\",\n                \"title\": \"Excellent Performance, Super Quiet, and Highly Energy Efficient!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-11\",\n                \"helpful_count\": 8,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R32WQCH8X1YQEX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32WQCH8X1YQEX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"K.bhavani kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Missing safety rope and manual book\",\n                \"title\": \"Missing safety rope and manual book\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R1U190S0WN7CCY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1U190S0WN7CCY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vinod kumar Koreti\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Best\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2PJRNMJ1B08Z8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PJRNMJ1B08Z8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sam\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good quality.. looks as the picture\",\n                \"title\": \"Worth it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2OAHLHU8CKKMP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2OAHLHU8CKKMP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mr.Arkadip M.Roy\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The fan quality is top notch. And the air delivery is just awesome.In my case the colour is very good they called it Pebble gray and the colour is really nice 👍.The product design is good specially the blades design is nice but the main motor can feel you bulky in size not in weight.The remote control is quite okay not the best as I am expecting a RF remote in this budget.So it can disappoint you. But remote functionalities are normal like any other BLDC fan.You should also know that this fan is little shaky while moving in low speed like 1,2,3At the end I should say the product is value for money at the price of ₹3,000-₹3,500 budget.I can suggest this product to them whose budget is tight under ₹3,500.That's allThanks 👍\",\n                \"title\": \"The value for money product if your budget is under ₹3500\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-20\",\n                \"helpful_count\": 13,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R1KWYHC265EV1N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KWYHC265EV1N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Saiyan Vaghani\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The Atomberg Renesa Enzel 1200mm BLDC Ceiling Fan in Pebble Grey is a solid choice for those looking to upgrade to an energy-efficient, modern ceiling fan. The fan delivers excellent air circulation, and the sleek design with LED indicators gives it a premium look that complements contemporary interiors.The included remote control is convenient and allows seamless operation with multiple speed settings. The BLDC motor ensures lower power consumption, which is a major plus for energy savings. The 3-year warranty also adds to the overall value and peace of mind.The only minor downside is that it produces slightly more noise compared to traditional ceiling fans. However, it's not disruptive and can be overlooked considering its performance and energy efficiency.Overall, it's a great addition to any room and a worthy investment for those prioritizing both aesthetics and functionality.\",\n                \"title\": \"Efficient and Stylish – Slightly Noisy but Acceptable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-16\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2RK69778IPZM4\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2RK69778IPZM4\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manish kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product, initialy i had got damaged remote and had to speak with service team and got it changed\",\n                \"title\": \"good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R38HWZH6YNEKSX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38HWZH6YNEKSX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ankush Chawla\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1666RZWwmL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1R46AQJ1304A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1R46AQJ1304A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"veeresh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Great product from atomberg , there is very minimum sound from the fan and air circulation is very goodWorthy to buy atomberg\",\n                \"title\": \"Best product from atomberg\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-17\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2SC4FTUFCF0T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SC4FTUFCF0T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ebyug\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Superb\",\n                \"title\": \"Quite!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1D8HN0ABPRLG5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1D8HN0ABPRLG5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arul\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I am writing this review after 5 months of consecutive usage.Pros:- Saves power: For the past 4 - 5 months I am seeing a reduction of 500 - 1000 in my twice a month electricity bill. Usually it will be around 5k-6k. I am seeing bill amount of 4.5-5.5k.- Remote: I didn't buy the product for remote feature, but it has become convenient and necessity now.- Speed: I've been using a 30 year old fan earlier which was consuming more power. But the power and speed was excellent. This product actually beat the speed of my old fan and I am totally satisfied by it.- Usage: It runs continuously in my room and didn't faced any heating or speed issue.- Service: I raised a service request which I explained in the cons, the service was completed with in 28 hours.Cons:- A day back my fan's micro-chip section in the middle of the fan had short circuit and it started bursting and burning due to voltage fluctuation at my home. It happened at night, as I was awake i noticed it and turned off the fan switch. This affected my rooms power supply and I was without power for few hours. Service person got the chipset replaced in 28 hours and the fan started working. I enquired if the same situation can happen again, he assured that the new chip replaced can withstand power fluctuation.I can update if any such scenarios happen in the future.I am still super satisfied with the purchase and the service was on point. Due to which I will go with 5 star although I can go for 4 due to the short circuit situation.\",\n                \"title\": \"Power saver!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-16\",\n                \"helpful_count\": 21,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1tyZ-4JsrL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R3HO4PRO1AH46P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3HO4PRO1AH46P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prabhu N\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product. Perfectly working now. Noise level very low. Easy installation. Remote control also good. Fan look and design good and smart.\",\n                \"title\": \"Very good product.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2FTNQ42ZZIVPP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FTNQ42ZZIVPP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mangu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good 👍👍👍\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1jl9kwECaL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RN74BMN3SZJUM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RN74BMN3SZJUM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rohan Bose\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R25SRW6VVEGEJO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R25SRW6VVEGEJO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Yogesh janardan pashte\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"4 years continue rotation no any abstacle.nice products\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1YX2D12LZ5ENH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YX2D12LZ5ENH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SRJ\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Smooth working overall and silent.\",\n                \"title\": \"Smooth operation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R2LY4MTG5577A9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2LY4MTG5577A9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sony Rajan Balraj\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Renesa fan giving disturbance sound from the day of fitting. Technician has replaced the rotor & bearing three times still the disturbance is persist. Kindly replace the fan to new since the compliant not resolving after multiple visit by your team.\",\n                \"title\": \"i purchase one fan of same model five year back is working smoothly. 2nd fan is giving trouble\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RCCR6LH11YV8G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RCCR6LH11YV8G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vamsi Krishna\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent fan. Working great.Looks good too.Saves some electricity!!\",\n                \"title\": \"Good choice 😃\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R2R7I36ZE3SJ0N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2R7I36ZE3SJ0N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abishek K\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RHE13DD2D9YIX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RHE13DD2D9YIX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Raj kumar Meena\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed:Atomberg fans are renowned for their impressive speed capabilities, offering a wide range of speeds to suit various comfort needs. Whether you prefer a gentle breeze or a powerful gust, Atomberg fans deliver consistent speed performance.Stability:The stability of Atomberg fans is unmatched, thanks to their advanced design and engineering. These fans are built to operate smoothly and quietly, ensuring a stable airflow without any wobbling or vibrations.Lighting:While Atomberg fans prioritize functionality and performance, some models also incorporate lighting features to enhance the ambiance of any space. Whether it's a subtle integrated light or a stylish LED fixture, Atomberg fans offer versatile lighting options to complement your decor.Dust Protection:Atomberg fans are equipped with innovative dust protection features, helping to keep your fan clean and efficient for longer periods. With advanced technologies like dust-repellent coatings and easy-to-clean surfaces, maintaining your Atomberg fan is hassle-free.Service:Atomberg prioritizes customer satisfaction, offering excellent service and support to address any queries or concerns. Their responsive customer service team ensures a seamless experience from purchase to installation and beyond.Efficiency:One of the standout features of Atomberg fans is their exceptional energy efficiency. With cutting-edge motor technology and smart design choices, Atomberg fans consume significantly less power compared to traditional fans, resulting in lower electricity bills and reduced environmental impact.Overall, Atomberg fans combine speed, stability, innovative features, efficient performance, and reliable service, making them a top choice for those seeking both comfort and sustainability in their living spaces.\",\n                \"title\": \"Atomberg Fan:A Blend of Efficiency and innovation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-17\",\n                \"helpful_count\": 34,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1ZuC9j9l4L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1ZOAYEFO37FVQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZOAYEFO37FVQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shailendra sharma\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    A decent bldc fan from atomberg. Although the air deliery is not as good or high as traditional standard ceiling fans but it provides additional functions like remote operation which is quite helpful during morning hours, no need to get up from bed to turn the fan off. Can set hourly timer. Less noisy motor operation. Build quality is very good. Maybe the blades are a less aerodynamic hence less air delivery. Multiple color options, grey and black of mine is quite attractive. Initial impression is quite good. Hopefully its durable and proves to be a better value for money product🤞🏻...\",\n                \"title\": \"Atomberg renesa enzel\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-20\",\n                \"helpful_count\": 7,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1Zsu0sGqDL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RCGP41JYYQPJY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RCGP41JYYQPJY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vinay\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Fan is good. But if your room is big then it may not serve the purpose. Remote control is easy to use. Always check price i bought it in 3100/- and few week later it was selling in 2800/-\",\n                \"title\": \"Good fit for bedrooms not for big hall\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1AZ1L7ZHQB2HC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1AZ1L7ZHQB2HC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Faizan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Fan is really classy in terms of design, tough build, least noisy, easy operating via remote and value for money as saves your electricity bill because it consumes 35 watt on full speed.If you are looking for morder and energy efficiency you should go for this fan. I already installed a atomberg fan from past 4 years and it's functioning very good.\",\n                \"title\": \"Designed good and save electricity bill\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2BZKY05HDV3EQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BZKY05HDV3EQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ashutosh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best purchase\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2GLXUCKFXV5ZQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GLXUCKFXV5ZQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"XYZ\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"This is my second purchase and the Atomberg Renesa BLDC fan is the best. The fit and finish is way better than other models in the competition. The fan does not heat up even at top speed due to BLDC motor. The weight is very less compared to induction motor fans. Atomberg is the pioneer who invented the BLDC motor and had the patent for many years. I am very happy with the purchase.\",\n                \"title\": \"Atomberg Renesa Enzel\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-16\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3DRT0GGPK9SON\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DRT0GGPK9SON\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Now it's been 2 years since I'm using this fan and the fan is fabulous. Yes, there's some issues but, thanks to atomberg after sales service. It's easy to use, even at normal speed it make temperature cool. And the stability of fan depends upon the height of rod if it's already fitted, and rigidness of it, if your using company's rod which is solid then there's no compromise in stability.\",\n                \"title\": \"Reliability and Design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1C31dlRbsL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3PLSJKU7TOOPP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3PLSJKU7TOOPP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ahx\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    While the air flow and quality is average on this fan but highly recommend for power saving. I just purchased this fan in intention of saving power. Gray color is more asthetic as per my openion.Pros. It has good features with 6 speed mode along with boost. Easy to install. Good air flow at low noise level. You can use on winter also at 1 or 2 speed if you can't sleep without fan.Con. The remote isn't that good or compatible. You will have to point at the fan very precisely in order to do anything through remote, and range could be more.\",\n                \"title\": \"Good fan with lot of pros and few cons. Read more...\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-13\",\n                \"helpful_count\": 9,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D17IPldF0dL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RSA4PU9O55RKJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RSA4PU9O55RKJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dhinnesshh punna\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Perfect air flow. No noise only proper air delivery. 100% satisfied\",\n                \"title\": \"100% genuine and perfect air flow. Low power consumption\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1MXJ0715LXUVD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1MXJ0715LXUVD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nilisha J\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Love the quality of the fans♥️👌🏼 Excellent speed and wind. Best for its price!\",\n                \"title\": \"A windy tale!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-23\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R35ZYSDWRLVOKQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35ZYSDWRLVOKQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nagraj Prabhu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Great product. Best performance, handy remote, quite futuristic design\",\n                \"title\": \"Best product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R32H7N3LF0ALNK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32H7N3LF0ALNK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I bought 4 fans for my house. All are working as expected. Installation was easy. Previously, we had regulators for our fans; now, we have removed them as these new fans do not require them. You can operate them using the remote, which you get in the box. The quality is sturdy. You get a battery 🔋 as well in the box. If you are buying more than one fan, then you can make use of one remote to operate the fans and keep the other ones packed. After these fan installations, my electricity bill has been lower, which means it's also energy efficient. The speed of the fan is also fine.Conclusion - Value for money product.\",\n                \"title\": \"The perfect fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-10\",\n                \"helpful_count\": 13,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2UQGOVUA310NC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2UQGOVUA310NC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shyna\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very good performance.. good quality\",\n                \"title\": \"Must buy product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2NYZCL2PNYL2N\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2NYZCL2PNYL2N\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashok sahu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RLD6B4KFDH5BR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLD6B4KFDH5BR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Frank J Adler\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RXMINNZWHDUOQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXMINNZWHDUOQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sk Jahid Fazal\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I saw a lot of reviews about the arise of issue after a week or month or few days . But still wanted to try this fan as I have plan to install 3 BLDC fans in 3 bedrooms.I personally installed the fan . Before that I opened the switch board and detached the fan regulator and make a direct switch connection as it is advised.Fan is performing okay. Remote functioning properly till now.In my phone I have \\\"Mi Remote\\\" and I paired Atomberg Fan remote and it works perfectly. See the screenshot of paired Remote control.Lets see how long it can deliver trouble free performance.  I am pretty much content about the performance of the Atomberg Renesa BLDC fan at least in its first week.Edit 1: One month passed , the fan didn't show any problem so far. I don't want any issue later also. Hope it will continue to work smoothly.\",\n                \"title\": \"After 5 days it is still finely performing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-08\",\n                \"helpful_count\": 22,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R3TKR2CIR41JTA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3TKR2CIR41JTA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hassan Marothi\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Atomberg Fan is awesome with modern design. Overall looks are simple and modern. Remote control button, range and build quality just awesome. Fan build quality and finishing is superb. Packaging of fan is also nice and safe for transit. I bought 2 pc of Atomberg Renesa Fans. I hired professional electrician for the installation of the fans. As described in installation guide and as seen in picture the company mentioned to bypass the regulator both on the box and installation guide. The fans are fully installed following company installation guideline and bypassed the regulators. But I am still facing SPEED VARIATIONS Problem. The Fan automatically changes speed while running. Sometimes I set the fan at 3 speed it automatically runs on full boost speed, while if I put the fan again on 3, after 2 3 seconds it again runs on full speed. Sometimes it works fine all controls got normal. There is error in fans. Please check that error carefully. overall fan is good.\",\n                \"title\": \"Superb Fan with little problems!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R5GNLD7H3EY1K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R5GNLD7H3EY1K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pridhew\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Atomberg renessa 1200mm 28W at ₹3576/- on May 2022May 2022:Well balanced, no vibrations. Not very silent, but not too loud as well.August 2024:After 2 years of use, spotted paint flaking off from around the leading edges of the fan blades. (not much of a significant con, but I have had other brands with older fans, with more durable paint)Personal opinion:I would totally recommend the fan. The air movement volume is better in 1400mm of the same model, may check that out too.\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-04-15\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1EQNISDI75EB0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EQNISDI75EB0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya Gupta🔥\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Speed is very good.Remote works flawlessly.The screws on the blades could've been hidden with some casing or cover.Paint could've been dust free 🤔Fan is good and all but the colour is very light than and different from the reference image shown which makes it look bad as I've white ceiling.I was thinking about replacing but family members got it installed already and it would be inconvenient and cost money again to remove this one and install a replacement unit so I've decided to go on.\",\n                \"title\": \"Color is misleading and totally different from product.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-05-28\",\n                \"helpful_count\": 13,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2H39TF9L8WFNY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2H39TF9L8WFNY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suman Dey\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Received the fan in perfect condition.It looks different from traditional ceiling fans and the leds looks great.The leds also indicates speed, sleep mode timer etc and also can be used as night lamp.It would have been better if the leds were clear white in colour instead of clear blue.The remote quality is also good with good range and buttons with tactile feedback.Compared to the Efficio series this Renesa series fan has a bit low airflow but looks great.Efficio has better airflow but they look like standard ceiling fans.After using this fan for a couple of days I wasn't impressed with it's airflow and I returned it to get an Efficio series model instead as higher airflow is my priority.\",\n                \"title\": \"Nice fan with good looks\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-06-20\",\n                \"helpful_count\": 7,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3JUTI7K58OYKL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JUTI7K58OYKL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SANTRA\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I bought the fan designed by IIT, the fan looks excellent, remote control/operation excellent, breeze quality n quantity excellent.Room is also cooler . I compared, fans body temperature rise after 3 hrs running is only 4 degree, my old fan was 12 degrees. It comes with a 3 years warranty but my only WORRY is that not enough service stations around India and its a specialized fan everyone cannot repair. I replaced my old fan which gave me 25 years of troublefree operation hoping savings in electricity bill.\",\n                \"title\": \"Atomberg Fan - excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-05-12\",\n                \"helpful_count\": 16,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2Q0MVOGORLDY8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2Q0MVOGORLDY8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sanket shanbhag\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Delivery & packaging: Was delivered within 3 days of purchase. The fan is already well packaged by Atomberg with seperate boxes for blades, motor, downrod, remote and shackles. Total three boxes packed in a huge box. It is then plastic wrapped by amazon.Looks & Quality:it is one of best quality fans that i have seen amongst other bigger players of ceiling fans. The design is kept really simple however the central motor casing is compact making it unique. The quality of each of the peripherals like remote, shackels, plastic covering, etc are good for the price of 3,000/-Assembly & fitment : It is an easy job and detailed instruction booklet is provided. However, i faced an issue of extremely tightened screws on the motor casing where blades are to be mounted. The screw heads had left scratch marks on the casing when i removed them. The entire fan is extremely light in weight which is a bonus especially when doing assembly alone.Working & performance : Speed of the fan is really good and it gives quite brilliant air flow. The spread is also really good especially when the fan in itself is conpact.\",\n                \"title\": \"Amazing product for this price!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2018-07-22\",\n                \"helpful_count\": 26,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1SKT7P4GBGTC6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1SKT7P4GBGTC6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jayadev\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"It is a good product and energy efficient. Speed is good like other fan specially in speed 5 and B but in 1,2,and 3 speed is not good speed mode. Use only in 4,5 and B modeRemote control is good but not best, sometimes I have to click 2 times ( very rarely)Nothing big issue in remoteBlade quality is good but in my point of view is slightly narrow as compared to other fan blades but is length side it perfectLed lights are working properlyOverall good and I must say it is very energy efficient. Electricity bills will be reduced I am sure.Warranty 3 years I loved it.\",\n                \"title\": \"Product Quality overall good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-08-04\",\n                \"helpful_count\": 12,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R200KE46J2KLS6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R200KE46J2KLS6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Venuscold\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan is of light weight and a decent build. The speed and air flow are good with 'boost' option on. Being light weight the fan tends to sway a bit from its vertical axis while running but it's not an issue. Durability and power savings are something my use with time would determine. Overall it's a good option for a decent ceiling fan.\",\n                \"title\": \"A Good BLDC ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-10-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1F2351HRPBVGU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1F2351HRPBVGU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sachin\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Super delivery, easier installation, quick to use and i feel so happy I don't need to go till the switchboard for turning the fan on or off. The amount of air delivery is also pleasant.One drawback is, at slow speeds, the motor makes a rattling noise(can hear it when starting or after turning it off in the video as well) and makes me wonder if the lubrication is appropriate. It's been less than 4 months since purchase and this development is rather disappointing.\",\n                \"title\": \"Amazing ease of access. But motor has noise at low speeds\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-06-21\",\n                \"helpful_count\": 12,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1lwUuMTDHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R36JBL8IXX4RUN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R36JBL8IXX4RUN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jaideep keshri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Go for it definitely....Attention🙏🙏# It's not Dust proof ...# makes little bit of sound  not soo high but little bit🤏🤏# it's speed is very good but not very great but if you are going for energy efficiency....I don't think you should check it# the remote is cool and very light easy to carry... And at night it shines⭐✨⭐✨Although the fan remote doesn't contains any light but shines a kind of# it's I think about 27-28 watt fan and it contains only two led bulbs like capacity...# if your city have light problem go for it you can run it whole week (i am not joking I have 4 of this fan)....\",\n                \"title\": \"It will save upto 500 to 700 of you electricity bills💵💵💵\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-09-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"RZ1WKE59UEMZZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RZ1WKE59UEMZZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Athiya Wajid\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Post a lot of deliberation, opted for the Renesa model; the first BLDC fan for my 3BHK. The packing was good, sturdy Fan, good finish. I liked the canopies particularly; compared to the non-BLDC Orient/Crompton/Havells fans currently in use.I had installed the fan last night so wont comment on Energy efficiency yet.The fan sweep/blow is very good at high speed - my room size is 12X16 ft.The LED acts as a cool night lamp.There is a slight wobble and the fan starts sluggish (when comparted to the non-bldc fans at home)So far so good.. will observe and if time permits will update the review! Hope this helps!!\",\n                \"title\": \"Fan with great sweep coverage!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-04-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R28A0MG8ZG5JAQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R28A0MG8ZG5JAQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"manish kumar\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I am updating the review, as the problem has been solved automatically. There was few glitch may be.Fan is good, and it really save you on your electricity bill.Old review :-I ordered this fan seeing the great review on Amazon. However this is flaw model with a lot many issues. You can see one visible in video. It's getting auto turn on and off. Another issue is speed. It does not run on full speed inspite keeping them at 5 on remote.\",\n                \"title\": \"Good apart from few intermittent gltich\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-12-31\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1eNpCd00PL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R1D2IU9YSTTBS7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1D2IU9YSTTBS7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sathya Dharma\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I have purchased this fan on 10th March 2021, it was running fine till last week but not when i keep speed six it restarts automatically continuously. Not sure about the problem, Have raised complaint via the whatsapp number provided, lets see how quickly they address the problem. I will keep this post updated.15th April 2021 - 3 days now since i registered, no one spoken or action taken on the problem.16th April 2021 - Received solution email regarding the problem. The fan was connected via regulator which was the cause and it was sorted out now. Thanks team.\",\n                \"title\": \"Fans Restarts automatically at speed 6 - Problem Solved.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-04-12\",\n                \"helpful_count\": 29,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1XOGUOvILS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R30JFMRZ9Z3NKX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R30JFMRZ9Z3NKX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sameer Betgeri\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Running smooth without noise like conventional fans.Speed is good  and proivde enough air at 3 speed.Remote controls are fine checked all the features. I will suggest this product if you looking for bldc motor with remote in this range of price .Only  drawback was missing some of nuts in the package.\",\n                \"title\": \"Product is good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-08-09\",\n                \"helpful_count\": 7,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R366RMDWU1D46R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R366RMDWU1D46R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Tribhuwan S. K.\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"बेस्ट BLDC सिलींग फॅन आहे, ५०% लाईट  बचत करतो, रिमोटवर चालणारा 15W ते 35W लाईटचा वापर करतो, एका वर्षात आपण गुंतविलेले पैसे वसुल होतील, एका सिलिंग फॅनला महिन्याला ३५ युनिट होत होते, आता १५ ते १७ युनिट होतात, यामुळे लाईट बील कमी होण्यास मदत झाली व जागेवरुन न हलता फॅन चालु बंद, स्पिड कमी जादा करणे, स्लिपमोडही उत्तम आहे, फक्त एक कमी आहे, यातील मॅग्नेट व्यवस्थित चिटकवलेले नसतात , ट्रार्स्पोटमध्ये मॅग्नेट निखळतात त्यामुळे मी या प्राडक्टला चार स्टार देत आहे.\",\n                \"title\": \"बेस्ट प्राडक्ट आहे, लाईट बील ५०% बचत करते,  15W ते 35W लाईटचा वापर होतो.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-09-19\",\n                \"helpful_count\": 16,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R2X0Y1JZD3VOVN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2X0Y1JZD3VOVN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"I bought two fans one monthe before. Outlook of fan is very nice. Remote is working properly. But yu hv to bypass the regulator. Other wise remote will not work properly. After 25 days days one fan suddenly started making noise like some part is broken. I hv to stop this. Made a complaint. Customer service is very good. The change the motor of the fan. Moreover fan is very much energy efficient.  I liked the customer service.\",\n                \"title\": \"New look and design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-05-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1B5I1AA3RVNRI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1B5I1AA3RVNRI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul Panja\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Look the fan is overall good in a small palace. But in my opinion there is some problems, maybe it's only on my fan. There is a blind spot that there is no air flowing under the fan. I don't know why . Otherwise good air flow. For example ( I Take W X Y Z as a for direction, The W X Y direction are good for air flowing but Z spot is not that good. All direction are present in same & equal distance ).\",\n                \"title\": \"Well But need to do more\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-09-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RB5JUF9OJUBC6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RB5JUF9OJUBC6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Visakha Valley\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"Fan is good and silent... remote pairing is very simple. To be check for few months after I will update the review...Cons... Cheap sticker on the fan head with 5 star... After removing sticker it's gum is catching dust... Canopy/Ceiling Fan Cups are very cheap material and it's shapes, sizes must improve\",\n                \"title\": \"Fan is good and silent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"RASXG42F0XBR3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RASXG42F0XBR3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjoy K. Das\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"The fan looks good, convenient to operate due to provision of remote control and as demanded energy efficient too as fitted with a 28 W BLDC motor! But as experienced, air flow output is not that good and not giving desired comfort when the weather is hot, as the normal fans provide.. Overall, air flow may be improved as the price tag of this fan is significantly higher than the normal branded ceiling fans (1200 mm).\",\n                \"title\": \"Energy saving, Air Flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-06-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R2U6B9ZXGJCH0K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2U6B9ZXGJCH0K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Best Fan I Liked The Design. But This Product Has A Problem (Starting Sound)\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"ProsIt Has 6 SpeedIt is very Light WeightIt is very power efficientIt is Good Fan For Looks And Power Efficiency ✌🏼👍🏼ConsIt Has Wobbling IssueWhy Did the Atomberg put their Iseer Rating Sticker on the Motor i Didn't Like That 🙄\",\n                \"title\": \"Renesa model does not have smart feature to buy smart fan go for renesa+ smart\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-08-22\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R32F4P7DBZ08LH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R32F4P7DBZ08LH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Santosh\",\n                \"user_id\": \"\",\n                \"rating\": 4,\n                \"description\": \"U will be getting less air when compared to normal fansIf u are using Normal fans then it is difficult to install it.And once u ordered the productThere is no return option.I suggest to go with normal fans\",\n                \"title\": \"I recommend not to use this atomberg fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-10-29\",\n                \"helpful_count\": 4,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"RBEY1Z6LV6PFC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBEY1Z6LV6PFC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RAKESH BROR\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice fan and speed\",\n                \"title\": \"Good airflow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3F1GSLKDZ3IE6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3F1GSLKDZ3IE6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"M TIRUPATHI RAO\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Product is very good,Light weight litle noise is coming out of it\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1KM0L8D4YLGVY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KM0L8D4YLGVY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SELVA KUMAR S\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very good performance and stylish design\",\n                \"title\": \"Good performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1L7MVR7SFZXFU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1L7MVR7SFZXFU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mujeeburrehman\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Poor\",\n                \"title\": \"Poor\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R21FWJ1D9FVUIY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R21FWJ1D9FVUIY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohit kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Fantastic ceiling fan amazing\",\n                \"title\": \"Amazing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R17R7JDJGXPY40\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17R7JDJGXPY40\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"munawar_alii\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"💯💯\",\n                \"title\": \"Design and quality..💯💯\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2N2CYN82WZ7Y9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2N2CYN82WZ7Y9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Geetika Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Colour, airflow, size and smartness. All 5 star\",\n                \"title\": \"Overall verygood fan.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2UN1E25ZXGM83\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2UN1E25ZXGM83\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"पैकिंग बहुत बढ़िया हैं और Atomberg Fan बहुत गुणवत्ता पूर्ण हैं\",\n                \"title\": \"Light weight And Good Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RCVM1ANQ28RQI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RCVM1ANQ28RQI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"A.E.Mahesh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RYPFOHDTEQGGQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYPFOHDTEQGGQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mann singh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Best bldc motor fan........ connectivity with mobile and alexa app seamless......Air flow excellent........silent.......\",\n                \"title\": \"Connectivity with alexa very efficient\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3AR3U84SQQ4IC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AR3U84SQQ4IC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"aditya sasi kiriti\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Elegance with performance\",\n                \"title\": \"Very good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R331P30SCPNFXX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R331P30SCPNFXX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good quality, easy to install. Noiseless\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1346NJOIUOWB5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1346NJOIUOWB5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"B SUBBARAJU\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good performance\",\n                \"title\": \"Nice product\",\n                \"place\": \"India\",\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/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R34EJWR39MEOI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R34EJWR39MEOI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer SC\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice BLDC less noise and awesome\",\n                \"title\": \"Value for money\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R257OIPSDWJPCL\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R257OIPSDWJPCL\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bhavesh udeshi\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"But now I am satisfied with these bldc fan..only concern of any problem comes then where to go..\",\n                \"title\": \"Was not sure about the product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1D30PUDMAG0U0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1D30PUDMAG0U0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ananda karande\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Product quality and design too good.\",\n                \"title\": \"Superb\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3GSSOHL6CU4R7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GSSOHL6CU4R7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"pushkar patil\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Fantastic item...! Reduced energy bill continuously since 4 months. I am very happy with the BLDC fan...!👍 Thanks atomberg..!!👍👌\",\n                \"title\": \"Good discounted price. Energy efficient.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-26\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1PM2U7YQESQBE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PM2U7YQESQBE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Product is very nice and easy to use\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2BBZ0HOYAQ5YK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BBZ0HOYAQ5YK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ATUL ASHOK PAWAR\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Fan quality is best, value of money,performance is best,colour found ok\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1ZC0ZUZOJPFMY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZC0ZUZOJPFMY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashna Salu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice product\",\n                \"title\": \"Quality is good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RMU41332HGQ8M\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMU41332HGQ8M\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Reddy\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Super\",\n                \"title\": \"Super\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2C66Y6468ZTQI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2C66Y6468ZTQI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manjunath\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Its any effective power consumption\",\n                \"title\": \"Quality of product is nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1NZQQTWVTGHEM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1NZQQTWVTGHEM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mazulum\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice work\",\n                \"title\": \"Super\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2J9XMC26PERR1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2J9XMC26PERR1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vrushali Kale\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very good design and colourSmooth circulation with less noiseRemotely handled\",\n                \"title\": \"Atomber ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3RWZ2NCTVR8KU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3RWZ2NCTVR8KU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rahul Pure\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Speed , connectivity, remote all are upto the mark . colour is also good\",\n                \"title\": \"Nice look\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2H6OL7DPQ9679\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2H6OL7DPQ9679\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very smooth and efficient\",\n                \"title\": \"Quality and design is top notch\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-15\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2HC08ODEY3RQN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2HC08ODEY3RQN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Subhajyoti B.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Easy installationStableGood air flowLess noise\",\n                \"title\": \"Wonderful product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R5JL76Q8RU7XQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R5JL76Q8RU7XQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mahesh patel\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-08-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R1QVBMUDZQUHPS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1QVBMUDZQUHPS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Namrata Raghavan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The Ivory color matches perfectly with my house interior. Looks very elegant. Throws air in every corner of the room. Remote is convenient to use. I have bought four of these.\",\n                \"title\": \"Beautiful fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R18V36R8X60EBK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R18V36R8X60EBK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Harshitha\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Super fans speed easy to use\",\n                \"title\": \"Super must buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2S0IC9F8C55JZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2S0IC9F8C55JZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Very nice product... 1111111\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice product.... Also nice night LED light... Very low light sleep very well.... Thanks amazon...\",\n                \"title\": \"Nice one..... 1\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3J26SE7N5DO1Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3J26SE7N5DO1Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"CHEEPATI GNANENDAR REDDY\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R35ZVV56AC3SH7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35ZVV56AC3SH7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anoop Khanduri\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The speed is great and it is easy to use by the remote it's stability is great and the air flow is great and is value to money\",\n                \"title\": \"The best fan ever bought\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-30\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RYVAZHTS8WIHG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RYVAZHTS8WIHG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"thanks Amazon for this product...but please provide some quick delivery for jammu residents... product is very nice\",\n                \"title\": \"great product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-05-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RJHQ57RGT67G5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RJHQ57RGT67G5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vimal J.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good performance 👍👍👍👍👍\",\n                \"title\": \"Excellent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R2KIQWNH1GPGEW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KIQWNH1GPGEW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Only 1 star button active I have 4 button like\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Fan look like very modern and matching to roomceiling\",\n                \"title\": \"Modern design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RBEY01BINZSHS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBEY01BINZSHS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"FEBIN\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Stunning productHighly recommend\",\n                \"title\": \"Best quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1RKt9SQ1jL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R283ET3CJO37G3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R283ET3CJO37G3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vaishnavi Nelabotla\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Performance is good. Also gives classy look to your living room.\",\n                \"title\": \"Best BLDC fans you get in market\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3JH64LOIZYIZB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JH64LOIZYIZB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Deepak Roham\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very nice product\",\n                \"title\": \"Nice product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-01\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1xSNnt43IL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RO7A053TM7DWZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RO7A053TM7DWZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Karthickraja\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good performance and best quality but noise is bit too much\",\n                \"title\": \"Good to go for it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1IZRN2F3H1AG3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1IZRN2F3H1AG3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Moulidiwakarmadabattula\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Great product,less noise, less power but great speed, no vibrations, value for money\",\n                \"title\": \"Worth product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1E0VqF7qjL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R16TWC564OVF7T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R16TWC564OVF7T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jiten R gagada\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very nice atomberg fan\",\n                \"title\": \"Fan is very good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1FTnEXLyXL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1L7LWO5Z8SYNR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1L7LWO5Z8SYNR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abel James\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Colour is beautiful working fine i don’t know why its bubbling alot otherwise product is very nice. Uploading this video how its working.\",\n                \"title\": \"Fan review\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1RH7tUYIfL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R21ATUJEIQG2IZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R21ATUJEIQG2IZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mukesh Choudhary\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Advanced fan very smooth. Very less noise. Good product. Thanks to Atomberge\",\n                \"title\": \"Good fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3JINUOXP3XS8G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JINUOXP3XS8G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Bought 2 atomberg ceiling fans with remote controlOverall its a good product\",\n                \"title\": \"Overall its a good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/G1ynwl0QNHL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RPP61FR66DSBU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RPP61FR66DSBU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very good product and good quality.\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RQTTT5AG38ZCD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RQTTT5AG38ZCD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vikas Hedau\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    बहुत silent पंखा है.लोग कह रहे हैं कि स्पीड कम है ये बात सही नहीं है. अच्छी-खासी स्पीड से चलता है. Moonlight का भी काम कर लेता है decently.\",\n                \"title\": \"Super silent mast hai\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-06\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1p10wcasfL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2FR2KMY71MMCJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FR2KMY71MMCJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"NITIN KUMAR\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Its an really amazing fan with superior quality and has low noise and sturdy bulid with elegant look helps to save electricity and remote control is also helpful to control the fan overall a great considerable product\",\n                \"title\": \"Elegant look\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-02\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1SMN1556EZN4A\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1SMN1556EZN4A\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"mehul dobaria\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Value for money...i got less price in festival sale...superbbb....must buy...Delivery is smooth and handle with care...thak u amazon\",\n                \"title\": \"Fantastic product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1W0+MgYkXL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R34QJS1PNCL0Z6\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R34QJS1PNCL0Z6\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"As per it's function price is very high. Doesn't work properly means not useful for mopping\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"A good product but see the cell, silly mistake by a good branded product.. not good for company...\",\n                \"title\": \"Not a complaint but you have to pay attention\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2S4KVN6VZWQG2\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2S4KVN6VZWQG2\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mahadev\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\",\n                \"title\": \"Bill for warrenty.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1OwtwuPAAL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1J4WEJGZFEFCH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1J4WEJGZFEFCH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sateesh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    It's very nice beautiful look too .. works very well ...\",\n                \"title\": \"Best ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A1pn6nBWF9L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2MP6YPPGE2LN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2MP6YPPGE2LN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhi Khare\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan is good, the light would have been a little brighter, the speed is also good, no doubt value for money👍\",\n                \"title\": \"The fan is good👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1ZUqVwZL1L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RLVB5BG1K2W2H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLVB5BG1K2W2H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sachin Prajapati\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Most affordable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R511VFOC6D7KX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R511VFOC6D7KX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Maninder singh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Superb fan from atomberg.thanksThis is i purchased my second fan atomberg I am using from 2 year . Not even single problem I am happy with this product very less electricity consumption. Fan running good\",\n                \"title\": \"Superb product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-21\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1GXy18-yzL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1T6KX5J94OJBW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1T6KX5J94OJBW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"arunkumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Product was an awesome  performance, stability, poshe color\",\n                \"title\": \"U should wait for a year to get that review\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1AP4D7DFG4MT5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1AP4D7DFG4MT5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"BISWAJIT SINHA\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good packaging..\",\n                \"title\": \"Wonderful product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R35QAXZMH80498\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35QAXZMH80498\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sushant singh saini\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Low noise, cool air flow with wide range low maintenance suggest to everyone buy this & remote is so pretty working awesome\",\n                \"title\": \"Best product go for it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R17EDRRWYG82QF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17EDRRWYG82QF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit thakur\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The fan is very good and gives nice air, the led light makes it even better\",\n                \"title\": \"The fan is good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1NXXIg23ZL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2BZCA9K6O8T8B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BZCA9K6O8T8B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Chotu Tiwari\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"बहुत अच्छा पंखा है कम वोल्ट में चलता है देखने में भी सुंदर है काफी बेहतरीन पंखा है आप खरीद सकते है इसे बिल्कुल\",\n                \"title\": \"Good 👍 fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1RTWQST27RJER\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1RTWQST27RJER\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"pritam biswas\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1K03275ND7WEG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1K03275ND7WEG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Utkarsh Mehta\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Atomberg make i have installed 3 fans and all are convenient with remote and smooth operation . But this particular 4th fan installed in my bedtoom replacing normal usha fan , is giving sleepless nughts due to fan noise . Once they changed . Same problem in the new fan they have sent .\",\n                \"title\": \"Lots of noise in This fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-30\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1e-XuE8RYL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3BUA912V56B82\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3BUA912V56B82\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mohit Chouhan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Speed is Good. I'm from Rajasthan and temperature is always on Higher side.As its Always on Max Speed, and Satisfied with it.Got in sale for 2800.\",\n                \"title\": \"A Good Buy under 3k\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-07-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1DBm0a8SWL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2BM9SHJ0G5H90\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2BM9SHJ0G5H90\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Raj khan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    बहुत सुंदर फैन है आप लोग ले  सकते हो भाई लोग बिंदास\",\n                \"title\": \"Thank you so much Amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1LF6e+KrNL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1WW73D0FUZWB5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1WW73D0FUZWB5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kunwar king\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    First time jab fan aaya toh speed nhi tha fir company ne replace kiya aur aaj hi laga hai yeh product sabse mast hawa deta hai ..yes customer can claim this is a best product ...good atomberg for your service and your product\",\n                \"title\": \"Service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C15fAHP+5UL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RND40DGF4BNXB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RND40DGF4BNXB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sridhar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Best fast and smooth fan, go ahead..\",\n                \"title\": \"Super fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C195hSwLr3L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1SPIXYE1RNNMT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1SPIXYE1RNNMT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit Kirar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    If weather is cool then fan gives very good performance. If weather hot in summer season fan performance down. We didn't feel air flow. If we use this fan with AC in summer then we think for this fan.\",\n                \"title\": \"Best ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-20\",\n                \"helpful_count\": 2,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1PupYOOq4L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3MQX8GUOQL4CM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MQX8GUOQL4CM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Praveen Solanki\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The quality and the durability is good\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1JPAQQo8JL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RGDU0T3Q3BTNK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGDU0T3Q3BTNK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rupabrata Das\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good fan. Easy to use and operate. Reached us safely. Easy to install. Speed is good and controlled through the remote. But have to say it is noisy. The LEDs are just for indication.\",\n                \"title\": \"Good if you have the budget\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R5UTO1BIS8H6F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R5UTO1BIS8H6F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sivasakthivel Murugesan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I have replaced the Atomberg fan with with new version of fan. Really impressed with the sleek design and wooden finish, light weight. Led lights are also good. Good to go with.\",\n                \"title\": \"Wooden finish model impressed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1z-rxD3KLL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R3ELBPSCH2IPYW\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3ELBPSCH2IPYW\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Durjoy C.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product and timely delivery. Air flow is good and the remote functionality justify the fan usage. Overall good product especially considering the reduction in electricity bill. I have noticed the bill getting down. Have been using for the last 12 days.\",\n                \"title\": \"Good product and nice air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RGEX9GONTI9ZS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGEX9GONTI9ZS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Samiksha\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Speed , quality,color, performance, all are excellent.\",\n                \"title\": \"Recommended\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2SSUBVXPRITUP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SSUBVXPRITUP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sanjay sonwani\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"बहुत बढ़िया है दूसरे पंखों के अपेक्षा इसकी बहुत अच्छा है।\",\n                \"title\": \"Quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RUY5LKTN9D7DT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUY5LKTN9D7DT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vinay Vaghela\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Very good product atombrg celling fan easy installation company agent thank you so much Amazon\",\n                \"title\": \"Thank you so much Amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1IAy-EB-gL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R3SE8FJ63JCC2H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3SE8FJ63JCC2H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Harshvirsinh\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R204M7PDWNN860\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R204M7PDWNN860\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"samir.das\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product....\",\n                \"title\": \"Good product.....\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3KQXO8C101U59\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3KQXO8C101U59\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"VAIBHAV SHARMA\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Decent airflow , looks beautiful\",\n                \"title\": \"Awesome\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1H8nFAjDIL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RMKE9ITR6OZWE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMKE9ITR6OZWE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"RD Bhat\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent product, using since 4 years back and purchased thereafter as well. Atomberg is trouble free and easy to install.\",\n                \"title\": \"Good product, maintenance and trouble free\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R38ODYGSXNU878\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38ODYGSXNU878\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MIR HASHIM\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    The product exhibits exceptional quality and a visually appealing design.\",\n                \"title\": \"Excellent selection\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1uCrWe1c-L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1KI1W1AVVA620\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KI1W1AVVA620\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shalik\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"🌟 5/5 – Modern, Sleek, and SmartThis fan not only looks stylish but also performs like a beast. The remote control is super handy, and the speed settings are just perfect. Smooth operation and no humming sound at all. Highly recommended!\",\n                \"title\": \"👉Modern fan👍\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-19\",\n                \"helpful_count\": 3,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R22IKVS9OEMTKN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R22IKVS9OEMTKN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vaibhav\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    This product is look like shine in home fan speed , air quality, performance, energy efficiency, very nice function product 5star for this product\",\n                \"title\": \"VERY NICE PRODUCT\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/A15rGtX7hlL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3U0WN2NB1QQ2C\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3U0WN2NB1QQ2C\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manasvi s.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nice bldc fan\",\n                \"title\": \"Good fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E13uLTZ8kYL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2DC97ZZJ9ZBYU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2DC97ZZJ9ZBYU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sanjay semwal\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I had a great experience with Atomberg! One of my fans unfortunately got short-circuited, but their customer support team responded quickly and efficiently. They arranged a replacement without any unnecessary delays or hassles. The new fan is working perfectly, and I really appreciate the way they handled everything so professionally. Kudos to Atomberg for standing behind their product and ensuring customer satisfaction. Highly recommended! 💯\",\n                \"title\": \"Atomberg fan is ultimate fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1uk6NdS9HL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R5VL97QGYA0EM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R5VL97QGYA0EM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dewang Rawal\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I would like to say it's just Awesome as Like IIT's Engineers who have worked in designing these fans. The idea of person is mind blowing. Go Through it.\",\n                \"title\": \"Functionality, Design, Smoothness are fantastic.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R8UHGFDRQMOEC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8UHGFDRQMOEC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"7906485023\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Completely happy and satisfied with the product . It has very less noise of the fan and speed of the fan is very good. Looks sleek and good too. Power saving too. Definitely recommend this to everyone who’s looking for a new fan. Worth every penny\",\n                \"title\": \"Must buy !\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-16\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1MLvLb7fgL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3H0PQJLJUYZ34\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3H0PQJLJUYZ34\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jayesh Patanvadiya\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nice\",\n                \"title\": \"Nice product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1LcZOXd2IL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R20KHJR9ZLBJHC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R20KHJR9ZLBJHC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sayan Mandal\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I love atomberg fans. I have 3 atomberg fans, one celling, one tablefan , one exhaust. The renesa actually saves a lot of electricity and has been running almost 22 hours a day. Another added benefit I found is that the fan doesn't heat up unlike my old fans. Which is a plus. I would definitely buy atomberg as my next fan again.\",\n                \"title\": \"The best celling fan right now\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2X4GGRQPW15P8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2X4GGRQPW15P8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"BITTU SAHA\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good product\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1r1IkSUy5L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RUC1Q8T8014VJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUC1Q8T8014VJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajdeep Roy\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nice ceiling fan\",\n                \"title\": \"5\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1I2tO-gBZL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2O0BDVGWTF6AH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2O0BDVGWTF6AH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"nagarjun\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Low noise as compared to traditional fans, less energy consumption, value for money product.\",\n                \"title\": \"Low noise, affordable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1OhPwa+94L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R21B36MFHR16BC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R21B36MFHR16BC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Abhishek\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-09\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R1KIJNE1QN4EMX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1KIJNE1QN4EMX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ashok\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Writing this review after almost 5 years of use. Nothing to complain with the fan or the remote. Great Airflow, Reasonably low wind noise and Easy to clean blade surface. Perfectly satisfied. Have installed 7 more of the same fan after this purchase. Power consumption is around 35 watts with a power factor of 0.65 Only thing I would like to see improvement is the power factor. Great Keep it up ATOMBERG.\",\n                \"title\": \"ATOMBERG FANS- RELIABLE EFFICIENT BREEZE FOR ALONG TIME\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1ZX95MGQP49AN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1ZX95MGQP49AN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anil Ranaa\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Good\",\n                \"title\": \"Exchange\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1sC10OG8hL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R3OR35TR1XI12X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3OR35TR1XI12X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"S H Subramanian\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Nice product\",\n                \"title\": \"Good looking\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RUKBW6Q4CR94V\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUKBW6Q4CR94V\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sorif khan\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Excellent\",\n                \"title\": \"Excellent fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2C2U57P4BPUNN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2C2U57P4BPUNN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sruthi chandran\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R378GP4JK6YNP9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R378GP4JK6YNP9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"9449710086\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3S79GI3TF2PVY\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3S79GI3TF2PVY\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Spurgeon\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"GOOD\",\n                \"title\": \"GOOD airwith lessnoise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3K12UN04PEAAO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3K12UN04PEAAO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mamatha\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Baga Pani chyshudi best Quality\",\n                \"title\": \"Super\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R1JFCTZ1H4VIH7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1JFCTZ1H4VIH7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very familiar\",\n                \"title\": \"Good remote\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2WHKXAACCNX2Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2WHKXAACCNX2Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MP\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Awesome\",\n                \"title\": \"Good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2A9Q7HYNN8VY3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2A9Q7HYNN8VY3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bharathi S R\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"excellent product\",\n                \"title\": \"excellent product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R14G3LH0EP6JXT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R14G3LH0EP6JXT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Atomberg all time hit product\",\n                \"title\": \"Most Valuable product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R2V6ANC5DT61WO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2V6ANC5DT61WO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rakesh Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good product\",\n                \"title\": \"Nice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R13RQVNP46TN8J\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R13RQVNP46TN8J\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Fairose\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Good quality\",\n                \"title\": \"Nice work\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RKPXYCSU3BSU1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RKPXYCSU3BSU1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vibham\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The fan is superb and great infact I lived the colour its perfect premium and easy to install the best part I like is timer function You can keep time as per your requirement 06 hours timer feature for me acts as an alarm to wake me up the fan auto turns off after 06 hrs and help me to wake up\",\n                \"title\": \"Go for it power saving fast and it also as a timer\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-02-15\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"RNBCD89KF2HLC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RNBCD89KF2HLC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kiritkumar H.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"It is really a good product. I have purchased total 1 + 6 = 7 fans for our new flat. Only th8s I dislike is the price. 1st fan I got at 3499.00 & just after receiving it, we placed an order for 6 more but price was revised to 3599.00 ( 100.00 more per fan ).\",\n                \"title\": \"Good product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-02-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R24EQRJMT6XQWR\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R24EQRJMT6XQWR\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jeevan Job Varghese\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Product is ligh weight and very easy to install . Performance is really good considering the price and comparing it with products which are at a higher price point . Bit skeptical about the service and other aspects , will update it after using for long term\",\n                \"title\": \"Great product for this price\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-01-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R300VRUXIAESUA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R300VRUXIAESUA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Karthick Rathinavelu\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Worth the price looks good works good have good wind less noise and works perfectly\",\n                \"title\": \"Super\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-01-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R3UBH07J4QJXS5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UBH07J4QJXS5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mahendra JADHAV\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"WORTH THIS FAN USED, COLOR AND SPEED GOOD\",\n                \"title\": \"FAN COLOR AND SPEED GOOD\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-02-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Seasand Ivory\",\n                \"variant_asin\": \"B0CKBVYC3W\"\n            },\n            {\n                \"review_id\": \"R326WMDELHO19H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R326WMDELHO19H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sayed Ahemad\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The Atomberg Renesa 1200mm BLDC fan is a sleek and energy-efficient ceiling fan that combines style with advanced technology. Powered by a BLDC (Brushless Direct Current) motor, it consumes only 28 watts, significantly reducing electricity bills compared to traditional fans. Its 1200mm sweep size ensures excellent airflow, making it ideal for medium to large rooms.The fan comes with a remote control, offering convenient features like speed control, timer, and sleep modes. It operates silently, which is great for maintaining a peaceful environment. The Renesa fan also has a modern aesthetic, with an LED speed indicator adding a stylish touch. While it’s slightly pricier than regular fans, the energy savings over time make it a valuable investment for those looking to cut down on electricity usage without sacrificing performance.\",\n                \"title\": \"Atomberg Renesa 1200mm BLDC Fan: Energy Efficiency Meets Modern Design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-27\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R35EIR0DHQ9YUT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R35EIR0DHQ9YUT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sachin J.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I bought 3 fans altogether. All the 3 fans shown in pic were nicely packed in a big box of Amazon. On opening u find these 3 separate boxes. Each Box then has 3 more Boxes having the blades, the motor, remote and other accessories. The remote is fitted inside the thermocouple inside out. First i was so pissed off that I could not find the remote inside it and thought I was cheated. But then when u revert the thermocol u will find it there. A AAA size battery pair is given for each remote. The electrician took rs. 200/fan to install it.Observations of 1 day use:1. The air throw is good. My hall is big so I needed 2 fans there. On high speed it does make noise of air and it's obvious every fan would. Bcoz technically it cuts the air and on earth sound can travel faster.2. I am quite impressed with the remote's quality. It has a boost button which directly takes ur fan to 5speed rotation. Remote functions are just similar to ac remote.3. Range of operation of remote is good.4. There r 5 led lights in blue color. If u run the fan on 3 speed then 3 lights will turn on. It's like a color cum number indicator than being a digital one. If it runs on 5 speed it will show 5 blue lights.5. The motor is quite compact and looks different than usual fans. Anyone can guess that it has something different in it. U only gets white color that's the limitation. But I guess u can spray paint it of ur choice with rs. 250 bike color can which will at least cover 3 -4 fans. If AT ALL that is required. I am satisfied with the product but let's see how it performs in long germ. The electrician too said I got a good deal at Rs.3100/fan.\",\n                \"title\": \"All the 3 fans shown in pic were nicely packed in a big box of Amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2018-10-28\",\n                \"helpful_count\": 6,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3N0V1O16B2NOE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3N0V1O16B2NOE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Girish raj\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I picked up this product yesterday, and Amazon made the delivery super easy. The technician, Satish from Urban Clap, did an amazing job with the installation—everything was clean and tidy, and I'm really impressed! It's supposed to be energy-efficient, so I’ll have to see if it actually helps lower my electricity bill, but it runs quietly. The remote is super convenient, letting me adjust speeds and set timers without getting up. Plus, it looks sleek and modern, and it works perfectly. If you're looking for a stylish and eco-friendly fan, this is definitely the one!\",\n                \"title\": \"Effortless Elegance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-26\",\n                \"helpful_count\": 14,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1TtHCQi16L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R1AQNLVKMAAFVM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1AQNLVKMAAFVM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"BRVITTAL\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Just now received my Atomberg Renesa 1200mm ceiling fan and without wasting any time, I have unboxed it and fixed in my master bedroom replacing the existing conventiinal fan. The accessories are of very good quality and nicely engineered. They were helpful in fixing the fan tightly to the ceiling rod without a trace of movement. Then I have switched ON the fan after connections which is just similat to the normal fan. Though the fan speed is less at lower speeds, the speed is incredible at level 6. The main reason for me to replace my existing conventional fan with this is the low speed it offers on home inverter supply during power cuts which has become frequent now a days in our area. We were very much annoyed by the low speed of the conventional fan on inverter supply. I have just tested the atomberg fan on inverter supply by disconnecting the mains and the speed is same as with the mains. This is a biggest sigh of relief to me. The speed is unchanged that I had to recheck whether I had really disconnected the mains or not. Thus my purpose of purchasing this fan is served. The remote is good and just serves the purpose. The good part is that if you donot turn off the fan by remote, the fan automatically switches ON and OFF by operation of mains switch thus bypassing the use of remote if you preset your fan speed to desired level. Don't forget to bypass the fan regulator before installing as insisted by the compaby for optimum performance. Regarding durability, I can tell only after using the fan for some time. Overall satisfied with my choice. Looking forward to slowly replace all the conventional fans with BLDC fans if the fans performs in the same way for atleast one or two months.\",\n                \"title\": \"Serves my purpose\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-07-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1RJb1U-bzS.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RY826BU9D6F3Y\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RY826BU9D6F3Y\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"GlamgirlShweta\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    I recently bought the Atomberg Renesa Plus Remote Control BLDC Motor Fan and couldn't be happier. The installation was quick and easy, and the fan's sleek design looks great in my home. The BLDC motor is impressively energy-efficient, consuming up to 65% less power than traditional fans, which has noticeably reduced my electricity bill. It's also whisper-quiet, perfect for bedrooms and living rooms.The remote control is a fantastic feature, allowing me to adjust speed settings, set timers, and activate boost mode effortlessly. Overall, this fan offers excellent performance, style, and value for money. Highly recommend!\",\n                \"title\": \"Excellent Energy-Efficient Fan with Remote Control\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-07-05\",\n                \"helpful_count\": 19,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1NLdllaKwL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3TYN5UZUM4KEM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3TYN5UZUM4KEM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Govind Reddy\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Pros :- Energy efficient, remote control is good . LED light can be switched ON/ OFF based on your requirement . I replaced Renesa with Havells 8 years old fan . Very good for elderly people  because each and every time they can not adjust the speed of the fan ! Helps in reducing carbon footprint. Earlier AC induction motor ceiling fan was 75 watt now it is 28 Watt consumption. There is no need of doing NVA ( non value added ) job .. I mean physical switch off & ON . If you want to burn the kCals do workout.. not fan ON/ Off . Remote cells also comes along with it ! No humming sound when it runs on inverter nor speed changes which is very good . Load on inverter will reduce drastically due to low wattage BLDC motor fan.Leaned in engineering about BLDC motor but not actual or practical use . BLDC ( Brushless DC ) motors are the future .. you will find in many advance bikes ( bi cycle) . Its comes with double ball bearing ! Moreover Atomberg’s founder is a Alluminia of IIT Bombay . Make in India product .Cons:- Remote would have been little bigger for better grip of hand .I have ordered one more oak wood Renesa Plus which will be delivered in 2-3 days !\",\n                \"title\": \"Certified user , Govindreddy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-08-24\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1OAcWkZC3S.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RKYMWGEN81112\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RKYMWGEN81112\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Akp\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    With the onset of summer, I have installed this BLDC ceiling fan. Here's what I observed:1. Packaging and components: Well packed and clear instructions for assembly. No damage found. Batteries are provided with the remote. Smaller motor limits the canopy size. New look in a fan for a change.2. Installation: Similar to an AC fan. Say goodbye to capacitors now. Bypass the regulators, some people here have said that you can keep the regulator at full setting and then run the fan but NO! I have observed the change in full speed with and without regulator. Without regulator, full speed is higher.3. Operation: Operation is pretty smooth since two days (run-time:18 hours). Have checked the sleep and timer modes as well.Update after 2 months:Running well without complaints. The start up is a bit jerky which sometimes scares as if there's a fault but it's because of the motor and electronics I suppose.Update 14/6/22: There was a voltage swing due to rain and storms. Low voltage was observed. Yet the fan was running comfortably at speed 3 which is normally I keep it at. Also the boost mode is working fine and fan was rotating at good speed. So a plus one.\",\n                \"title\": \"Money well spent\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-03-13\",\n                \"helpful_count\": 22,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F1wSPvoAO4L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R2JJPJP0GC2VBM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2JJPJP0GC2VBM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Praveen Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Using this fan for past 6 months. But when I use this fan for more than 2-3hrs continuously a tik tik noise arise.I have highlighted this issue to atomberg service and the technician visited my house twice. Still the tik tik noise is not stopped.I have another BLDC fan from other manufacturer, using it for last 2 years without any minor issue.I don't know whether atomberg  take customer complaint seriously and replace the fan under warranty, as temporary fix does not help.Tik tik noise and it's disturb your sleep or calmness at room.Edit:Atomberg has replaced the fan under warranty and the replacement is very smooth. Kudos to Atomberg customer service. Changed 1 star to 5 star for there service and replaced product is good.\",\n                \"title\": \"Not a good product, some flaws in design\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-02\",\n                \"helpful_count\": 6,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1Ykc71a1+L.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2XF2AOQ11J6MT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XF2AOQ11J6MT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nagarajan p\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    got fault after 2yrs even directly connected without regulator... fan not running.if you face the same complaint.. raise service ticket on atomberg website. they are providing good service support without charges while it have warranty 3yrs time.Tq atomberg.  Service is Good..\",\n                \"title\": \"waste of money. don't buy it maximum 2yrs life time\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/B1oanRMnvAL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1JGTE1X77GA66\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1JGTE1X77GA66\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shaishav Zanje\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"I think that we received a returned product and it was slightly damaged and colour was off, but we didn't want the hassle to replace it so gave it a try. Since then its been above 1 year and it's working great. No idea about savings (it must be doing that) but fan speed and air flow is great. The installation was also easy and everything was provided in the box. Overall a good purchase.\",\n                \"title\": \"Great Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1GRLWUGVDSWNE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1GRLWUGVDSWNE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Swapnil P.\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The most applaudable feature I found about my latest purchase of July 2022 is it's airthrow. Fantastic. Even at regulator speed of 2 it pushes the breeze across the room efficiently. You may or may not bypass the home regulator, it still does it's job nicely. 3w for speed one and 7w for speed two are beyond expectations. U might hardly want to race it to speed 5 even during Summers.  Option for switching the power Leads off is a boon. They look beautiful but are a mayhem as a sleeping lamp. Other than that they fairly lit  the room before u sleep under it. Motor noise is zero, whatevr one gets to hear at higher speeds is the aerodynamic noise of the wind it's pushing as blades cut the air.  3 years onsite warranty is a game changer in this sector of consumer appliances. I believe I do not need to claim it as the product is altogether a hit. All the best to team Atomberg and Amazon for a very timely delivery amidst heavy rains. Cheers!I will update the review in case anything comes up to my notice later as I use it.\",\n                \"title\": \"Aerodynamics are simply fantastic\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-07-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R134LH8BC4V7UC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R134LH8BC4V7UC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Mridu Sharma\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Very good air flow and user friendly. The looks are great. The fan is also dust resistance and the colour helps too in that case. The remote also works fine with various features. Definitely a value for money. Go for it without any second thought.\",\n                \"title\": \"Wonderful Product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-11\",\n                \"helpful_count\": 6,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R2K11ANZ1MXDJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2K11ANZ1MXDJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sridhar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"1. Fan motor is compact(small) in size compared to the traditional fans2. Remote is cute and small3. Embarrassed with size of the fan motor and the remote.4. Packaging of the fan motor, blades, remote, rod, canopy, shackle, nuts bolts is awesome.5. Air delivery is on the top of the roof, boost mode is beast, preferring to keep on low speed as it gives good air flow on low speed itself.6. Happy that it will cut down on electricity bills7. Classy looks and design8. Feels like a mini portable version of ordinary fan but does the job efficiently9. Remote could be misplaced and eyes searching for it when needed, could have been better if supplied a wall remote holder.10. Felt like a complete package of features.11. Purchased 2 fans12. Just that cost is high, see if you can lower the cost to reach out to the majority Indian fan users.13. My intention was to lower electricity costs and this product meets my requirements14. Overall happy\",\n                \"title\": \"WoooooW Experience\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2019-09-21\",\n                \"helpful_count\": 94,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3DYPF3AY5W46H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3DYPF3AY5W46H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pradeep Kumar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"Neatly packaged & delivered both my fans on time with no damage. Air throw is very good. Centre BLDC motor is compact & runs without any noise. Blades are as long as a normal fan & give good air. No noise from the fan except the sound of air. Runs in the same speed even on UPS during powercuts which is a great feature. I can see a drastic reduction in electricity bill amount after using this Atomberg BLDC fans. Energy efficiency is 5star as promised. Remote control is a good feature unless you misplace it. Haven't tried the sleep mode yet as both my fans keep running day & night alternatively in hall & room. Will update after sometime in more usage.\",\n                \"title\": \"Superb air & power saving fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-03-15\",\n                \"helpful_count\": 6,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2R0785VY6OOE3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2R0785VY6OOE3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ARUN J BHARALI\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    For a very long time wanted to get this fan, the main reason to purchase are:1) need a 5 star energy efficient fan to reduce my energy bills, as heard many positive reviews.Pros:Very good delivery and packaging by amazon.Sturdy built, very good coverage, and must tell that even at 3 speed you will feel chills at night.Remote is an added advantage, just keep it handy else if you lose it you have to purchase another from atomberg site.Got it for 3500/- !! Me very happy, will purchase another one for sure.Regarding 5star energy efficacy, cant be sure as installed 2 days back.Go for it !\",\n                \"title\": \"A very good purchase\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-03-12\",\n                \"helpful_count\": 9,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1n+L7sg6PL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2SK8NVY3X3927\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2SK8NVY3X3927\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dr. Jayesh R. Desai\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Writing this review after 6 months of usage. Remote working very well, still using same cells, noise too is minimum at slow speed almost silent.It's 15 months since I started using This fan, this is update.  As you can clearly hear in video fan started making loud grinding noise. In my lifetime I must have purchased many ceiling fans over 50 years and wall and pedestal and exhaust fan, never have I experienced such problems, I have a fan that's running for 40 years. It looks like something is broken inside fan in 15 months of usage. But worst part is company response. Product is under warranty but today is third day and no one has come to attend. When I call or write email they create new ticket or service number. Pathetic, being senior citizen I changed my working Crompton fan for this as it has remote operations convience.\",\n                \"title\": \"Remote most convenient but reassessment\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-11-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E13Bu9ZthsL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2D8Y5RBNN9B51\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2D8Y5RBNN9B51\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Samir Kr. Haldar\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Yesterday, I got delivery of the fan and on the same day, I installed it with the help of a local electrician. I observed that after keeping the fan \\\"on\\\" with the help of the Remote, the fan can be switched \\\"off\\\" and \\\"on\\\" with the help of the switch on the Switch Board (on wall). But in this case, the fan runs on its last set speed that was done through the Remote.Is there any way by which the speed can be regulated through the switch on the Switch Board without using the the Remote? Can anybody through light on this score?\",\n                \"title\": \"Very good ceiling fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-08-11\",\n                \"helpful_count\": 6,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/C1nRLWjJacL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"RLGGIQWOYXV1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RLGGIQWOYXV1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"M L AGARWAL\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The fan performance is quite good and noise level is comparatively less. More than one year of use and till now there is no problem. Packing was also very nice.\",\n                \"title\": \"Great\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3L0CRRCA26OUM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3L0CRRCA26OUM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bhavana Sharma/Harshit Gautam\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n    It’s perfect and like very much only one thing pl do help me I am not able to register Warrnty I tried three methods through web.. WhatsApp and customer care or even I tried customer care but result siffer butta nillAfter 18 month my review isमैंने Atomburg के 3 पंखे थे, लेकिन मुझे इसकी गुणवत्ता और ग्राहक सेवा से बहुत निराशा हुई है। मेरा उत्पाद दो साल में दो बार खराब हो गया है और मैंने तीन बार शिकायत दर्ज की है, लेकिन अभी तक कोई समाधान नहीं मिला है।कस्टमर केयर ने मुझे बताया था कि मेरे उत्पाद में दो साल की वारंटी के साथ एक साल की अतिरिक्त वारंटी मुफ्त में शामिल है, जिससे कुल तीन साल की वारंटी होती है। लेकिन अब मुझे गारंटी के बारे में गलत जानकारी दी जा रही है।Please don’t buy it’s total money waisted  poor performance  and very poor service 😔😔\",\n                \"title\": \"I tried so many time but not able to register Warrnty.. 🙂\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-04-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/D1ZoTqvE9ZL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R3VVAYQWR9GC3X\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VVAYQWR9GC3X\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dhaval Patel\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Nut bolt end pin is not good, noisy when you use boost mode . Used for one year and then ordered second fan now end pin quality improved. Noise level is also good no problem. Energy efficient as I’m electrical engineer I observed fan functionality for a year and I found it perfect and price is also plus point. Remote works perfectly need not to change battery since last 1 year . Sleep function is good for use it with ac and in winter. Timer function we can use perfectly. Suppose we have guest in drawing room then we can set time for hour and it will automatically off in hour good option for save energy as mostly people forget to switch off fan in drawing room.\",\n                \"title\": \"Good quality go for it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-10-02\",\n                \"helpful_count\": 0,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/E1zTQuSZgEL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"RUDP4L2576Y26\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RUDP4L2576Y26\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sunny Bahman\",\n                \"user_id\": \"\",\n                \"rating\": 5,\n                \"description\": \"The media could not be loaded.\\n                \\n            \\n                \\n            \\n            \\n        \\n    \\n    \\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n    Atomberg Renesa 1200mm Model Sealing fan Premium quality BLDC 5star Motar Verry impressive Air Throw Big Size Area Room ke Kone kone Par Air Throw Kar rha hai remot Control Features 5 speed end Booster Mod to Toofani Air Throw Fenk rha hai or Sleep Timer bhi Brandid Product Quality Premium or box packing Good All accessories sealing rod clamps nut nd bolt Screw Road Security guard wire all accessories 3 Years Warantty Card.. Highly recommend worth hai 3600 khrchna 5star New generations BLDC Tacnolgy primuim Quality primuim look Air Throw ultimate expect nhi kro ge itni Air Hva 360 digri..\",\n                \"title\": \"Highly recommended Atomberg Renesa 1200mm Model Sealing fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-05-27\",\n                \"helpful_count\": 5,\n                \"image_urls\": [\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\",\n                    \"https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif\"\n                ],\n                \"video_urls\": [\n                    \"https://m.media-amazon.com/images/I/F11rmZw1fVL.mp4\"\n                ],\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3774XU8T6FN55\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3774XU8T6FN55\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"BINCE MATHEW\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"1 item received without remote\",\n                \"title\": \"Items not included in the package\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-04-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R16248QL3MI500\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R16248QL3MI500\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Anwar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Good\",\n                \"title\": \"Next\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R1HPT3OJZXCJHJ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1HPT3OJZXCJHJ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Atish\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"saves electricity but maintainence cost increased. motor is damaged in 3 years\",\n                \"title\": \"motor damaged\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2MFRTSHW3LF2Q\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2MFRTSHW3LF2Q\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Pradeep Kr Sinha\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I have been purchased this fan one & half year before. Now it is not being started.\",\n                \"title\": \"How to it made good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-03-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1PL486N3LG95K\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PL486N3LG95K\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I purchased eight (8) fans but there is a problem with one (1) fan. It's wobbling too much and squeaky, when turned on.Please do the needful, at earliest\",\n                \"title\": \"The fan is wobbling too much and squeaky, when turned on.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R31EFIW8Q99LX8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R31EFIW8Q99LX8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ankita Sinha\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Below Average fan for this price.... Literally light is dimmer than night bulb... basically useless light ....speed of the fan is fine .... Apart from remote control nothing is good\",\n                \"title\": \"Useless light\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-02-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"RGEORUMPWSSZ8\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGEORUMPWSSZ8\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Hari Moorthy\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"fan colour and both cups colours are different not same as i ordered and there is 3 high scratches in some parts, not happy about it\",\n                \"title\": \"scratches on product, cups colour change\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2026-01-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R37N1SA2RDX1X9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R37N1SA2RDX1X9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"It was great in the beginning but now after almost 2 years of usage, speed has reduced and air delivery or throw also seems off. I tried to book a repair and show it to their repair person but he didn't get convinced. Now We sleep in bed with barely any air coming down unless we put in in beast mode which is too loud to sleep.Hope someone from atomberg team reads this and reach out.\",\n                \"title\": \"Great Initially but long term issues\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-13\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RWR5CPOCVZCO9\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RWR5CPOCVZCO9\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prekshi\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"I am using Atomberg fans since its launch (originated from IIT Mumbai ). At that time BLDC technology was very new , even some of my friends made fun of my purchase of fan with remote. The recent purchase is made but I feel a bit sound due to fans design as it cuts the air at speed. Rest is ok. I will keep this recent new fan under observation.\",\n                \"title\": \"A bit of noice\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RXTI9LZYI8H07\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RXTI9LZYI8H07\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Did not meet the expectations. To begin with, ordered 2 of them. Received 1 ceiling and 1 table fan. Entire replacement process was a hassle. After a week, received other fan. When opened its not a brand new one. Packing  is already one. Since I had an urgency didn't raise another replacement.Performance- initially the speed was decent enough. However, speed is getting detoraited. One of the fan makes noise when ran on 3 speed.Remote only works when we are near and pointing to the fan. This one accumulates more dust than my previous one. All and all, had great expectations from the brand but left with disappointment\",\n                \"title\": \"Review after 4 months usage.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-19\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R314JHT32759PX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R314JHT32759PX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dharshan Joseph\",\n                \"user_id\": \"\",\n                \"rating\": 3,\n                \"description\": \"Well, This was the good Fan but if you have fall celling just skip this fanI have raised a complaint regarding the Air Flow was not as Good as normal Fan, a executive from Atom Berg has visited my house in just 8 hours of my complaint. But unforunately the result was can't do anything to get good amount of Air Flow because of Fall Celling. They were saying it needs some amount of space being on the top, not only for this fan for all the BLDC motor fan there has to be some space on the top to get a good amount of air flow. Rest of the things were good to GO..The remote was not a good one but better, the look of the fan was also great. Mainly the light, I don't know why the light was there, totally no use you can just say we have a fan with light, that's itHope so it doesn't consume that much current till now\",\n                \"title\": \"Step out if you have Fall Celing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-04-16\",\n                \"helpful_count\": 4,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R17Q8FDI1WZZ4Z\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R17Q8FDI1WZZ4Z\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sujal\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not gud\",\n                \"title\": \"Not gud\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RMQ99WEETGJ1M\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMQ99WEETGJ1M\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan is made more of plastic and doest  look sturdy\",\n                \"title\": \"Plastic\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-12-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"REDGGJB7KXV6B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/REDGGJB7KXV6B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Krishna\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Look for a better selection, because its looking nice but loud noice while  operating, and speed is also not satisfying us,\",\n                \"title\": \"Average 😕\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R33KHUKQ8S5BYM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R33KHUKQ8S5BYM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jagmeet Singh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"It is also creating same sound as normal fan is creating. Even on checking on decibel app it's sound was slightly higher than normal fan. It's air flow is also not that good. Overall not a good product. Go for normal fan don't waste your money on it.\",\n                \"title\": \"No as mentioned\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-11-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R2XHLBJ04V4ABI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XHLBJ04V4ABI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"D\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I own 6 of these for over 3+ years now.Pro: Clean and aesthetic.Con: 3 of 6 fans needed repairs, and I had to foot the bill. There's clearly some quality issues.\",\n                \"title\": \"Half of my fans broke down\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R2UFJ0H4MMP529\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2UFJ0H4MMP529\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kishore\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product is excellent but noise is heavy they mentioned no noise will be coming but noise is too loud and distrubing\",\n                \"title\": \"Facing noise problem\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2S4VNR2NLWSAN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2S4VNR2NLWSAN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"tushar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan is good but i think production issues are there i received damaged scratched product twice . First time from flipkat then amazon also same.. so i have choice to use damaged one .. i had enough of replacing order then waiting again for 2 week to get it delivered.\",\n                \"title\": \"Damaged product\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R2KKUR87CMWZA3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2KKUR87CMWZA3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"After 3 yrs,it's started giving lots of noise\",\n                \"title\": \"More noise\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2K5U8J9LX8STM\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2K5U8J9LX8STM\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"varinder singh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan create problems within 6 months, it's under warranty\",\n                \"title\": \"Repair it,or replace it\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RRH2RKTYUVHLX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RRH2RKTYUVHLX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"PANKAJ\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not worth of Money, this is only for look, very light in weight and Air flow is very low as compared to Normal Fan.If you are looking for good Air flow then don't go for it\",\n                \"title\": \"Air flow is very poor\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Pebble Grey\",\n                \"variant_asin\": \"B0DSP27FBR\"\n            },\n            {\n                \"review_id\": \"R156TCP4R9FCBS\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R156TCP4R9FCBS\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ARUN K\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"They will say two plus one year warranty but they won’t response if you contact for service in warranty period. In warranty period itself it won’t work properly if warranty period over means we can’t able to do service if any complaints came means very very poor response from customer care\",\n                \"title\": \"Service issue and quality issues\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-10-01\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R2QJ22LHWDX414\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2QJ22LHWDX414\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amit Goel\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Very less air through. Not good for a room size of 10 feet x 12 feet. Should be installed in a much smaller room.\",\n                \"title\": \"Less air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"R3CN545RYHYU02\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3CN545RYHYU02\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rohan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"After 2 years now fan is not working.\",\n                \"title\": \"Fan is not working\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R3MN49U8ZSI8TE\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3MN49U8ZSI8TE\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dr. pravat ranjan sahoo\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I had brought five fans. But after 3 yr of use 4 fans are out of order. The service is very pathetic They don't respond. For each fan they are now telling repair cost around 1000. Do not buy.\",\n                \"title\": \"Not worth of money.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R2PFJN09W2F0EQ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PFJN09W2F0EQ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Roshan Chavhan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Booster mode default\",\n                \"title\": \"1 foult booster mode not work properly\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R2FGWPG4XE0717\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2FGWPG4XE0717\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"muhammed safvan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I bought 2 atomborg bldc fans and both making big noises while running. I bought one last year and i thought maybe it was one in thousand one which i got unlucky and ordered second one because of the volume of ratings and reviews and again! Now in the night the sounds are horrible and very disappointed with both purchases, should have gone for any other brand. I have another fan from havells(bldc) which we are using for past 4 years working just fine and no problems at all, very disappointed\",\n                \"title\": \"Bought 2 fans and disappointed with both. never again!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-09-07\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3CD15J14TRR5B\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3CD15J14TRR5B\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The fan speed is very low . Not happy about the performance.\",\n                \"title\": \"Low fan performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-22\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"R3JZHVXGLT4OJU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3JZHVXGLT4OJU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"unhappy customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"This fan is not at all silent. If you are looking to buy a silent fan then this is not the one. It is making sound just like regular fans. I'm not sure why poeple have given false reviews about it being silent.Other than this it is good fan, remote control, design is good.But I bought it specifically for its silent feature. With its price around 4-5K, it is not at all worth\",\n                \"title\": \"Not silent at all\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1Y5XQAKDQC047\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1Y5XQAKDQC047\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"E'views\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Have 3 of these at my Home, Smart version of this very model, which costs around 4500/unit.One serious advise, Please \\\"Stay Away\\\" from this brand1. These fans start to make noise and then stop as well randomly for no reason and there's no fix/solution to it.2. The build quality is extremely poor, the Magnets on the inside of the mid motor units are fixed in their place using just glue and no locking mechanism, they tend to fall off, there are plenty magnets inside of them, and even one falls, the fan works fine but it will keep making noise on operation forever, untill the whole mid motor units is changed.3. The blades are of very poor material and tend to bend very very easily, you cannot get them clean from house help or maid, they are literally fragile.4. The no dust model is just a scam, they attract as much dust as the normal models5. The company has got only 2 solution for every single problem, if there's any electrical fault in the device they'll change the PCB, and if there's any mechanical or noise issue they'll change the whole mid motor units, that's it, both the options are illogical out of warranty.\",\n                \"title\": \"Have 3 of these at my home, Just 1 advice Stay Away\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-08-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1C0F80HHZRWQ5\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1C0F80HHZRWQ5\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Md parvez khan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"1 eyar parches my fan this time it's not worked my remote continue blinking fan is not working one eyar\",\n                \"title\": \"Please repair\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R27UYKTOSEVFQF\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R27UYKTOSEVFQF\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kaushik\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Okay, okay, fan.\",\n                \"title\": \"Ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-08-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RMMKG0DITW2WZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMMKG0DITW2WZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Selvakumar B\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Overall okay. But the airflow is less\",\n                \"title\": \"Okay\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2T5TOSUPV34SK\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2T5TOSUPV34SK\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"hanuman choudhary\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I received this fan in good packing and within time. But product is very poor quality. So please don't buy any ceiling fan online because after sales service very very poor in all over products and in all India. This is my second purchase. I am unhappy\",\n                \"title\": \"Amazon\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"R9BUBY7D9T77G\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R9BUBY7D9T77G\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"M G\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Wind circulation is straight down. Someone sitting just below it can only experience the wind. Ver\",\n                \"title\": \"Bad wind circulation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R1EDGUSKJPZ92D\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1EDGUSKJPZ92D\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not as expected\",\n                \"title\": \"Take extended warranty\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"RI6VWBUPIPVAX\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RI6VWBUPIPVAX\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vineeth vijayan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Wind is not strong enough to reach most of the prats. I have to sit right under it to get some air.\",\n                \"title\": \"Not powerful\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1U97I8BKZ14Z1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1U97I8BKZ14Z1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"MOHAMMAD RIZWAAN\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I am writing this honest review after 2 months. Within 2 months fan stopped working.Quality wise, i noticed that, atomberge fan speed is good but air delivery is poor than normal good Quality fans. I feel atomberg blade width is not enough to capture air and deliver like normal electrical fans do.\",\n                \"title\": \"Stopped within 2 months, Air delivery is also not good.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-11\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RBY2LCS0ALQC0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RBY2LCS0ALQC0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Akram\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product centre of mass if off, few days it worked well, later it started oscillating and making a lot of noise, it has damaged my false ceiling also.\",\n                \"title\": \"Heavy noise and oscillation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-07-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R38N35583DRG3F\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R38N35583DRG3F\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"JAY\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not enough flow... and wobbles when on\",\n                \"title\": \"Air flow less and it is not stable\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-24\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2GDVA675Y844L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2GDVA675Y844L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"There is no proper airflow on High Speed also.There was no User guide in the box.Highly dissatisfied.\",\n                \"title\": \"Fan Performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-21\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RW7EMD16G8ILN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RW7EMD16G8ILN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ravi Shankar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan speed is not good.  Comparing normal fans fan speed is low.Not satisfied.  Led lights are dull.Normal switch board regulator works fine with this fan. No need to use remote.. Remote is just for led lights on & off, speed control. Boost speed shows no difference.Rate is higher.  Fan Speed could be better.\",\n                \"title\": \"Speed is low comparing normal fans\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R81UWA6SBSRSD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R81UWA6SBSRSD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Pathetic..The remote says Boost mode which is useless..Better have a normal fan installed which is faster than this BLDC fan.This is the resaon why they don't have return option.\",\n                \"title\": \"Useless Boost mode..\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R2252Y3HPFSQNH\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2252Y3HPFSQNH\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ajay reddy\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"it’s works only 1year after u have buy another fan..\",\n                \"title\": \"Worst fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-06-04\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3J7WYPEWF9WG7\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3J7WYPEWF9WG7\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Suja uddin\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"ফালতু পাখা একদম হাওয়া কম 😡😡\",\n                \"title\": \"হাওয়া কম\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"RVRFG3Z4L7338\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RVRFG3Z4L7338\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Meghna Nandi\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Speed is very less, provides low air. Dissappointed.\",\n                \"title\": \"Dissappointed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R1YCDB0N9RQ29T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1YCDB0N9RQ29T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Ankit G.\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Makes too much noise\",\n                \"title\": \"Noise problem\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Dark Walnut\",\n                \"variant_asin\": \"B0DSPH1Q9Z\"\n            },\n            {\n                \"review_id\": \"R3UDX2NRPSHP1P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3UDX2NRPSHP1P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"shivam cholera\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan is too slow.\",\n                \"title\": \"Slow speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R2XQDTYEMKEU3E\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2XQDTYEMKEU3E\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sam\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The Atomberg fan exhibits inconsistent rotation speed, automatically fluctuating between slow and fast without remote control input. The overall fan functionality is not satisfactory.\",\n                \"title\": \"inconsistent rotation speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"R190R8A6EQTFXA\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R190R8A6EQTFXA\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Shiv Yadav\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fans speed is lower compared to regular fans, and airflow is limited.\",\n                \"title\": \"Low speed and air flow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-26\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Honey Maplewood\",\n                \"variant_asin\": \"B0DSP35D2K\"\n            },\n            {\n                \"review_id\": \"RMDVOXTAMNUYN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RMDVOXTAMNUYN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sachin bhusange\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The fan seems to be used one. There were scratches on the blade. Also the fitting rod and accessories were missing in the box. I felt cheated\",\n                \"title\": \"Quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RV9ZU08J9QZ6R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RV9ZU08J9QZ6R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prince sharma\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan is noisy and shaky. Didn’t meet my ecxpectations.\",\n                \"title\": \"Not compatible to indian houses.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3R6MDE975S4Q3\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3R6MDE975S4Q3\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Bodhi Satwa Mishra\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Pros:1. Fan is good.2. Take less unit of electricity.3. Air cutting is also very good.4. Total 6 speed options.Cons:1. Speed automatically reduce and increase. Complaint to service center, their guy came and reset the fan. Problem solved. But it again reoccurs within 1 months. So it is a recurring problem.It only behave like this for speed level 3 & 4.FYI: I don't have any regulators.\",\n                \"title\": \"Speed problem with this model.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R360CVD4QU1LA1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R360CVD4QU1LA1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rashmi Mhatre\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product look wise is nice. But speed of the fan is not as expected. No return policy on this product you can only replace it.\",\n                \"title\": \"Fan speed is average\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R3VZC6WDIOBN6S\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3VZC6WDIOBN6S\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kulbhushan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fan bhut halki quality ka bana hua hai. And fan par warranty bhi 3 nahi 2 saal ki hai....apne risk par khride\",\n                \"title\": \"Dhokha\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-05-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R26K7GQ6M75Y0O\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R26K7GQ6M75Y0O\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"vijayalakshmi\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not that much efficient ,turning down while fan is running mod\",\n                \"title\": \"For atomberg fan\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-28\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Brown\",\n                \"variant_asin\": \"B0CHJMMWNM\"\n            },\n            {\n                \"review_id\": \"RFGSNPS054272\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RFGSNPS054272\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Rajesh Ravi\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product get failed multiple times within warranty, and their service turn around time is 48 hours to 72 hours.\",\n                \"title\": \"Bad buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"RGVUN0SJ4628H\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RGVUN0SJ4628H\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vijaya Prabo K\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Writing the review after a year, its not like a normal fan, very slow, bought two items, both are slow.\",\n                \"title\": \"Slow\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-16\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1USAXQHPBWPPI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1USAXQHPBWPPI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Prabhakar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Not a good speed\",\n                \"title\": \"No speed\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-04-14\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Misty Teal\",\n                \"variant_asin\": \"B0DSPDGS1Z\"\n            },\n            {\n                \"review_id\": \"R321ZS6E26VI93\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R321ZS6E26VI93\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Vignesh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Bought a fan at Aug 2021 and it started showing problems after 3 years, fan speed started reducing at one point it become too slow and one led stopped working.Raised a complaint - technician came and informed they need to replace board - 800 charge and after completing he added 250 as service charge. Total cost 1kThe board doesn't have any major components to cost 800 and no receipt of service. It cost almost 1/3 of fan cost which I saved over last 3 years. I feel they should reduce service charge and in latest model cost is around 1500 afor service.\",\n                \"title\": \"Problem after 3 years\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-04-10\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R39PA34AHKSUVC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R39PA34AHKSUVC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"sabari saravanan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Worst fan facing many issues. Bought 4 fans and having issue with 3 of them. Really disappointed and not recommended.\",\n                \"title\": \"Waste of money.\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-04-05\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss Black\",\n                \"variant_asin\": \"B0CHJP3R3P\"\n            },\n            {\n                \"review_id\": \"RV731VEVSAWQZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RV731VEVSAWQZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nawaz Khan\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Speed uthni nai hai l.. jitni expect kar raha tha.. high speed fan se bhi kam speed hai iski.. I dont think so its value for money...Thoda disappointed hun but led aur remote function se I would give 2 star for that.Review karne walon thoda sahin se karo aage purchase karne walon ku samajh me aa sake.. mein reviews dekh kar hi atomberg choice kara my preference was Orient.\",\n                \"title\": \"Disappointed bahut zyada\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-03-15\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3ANUROP70L12T\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3ANUROP70L12T\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aritra\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I purchased 2 fans in 2021 and 1 recently. Atomberg has detoriated the product quality.  Differences noticed in new fan MY2023, fan is not balanced , wobbles around. Led light is dimmer. Paint quality- has a lot of orange peel effect. Motor Speed seems same. Overall not very happy with the purchase of current fan. Pay more money and get an inferior product.\",\n                \"title\": \"Old atomberg fan better than recently manufactured fan of same model\",\n                \"place\": \"India\",\n                \"is_verified\": false,\n                \"review_date\": \"2025-03-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R12VBXW6FSBF12\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R12VBXW6FSBF12\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Jay Pandya\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Don't buy till now I required 4 time service request even within year 2 time abnormal sound came now it's third time . Not getting permenent solution\",\n                \"title\": \"Don't buy\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-02-27\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2B8NVA5P5PBWT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2B8NVA5P5PBWT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nikhil Singh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Just ok\",\n                \"title\": \"Just ok\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-02-25\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"R3TJWGJCI9Y30R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3TJWGJCI9Y30R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"prajwal\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Good only for max 100 sq ft room.\",\n                \"title\": \"Good for max 100 sq ft room only.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1GH6PARZUYQ16\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1GH6PARZUYQ16\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Don't buy this product very noise and not working properly remote also\",\n                \"title\": \"Not worthble\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-13\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R2PNV81QEY571P\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R2PNV81QEY571P\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Kulbir singh Sandhu\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The flow of the fan is not up to mark better go 1400 length fans.\",\n                \"title\": \"The blades are very less broad.\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2025-01-03\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: Renesa EnzelSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B0CHJNJJDP\"\n            },\n            {\n                \"review_id\": \"RC3VRTEJ3T7JT\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RC3VRTEJ3T7JT\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Manas Kumar Panda\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Only after 2 years , major problems came.. and not at all a good product..\",\n                \"title\": \"Not good.. many problems showing\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-19\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R1BIU9TPKD41AN\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1BIU9TPKD41AN\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"SRINIVAS\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"One of the product was not worked from purchased three products. Atomberg replaced the product.\",\n                \"title\": \"One product is not worked\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-17\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1DVFF333S157L\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1DVFF333S157L\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I have purchased this item on August, 2024 & after using it for few weeks following pros & cons observed:-Cons:-1. Air delivery is decent but not so good. I was using crompton fan earlier & replaced with this one with expectations that new fan with double the price going to be at par atleast if not better. But the new fan disappointed me totally.2. Heating observed in the rotor which indicates power loss.3. Durability of the product may not be as good as conventional celling fan considering quality of blades Remote etc.Pros:-1. Looks beautiful, specially when LED is on.2. Remote control & timer/sleep mode works well.3. Saves lots of electrical energy.It should be purchased & used when average running hours of the fan is above 12 hrs. Per day & speed doesn't not matter too much.\",\n                \"title\": \"Air delivery is not very good\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-09-08\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"RTCJ7RYUUW6M0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RTCJ7RYUUW6M0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Koushik B.\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Product is absolutely fine. Best in its category. But your nightmare will start once the problem occurs. My fan was running good for last one year. Suddenly it started giving heavy metallic sound like some bearings jammed. After, several attempts…. Connected to customer service person over phone…This company do not have any dedicated service centres even in Metro city like Kolkata (just think about other small cities..!!). They have hired technicians in cities. My complaint was lodged with ticket No. 2308160341 on 16th Aug 2023 with an assurance to Technician visit by 48 hrs. Today is 24th Aug 2023. No Technician had contacted yet…Lets see how many more days the need to connect in a Metro city like Kolkata… will update further…Thanks for readingOn 24th Aug 2023, I contacted Atomberg customer care again. They told that my earlier complain got cancelled by the technician (who was supposed to visit) as he was not able to contact me. I told them that there was no phone call or SMS from his side. However, I rebooked the complain. Within 15 min a technician called me. Next day he visited and the problem has been resolved now. Thanks for reading...\",\n                \"title\": \"A good product with worst after sales services\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-08-24\",\n                \"helpful_count\": 5,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R8LHUFXXD00IP\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R8LHUFXXD00IP\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Dhruv\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I got 3 of these fans for my house.The price is definitely on the higher side but it’ll supposedly pay up in long term but that wasn’t the main reason why I went for this specific brand or model.The design in petite too like a French model.Had a BLDC motor and remote which is supposedly the hype? I do regret buying remote operated fans since it proved to be more of a hassle than relief.And as you can see that I’ve rated it 2/5, and that I might not be doing justice to my review so far you’d say.The reason I rated it low is because of the after sales of Atomberg that has been an utter disaster so far.I’ve lodged a service request some 3-4 times and they were all closed without any sort of contact.It’s been some of the worst experiences with after sales so far.In short,Design: 4/5VFM: 5/5(long term)After sales: 0/5And while you may want to invest in a remote operated fan, I’d suggest you to go for those that support switch board fan regulator too.\",\n                \"title\": \"Worth the hype?\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-09-23\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R100DCY9I8CQA0\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R100DCY9I8CQA0\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Amazon Customer\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Despite of multiple calls and emails, the technician came home after exactly one and half weeks. That's 11 days for a installation visit. This kind of a service is expected in tier three city however in city like Mumbai , unacceptable. This makes me wonder what will happen if the fan breaks down? How long will they take to visit for a repair.There was no feedback asked by automberg for the installation process, which explains the laid back behaviour of the the technician who visited home. His name was shahbaaz and he was the most ignorant, arrogant and useless person.About the fan . It's working well as of now. Quiet and convinient.\",\n                \"title\": \"Good product, but bad service\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-12-06\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R6CL2HFBZ23DD\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R6CL2HFBZ23DD\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I was so impressed with the positive reviews of this  fan so I ordered 2 from Amazon though the design and built quality is good but I so much disappointed with the performance of this fan,I found it is a show peace in AC room.Its boost speed and air delivery is even much less than my old Crompton energion HS bldc fan, you will feel air only up to two feet away from the peripheri of its blades,no air throw at corner of even 10x10 feet room.It takes 35 watts at boost speed ,so it is a market gimmick that it is a 28 watt fan.when it switched on from AC mains fan starts at default speed of 5 every time you have to put it on boost speed from remote which is very irritating,as in place like Delhi fan needs to be run on full speed for almost 8 months in a year.,it's speed 1to 3 is of no use as you can see fan is  only moving without significant  air throw.Atomberg are you listening.I returned both fan and claimed refund.\",\n                \"title\": \"Not up to the mark\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-07-31\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"RZ0R35GAG1V7R\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RZ0R35GAG1V7R\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Badri\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I bought this fan looking purely at the reviews. Not sure if I alone got a defective product or others are happy with the fan speed.Pros1. Delivery is fast2. Fan looks like as seen in the image3. Everything is good on day 1Cons1. Day 2, with speed 3 it picks up speed and rotates like as if its in 53. With 4 again the speed drops. Weird4. Raised a complaint, the response was fast. Technician got allocated and he came the next day. He changed the circuit and that's when the problem started.5. At speed 1, its as good as the fan is not powered on. With speed 2, it rotates like 16. Even with 5, it rotates like 3 in regular induction fan. If that's their way of saving on electricity, then that's not good.6. The technician said, that is how it is. He also said that, even if I go for a replacement, I will get same results. So I have decided against it and opted for a returnAtomberg gives you happy code and sad code for the problem resolution. I have shared sad code with him. He took it without any issues. That tells me Atomberg customer support is not as bad as their product. That's why 2 stars.\",\n                \"title\": \"Speed is very low\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2022-03-24\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Midnight Black\",\n                \"variant_asin\": \"B08Y5QJXSR\"\n            },\n            {\n                \"review_id\": \"R29BUM6WPQ1OMB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R29BUM6WPQ1OMB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Sampathkumar\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I got atomberg in 2020 as a trial to see how it performs. I got satisfied with the speed and performance. So in 2024 i thought of replacing 2 other fans with atomberg, but to my disappointment, the fan was very low in speed. You can compare the max speed with 4th level of conventional fan. Even with boost mode, the fan couldn't match 4th level of conventional fan. The only difference was in 2020 there was no star rating, so that might be the reason. But overall very disappointed as i replaced the good running regular fan with atomberg.\",\n                \"title\": \"Average performance\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-10-15\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R100Z5MDF309OZ\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R100Z5MDF309OZ\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ANON\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"After using it for a few months, I am writing this. It’s not even been 1 year, I have requested service twice. At one particular speed, it stops and then resumes by itself. Service centre said, it happens if blades are dirty. I cleaned the fan hardly 10 days back, does it absorb dirt more than normal fans or gets affected even by slightest dirt? I can’t see much dirt on my fan right now. It stops at speed 5 and resumes after a fraction of second. At Rest of the speeds, it is working fine. Before this, it happened with the same speed. Before that, at speed 3, it made some noise but worked fine at rest of the fan speed. Also, it makes a lot of noise.. as good as any normal fan. Only good thing is it’s remote.\",\n                \"title\": \"Not worth\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-11-20\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3M2TV4VPXO8XO\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3M2TV4VPXO8XO\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Aditya Naik\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Cons:1) The description says the fan consumes \\\"Only 28W at highest speed.\\\" This is a lie. They have hidden the highest speed under the 'boost' mode and this mode consumes 34-35W. This doesn't make this fan more energy efficient than its competitor. I have reported Atomberg to BEE - the government authority which gives energy efficiency ratings. Hope they punish this company for fraudulent promotion.2) The air delivery is really poor even after installing the fan on a 2 feet downrod. I think this is because of the blade's design. My 8 year-old, 53-watt consuming Crompton Fan has a much better air delivery. The newer Renesa model, Renesa +, has a slightly different blade design. So I expect it to give a better air delivery than Renesa.Now, the pros:1) The blue LEDs on the motor look really elite.2) The remote is also very user friendly. Special applause for including a dedicated button for the LEDs. Suggestion: please bundle in a remote holder as well.3) The warranty registration process was super smooth.\",\n                \"title\": \"Giving 2 stars for lying about the energy efficiency\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2019-04-25\",\n                \"helpful_count\": 94,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            },\n            {\n                \"review_id\": \"R3GOLCWSX79DEG\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3GOLCWSX79DEG\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Appan Menon\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The fan was ordered and delivered within two days by Amazon. After installation however it was noticed that the speed even at the highest level of 5 was not adequate. On making a complaint, the Atomberg technician inspected and changed the pcb. I am now doubtful how long the fan would last as within no time the fan developed complaint. The body is very light and looks very cheap.\",\n                \"title\": \"Bad Quality\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-11-30\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R3D4F9JW1PQ1MC\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3D4F9JW1PQ1MC\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Placeholder\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Two years ago, I bought eight fans. Upon utilizing them for the aforementioned duration, I observed that they are less efficient in power conservation compared to conventional fans. Moreover, two of the fans persistently encounter operational issues. I had to reach the helpdesk, multiple times. Undoubtedly, the support team exhibited commendable responsiveness during the warranty period. However, post-warranty, there exists the prospect of incurring charges. Given the recurrent coil malfunctions experienced with these BLDC fans, I opine that selecting them entails significant risk. When juxtaposed with both power expenses and potential repair costs, opting for conventional fans appears to be the prudent choice.\",\n                \"title\": \"Inefficient\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-19\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss Ivory\",\n                \"variant_asin\": \"B07K5C4M6F\"\n            },\n            {\n                \"review_id\": \"RIRF7ZICHOOJ1\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/RIRF7ZICHOOJ1\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Nitesh\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"HI,I am writing this review after using Atomberg Fan for 3 months. On initial usage, I liked the fan and recommended it to my brother.I am including his experience as well here :1. Fans create noise while running as old fans do.2. If you have two fans in the same room, the single remote operates both the fans, which creates a problem if you want to control one fan leaving the other fan intact.3. Two fans went out of operation at my brother's home - not working.Conclusion:  These fans are not reliable and long-running, better try other brands like Havells.\",\n                \"title\": \"Fancy fan, not long running\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-10-08\",\n                \"helpful_count\": 3,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R7ZNHQ0ELM6EI\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R7ZNHQ0ELM6EI\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arun\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"This is the first fan i bought with remote. Thought it be good. But now I regret.The only good thing is that it has remote. Other than that, i prefer old ac fan. It had no remote, but the airflow at fan speed 5 was excellent.But this fan maximum speed is half of the old ac fan. Less airflow, so it disappointed me. Above that the fan makes sound, that irritates a lot.Will not recommend this fan.\",\n                \"title\": \"Dont buy!\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-04\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Matte Brown\",\n                \"variant_asin\": \"B07K5C376P\"\n            },\n            {\n                \"review_id\": \"R1CM4CRGZP7H9S\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1CM4CRGZP7H9S\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Chhatresh Joshi\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Fancy Fan which is Good for showpiece but bad on air delivery. I thought of buying it because of low wattage consumption but this fan sucks big time in air delivery as compared to regular 1200-1300 fans.What would you do with that saved electricity bill when you wont be able to get proper air delivery in this summer of june, july in rajasthan jaipur.This is suitable for small rooms like 100 sq feets only and heights of the romms should be 8 feets.Good for apartments rooms.I regret my decision of buying it (ordered 2) and its non refundable only replacable.Better go for offline market and buy from there. I hve personally seen theres a huge margin in these electrical products and you wont get same rates on amazon, flipkart etc.Its a marketing gimmick for which I also got trapped.And please don't go for these reviews. Either these are paid reviews or people are getting fooled by the fancyness of fan (leds, remote) so giving more than 4 stars.\",\n                \"title\": \"Fancy Fan which is Good for showpiece but bad on air delivery\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-07-09\",\n                \"helpful_count\": 2,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Gloss White\",\n                \"variant_asin\": \"B07DPN9FG2\"\n            },\n            {\n                \"review_id\": \"R3AW7AX0KQFXBB\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R3AW7AX0KQFXBB\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Arun Rangarajulu\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"The new fan starts making cranking noise from 7th day after installation, Since the amazon replacement period was over I have to raise a ticket to Atomberg customer care. Customer care was not up to the mark. After raising a ticket, the engineer visited the home and tried to check the fan, due to non-availability of proper tools, he said he will come on the next day and change the fan. but even after 5 days engineer didn't turn up.After few days customer care executive called and asked for the status of the service, when I said it is not yet fixed, he said he will send a replacement and fix the fan. It's been 4 days since I received the replacement and I haven't received any call for fixing it.I would say, customer care definitely lack a process and execution plan.Think before buying this product. I read all the reviews and bought this product. But I don't think it's worth spending money on this product.\",\n                \"title\": \"Quality is not so good. Fan starts making cranking noise from 7th day onwards. Even after 25 days :(\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2021-08-29\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Brown & Black\",\n                \"variant_asin\": \"B07K5CK3WX\"\n            },\n            {\n                \"review_id\": \"R1V758TTYPTBBU\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1V758TTYPTBBU\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"ANIL\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"Once it has a problem of speed variationit's speed increases and decreases automaticallyIt was on warranty period so they came and rectified it.i don't know how much they will charge for it after warranty periodSome of my friends also had this experienceThe LEDs are sharp blue which is not good for our eyesI suggest the manufacturer to take care about this issues\",\n                \"title\": \"Speed variation\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2024-03-18\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: Ivory & Black\",\n                \"variant_asin\": \"B07K5C27HL\"\n            },\n            {\n                \"review_id\": \"R1PXDRBTXDUK41\",\n                \"review_link\": \"https://www.amazon.in/gp/customer-reviews/R1PXDRBTXDUK41\",\n                \"product_id\": \"B0CKBVYC3W\",\n                \"author\": \"Binu Mathew\",\n                \"user_id\": \"\",\n                \"rating\": 2,\n                \"description\": \"I am using this fan for the past 1 year and it stopped working two weeks back. I raised a service request through Amazon but so far no response at all. Then I came to know through other sources that the service centres are flooded with these type of fans for repairs as they seems very sensitive to voltage fluctuations etc. So I had to buy another fan now as I can’t afford without fan for more than two weeks in these weather\",\n                \"title\": \"A good fan but not for Indian conditions\",\n                \"place\": \"India\",\n                \"is_verified\": true,\n                \"review_date\": \"2023-11-12\",\n                \"helpful_count\": 0,\n                \"image_urls\": null,\n                \"video_urls\": null,\n                \"author_profile\": \"https://www.amazon.com/gp/profile/\",\n                \"is_global_review\": false,\n                \"variation_details\": \"Style Name: RenesaSize: Pack of 1Colour: White & Black\",\n                \"variant_asin\": \"B07K5BKHCS\"\n            }\n        ],\n        \"reviews_meta\": {\n            \"product_id\": \"B0CKBVYC3W\",\n            \"total_reviews_count\": 27,\n            \"total_ratings_count\": 51927\n        }\n    }\n}"},{"id":"bc0ef043-9ad5-485f-a669-cbfe09a584da","name":"Processing","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"ClientID"},{"key":"token","value":"TokenValue"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/review_collection_report?request_id=3B1drJqpJKD1AT5JwSFQc7ICKu2","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","review_collection_report"],"query":[{"key":"request_id","value":"3B1drJqpJKD1AT5JwSFQc7ICKu2"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"processing\",\n    \"message\": \"Your request is being processed. Please check back later.\"\n}"},{"id":"26d916b3-1bad-4599-a3cd-f48106986e14","name":"Failed","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"ClientID"},{"key":"token","value":"TokenValue"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/review_collection_report?request_id=3B1drJqpJKD1AT5JwSFQc7ICKu2","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","review_collection_report"],"query":[{"key":"request_id","value":"3B1drJqpJKD1AT5JwSFQc7ICKu2"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Your request could not be completed, but we have replenished your quota.\"\n}"}],"_postman_id":"00d444ed-ff76-4f6f-a200-707b8b3f7d8a"},{"name":"Product Review Summary","id":"36f303b2-0d28-400c-a4fd-3b0e03fcba58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"{{clientID}}"},{"key":"token","value":"{{sellmetricToken2}}"}],"url":"https://api.sellerapp.com/sellmetricsv2/review_summary?asin=B071WCV19B&geo=US","description":"<h1 id=\"pupose\">Pupose</h1>\n<ul>\n<li><p>It returns the summary of all the customer reviews on the Amazon products page.</p>\n</li>\n<li><p>There is a generalised summary and there is a summary for each aspect of the product in the response and other key metrics for the users to analyze..</p>\n</li>\n</ul>\n<h5 id=\"10-tokens-per-call-for-the-review_summary-api\">10 tokens per call for the review_summary API.</h5>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","review_summary"],"host":["api","sellerapp","com"],"query":[{"key":"asin","value":"B071WCV19B"},{"key":"geo","value":"US"}],"variable":[]}},"response":[{"id":"60978c96-ecd0-4d6d-9681-1e9b20786569","name":"Product Review Summary","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"CLIENT-ID"},{"key":"token","value":"TokenValue"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/review_summary?asin=B071WCV19B&geo=US","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","review_summary"],"query":[{"key":"asin","value":"B071WCV19B"},{"key":"geo","value":"US"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"heading\": \"Customers report that these dog chews effectively control itching and scratching, and help with allergies by preventing ear infections and reducing sneezing. The product receives positive feedback for its quality, taste, and ability to improve skin and coat health, with dogs no longer licking their paws. While some customers find it worth the price, others feel it's not worth the cost.\",\n    \"items\": [\n        {\n            \"aspect\": \"itch control\",\n            \"mentions\": \"6699\",\n            \"negative_mentions\": \"1182\",\n            \"positive_mentions\": \"5517\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"Great stuff . It has helped with all 3of my dogs no more itching . I am going to recommend to my dad since his dog has been itching like crazy.\\\" \",\n                    \"url\": \"/gp/customer-reviews/R2OTM8UFEJWT7N\"\n                },\n                {\n                    \"text\": \"\\\"...where or what from, has seem to come to a halt, he also does less itching and less scratching, his skin coat is looking so much better, overall We...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1J3W0KYYXPHWA\"\n                },\n                {\n                    \"text\": \"\\\"...I am amazed at how much these have helped him... no more scratching, no more hair loss from raw red skin.... plus he loves the lamb “treat” he gets...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1GNDGZJ8A4G4M\"\n                },\n                {\n                    \"text\": \"\\\"We loved how the bites helped our pups be less itchy, better coats and lessened our Rottie’s nose dripping. Definitely add this to the salmon oil!\\\" \",\n                    \"url\": \"/gp/customer-reviews/RD7IYB3BW1J1R\"\n                }\n            ],\n            \"summary\": \"Customers report positive results with these dog chews, noting that their pets no longer scratch or itch after using them.\"\n        },\n        {\n            \"aspect\": \"effectiveness\",\n            \"mentions\": \"4763\",\n            \"negative_mentions\": \"1202\",\n            \"positive_mentions\": \"3561\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"...Give 1 chew three times a day. Works great!! Just bought it again both itchy and one had bald spot. Healing real well. My go to for allergies.\\\" \",\n                    \"url\": \"/gp/customer-reviews/RCII9Z3XTKNTH\"\n                },\n                {\n                    \"text\": \"\\\"...They have really made a difference in his life. They work, they really work. He lovess them and comes running the second I open the container....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R13NMFK0X3U7J1\"\n                },\n                {\n                    \"text\": \"\\\"These did not work for my dog. The company did live up to what they said, I got a refund. I would have liked if they had worked much better. Poor dog.\\\" \",\n                    \"url\": \"/gp/customer-reviews/R232XTIJ1DAQC3\"\n                },\n                {\n                    \"text\": \"\\\"Bought this for our Shiba to help with seasonal allergies. Works well - we have noticed a significant reduction in itchiness and chewing of the paws....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R107W08J91X39I\"\n                }\n            ],\n            \"summary\": \"Customers find that the supplement works well for their dogs, with one customer noting that it shows results quickly.\"\n        },\n        {\n            \"aspect\": \"allergies\",\n            \"mentions\": \"3885\",\n            \"negative_mentions\": \"434\",\n            \"positive_mentions\": \"3451\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"...🥺To sum up, they are great for allergies and not great for tender tummies....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R38M8N3JPESGKR\"\n                },\n                {\n                    \"text\": \"\\\"This is great stuff! Helps with allergies and dogs love the taste! So much better then giving prescribed medicine! Will order more!\\\" \",\n                    \"url\": \"/gp/customer-reviews/R3N5G93IC54TSS\"\n                },\n                {\n                    \"text\": \"\\\"Our dog loves these, and they really do help with his allergies. We recently moved across the country and he developed allergies in our new location....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R2RFZYBA0OTJ3E\"\n                },\n                {\n                    \"text\": \"\\\"Allergy Relief with Great Probiotic Effects...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R2VEDR1XAUPB8X\"\n                }\n            ],\n            \"summary\": \"Customers report positive results with their dogs' allergies, noting reduced sneezing and ear infections, and one customer mentions no more sores.\"\n        },\n        {\n            \"aspect\": \"product quality\",\n            \"mentions\": \"3370\",\n            \"negative_mentions\": \"108\",\n            \"positive_mentions\": \"3262\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"Great product! My lab used to scratch herself constantly to the point where she would bleed but now all her spots have cleared up thanks to the Bites!\\\" \",\n                    \"url\": \"/gp/customer-reviews/RC7RC8MKCDTSG\"\n                },\n                {\n                    \"text\": \"\\\"Good product even my picky dog eats them. He's been on them a month and it's been helping his seasonal allergies not flair up as much or as severe....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1EJAK9G3R5MZD\"\n                },\n                {\n                    \"text\": \"\\\"...Thank u so much for creating this amazing product we had tried so many and were honestly about ready to say screw it and then got yours cause we’ll...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1XKV993AXX8WK\"\n                },\n                {\n                    \"text\": \"\\\"This is an awesome product. Very glad we found it. After about a week, the excessive scratching and biting at himself had become almost nonexistent....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R3RUN3FIEH1L0F\"\n                }\n            ],\n            \"summary\": \"Customers find this supplement to be of high quality, with one customer noting it performs better than Apoquel.\"\n        },\n        {\n            \"aspect\": \"taste\",\n            \"mentions\": \"2988\",\n            \"negative_mentions\": \"207\",\n            \"positive_mentions\": \"2781\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"...He loves the taste and is waiting for one right when he wakes up! I would highly recommend these to any pups suffering from itchy paws. Great product!\\\" \",\n                    \"url\": \"/gp/customer-reviews/REPCPO6BXAIU0\"\n                },\n                {\n                    \"text\": \"\\\"...He loves the flavor and I just swapped some of his regular treats for these, they smell awful tho so make sure you open and close the jar quickly lol.\\\" \",\n                    \"url\": \"/gp/customer-reviews/RDRLZF6BAURNV\"\n                },\n                {\n                    \"text\": \"\\\"...The dog loves the taste. We give her the bites everyday at the same time. Our dog somehow knows and will race into the kitchen to remind us it’s time.\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1BRYZ63J1QUTU\"\n                },\n                {\n                    \"text\": \"\\\"...His paws are still very red and inflamed. He does love the taste and thinks it's a treat. I will continue to give it to him to see if he improves any.\\\" \",\n                    \"url\": \"/gp/customer-reviews/R3K1642ARM9M26\"\n                }\n            ],\n            \"summary\": \"Customers enjoy the taste of these dog chews.\"\n        },\n        {\n            \"aspect\": \"chewing ability\",\n            \"mentions\": \"2107\",\n            \"negative_mentions\": \"424\",\n            \"positive_mentions\": \"1683\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"...He has stopped scratching, licking and chewing on himself! These will be in his diet for the rest of his life! Highly recommend this product!!\\\" \",\n                    \"url\": \"/gp/customer-reviews/R2RY55FQV9EYRQ\"\n                },\n                {\n                    \"text\": \"\\\"...Once he takes it again no more licking. Before taking this product he had many issues including licking his paws raw. Very good product!\\\" \",\n                    \"url\": \"/gp/customer-reviews/RXB2W66RUHLNA\"\n                },\n                {\n                    \"text\": \"\\\"Seems to working for our Yorkie, he has stopped licking his paws, although not sure what caused it in the first place, might have been some treats...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1LTV95DZEHQSC\"\n                },\n                {\n                    \"text\": \"\\\"...The only thing it hasn’t stopped is her licking her paws but we’re still early in using these and she’s a bulldog so they usually have yeast issues...\\\" \",\n                    \"url\": \"/gp/customer-reviews/RA850LZWF26WX\"\n                }\n            ],\n            \"summary\": \"Customers report positive results with their dogs' chewing behavior, noting that their pets no longer lick their paws after using these chews.\"\n        },\n        {\n            \"aspect\": \"skin improvement\",\n            \"mentions\": \"1770\",\n            \"negative_mentions\": \"98\",\n            \"positive_mentions\": \"1672\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"...His itching & the redness has stopped, his skin has cleared up. However his skin still flakes, so I give him Omega 3 6 9 capsules to supplement.\\\" \",\n                    \"url\": \"/gp/customer-reviews/RRGX7RXCAOU4K\"\n                },\n                {\n                    \"text\": \"\\\"...a month and her fur is growing back where she lost it and her skin has improved. Very glad I found them. I hope they don't change the formula....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R19NQAEVYXCTTN\"\n                },\n                {\n                    \"text\": \"\\\"These supplements have helped my dogs skin and coach tremendously over the past three months! Definitely re-ordering for the future :)\\\" \",\n                    \"url\": \"/gp/customer-reviews/ROHNP66KU1QWY\"\n                },\n                {\n                    \"text\": \"\\\"...They love them. I’m m happy to report there are NO MORE bald spots. I have also notices less anxiety too. Love love this product!...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R33DJ19C4MB3OG\"\n                }\n            ],\n            \"summary\": \"Customers report positive results with their dogs' skin, noting that it clears up, heals, and the dry skin disappears.\"\n        },\n        {\n            \"aspect\": \"value for money\",\n            \"mentions\": \"1473\",\n            \"negative_mentions\": \"561\",\n            \"positive_mentions\": \"912\",\n            \"snippets\": [\n                {\n                    \"text\": \"\\\"...No more hair loss, and no more rashes. This product is definitely worth a try if medicated daily shampoos and topical creams and sprays are working...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1F1K2D0T4B2ER\"\n                },\n                {\n                    \"text\": \"\\\"...notice any difference at all... The cost is insane, and it is a waste of money... save your money.... I have yet to find a good solution or a good...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1U97WFLB7BI35\"\n                },\n                {\n                    \"text\": \"\\\"These allergy treats are worth every penny! My rescue pup Clark had terribly itchy skin and was constantly scratching and chewing himself....\\\" \",\n                    \"url\": \"/gp/customer-reviews/R1L4DRYLS43MVF\"\n                },\n                {\n                    \"text\": \"\\\"...I will for sure keep her on these. Totally worth the money, which in my opinion is not that much compared to what I have friends paying at the vet...\\\" \",\n                    \"url\": \"/gp/customer-reviews/R147R2EUINFXXM\"\n                }\n            ],\n            \"summary\": \"Customers have mixed opinions about the value for money of these dog chews, with some finding them worth the price while others consider them not worth the cost.\"\n        }\n    ]\n}"}],"_postman_id":"36f303b2-0d28-400c-a4fd-3b0e03fcba58"},{"name":"Keyword Universe Scheduler","id":"de9700d4-bebc-452d-8351-e34ce8be73ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":"{{clientID}}","type":"text"},{"key":"token","value":"{{sellmetricToken2}}","type":"text"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_universe?asin=B0009STNC4&geo=us","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>ASIN to Keywords</strong> API provides a powerful workflow for retrieving keyword data associated with Amazon Standard Identification Numbers (ASINs). This API follows an asynchronous pattern where you first schedule a request and then retrieve the results using a request ID.</p>\n<p>This collection is designed to help you discover relevant keywords for Amazon products, including search volume, cost-per-click (CPC), competition metrics, and relative scoring data.</p>\n<h4 id=\"token-used--250-per-request\">Token Used = 250 per request</h4>\n<p><strong>Query Parameters:</strong></p>\n<ol>\n<li><p><strong><code>asin</code></strong> (required)</p>\n<ul>\n<li><p><strong>Type:</strong> String</p>\n</li>\n<li><p><strong>Description:</strong> The Amazon Standard Identification Number (ASIN) of the product to schedule for analysis. This unique identifier specifies which product's keyword data should be retrieved and processed.</p>\n</li>\n<li><p><strong>Example:</strong> <code>B0009STNC4</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>geo</code></strong> (required)</p>\n<ul>\n<li><p><strong>Type:</strong> String</p>\n</li>\n<li><p><strong>Description:</strong> The geographical marketplace identifier indicating the Amazon region for the analysis. Specifies the target marketplace from which product and keyword data will be collected.</p>\n</li>\n<li><p><strong>Example:</strong> <code>us</code> (United States)</p>\n</li>\n<li><p><strong>Supported values:</strong> Country codes such as <code>us</code>, <code>uk</code>, <code>de</code>, <code>fr</code>, <code>jp</code>, etc.</p>\n</li>\n</ul>\n</li>\n</ol>\n<hr />\n<p><strong>Complete Parameter Documentation:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sellerapp.com/sellmetricsv2/asin_universe_schedule\nQuery Parameters:\n- asin (string, required): Target product ASIN for scheduling keyword analysis\n- geo (string, required): Amazon marketplace region code\n\n</code></pre><hr />\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_universe"],"host":["api","sellerapp","com"],"query":[{"key":"asin","value":"B0009STNC4"},{"key":"geo","value":"us"}],"variable":[]}},"response":[{"id":"8e672e03-b984-42eb-a1de-3574aff95e1d","name":"Schedule","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"<Client_ID>","type":"text"},{"key":"token","value":"<token>","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_universe_schedule?asin=B0009STNC4&geo=us","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_universe_schedule"],"query":[{"key":"asin","value":"B0009STNC4"},{"key":"geo","value":"us"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"request_id\": \"39TbnJNZVan7SdHRj7VUkEE3d9F\"\n}"}],"_postman_id":"de9700d4-bebc-452d-8351-e34ce8be73ce"},{"name":"Keyword Universe Report","id":"88a524d9-ea33-4b12-a651-2fa11d2008d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"{{clientID}}","type":"text"},{"key":"token","value":"{{sellmetricToken2}}","type":"text"}],"url":"https://api.sellerapp.com/sellmetricsv2/keyword_universe_report?request_id=3D4n74cqVLZGmKeESdkrcsvbMsW","description":"<p>This endpoint generates a detailed keyword report for the product analysis. For a given product identifier, the API returns:</p>\n<ul>\n<li><p>20 related product ASINs</p>\n</li>\n<li><p>200 relevant keywords per ASIN</p>\n</li>\n<li><p>Total dataset: 4,000 keyword-ASIN associations</p>\n</li>\n</ul>\n<h4 id=\"token-used--0-per-request\">Token Used = 0 per request</h4>\n","urlObject":{"protocol":"https","path":["sellmetricsv2","keyword_universe_report"],"host":["api","sellerapp","com"],"query":[{"key":"request_id","value":"3D4n74cqVLZGmKeESdkrcsvbMsW"}],"variable":[]}},"response":[{"id":"bb5689db-51ff-4a9e-b504-fa02838a306b","name":"Success Report","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<Client_ID>","type":"text"},{"key":"token","value":"<token-id>","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_universe_report?request_id=39TbnJNZVan7SdHRj7VUkEE3d9F","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_universe_report"],"query":[{"key":"request_id","value":"39TbnJNZVan7SdHRj7VUkEE3d9F"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"completed\",\n    \"message\": \"Your request has been successfully processed.\",\n    \"data\": {\n        \"requested_asin\": \"B09QS3C4ZG\",\n        \"title\": \"DMI Ortho Bed Wedge Elevated Leg Pillow, Supportive Foam Wedge Pillow for Elevating Legs, Improved Circulataion, Reducing Back Pain, Post Surgery and Injury, Recovery, Blue 6\\\" x 20\\\" x 24\\\"\",\n        \"brand\": \"Mabis\",\n        \"results\": {\n            \"B0008E95S6\": {\n                \"title\": \"DMI Firm Wedge Pillow, Leg Pillow, Bolster Pillow, FSA Eligible Incline Pillow for Leg Elevation, Snoring, Foot Circulation, Pregnancy, Sciatica, Blue, 30.5 x 19.5 x 10\",\n                \"brand\": \"DMI\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"dmi wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"663\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"207\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"227\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"141\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"374\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee pillow fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible items only pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"682\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa store eligible only pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa pillow\",\n                        \"cpc\": 0.1658,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"extra firm wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"332\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"high incline wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi donut pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"37\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline pillow\",\n                        \"cpc\": 0.0101,\n                        \"search_volume\": \"1635\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"low incline wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"infant incline pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline pillow wedge for baby\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"197\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline wedge pillow baby\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"purple incline pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible\",\n                        \"cpc\": 0.1697,\n                        \"search_volume\": \"12620\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.29\n                    },\n                    {\n                        \"keyword\": \"firm pillow\",\n                        \"cpc\": 0.0106,\n                        \"search_volume\": \"19672\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1445\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa approved pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge incline memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm medical wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow extra firm wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm wedge pillow pregnancy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow firm extra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm high wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm chair wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm reading wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"30 degree incline wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow incline\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"feet elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dmi side sleeper pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa/hsa eligible\",\n                        \"cpc\": 0.5092,\n                        \"search_volume\": \"3083\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.18\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"hsa/fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"151\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible vitamins\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"404\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.35\n                    },\n                    {\n                        \"keyword\": \"lotion fsa eligible\",\n                        \"cpc\": 0.0098,\n                        \"search_volume\": \"434\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.35\n                    },\n                    {\n                        \"keyword\": \"fsa eligible massager\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1336\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa mask eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bandaids fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1022\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.52\n                    },\n                    {\n                        \"keyword\": \"massage fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"301\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.84\n                    },\n                    {\n                        \"keyword\": \"thermometer fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1770\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"big wedge pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline pillow wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"massager fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"197\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"fsa eligible scale\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"901\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.14\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge elevation pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ibuprofen fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"356\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.12\n                    },\n                    {\n                        \"keyword\": \"fsa eligible lotion\",\n                        \"cpc\": 0.1697,\n                        \"search_volume\": \"350\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.84\n                    },\n                    {\n                        \"keyword\": \"firm leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible waterpik\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"622\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tums fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"376\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.05\n                    },\n                    {\n                        \"keyword\": \"melatonin fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"171\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"neosporin fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline pillow wedge for crib\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sunscreen fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"417\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.59\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sex firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"biofreeze fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"side pillow fsa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible humidifiers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible humidifier\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"oximeter fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"422\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dmi lumbar support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"189\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"advil fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"487\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.05\n                    },\n                    {\n                        \"keyword\": \"neutrogena fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"220\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"benadryl fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"276\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.3\n                    },\n                    {\n                        \"keyword\": \"aleve fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"281\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"aveeno fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"186\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.3\n                    },\n                    {\n                        \"keyword\": \"fsa eligible products\",\n                        \"cpc\": 0.4783,\n                        \"search_volume\": \"60990\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.89\n                    },\n                    {\n                        \"keyword\": \"neck elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline wedge\",\n                        \"cpc\": 0.12310000000000001,\n                        \"search_volume\": \"337\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"extra firm pillow\",\n                        \"cpc\": 0.7753,\n                        \"search_volume\": \"6593\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hsa fsa eligible\",\n                        \"cpc\": 0.017,\n                        \"search_volume\": \"2772\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.27\n                    },\n                    {\n                        \"keyword\": \"firm body pillow\",\n                        \"cpc\": 0.0098,\n                        \"search_volume\": \"3093\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline pregnancy pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy incline pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm neck pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"small firm pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"169\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible store\",\n                        \"cpc\": 0.4857,\n                        \"search_volume\": \"6835\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.7\n                    },\n                    {\n                        \"keyword\": \"firm contour pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"835\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline wedge for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with cooling gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm pillow king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"607\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"half moon pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa store eligible\",\n                        \"cpc\": 0.6237,\n                        \"search_volume\": \"4931\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.29\n                    },\n                    {\n                        \"keyword\": \"firm bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"684\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm king pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"671\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"475\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm bolster pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"thin firm pillow\",\n                        \"cpc\": 0.702,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"hard firm pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"188\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm lumbar pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"185\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"182\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best firm pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"502\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"king firm pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"496\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"thick firm pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"143\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"mask fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm queen pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"395\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm pillow insert\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"363\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm gel pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"422\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm latex pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tempurpedic pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"476\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm feather pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"270\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm pillow queen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cooling firm pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"king pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"193\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm standard pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"211\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"155\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kn95 fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"601\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"117\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B0009STNC4\": {\n                \"title\": \"DMI Firm Leg Wedge Pillow for Back Pain Relief (FSA Eligible), High-Density Foam, Bed Wedge Pillow For Legs Elevation, Knee Pain, Post Surgery Pillow, Circulation and Swelling, Pregnancy, Blue\",\n                \"brand\": \"DMI\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"fsa eligible pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"728\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"663\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"207\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"193\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0.18\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"408\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible\",\n                        \"cpc\": 0.1697,\n                        \"search_volume\": \"12620\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0.29\n                    },\n                    {\n                        \"keyword\": \"leg pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back and leg pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"270\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain leg relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pain relief\",\n                        \"cpc\": 0.4166,\n                        \"search_volume\": \"1480\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee pillow fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"141\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"374\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible items only pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"682\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for back pain\",\n                        \"cpc\": 0.7412,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa store eligible only pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pain relief bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa/hsa eligible\",\n                        \"cpc\": 0.5092,\n                        \"search_volume\": \"3083\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.18\n                    },\n                    {\n                        \"keyword\": \"hsa/fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"151\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg and back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"534\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible vitamins\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"404\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.35\n                    },\n                    {\n                        \"keyword\": \"lotion fsa eligible\",\n                        \"cpc\": 0.0098,\n                        \"search_volume\": \"434\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.35\n                    },\n                    {\n                        \"keyword\": \"fsa eligible massager\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1336\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"body pillow back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"128\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa mask eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa pain relief neck\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bandaids fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1022\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.52\n                    },\n                    {\n                        \"keyword\": \"massage fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"301\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.84\n                    },\n                    {\n                        \"keyword\": \"thermometer fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1770\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"shoulder pain relief fsa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"massager fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"197\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"fsa eligible scale\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"901\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.14\n                    },\n                    {\n                        \"keyword\": \"lower back pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"346\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ibuprofen fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"356\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.12\n                    },\n                    {\n                        \"keyword\": \"fsa eligible lotion\",\n                        \"cpc\": 0.1697,\n                        \"search_volume\": \"350\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.84\n                    },\n                    {\n                        \"keyword\": \"firm leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible waterpik\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"622\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tums fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"376\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.05\n                    },\n                    {\n                        \"keyword\": \"melatonin fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"171\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"neosporin fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"pain relief back\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"990\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sunscreen fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"417\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.59\n                    },\n                    {\n                        \"keyword\": \"biofreeze fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"back pain leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible humidifiers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible humidifier\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"oximeter fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"422\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"advil fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"487\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.05\n                    },\n                    {\n                        \"keyword\": \"neutrogena fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"220\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"pain relief back pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relief back pain pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"benadryl fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"276\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.3\n                    },\n                    {\n                        \"keyword\": \"aleve fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"281\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"aveeno fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"186\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.3\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible products\",\n                        \"cpc\": 0.4783,\n                        \"search_volume\": \"60990\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.89\n                    },\n                    {\n                        \"keyword\": \"upper back massager fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg and back pain relief tablets\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"352\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg and back pain relief pills\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"magnilife leg & back pain relief cream\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1589\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hsa fsa eligible\",\n                        \"cpc\": 0.017,\n                        \"search_volume\": \"2772\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.27\n                    },\n                    {\n                        \"keyword\": \"leg relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"magnilife leg and back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"580\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee wedge pillow back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"magnalife leg and back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"570\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shoulder pain pillow fsa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible store\",\n                        \"cpc\": 0.4857,\n                        \"search_volume\": \"6835\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.7\n                    },\n                    {\n                        \"keyword\": \"upper back pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa store eligible\",\n                        \"cpc\": 0.6237,\n                        \"search_volume\": \"4931\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.29\n                    },\n                    {\n                        \"keyword\": \"pregnancy back pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mask fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"low back pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"severe back pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kn95 fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"601\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"condoms fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"381\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour leg relief wedge\",\n                        \"cpc\": 0.4511,\n                        \"search_volume\": \"256\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"mucinex fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"355\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pain relief products\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1316\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tourniquet fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.22\n                    },\n                    {\n                        \"keyword\": \"back relief wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"154\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible masks\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"300\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible tampons\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"masks fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"healthcare fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"extra firm wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"332\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm mattress topper for back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pain relief pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"349\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow for lower back pain\",\n                        \"cpc\": 0.5101,\n                        \"search_volume\": \"1808\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge back pillow\",\n                        \"cpc\": 0.3511,\n                        \"search_volume\": \"168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible only products\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1740\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee pillow for back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"541\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pain pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2300\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"desitin fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa items eligible only\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible skin care\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"505\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.66\n                    },\n                    {\n                        \"keyword\": \"fsa store eligible only\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5521\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa pillow\",\n                        \"cpc\": 0.1658,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief products\",\n                        \"cpc\": 1.65,\n                        \"search_volume\": \"61223\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"amazon fsa eligible store\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi donut pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"37\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa hsa eligible items\",\n                        \"cpc\": 0.4691000000000001,\n                        \"search_volume\": \"257\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.3\n                    },\n                    {\n                        \"keyword\": \"cough drops fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"283\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"massage gun fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"500\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.5\n                    },\n                    {\n                        \"keyword\": \"vitamin d fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"175\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.68\n                    },\n                    {\n                        \"keyword\": \"back pain relief device\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3614\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief stretcher\",\n                        \"cpc\": 0.158,\n                        \"search_volume\": \"3305\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible toothbrush electric\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"434\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lip balm fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"479\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.46\n                    },\n                    {\n                        \"keyword\": \"back leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1323\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support pillow back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"our back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"146\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pain relief devices\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"968\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sciatica back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"215\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa eligible foot massager\",\n                        \"cpc\": 0.5798,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"humidifiers fsa eligible only\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"268\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"air purifier fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"532\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.93\n                    },\n                    {\n                        \"keyword\": \"upper back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1626\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief roller\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"692\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief gifts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"242\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"magnilife leg and back pain relief tablets\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"737\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back muscle pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"188\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief medicine\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"out back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"246\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pain relief pills\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"530\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"waterpik fsa eligible only\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"599\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"always pads fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"189\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.12\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible baby monitor\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"374\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pulse oximeter fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"166\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"electric toothbrush fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"340\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.45\n                    },\n                    {\n                        \"keyword\": \"shoulder pain relief wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow lower back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby monitor fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pain relief book\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"273\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"back pain wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back nerve pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"188\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"boogie wipes fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"286\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"epsom salt fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"164\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"back pain relief patches\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"717\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief wheel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back pain relief cream\",\n                        \"cpc\": 0.3497,\n                        \"search_volume\": \"1050\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg muscle pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pain relief socks\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1366\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"leg nerve pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shoulder pain pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"311\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sciatica pain relief pillow\",\n                        \"cpc\": 0.4649,\n                        \"search_volume\": \"9293\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sciatica pain relief leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pain relief pills\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee pillow pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3356\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"vitamin c fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.83\n                    },\n                    {\n                        \"keyword\": \"fsa eligible products only\",\n                        \"cpc\": 1.65,\n                        \"search_volume\": \"97905\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.22\n                    },\n                    {\n                        \"keyword\": \"leg cramp pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sciatica leg pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa or hsa eligible\",\n                        \"cpc\": 0.4959,\n                        \"search_volume\": \"7020\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"neck pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"818\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.19\n                    },\n                    {\n                        \"keyword\": \"leg pain relief belt\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for lower back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"doans back pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"355\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow neck pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"481\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shoulder pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pain relief sandals\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pain relief spray\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.97\n                    },\n                    {\n                        \"keyword\": \"herniated disc back pain relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pain/stress relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"218\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tailbone pillow pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"309\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relief back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg massager for pain relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2610\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm mattress topper back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"347\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fsa eligible electric toothbrush\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for lower back pain relief sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"330\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa face mask eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1389\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fsa mask eligible only\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1120\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"headache medicine fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sunscreen spray fsa eligible\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relief for leg nerve pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"92\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for back\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"454\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B07P71NZBJ\": {\n                \"title\": \"Zelen Elevation Pillow Bed Wedge for Legs Sleeping Foam Wedge Elevated Pillows Ortho Cushion Riser Knee Ankle Support Rest Legs Bolster Elevator Elevating Cushions Feet Protector (49cm Long)\",\n                \"brand\": \"Zelen\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge elevation pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for legs\",\n                        \"cpc\": 0.4963000000000001,\n                        \"search_volume\": \"343\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"743\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"legs elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"zelen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam wedge for bed elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"242\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"470\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"231\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow\",\n                        \"cpc\": 0.1017,\n                        \"search_volume\": \"327\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"763\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"physical therapy wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"legs wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"zelen nightstand\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"crib elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"359\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"499\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge pillow\",\n                        \"cpc\": 0.3629,\n                        \"search_volume\": \"33318\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"587\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for bed\",\n                        \"cpc\": 0.0359,\n                        \"search_volume\": \"708\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sleeping legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"180\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"418\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle bed pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"225\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"591\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"angle pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for swollen legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow set\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"388\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"320\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"342\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"big wedge pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"healthex bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bekweim bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"282\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"kolbs bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow between legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow elevate legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"feet elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow pillowcase\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed sores\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"therapeutic wedge pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2137\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow stopper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"180\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"abco bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"294\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for sleeping\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5580\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation foam wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"arm elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleep elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle pillow wedge for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for headboard\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4188\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge sling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"torso elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"feet elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fitplus bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"789\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow sex\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"splendoress bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"aossa bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.63\n                    },\n                    {\n                        \"keyword\": \"extra wide bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"267\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"legs pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"233\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"xtra comfort bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"328\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"legs wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett health bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"342\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"intevision foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.67\n                    },\n                    {\n                        \"keyword\": \"intevision foam bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"539\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"abco tech bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"142\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"feet pillow elevation for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"angled pillow wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline pillow wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"angle pillow wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"queen bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"triangle wedge pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevated wedge pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow to elevate legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam wedge pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam pillow wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"between legs bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress bed wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lumbar bed pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"7 bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"form bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow twin bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"flip bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"10 bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bedding bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow 30\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"king bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sofa bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed gap wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow cool\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow queen bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover 7x24x24\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"235\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge with arms\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed sore\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow medical bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"curved bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow case bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow cases\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wide bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow under bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"15 wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"full bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge full\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"large bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed back wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed headboard cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"pillow for feet elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"142\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover 25x24x12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lumbar wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"12 inch wedge pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover only\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"qirroboni orthopedic bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"186\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1606\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"191\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for bed gap\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow to elevate legs in bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"473\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed bug cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"235\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"comfortspa reading pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge 11 in\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleeping wedge for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"188\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow king size\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed support legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2671\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"all sett bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lisenwood foam bed wedge pillow set\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"244\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cover\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5290\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4084\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3578\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1138\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reflux wedge pillow\",\n                        \"cpc\": 0.3981,\n                        \"search_volume\": \"2382\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cases\",\n                        \"cpc\": 0.146,\n                        \"search_volume\": \"1502\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"maternity pillow wedge\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1902\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B07X4K3QNN\": {\n                \"title\": \"Leg Elevation Pillow - Memory Foam Leg Elevating Pillow | Leg Rest Wedge - Leg Pillow Elevation Blood Circulation | Relieves and Recovers Foot & Ankle Injuries | Foot Elevation Pillows for Swelling\",\n                \"brand\": \"AllSett Health\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"feet elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"743\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"235\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"pillow for feet elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"142\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"chest elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"high elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow elevation snoring\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow foot elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"legs elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation head pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"carter elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"incline elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation back pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"feet pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hip elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation sleep pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"triangle elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"hand elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation body pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wrist elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation small\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation wide\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1883\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for upper body\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"355\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for swollen feet\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"327\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow amazon\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow reviews\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation book\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"432\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation change\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1074\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"elevation masks\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"9772\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation collective\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2316\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"elevation church\",\n                        \"cpc\": 0.2646,\n                        \"search_volume\": \"1422\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.03\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation shelf\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"586\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"king elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"95\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation bars\",\n                        \"cpc\": 0.43910000000000005,\n                        \"search_volume\": \"607\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"264\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"aura elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for ankle elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for ankle\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"portable knee elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation body pillow pregnancy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for foot elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for baby\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable knee elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"side sleeper elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"carter arm elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.9\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for desk\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation lab\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"313\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.06\n                    },\n                    {\n                        \"keyword\": \"elevation speakers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"129\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation rhythm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"717\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hubitat elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.72\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow ankle protector\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"33\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.93\n                    },\n                    {\n                        \"keyword\": \"u2 elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"90\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"doterra elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"96\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation foam support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"otterbox elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"42\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation protein\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pedestal\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"187\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"angle pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation map\",\n                        \"cpc\": 0,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.12\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for swollen legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"desk elevation stand\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"536\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation sickness\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation markers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"high elevation coffee\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with cooling gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"half moon pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"otterbox elevation tumbler\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"260\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"computer elevation stand\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"557\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"high elevation mask\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation worship cd\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1113\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation worship vinyl\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"362\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"feet pillow elevation for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow foot elevation clinical therapeutic\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgical foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"big wedge pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation burger\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation training masks\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1167\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation lab corddock\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"674\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.15\n                    },\n                    {\n                        \"keyword\": \"elevation training mask\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1423\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heel elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow with armrest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge elevation pillow for legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation worship acoustic\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"954\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation soles men\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"496\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"evidence elevation collective\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"916\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.2\n                    },\n                    {\n                        \"keyword\": \"conzuri elevation soles\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1320\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation bars keto\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation lab batterypro\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"500\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"yankee candle elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"697\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"rattle elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2960\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"elevation rangefinder\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation protein puffs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1215\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"crib elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"359\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"hubitat elevation hub\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"279\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.68\n                    },\n                    {\n                        \"keyword\": \"victory elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"829\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"elevation stephen king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"492\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.21\n                    },\n                    {\n                        \"keyword\": \"jordan react elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"349\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation lab tagvault\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"231\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"at midnight elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"729\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"available elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"367\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"elevation keto bars\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"339\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ressurecting elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1357\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation worship christmas\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"394\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"gone elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation protein powder\",\n                        \"cpc\": 0.68,\n                        \"search_volume\": \"466\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"overcome elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1115\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation worship rattle\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"worthy elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"397\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"svs elevation speakers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"141\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"resurrecting elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"515\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"otterbox elevation growler\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"290\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"grateful elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"298\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"quiet elevation rhythm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"211\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fullness elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"218\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"resurrection elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lion elevation worship\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2527\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0BWF6V8Y2\": {\n                \"title\": \"Adjustable Leg Elevation Pillows for Swelling, Cooling Gel Memory Foam Wedge Pillows for After Surgery, Sciatica Back Knee Hip Ankles Pain Relief, Leg Pillows for Sleeping Blood Circulation\",\n                \"brand\": \"KingPavonini\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"296\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedges for elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1644\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"round leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"stop leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.18\n                    },\n                    {\n                        \"keyword\": \"reduce leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.14\n                    },\n                    {\n                        \"keyword\": \"leg swelling compression\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"remedies leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"oil leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ginger leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling supplement\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping side\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"404\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"88\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg ramp for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression sleeve for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"279\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"520\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.19\n                    },\n                    {\n                        \"keyword\": \"adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"218\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable furniture leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"817\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rise elevation adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation adjustable bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg leveler\",\n                        \"cpc\": 0.3908,\n                        \"search_volume\": \"536\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation extra wide\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping ankle foot\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable table leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"478\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable desk leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"adjustable leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"113\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"windage elevation adjustable mount\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg weights\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"351\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ginger leg swelling oil\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg and foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.3\n                    },\n                    {\n                        \"keyword\": \"feet and leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.31\n                    },\n                    {\n                        \"keyword\": \"cream for leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg swelling ginger oil\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"physical therapy leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable shoes for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel leg stand elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"18923\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows leg heel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg positioner pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wide wheelchair with leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"503\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"adjustable furniture leg leveler\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"693\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"swelling relief\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"294\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.95\n                    },\n                    {\n                        \"keyword\": \"adjustable table leg set\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"386\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"457\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.16\n                    },\n                    {\n                        \"keyword\": \"anti swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"414\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rise elevation adjustable bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation adjustable scope mounts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"207\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable elevation scope mount\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.86\n                    },\n                    {\n                        \"keyword\": \"swelling reducer\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"345\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.94\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows ankle heel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg lifter strap\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"225\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"swelling cream\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"91\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"809\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling relief ginger oil\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression wrap for leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce leg and ankle swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg fatigue and swelling socks\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation book\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"432\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"anti swelling foot and leg mask\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation change\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1074\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"elevation masks\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"9772\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation collective\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2316\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation church\",\n                        \"cpc\": 0.2646,\n                        \"search_volume\": \"1422\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.03\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation shelf\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"586\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"king elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"95\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation bars\",\n                        \"cpc\": 0.43910000000000005,\n                        \"search_volume\": \"607\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"aura elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest for office\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg elevation cushion support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"plane leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"desk leg adjustable feet\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation at work\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with cooling gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"half moon pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"special leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows amazon\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg table small\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg stretcher\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable height support leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for side sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg weights for women adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3072\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"desk leg riser adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation lab\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"313\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.06\n                    },\n                    {\n                        \"keyword\": \"elevation speakers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"129\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation rhythm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"717\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hubitat elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.72\n                    },\n                    {\n                        \"keyword\": \"foot elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"33\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.93\n                    },\n                    {\n                        \"keyword\": \"adjustable leg table top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"u2 elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"90\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.01\n                    },\n                    {\n                        \"keyword\": \"head elevation pillows for side sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"doterra elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"96\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"closet adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"desk leg adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"twist adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"range adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg table adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dishwasher adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg table\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable base leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable bed leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable folding leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable jack leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"samsung adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable washer leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg bench adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg ladder\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"feet swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"191\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0BWF9RFC6\": {\n                \"title\": \"Adjustable Leg Elevation Pillows for Swelling After Surgery, Cooling Memory Foam Leg Wedge Pillow for Blood Circulation, Wedge Pillow for Sleeping, Sciatica Back Knee Hip Ankles Pain Relief\",\n                \"brand\": \"KingPavonini\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"296\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"411\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedges for elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1644\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"swelling reducer after jaw surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pineapple tea for swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1187\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"swelling surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.05\n                    },\n                    {\n                        \"keyword\": \"reduce swelling after surgery abdomen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog after leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after face surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after abdominal surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after heart surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillows after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg shower protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"680\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"donut pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg cover for showering after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"440\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"upright pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"round leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gifts\",\n                        \"cpc\": 0.501,\n                        \"search_volume\": \"6413\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery wear\",\n                        \"cpc\": 0.3306,\n                        \"search_volume\": \"1046\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1157\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"after surgery items\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression machine after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"792\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.04\n                    },\n                    {\n                        \"keyword\": \"ice pack for face swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillows for adults after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"stop leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.18\n                    },\n                    {\n                        \"keyword\": \"reduce leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.14\n                    },\n                    {\n                        \"keyword\": \"leg swelling compression\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"remedies leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"oil leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ginger leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling supplement\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping side\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"331\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"404\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bbl pillows after surgery for car\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"88\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog cones after surgery\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"15077\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3724\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care package\",\n                        \"cpc\": 0.3802,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"767\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg ramp for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery toothbrush\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1867\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scar treatment after surgery\",\n                        \"cpc\": 0.5888,\n                        \"search_volume\": \"791\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dog after surgery wear\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression sleeve for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"279\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raisers and wedges after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after hip surgery gifts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression socks for swelling ankles after ankle surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery pet clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1431\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1520\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast band after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery compression garment\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"443\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cat cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo massager after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"999\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"513\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery supplies\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"234\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"399\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"booty pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"907\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"520\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.19\n                    },\n                    {\n                        \"keyword\": \"cough pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"puppy cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"185\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heart pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"248\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cat suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"218\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery dog onesie\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kitten cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after foot surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt wiper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"358\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach board after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl kit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support pillows for sleeping upright after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo roller after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable furniture leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"817\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"facedown pillows for after macular hole surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rise elevation adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation adjustable bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg leveler\",\n                        \"cpc\": 0.3908,\n                        \"search_volume\": \"536\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"264\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation extra wide\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping ankle foot\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"527\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable table leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"478\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable desk leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cosmetic surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"adjustable leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"113\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"windage elevation adjustable mount\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"urinal after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shirt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blanket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dresses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bras\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"garment after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recliner after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relaxation after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tea after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"soap after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"sunglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.97\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.32\n                    },\n                    {\n                        \"keyword\": \"bras after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdle after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdles after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after prostate surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.45\n                    },\n                    {\n                        \"keyword\": \"food after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.11\n                    },\n                    {\n                        \"keyword\": \"after dog surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.34\n                    },\n                    {\n                        \"keyword\": \"socks after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"recovery after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"cream after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"yoga after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"breathing after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    }\n                ]\n            },\n            \"B0C99DDKMY\": {\n                \"title\": \"jakoola Wedge Pillow for Sleeping, Bed Wedge Pillow for After Surgery 3-Height Memory Foam Leg Elevation Pillow for Swelling Back Pain Relief Sciatica Knee Ankle Pain Bed Support Legs L 29\\\"\",\n                \"brand\": \"jakoola\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"memory foam wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sleeping after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"693\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"126\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow wedge memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1445\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"911\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"499\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge pillow\",\n                        \"cpc\": 0.3629,\n                        \"search_volume\": \"33318\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge sleeping pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"454\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"438\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"470\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"231\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow\",\n                        \"cpc\": 0.1017,\n                        \"search_volume\": \"327\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"191\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for sleeping\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5580\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge memory pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"164\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed buddy memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillow knee wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow foam wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sleeping\",\n                        \"cpc\": 0.3748,\n                        \"search_volume\": \"23672\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4313\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sleeping post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"avana bed wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam cotton\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"non memory foam pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow pregnancy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"intevision foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow long\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"superior wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge memory foam baby pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"folding wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"folding wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"intevision foam bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"539\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"10 memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam mattress\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow amazon\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge incline memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow ireland\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow costco\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow nz\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"396\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"238\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"zuma foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"424\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"587\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for bed\",\n                        \"cpc\": 0.0359,\n                        \"search_volume\": \"708\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge+pillow+for+sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow heart surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"418\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"triangle bed pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"225\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"591\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"7 wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam queen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"342\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge elevated leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow set\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"388\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"320\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"healthex bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"shoulder wedge pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow with gel memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"424\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bekweim bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"282\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"kolbs bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after mastectomy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"153\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.86\n                    },\n                    {\n                        \"keyword\": \"bbl sleeping pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"643\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed sores\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam day bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge bed pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge side bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam flip bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow pillowcase\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow side sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow stopper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"180\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"abco bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cover\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5290\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"triangle pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4084\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge sleeping pillow 10\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"side sleeping wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleeping knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"294\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3578\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"reflux wedge pillow\",\n                        \"cpc\": 0.3981,\n                        \"search_volume\": \"2382\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cases\",\n                        \"cpc\": 0.146,\n                        \"search_volume\": \"1502\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"maternity pillow wedge\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1902\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam wedge pillow covers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge travel pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"136\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge sling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2279\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow set\",\n                        \"cpc\": 0.0103,\n                        \"search_volume\": \"575\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"headboard pillow wedge\",\n                        \"cpc\": 0.4175,\n                        \"search_volume\": \"1181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reflux pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"640\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fitplus bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"gel wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"392\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow wedge for neck\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"887\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel memory wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"10 wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow organic\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ortho wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"749\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"253\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"260\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"238\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleep wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1459\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cooling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1884\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"196\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge back pillow\",\n                        \"cpc\": 0.3511,\n                        \"search_volume\": \"168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"313\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow system\",\n                        \"cpc\": 0.0101,\n                        \"search_volume\": \"426\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"large wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"432\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B0CG376RFK\": {\n                \"title\": \"MORTGO Leg Elevation Pillows, 8\\\" Leg Pillows for Sleeping, Memory Foam Wedge Pillow for Swelling, Circulation, Pain Relief, Elevated Pillow for Post-Surgery, Back Support Pillows w/Washable Cover\",\n                \"brand\": \"MORTGO\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"18923\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"296\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"222\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping side\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"244\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for side sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows leg heel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg positioner pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows\",\n                        \"cpc\": 0.0097,\n                        \"search_volume\": \"177416\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"round leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory-foam pillows\",\n                        \"cpc\": 0.4598,\n                        \"search_volume\": \"1051\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3038\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleeping memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back support pillows\",\n                        \"cpc\": 0.7496,\n                        \"search_volume\": \"269\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam wedge pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"231\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping ankle foot\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling foam leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"725\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cervical sleeping memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"237\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping lower back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"381\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"inbetween leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge sleeping pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"plane leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"special leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows amazon\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows washable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"66\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"best leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cooling leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"washable pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"112\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support pillows\",\n                        \"cpc\": 0.0099,\n                        \"search_volume\": \"383\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleeping foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour memory foam pillow orthopedic sleeping pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"404\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping hip pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1186\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"919\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows back support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge+pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle back pillows memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillows\",\n                        \"cpc\": 0.4323,\n                        \"search_volume\": \"1844\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"563\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows washable cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"washable cover for leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows foam\",\n                        \"cpc\": 0.2163,\n                        \"search_volume\": \"345\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows for back sleeping\",\n                        \"cpc\": 0.4668,\n                        \"search_volume\": \"150\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows for sleeping bamboo memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shredded memory foam pillows\",\n                        \"cpc\": 0.0094,\n                        \"search_volume\": \"4614\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"travel memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"best memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"178\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1736\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam bed pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"469\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam bed pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"firm memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"toddler memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"560\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"490\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"contour memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"372\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows for sleeping king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed support pillows wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"queen memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"288\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"247\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"queen pillows memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"266\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam king pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"268\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam cooling pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"166\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows cooling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"153\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pregnancy pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows queen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"339\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam throw pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows contour\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"269\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"gel memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"268\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam couch pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"243\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sealy memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"754\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"senosur memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"313\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"serta memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"835\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam coccyx support pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillows for back sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back support leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"417\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"beautyrest memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"170\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"409\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy wedge pillows for back sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"530\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"amazon memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam decorative pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fluffy memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam hotel pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel pillows for sleeping memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head pillows for sleeping memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows for sleeping queen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bedroom pillows memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blu memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"comfy memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cold memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"non memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cold memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam travel pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"w hotel pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows cold memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stiff memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"550\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pair memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillows leg riser\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows game\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows for sleeping cooling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hotel memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"serta memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"maternity pillows memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heavy memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"therapeutic memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"quality memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"weekender memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy pillows washable cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnant pillows memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"narrow memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"machine washable pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"227\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"medical wedge pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hard memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows shredded memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"50\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"epabo contour memory foam pillow orthopedic sleeping pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"489\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam gel pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam travel pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"thin memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"orthopedic pillows wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"444\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam maternity pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows memory foam sale\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows memory\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg swelling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"nectar memory foam pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows uk\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows costco\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnant pillows for sleeping memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation extra wide\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"columbia memory foam pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"washable couch pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"208\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillows dischem\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy pillows washable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy pillows wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"399\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0CGDD69MM\": {\n                \"title\": \"Bedluxe Leg Pillow Elevation Blood Circulation, Wedge Pillow for Legs Swelling, Leg Elevating Wedge Pillow for After Surgery, Foot Knee Pillow for Leg Rest, Sleeping, Memory Foam Top, 8in, White/Grey\",\n                \"brand\": \"Bedluxe\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"elevating leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating memory foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"394\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest wedge pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post knee surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"462\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg pillow for knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"restorology elevating foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillow knee wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"347\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest memory pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"412\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating foam leg rest wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"rest leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"420\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"comfort and support memory foam elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"391\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foot pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"246\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow for elevating\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"385\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1916\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hermell zero gravity elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"513\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.68\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow to elevate leg after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foot rest elevate pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel foot leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam foot rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee and leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg rest travel pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"raised leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"692\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow wedge memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"restorology leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.28\n                    },\n                    {\n                        \"keyword\": \"wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1445\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg and knee pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"911\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg lifter pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillow contour\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee hip alightment memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"126\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating foot pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating bed wedge foam leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"inbetween leg knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"281\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"486\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow airplane\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"air leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow flight\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"flight leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow desk\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"airplane leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rest leg pillow plane\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest air pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushy leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow travel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rest travel pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest inflatable pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lounge doctor elevating leg rest pillow small\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam knee pillow grey\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"276\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam knee pillow bed leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee hip alignment memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"517\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"409\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"420\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg sleeping pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"695\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"miracle leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1056\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee leg contour pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"301\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory cotton leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleeping leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"732\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hip leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"529\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg raiser pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1215\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sciatica leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"414\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg ramp pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"653\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"chicken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B0CR3K3SD5\": {\n                \"title\": \"Ruqmuis Leg Elevation Pillow for After Surgery, 8inch Foam Leg Elevating Pillow for Swelling and Blood Circulation, Leg Wedge Pillow for Sleeping, Knee Pillow for Knee Hip Ankle Pain Relief, White\",\n                \"brand\": \"Ruqmuis\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"butt pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1520\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cough pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"booty pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"907\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"heart pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"248\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"264\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"coughing pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"chest pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"breast pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"911\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bbl pillow after surgery supplies\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"525\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl sleeping pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"643\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rotator cuff pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"454\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recovery pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"271\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"boppy pillow bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"18\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best pillow after acdf surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"15\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heel elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow after surgery sitting\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tummy pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"body pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after back surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lift pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"socks pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brazilian pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow after hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.95\n                    },\n                    {\n                        \"keyword\": \"pillow after abdominal surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bb pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"25\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gifts\",\n                        \"cpc\": 0.501,\n                        \"search_volume\": \"6413\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery wear\",\n                        \"cpc\": 0.3306,\n                        \"search_volume\": \"1046\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1157\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"after surgery items\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm support pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"792\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cat neck pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl pillow after surgery for butt\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5845\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillow\",\n                        \"cpc\": 0.4386,\n                        \"search_volume\": \"1637\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"face down pillow after eye surgery\",\n                        \"cpc\": 0.4616,\n                        \"search_volume\": \"1466\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sleeping after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"693\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl boppy pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brazilian butt lift pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"387\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"neck pillow after thyroid surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.04\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"feet elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck pillow for dogs after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for after face surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best pillow after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog cones after surgery\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"15077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog collar after surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tummy pillow after abdominal surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brazilian bbl pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for after back surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for neck after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"butt lift pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bbl chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3724\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care package\",\n                        \"cpc\": 0.3802,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"767\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for dogs head after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery toothbrush\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1867\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scar treatment after surgery\",\n                        \"cpc\": 0.5888,\n                        \"search_volume\": \"791\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tummy tuck pillow after surgery for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"646\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog after surgery wear\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"411\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"after hip surgery gifts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery pet clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl pillow after surgery for car\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1431\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast band after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery compression garment\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"443\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cat cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo massager after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"999\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"513\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery supplies\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"234\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"399\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl donut pillow after surgery for butt\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"229\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"puppy cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"185\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cat suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery dog onesie\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kitten cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after foot surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt wiper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"358\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery pillow\",\n                        \"cpc\": 0.359,\n                        \"search_volume\": \"4707\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"stomach board after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl kit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lipo roller after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"eye surgery pillow\",\n                        \"cpc\": 0.51,\n                        \"search_volume\": \"287\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"neck surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heart surgery pillow\",\n                        \"cpc\": 0.7721,\n                        \"search_volume\": \"546\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"surgery recovery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"743\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"126\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"276\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"235\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"pillow for feet elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"142\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"waist after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"urinal after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shirt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blanket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dresses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bras\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"garment after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recliner after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relaxation after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tea after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"soap after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"sunglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.97\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.32\n                    },\n                    {\n                        \"keyword\": \"bras after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdle after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdles after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after prostate surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.45\n                    },\n                    {\n                        \"keyword\": \"food after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.11\n                    },\n                    {\n                        \"keyword\": \"after dog surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.34\n                    },\n                    {\n                        \"keyword\": \"socks after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"recovery after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"cream after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"yoga after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"breathing after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"pajamas after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brace after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"outfits after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"balm after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"corsets after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tools after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.49\n                    },\n                    {\n                        \"keyword\": \"comfort after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"canes after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collars after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"activities after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mask after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"glasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery aids\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pants after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"basket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"trunk after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pads after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"creams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"eyeglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collar after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"things after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"corset after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after stomach surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.2\n                    }\n                ]\n            },\n            \"B0CW7Y41M7\": {\n                \"title\": \"Premium Bed Wedge Pillow - Ergonomic Support for Sleeping, Post-Surgery, Acid Reflux Relief, and More - CertiPUR-US Certified Memory Foam - Removable Cover Included, Triangle, 24\\\" x 22\\\" x 7.5\\\"\",\n                \"brand\": \"Sweet Home Collection\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"bed pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"470\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"231\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow\",\n                        \"cpc\": 0.1017,\n                        \"search_volume\": \"327\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"fitplus premium wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"224\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"premium wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"499\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge pillow\",\n                        \"cpc\": 0.3629,\n                        \"search_volume\": \"33318\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"587\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for bed\",\n                        \"cpc\": 0.0359,\n                        \"search_volume\": \"708\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"418\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle bed pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"225\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"591\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow set\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"388\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"320\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"342\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"healthex bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bekweim bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"282\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"kolbs bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow pillowcase\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed sores\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow stopper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"180\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"abco bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"294\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for sleeping\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5580\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"triangle pillow wedge for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for headboard\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4188\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge sling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fitplus bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"789\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow sex\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"splendoress bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"aossa bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow for legs\",\n                        \"cpc\": 0.4963000000000001,\n                        \"search_volume\": \"343\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.63\n                    },\n                    {\n                        \"keyword\": \"extra wide bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"267\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"xtra comfort bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"328\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"allsett health bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"342\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"intevision foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"premium pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"587\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"intevision foam bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"539\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"abco tech bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"142\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleep zone premium bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"131\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"queen bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"premium wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"7 bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"form bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow twin bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"flip bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"10 bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bedding bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow 30\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"king bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sofa bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed gap wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow cool\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow queen bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover 7x24x24\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge with arms\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed sore\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow medical bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"curved bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow case bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow cases\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wide bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow under bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"15 wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"full bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge full\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"large bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed back wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"back bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed headboard cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover 25x24x12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lumbar wedge pillow for bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow cover only\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"qirroboni orthopedic bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"186\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"191\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow wedge for bed gap\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bed bug cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"235\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"comfortspa reading pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow wedge 11 in\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow king size\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"all sett bed wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lisenwood foam bed wedge pillow set\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"244\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cover\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5290\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4084\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3578\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"reflux wedge pillow\",\n                        \"cpc\": 0.3981,\n                        \"search_volume\": \"2382\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cases\",\n                        \"cpc\": 0.146,\n                        \"search_volume\": \"1502\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"maternity pillow wedge\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1902\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge travel pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"136\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleeping bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"225\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2279\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sleep wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1459\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow set\",\n                        \"cpc\": 0.0103,\n                        \"search_volume\": \"575\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"headboard pillow wedge\",\n                        \"cpc\": 0.4175,\n                        \"search_volume\": \"1181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1192\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1884\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"438\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"reflux pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"640\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"392\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"large wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"432\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow large\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"264\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"887\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow reflux\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"10 wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow small\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow organic\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ortho wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"749\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"travel wedge pillow\",\n                        \"cpc\": 0.9306,\n                        \"search_volume\": \"911\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"253\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevated bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2719\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"260\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"238\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge sleeping pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"454\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow cooling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"196\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge back pillow\",\n                        \"cpc\": 0.3511,\n                        \"search_volume\": \"168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"313\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"reading wedge pillow\",\n                        \"cpc\": 0.533,\n                        \"search_volume\": \"706\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow system\",\n                        \"cpc\": 0.0101,\n                        \"search_volume\": \"426\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"headboard wedge pillow\",\n                        \"cpc\": 0.1396,\n                        \"search_volume\": \"849\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"530\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1454\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"comfort wedge pillow\",\n                        \"cpc\": 0.0101,\n                        \"search_volume\": \"337\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"medical bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"776\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"497\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow pregnancy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"879\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"queen wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"246\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"141\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wide wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"infant pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"895\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"maternity wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"635\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"liberator wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3533\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.71\n                    },\n                    {\n                        \"keyword\": \"wedge pregnancy pillow\",\n                        \"cpc\": 0.1816,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed sleeping wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"151\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow\",\n                        \"cpc\": 0.6366,\n                        \"search_volume\": \"25357\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge body pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"260\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge cushion\",\n                        \"cpc\": 0.3302,\n                        \"search_volume\": \"313\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"newborn wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"644\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"321\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"222\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge reflux pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"138\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"374\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed wedge cover\",\n                        \"cpc\": 0.4994,\n                        \"search_volume\": \"591\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"waterproof wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"311\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"medicline wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"745\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"281\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"folding wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"624\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"medical wedge pillow\",\n                        \"cpc\": 0.5171,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"incline pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"227\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adult wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"king wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"330\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gerd wedge pillow\",\n                        \"cpc\": 0.6776,\n                        \"search_volume\": \"282\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow gerd\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow headboard\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"359\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed incline wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"miracle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"444\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bed pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bassinet wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1178\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"wedge shaped pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"203\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow pillowcase\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"224\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow covers\",\n                        \"cpc\": 0.4877,\n                        \"search_volume\": \"306\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow wedge cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"314\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"126\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed filler wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"358\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bobby wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"224\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge bolster pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"153\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"snore wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"222\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"organic wedge pillow\",\n                        \"cpc\": 0.4117,\n                        \"search_volume\": \"189\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed pillows wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"163\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brentwood wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"314\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B0D12C1NM3\": {\n                \"title\": \"itcozy Leg Elevation Pillow with Soft Memory Foam, Wedge Pillow for Reading, Rest, Surgery, Relieves Back, Swelling, Hip, Knee Pain and Improves Blood Circulation\",\n                \"brand\": \"itcozy\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow wedge memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1445\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"400\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam reading pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"314\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"reading wedge pillow\",\n                        \"cpc\": 0.533,\n                        \"search_volume\": \"706\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"253\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"438\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow\",\n                        \"cpc\": 0.0108,\n                        \"search_volume\": \"22066\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam reading pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"516\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"non memory foam pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam cotton\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow soft memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam soft pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow memory foam\",\n                        \"cpc\": 0.1023,\n                        \"search_volume\": \"6881\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow pregnancy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow long\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow memory foam soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"superior wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"folding wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"10 memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge memory foam baby pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow foam memory\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"folding wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"yellow memory foam reading pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam mattress\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow amazon\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge incline memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow ireland\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow costco\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow nz\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow soft thin\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow medium soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow reading wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel memory foam pillow soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft memory foam neck pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow with gel memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"424\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow soft cooling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow thin soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"medium soft memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft memory foam pillow cooling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed wedge pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"191\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best soft memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft contour memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow soft contour\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"super soft memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"thin soft memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow roll soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"320\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft supportive memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft memory foam pillow reviews\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge memory pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"triangle memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"7 wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam queen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam knee wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft memory foam pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory+foam+pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"262\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft memory foam pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"jelly soft memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"silentnight memory foam pillow soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"swelling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"499\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam rest reading pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam bed wedge pillow\",\n                        \"cpc\": 0.3629,\n                        \"search_volume\": \"33318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow wedge for neck\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow foam wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"396\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge soft pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam with cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed buddy memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow for sitting\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading wedge pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"zuma foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"424\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"the best wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow reading\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reading foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel pillow foam memory\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"256\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam airplane pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"515\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow 7 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow cool\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"475\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"spine reliever memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow square\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft memory foam pillow king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"extra soft memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft memory foam cervical pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"superior wedge shaped memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"body pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2557\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bamboo pillow memory foam\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"8684\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam bed pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"thin memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"839\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"soft memory foam bolster pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft firm memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft gel memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft shredded memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam contour pillow soft\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"soft memory foam body pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"708\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow thin\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"428\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam tailbone pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"250\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cool memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1783\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam cooling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1400\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"natural pedic memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"firm memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1969\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"latex memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"657\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cervical memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1234\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"contour memory foam pillow\",\n                        \"cpc\": 0.007000000000000001,\n                        \"search_volume\": \"1338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"travel pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1707\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam small pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"384\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam lumbar pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"509\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow neck\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tempurpedic memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"881\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"queen memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"929\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"214\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"neck pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1261\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam contour pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"curved memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"396\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam floor pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"194\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow small\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow cases\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"505\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bed pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"225\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best memory foam pillow\",\n                        \"cpc\": 0.0094,\n                        \"search_volume\": \"493\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam couple pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"330\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"impressions ellison memory foam pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"640\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"airplane pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"638\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow aeromax\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"8666\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo memory foam pillow\",\n                        \"cpc\": 0.2102,\n                        \"search_volume\": \"1717\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow memory foam gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"298\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam king pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"697\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"484\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"contoured memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"609\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"baby pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"459\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"thick memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"332\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam contoured pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"511\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"oasis memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3624\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"feet wedge pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"coop memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"674\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam chair pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"274\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pill pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"388\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"flat memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"359\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wavve memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"519\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"kids memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"835\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"solid memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"avana bed wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow king\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"448\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow queen\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"429\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"round memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"408\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            },\n            \"B0D31CCML3\": {\n                \"title\": \"MEGCXIT Leg Pillow Elevation Blood Circulation, Leg Wedge for Elevation for Swelling, Leg Elevating Pillow for After Surgery, Memory Foam Foot Knee Pillow for Back Sleeping 23.6×16.8×8 Inch White/Grey\",\n                \"brand\": \"MEGCXIT\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"394\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedges for elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1644\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with cooling gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"half moon pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg pillow for knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for varicose veins\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for side sleepers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow for elevating\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"385\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"physical therapy leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"218\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel leg stand elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"856\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating wedge for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow bed bath and beyond\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"washable cover for leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1916\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation machine\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"182\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation massager\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"206\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post knee surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"517\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"409\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"420\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"412\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg sleeping pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"695\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"miracle leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1056\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"301\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleeping leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"732\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"347\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raiser pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hip leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"529\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg ramp pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"653\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sciatica leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"414\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"chicken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"between leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"370\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg spacer pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg raise pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raising pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"319\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"linear leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"428\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg roll pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"283\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"170\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevated\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"286\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopaedic leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"146\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour leg pillow\",\n                        \"cpc\": 0.0105,\n                        \"search_volume\": \"582\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tapered leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wide wheelchair with leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"broken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"legacy leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"214\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"65\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best leg pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow for hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"travel leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"restorology elevating foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg sofa pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest for office\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0DDK8QY4G\": {\n                \"title\": \"MEGCXIT Leg Pillow Elevation Blood Circulation, Leg Wedge for Elevation for Swelling, Leg Elevating Pillow for After Surgery, Memory Foam Foot Knee Pillow for Back Sleeping 23.6×16.8×8 Inch Grey\",\n                \"brand\": \"MEGCXIT\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"394\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedges for elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1644\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with cooling gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"half moon pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg pillow for knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for varicose veins\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for side sleepers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow for elevating\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"385\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"physical therapy leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"218\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"travel leg stand elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"856\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating wedge for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow bed bath and beyond\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"washable cover for leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1916\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation machine\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"182\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation massager\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"206\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"176\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post knee surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"517\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"409\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"420\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"412\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg sleeping pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"695\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"miracle leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1056\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"301\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleeping leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"732\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"347\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raiser pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"hip leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"529\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg ramp pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"653\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sciatica leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"414\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"chicken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"between leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"370\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg spacer pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg raise pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raising pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"319\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"linear leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"428\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg roll pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"283\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"170\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevated\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"286\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopaedic leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"146\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour leg pillow\",\n                        \"cpc\": 0.0105,\n                        \"search_volume\": \"582\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tapered leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wide wheelchair with leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"broken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"legacy leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"214\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"65\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best leg pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow for hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"travel leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"restorology elevating foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ankle elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bamboo leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg sofa pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest for office\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0DJ76KGXX\": {\n                \"title\": \"BIEEZZK Leg Pillow Elevation Blood Circulation, Leg Elevating Pillows for After Surgery, Sleeping, Memory Foam Wedge Pillow for Legs Swelling, Foot Knee Pillow for Back Pain, 23.6×16.8×8in, White/Grey\",\n                \"brand\": \"BIEEZZK\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"394\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1916\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"dog after leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows after face surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg pillow for knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after abdominal surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after heart surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillows after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg shower protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"680\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"donut pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg cover for showering after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"440\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"upright pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gifts\",\n                        \"cpc\": 0.501,\n                        \"search_volume\": \"6413\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating desk leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevating splint\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery wear\",\n                        \"cpc\": 0.3306,\n                        \"search_volume\": \"1046\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1157\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"after surgery items\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating pillows for head\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wheelchairs elevating leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating bed pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression machine after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"792\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post knee surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"grey and white pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"327\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.04\n                    },\n                    {\n                        \"keyword\": \"wheelchair elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"262\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillows for adults after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating desk white\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"331\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest for wheelchair\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"72\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl pillows after surgery for car\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow for elevating\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"385\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"white grey pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"grey white pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dog cones after surgery\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"15077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"462\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3724\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care package\",\n                        \"cpc\": 0.3802,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"767\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery toothbrush\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1867\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"comfortable elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lightweight elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevating cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating wedge for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rests wheel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scar treatment after surgery\",\n                        \"cpc\": 0.5888,\n                        \"search_volume\": \"791\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dog after surgery wear\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"411\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"leg raisers and wedges after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after hip surgery gifts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery pet clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1431\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1520\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast band after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"741\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery compression garment\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"443\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cat cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"686\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo massager after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"999\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"513\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"black white grey pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery supplies\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"234\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"399\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"booty pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"907\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"white and grey throw pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"489\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cough pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"throw pillows grey and white\",\n                        \"cpc\": 0.5097,\n                        \"search_volume\": \"318\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"puppy cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"185\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heart pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"248\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cat suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery dog onesie\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kitten cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after foot surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"right elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating wheelchair leg rests\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating wheelchair leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest wheelchair\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wheelchair elevating leg rests\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"butt wiper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"358\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach board after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl kit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support pillows for sleeping upright after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo roller after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"facedown pillows for after macular hole surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"527\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cosmetic surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"urinal after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shirt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blanket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dresses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bras\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"garment after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recliner after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relaxation after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tea after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"soap after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"sunglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.97\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.32\n                    },\n                    {\n                        \"keyword\": \"bras after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdle after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdles after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after prostate surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.45\n                    },\n                    {\n                        \"keyword\": \"food after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.11\n                    },\n                    {\n                        \"keyword\": \"after dog surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.34\n                    },\n                    {\n                        \"keyword\": \"socks after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"recovery after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"cream after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"yoga after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"breathing after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"pajamas after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brace after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"outfits after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"balm after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"corsets after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tools after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.49\n                    },\n                    {\n                        \"keyword\": \"comfort after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"canes after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collars after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"activities after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mask after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"glasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery aids\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pants after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"basket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"trunk after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pads after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"creams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"eyeglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collar after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"things after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"corset after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after stomach surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.2\n                    },\n                    {\n                        \"keyword\": \"compression after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gifts after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.39\n                    },\n                    {\n                        \"keyword\": \"pain after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.06\n                    },\n                    {\n                        \"keyword\": \"swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"shower after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.14\n                    },\n                    {\n                        \"keyword\": \"dogs after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.43\n                    },\n                    {\n                        \"keyword\": \"bodysuit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after bbl surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.36\n                    },\n                    {\n                        \"keyword\": \"stockings after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.8\n                    },\n                    {\n                        \"keyword\": \"support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"toilet after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.58\n                    },\n                    {\n                        \"keyword\": \"cosmetic surgery after\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"underwear after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cane after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"gowns after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"186\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"white pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"5605\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"grey and white pillows boho\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gift ideas\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"grey leg warmers\",\n                        \"cpc\": 0.3337,\n                        \"search_volume\": \"848\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gifts for people after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"620\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"clothes for after shoulder surgery\",\n                        \"cpc\": 0.0096,\n                        \"search_volume\": \"1828\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"things needed after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1508\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog onsieses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"370\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gifts for men\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"grey decorative pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1459\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"334\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0DKJPXKL5\": {\n                \"title\": \"MEGCXIT Leg Pillow Elevation Blood Circulation, Wedge Pillow for Legs Swelling, Knee Pillow Wedge Post Surgery, Leg Elevation Pillows for After Surgery, Memory Foam Foot Leg Elevating Pillow, Grey\",\n                \"brand\": \"MEGCXIT\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation machine\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"182\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation massager\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"206\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1295\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"856\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation cuff\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wraps for blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation massager fsa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg massager for blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation supplements\",\n                        \"cpc\": 0.5136,\n                        \"search_volume\": \"2902\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"best leg pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"improve leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"290\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation vitamins\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"319\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg compression pump blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation socks\",\n                        \"cpc\": 0.3919,\n                        \"search_volume\": \"243\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"circulation leg exerciser\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"620\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation supplements\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"464\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation pills\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"331\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation machine\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"197\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation supplement\",\n                        \"cpc\": 0.5103,\n                        \"search_volume\": \"273\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg stimulation circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"99\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg stimulators/circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"317\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation tea\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"154\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"2123\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1741\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg blood circulation massager with heater\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"circulation blood\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"feet elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for ankle/foot swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1524\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with cooling gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"half moon pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"feet blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foot blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"boost blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation pad\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"promote blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood flow circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.36\n                    },\n                    {\n                        \"keyword\": \"circulation blood flow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"healthy blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"increase leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"improve blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"325\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sitting leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation tool\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation gloves\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"face blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.57\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation products\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg muscle circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation tights\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"facial blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.77\n                    },\n                    {\n                        \"keyword\": \"blood circulation herbs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation booster\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation tools\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation liquid\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation cuff\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg massager for circulation\",\n                        \"cpc\": 0.2617,\n                        \"search_volume\": \"8037\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation kit\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation balls\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation pump\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation pads\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation treatment\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation capsules\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"topical blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation problems\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation sleep\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1532\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.42\n                    },\n                    {\n                        \"keyword\": \"blood circulation gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bad blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation therapy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation devices\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation oils\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation food\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation wraps\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stimulate leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation gel\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation pants\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation powder\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation roller\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation bracelet\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation gadgets\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation board\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation mat\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation bandages\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation enhancement\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation lotion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation cuffs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation medication\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation pants\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation test\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.19\n                    },\n                    {\n                        \"keyword\": \"blood circulation wristband\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation plate\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation mattress\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg and knee pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation helper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation valves\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"menthol blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"best blood circulation supplement\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"460\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation plate\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation necklace\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg massagers for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"196\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blood circulation poster\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"himalaya blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for varicose veins\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compressionleg circulation machine\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"721\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pumps for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"401\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for side sleepers\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"diabetic leg massager circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"575\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg roller for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"283\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"clinical daily blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"108\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.92\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compressor for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"743\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"reviter for leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"172\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillow for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"235\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"410\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"head elevation pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"132\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"pillow for feet elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"142\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow bed bath and beyond\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"blood circulation cream\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation compression\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation exerciser\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"improved leg circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0DLP47BRQ\": {\n                \"title\": \"TranquilRelax Elevation Pillows for Leg After Surgery, Memory Foam Adjustable Leg Wedge Pillow for Injury or Rest, Ankle Pillow for Sleeping Blood Circulation Grey\",\n                \"brand\": \"TranquilRelax\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"memory foam leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"467\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam adjustable leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1045\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"374\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg injury pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillow knee wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"420\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow w/ memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"338\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"391\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"lightease memory foam leg support and elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"252\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"412\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg wedge pillow for circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg injury support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow with foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"228\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"memory foam pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg injury\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.06\n                    },\n                    {\n                        \"keyword\": \"bamboo memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dog after leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.99\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam adjustable leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"222\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"911\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg lifter pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillow contour\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg shower protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"680\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation 12\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg injury support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dmi bed wedge ortho pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"692\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow wedge memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1445\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg injury plaster\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam heart shaped leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"round leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg cover for showering after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest wedge pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"440\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam hip alignment leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam wedge leg lift\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"462\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"530\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for back pain\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam leg elevation cushion support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression machine after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable memory foam pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"408\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1192\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow to elevate leg after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"injury leg wrap\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg injury aids\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter leg injury\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg injury pills\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg injury cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"injury leg scooter\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg injury boot\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow near me\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow for hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for sleeping after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"693\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow south africa\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevator wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"487\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"med joy leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg swing memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg bolster\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"scooter for leg injury\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"251\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg elevator\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"126\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable furniture leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"817\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow with memory foam\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam side sleeper leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured orthopedic memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"light ease memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating memory foam leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"remedy contoured memory foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0DQDCBF7X\": {\n                \"title\": \"KingPavonini Adjustable Leg Elevation Pillows for After Surgery, Ergonomic Curve Keeps Knee Straight, Memory Foam Leg Pillow Elevation for Blood Circulation, Swelling and Pain Relief (Single Leg)\",\n                \"brand\": \"KingPavonini\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog after leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after face surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after abdominal surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after heart surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillows after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg shower protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"680\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"donut pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg cover for showering after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"440\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"upright pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"round leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gifts\",\n                        \"cpc\": 0.501,\n                        \"search_volume\": \"6413\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery wear\",\n                        \"cpc\": 0.3306,\n                        \"search_volume\": \"1046\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1157\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"after surgery items\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression machine after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"792\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.04\n                    },\n                    {\n                        \"keyword\": \"arm pillows for adults after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping side\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"331\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"404\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bbl pillows after surgery for car\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"88\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"296\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog cones after surgery\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"15077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3724\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care package\",\n                        \"cpc\": 0.3802,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"767\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery toothbrush\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1867\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scar treatment after surgery\",\n                        \"cpc\": 0.5888,\n                        \"search_volume\": \"791\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dog after surgery wear\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"411\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"leg raisers and wedges after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after hip surgery gifts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery pet clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1431\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1520\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast band after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery compression garment\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"443\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cat cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo massager after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"999\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"513\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery supplies\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"234\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"399\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"booty pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"907\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cough pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"307\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"puppy cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"185\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heart pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"248\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cat suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery dog onesie\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kitten cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after foot surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt wiper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"358\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach board after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl kit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support pillows for sleeping upright after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo roller after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable furniture leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"817\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"facedown pillows for after macular hole surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"rise elevation adjustable\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation adjustable bed\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable leg leveler\",\n                        \"cpc\": 0.3908,\n                        \"search_volume\": \"536\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"264\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation extra wide\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping ankle foot\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"527\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable table leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"478\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable desk leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cosmetic surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"adjustable leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"113\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"windage elevation adjustable mount\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"urinal after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shirt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blanket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dresses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bras\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"garment after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recliner after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relaxation after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tea after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"soap after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"sunglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.97\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.32\n                    },\n                    {\n                        \"keyword\": \"bras after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdle after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdles after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after prostate surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.45\n                    },\n                    {\n                        \"keyword\": \"food after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.11\n                    },\n                    {\n                        \"keyword\": \"after dog surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.34\n                    },\n                    {\n                        \"keyword\": \"socks after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"recovery after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"cream after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"yoga after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"breathing after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"pajamas after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brace after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"outfits after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"balm after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"corsets after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tools after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.49\n                    },\n                    {\n                        \"keyword\": \"comfort after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"canes after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collars after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"activities after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mask after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"glasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery aids\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pants after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"basket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"trunk after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pads after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"creams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"eyeglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collar after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"things after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    }\n                ]\n            },\n            \"B0FLDLRJFN\": {\n                \"title\": \"ComfyInLove Elevation Pillows for Leg After Surgery, Memory Foam Adjustable Wedge Pillow for Injury or Rest, Ankle Pillow for Sleeping Blood Circulation Grey/Double Leg\",\n                \"brand\": \"ComfyInLove\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillows\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"14403\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4077\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1282\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3068\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog after leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for sleeping elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"230\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after face surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after abdominal surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after heart surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillows after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"4116\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg shower protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"680\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"donut pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg cover for showering after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lifter for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"440\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"upright pillows for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"elevation pillow for foot after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"round leg pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"239\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery gifts\",\n                        \"cpc\": 0.501,\n                        \"search_volume\": \"6413\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery wear\",\n                        \"cpc\": 0.3306,\n                        \"search_volume\": \"1046\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.98\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1157\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.33\n                    },\n                    {\n                        \"keyword\": \"after surgery items\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg rest pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cover for leg after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression machine after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"792\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.04\n                    },\n                    {\n                        \"keyword\": \"arm pillows for adults after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping side\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"331\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"bbl pillows after surgery for car\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot pillows for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillows for legs elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"562\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"366\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation pillows for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"296\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog cones after surgery\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"15077\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"right leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dr leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"vinyl leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg cushion\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleep leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ergonomic leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"3724\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care package\",\n                        \"cpc\": 0.3802,\n                        \"search_volume\": \"278\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"767\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery toothbrush\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1867\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scar treatment after surgery\",\n                        \"cpc\": 0.5888,\n                        \"search_volume\": \"791\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"dog after surgery wear\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"reduce swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"411\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"leg raisers and wedges after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after hip surgery gifts\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"324\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery pet clothing\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"777\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1431\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1520\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast band after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"741\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after surgery compression garment\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"443\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cat cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"686\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo massager after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"999\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"513\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery supplies\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"234\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after shoulder surgery bra\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"245\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"compression suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"399\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"booty pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"907\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cough pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"202\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"puppy cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"185\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"breast binder after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"199\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heart pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"248\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cat suit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"249\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery dog onesie\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"240\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"kitten cones after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"232\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foot scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"174\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after foot surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"205\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"butt wiper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"358\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"stomach board after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"393\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bbl kit after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support pillows for sleeping upright after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"lipo roller after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"181\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after breast surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"209\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"facedown pillows for after macular hole surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevated pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"549\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"ankle pillow elevation post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"264\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillows for elevation extra wide\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillows for sleeping ankle foot\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillows for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"527\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cosmetic surgery pillows\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation\",\n                        \"cpc\": 0.4018,\n                        \"search_volume\": \"948\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.02\n                    },\n                    {\n                        \"keyword\": \"leg pillows for elevation blood circulation side sleeper\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"waist after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"urinal after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"shirt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"blanket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dresses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mattress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery bras\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"garment after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recliner after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"relaxation after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tea after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"soap after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.75\n                    },\n                    {\n                        \"keyword\": \"sunglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.97\n                    },\n                    {\n                        \"keyword\": \"bbl after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.32\n                    },\n                    {\n                        \"keyword\": \"bras after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdle after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"girdles after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after prostate surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.45\n                    },\n                    {\n                        \"keyword\": \"food after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.11\n                    },\n                    {\n                        \"keyword\": \"after dog surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.34\n                    },\n                    {\n                        \"keyword\": \"socks after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"recovery after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"cream after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"yoga after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.13\n                    },\n                    {\n                        \"keyword\": \"breathing after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"pajamas after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"chair after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"brace after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"outfits after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"balm after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"corsets after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"tools after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.49\n                    },\n                    {\n                        \"keyword\": \"comfort after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"canes after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collars after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"activities after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"mask after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"glasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery aids\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pants after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cushion after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"basket after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"supplies after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"trunk after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pads after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dress after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"creams after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after surgery care\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"eyeglasses after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"collar after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"things after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pt after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"scooter after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"corset after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"after stomach surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.2\n                    },\n                    {\n                        \"keyword\": \"compression after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gifts after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.39\n                    },\n                    {\n                        \"keyword\": \"pain after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.06\n                    },\n                    {\n                        \"keyword\": \"swelling after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.09\n                    },\n                    {\n                        \"keyword\": \"shower after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.14\n                    },\n                    {\n                        \"keyword\": \"dogs after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.43\n                    }\n                ]\n            },\n            \"B0FZB8S86K\": {\n                \"title\": \"Hapiclody Leg Elevation Pillow for After Surgery – Adjustable Height Knee Surgery Recovery Leg Support Pillow, Designed for Knee Replacement Recovery, Single Leg Elevating Wedge\",\n                \"brand\": \"Hapiclody\",\n                \"keywords\": [\n                    {\n                        \"keyword\": \"leg elevation pillow after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"293\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg pillow for knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"394\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg support after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg support knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post knee surgery elevating leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow\",\n                        \"cpc\": 0.0102,\n                        \"search_volume\": \"7347\",\n                        \"relative_score\": \"Very High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"659\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post leg surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.08\n                    },\n                    {\n                        \"keyword\": \"surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0.1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow to elevate leg after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for leg elevation\",\n                        \"cpc\": 0.6055,\n                        \"search_volume\": \"201\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation\",\n                        \"cpc\": 0.1096,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"223\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow\",\n                        \"cpc\": 1.05,\n                        \"search_volume\": \"6633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg helper after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow wedge\",\n                        \"cpc\": 0.1487,\n                        \"search_volume\": \"713\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"379\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"support leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"517\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"633\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"695\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lifter for after knee surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"440\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"dog after leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow for hip surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"single leg elevation wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support adjustable pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"High\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"195\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg recovery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"6 elevation leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"483\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow for side sleepers surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow\",\n                        \"cpc\": 0.4861,\n                        \"search_volume\": \"20714\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"adjustable height support leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"333\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"217\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"allsett leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"amazon leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevation leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee elevation pillow post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"471\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery recovery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg shower protector after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"680\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg surgery bear\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post leg surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery dog\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery leg pumps\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery leg cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery shower\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg surgery scooter\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"post surgery leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery recovery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"530\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg knee elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopedic leg pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1587\",\n                        \"relative_score\": \"Moderate\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow cover\",\n                        \"cpc\": 0.13,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1328\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation firm\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow target\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam pillow leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow for elevating\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"385\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"recovery pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"271\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow australia\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow canada\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"126\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"straight leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contoured leg elevation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"153\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge for elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1548\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"surgery recovery kit for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg support wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow for after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"911\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"back support leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"417\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"wedge for leg elevation\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee and leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"123\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"cover for leg after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg knee support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"237\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after shoulder surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"348\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg compression machine after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg elevation pillow for swelling\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"360\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"elevating wedge for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg cover for showering after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"862\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post knee surgery leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"baby leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg recovery\",\n                        \"cpc\": 0.0937,\n                        \"search_volume\": \"743\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pillow surgery recovery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1091\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1916\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg injury support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevating leg rest pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inbetween leg knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow after neck surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevation leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0.87\n                    },\n                    {\n                        \"keyword\": \"leg after knee\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg foam wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg triangle wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge pillow leg rest\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg massagers post surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"post surgery elevating leg rest pillow with memory foam top\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"462\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"memory foam leg support wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg rest wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow bed wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg pillow bamboo\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"inflatable leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"foam leg wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg bolster wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"adjustable leg wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"surgery wedge pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"wedge surgery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery pillow wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg knee wedge\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"arm support pillow after surgery\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"large leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"409\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 10 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"ebung leg elevation pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation short legs\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"420\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"412\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg sleeping pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"353\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"elevated leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1168\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"miracle leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"1056\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg pillow cover\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"329\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"cooling leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"315\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow case\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"301\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"pillow for leg\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"277\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg relief pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"842\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"sleeping leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"292\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg lift pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"732\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation for sciatica\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg rest pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"347\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raiser pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"378\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"hip leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"529\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg ramp pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"653\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support pillow pregnancy\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support pillow argos\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"sciatica leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"414\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"chicken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"308\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"between leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"370\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg spacer pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"402\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg raise pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"335\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg raising pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"319\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg circulation pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"148\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for elevation 12 inch\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"pregnancy pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"bed pillow leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"foam leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"linear leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"428\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg roll pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"283\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg prop pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"170\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg pillow elevated\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"286\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"orthopaedic leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"146\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"knee leg contour pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"contour leg pillow\",\n                        \"cpc\": 0.0105,\n                        \"search_volume\": \"582\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"tapered leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"221\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"neck surgery recovery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"210\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"surgery knee pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"broken leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"364\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"gel leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"fracture leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"car leg support pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"<100\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"heart surgery recovery pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"236\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"legacy leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"214\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"under leg pillow\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"65\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 0\n                    },\n                    {\n                        \"keyword\": \"leg support\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"610\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    },\n                    {\n                        \"keyword\": \"leg wedge pillow for sleeping\",\n                        \"cpc\": 0.625,\n                        \"search_volume\": \"259\",\n                        \"relative_score\": \"Low\",\n                        \"competition_index\": 1\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"6a7dddfd-b028-479b-ba7e-ca0d5ed1e89b","name":"Failure Report","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<Client_ID>","type":"text"},{"key":"token","value":"<token>","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_universe_report?request_id=39TbnJNZVan7SdHRj7VUkEE3d9F","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_universe_report"],"query":[{"key":"request_id","value":"39TbnJNZVan7SdHRj7VUkEE3d9F"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Your request could not be completed. Please try again.\"\n}"},{"id":"619cc1d8-073b-4f8a-958e-78fbc75f056f","name":"Wait Report","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<Client_ID>","type":"text"},{"key":"token","value":"<token>","type":"text"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_universe_report?request_id=39TbnJNZVan7SdHRj7VUkEE3d9F","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_universe_report"],"query":[{"key":"request_id","value":"39TbnJNZVan7SdHRj7VUkEE3d9F"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"processing\",\n    \"message\": \"Your request is being processed. Please check back later.\"\n}"}],"_postman_id":"88a524d9-ea33-4b12-a651-2fa11d2008d1"},{"name":"Product Offers","id":"a9fbecaf-313a-415d-9e37-276058996051","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":"<h4 id=\"token-consumed--2-per-api-call\"><em>Token consumed : 2 per API call.</em></h4>\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":"531b3908-a023-403f-8393-933f504452dc","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":"a9fbecaf-313a-415d-9e37-276058996051"},{"name":"Product Question Answers","id":"864983f7-8c3b-4bd0-89dc-b96314ce3215","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":"<h4 id=\"tokens-consumed-2-per-api-call\"><em>Tokens Consumed: 2 per API Call</em></h4>\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":"40edefb4-53a9-4866-ba6c-886e5ef08abf","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":"864983f7-8c3b-4bd0-89dc-b96314ce3215"},{"name":"Listing Quality Index (LQI)","id":"33a7fbaa-de50-440a-9de5-7ffa5c76d27e","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":"<h4 id=\"token-consumed--3-per-asins\"><em>Token consumed : 3 per asins.</em></h4>\n<p>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.</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":"7a25af14-415c-4dc8-98d4-429fab77c048","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":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"request_id\"\n}"}],"_postman_id":"33a7fbaa-de50-440a-9de5-7ffa5c76d27e"},{"name":"Fetch LQI-Report","id":"4a5fe8b6-7376-4038-a30f-74e5880b9ec4","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":"<h4 id=\"token-consumed--0-per-call\"><em>Token consumed : 0 per call.</em></h4>\n<p>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":"0bcfb5bc-ead8-4229-b6b4-95977566b57b","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":"b5e12ad2-ff11-4b86-b556-7a76af2f59e8","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":"4a5fe8b6-7376-4038-a30f-74e5880b9ec4"},{"name":"Product History","id":"1bb395a8-27aa-496e-96b4-b52063889fb0","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":"<h4 id=\"token-consumed--2-per-api-call\"><em>Token consumed : 2 per API call.</em></h4>\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.</p>\n<ul>\n<li><p>Valid Geo values:</p>\n<ul>\n<li><p><code>US</code> (United States)</p>\n</li>\n<li><p><code>UK</code> (United Kingdom)</p>\n</li>\n<li><p><code>DE</code> (Germany)</p>\n</li>\n<li><p><code>FR</code> (France)</p>\n</li>\n<li><p><code>JP</code> (Japan)</p>\n</li>\n<li><p><code>CA</code> (Canada)</p>\n</li>\n<li><p><code>CN</code> (China)</p>\n</li>\n<li><p><code>IT</code> (Italy)</p>\n</li>\n<li><p><code>ES</code> (Spain)</p>\n</li>\n<li><p><code>IN</code> (India)</p>\n</li>\n</ul>\n</li>\n</ul>\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":"22508ad2-4209-4940-b330-e9c73810f8fb","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":"1bb395a8-27aa-496e-96b4-b52063889fb0"},{"name":"Rufus Queries","id":"ef29d024-b817-4413-b76e-93ba31308a08","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":"<h4 id=\"token-consumed--30-per-api-call\"><em>Token consumed : 30 per API call.</em></h4>\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":"e1b95ae1-4f0a-4322-94d7-37138cd0848a","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":"Text","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":"c6d5346f-0c90-4156-86cd-892e282ab360","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":"Text","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":"ef29d024-b817-4413-b76e-93ba31308a08"},{"name":"Profit Calculator","id":"25a17d52-f0c7-47cc-8b50-9b9dc88d837f","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":"<h4 id=\"token-consumed--3-per-api-call\"><em>Token consumed : 3 per API call.</em></h4>\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":"a5a4584b-b4e2-457d-aa51-30d15741eaa4","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":"Text","header":[],"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":"25a17d52-f0c7-47cc-8b50-9b9dc88d837f"},{"name":"Keyword Search Result","id":"b2de3f58-f963-4839-b7f4-d26adb61a589","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(KSR)</strong></p>\n<h4 id=\"token-consumed--3-per-api-call\">Token consumed : 3 per API call.</h4>\n<p>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":"e93a5b94-af5e-4f0c-94c8-c192136465b6","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":"b2de3f58-f963-4839-b7f4-d26adb61a589"},{"name":"Keyword Tracking Schedule","id":"729c883d-0a7c-4b14-bf11-c61d951cf51d","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":"<h4 id=\"keyword-tracking\"><strong>Keyword Tracking</strong></h4>\n<h4 id=\"token-consumed--10-token-for-each-keywords-and-1-token-for-each-productids\"><em><strong>Token consumed : 10 token for each keywords and 1 token for each productIds.</strong></em></h4>\n<p>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 query parameters are used 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":"f2a8c544-7fa4-46d8-9d18-fcba77a86239","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_tracking_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":"729c883d-0a7c-4b14-bf11-c61d951cf51d"},{"name":"Fetch Keyword Tracking Report","id":"eff5ac8e-7c2a-414c-ba7b-986e056ff060","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":"<h4 id=\"token-consumed--0-per-call\"><em>Token consumed : 0 per call.</em></h4>\n<p>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://drive.google.com/file/d/1u81D_PsFJH4fYyJmq_IMIhMiCQQrOrC5/view\">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":"5a601f1f-746e-4664-b4e2-c5c08bb26708","name":"Keyword Tracking Report","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"<client-id>"},{"key":"token","value":"<token>"}],"url":{"raw":"https://api.sellerapp.com/sellmetricsv2/keyword_tracking_report?request_id=<request-id>","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetricsv2","keyword_tracking_report"],"query":[{"key":"request_id","value":"<request-id>"}]}},"_postman_previewlanguage":"json","header":[{"key":"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":"eff5ac8e-7c2a-414c-ba7b-986e056ff060"},{"name":"Keyword Research(Reverse ASIN)","id":"f9503ed4-437d-41ba-b8ab-35cfc8575fdb","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":"<h4 id=\"token-consumed--2-per-call\"><em>Token consumed : 2 per call.</em></h4>\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":"985423df-e299-4db0-82cb-5f03ddd89215","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":"cf05bd6e-d426-43b6-91ea-d7f03eca91cd","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":"8967b761-554e-4c66-a9ae-81d16b27a2be","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":"f9503ed4-437d-41ba-b8ab-35cfc8575fdb"},{"name":"Keyword Research(Reverse ASIN) v2 - beta","id":"fc61b3b7-9f46-4efc-a262-e555d3dc32c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":""},{"key":"token","value":""}],"url":"https://api.sellerapp.com/sellmetrics/v2/keyword_research?key=B0C666SMJF&type=asin&geo=de&pagenumber=1&additional_details=1&results_count=100&sortBySV=-1","description":"<h4 id=\"token-consumed--4-per-call\"><em>Token consumed : 4 per call.</em></h4>\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 <em><strong>asin</strong></em> type, should be a valid asin. In case of <em><strong>keyword</strong></em> 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<ul>\n<li>The only supported geos are <code>UK</code>, <code>DE</code> &amp; <code>US</code>.</li>\n</ul>\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 <em><strong>multiples of 50</strong></em> and less than <strong>500</strong>. Default value is 50.<br />  <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<li><p><code>sortBySV</code> : Sort by search volume. Possible values are <strong>1</strong>,<strong>0</strong>,<strong>-1</strong> for <em>ascending</em>, <em>unsorted</em> and <em>descending</em> orders, respectively.</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>Please check APIs(sample request and response also added)</p>\n<h4 id=\"error-codesresponses-in-case-of-failure-cases\">Error Codes/Responses in case of failure cases:</h4>\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":"100"},{"key":"sortBySV","value":"-1"}],"variable":[]}},"response":[{"id":"8d3c24f0-b48e-4307-b81e-b7ad87e878f2","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":"Text","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":"0025dd85-f754-437a-af74-de482f6f6225","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":"Text","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}"},{"id":"13ebc714-ec71-46db-b314-5c5f381f5bdd","name":"type asin sorted","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=B0C666SMJF&type=asin&geo=de&pagenumber=1&additional_details=1&results_count=50&sortBySV=1","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"},{"key":"sortBySV","value":"1","type":"text"}]}},"_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 geschenkset\",\n            \"cpc\": 0,\n            \"search_volume\": 113,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2797,\n            \"rank\": 0,\n            \"ctr\": 1.27,\n            \"cvr\": 2.94,\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 spender elektrisch gastronomie\",\n            \"cpc\": 0,\n            \"search_volume\": 119,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2637,\n            \"rank\": 0,\n            \"ctr\": 0.28,\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 teller\",\n            \"cpc\": 0,\n            \"search_volume\": 136,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3040,\n            \"rank\": 0,\n            \"ctr\": 0.86,\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 merchandise\",\n            \"cpc\": 0,\n            \"search_volume\": 146,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3896,\n            \"rank\": 0,\n            \"ctr\": 1.07,\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\",\n            \"cpc\": 0,\n            \"search_volume\": 150,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5443,\n            \"rank\": 196326,\n            \"ctr\": 0.64,\n            \"cvr\": 11.76,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 7.11,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B004KSKSNC\",\n                    \"share\": 0.1715\n                },\n                {\n                    \"asin\": \"B0091QPBGC\",\n                    \"share\": 0.0453\n                },\n                {\n                    \"asin\": \"B0D87CT5S7\",\n                    \"share\": 0.0453\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B004KSKSNC\",\n                    \"share\": 0.2308\n                },\n                {\n                    \"asin\": \"B0091QPBGC\",\n                    \"share\": 0.1538\n                },\n                {\n                    \"asin\": \"B0D87CT5S7\",\n                    \"share\": 0.0513\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella merch\",\n            \"cpc\": 0,\n            \"search_volume\": 161,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4069,\n            \"rank\": 0,\n            \"ctr\": 1.51,\n            \"cvr\": 5.08,\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 tasse\",\n            \"cpc\": 0,\n            \"search_volume\": 179,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4225,\n            \"rank\": 0,\n            \"ctr\": 0.99,\n            \"cvr\": 10,\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 geschenke lustig\",\n            \"cpc\": 0,\n            \"search_volume\": 179,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4600,\n            \"rank\": 0,\n            \"ctr\": 1.43,\n            \"cvr\": 3.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\": \"schokoladen adventskalender￼\",\n            \"cpc\": 0,\n            \"search_volume\": 189,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4175,\n            \"rank\": 0,\n            \"ctr\": 2.01,\n            \"cvr\": 2.5,\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\": \"g schock uhr kinder\",\n            \"cpc\": 0,\n            \"search_volume\": 215,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 6244,\n            \"rank\": 0,\n            \"ctr\": 1.38,\n            \"cvr\": 2.41,\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\": \"leckereien f��r pferde\",\n            \"cpc\": 0,\n            \"search_volume\": 230,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5547,\n            \"rank\": 0,\n            \"ctr\": 1.17,\n            \"cvr\": 19.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 marzipan mini\",\n            \"cpc\": 0,\n            \"search_volume\": 272,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 7634,\n            \"rank\": 0,\n            \"ctr\": 1.9,\n            \"cvr\": 5,\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\": \"leckereien für pferde\",\n            \"cpc\": 0,\n            \"search_volume\": 306,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 8521,\n            \"rank\": 0,\n            \"ctr\": 2.08,\n            \"cvr\": 1.75,\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 socken herren\",\n            \"cpc\": 0,\n            \"search_volume\": 310,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 9951,\n            \"rank\": 0,\n            \"ctr\": 1.87,\n            \"cvr\": 8.33,\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 fanartikel\",\n            \"cpc\": 0,\n            \"search_volume\": 328,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 7949,\n            \"rank\": 0,\n            \"ctr\": 1.3,\n            \"cvr\": 4.04,\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 schlüsselanhänger\",\n            \"cpc\": 0,\n            \"search_volume\": 397,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10335,\n            \"rank\": 0,\n            \"ctr\": 1.55,\n            \"cvr\": 4.55,\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\": \"sugargang adventskalender mini\",\n            \"cpc\": 0,\n            \"search_volume\": 446,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10450,\n            \"rank\": 0,\n            \"ctr\": 0.89,\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 armbrust erwachsene\",\n            \"cpc\": 0,\n            \"search_volume\": 489,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 11406,\n            \"rank\": 0,\n            \"ctr\": 1.51,\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 glas mit namen\",\n            \"cpc\": 0,\n            \"search_volume\": 509,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 12801,\n            \"rank\": 0,\n            \"ctr\": 1.69,\n            \"cvr\": 0.96,\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 mini schokolade\",\n            \"cpc\": 0,\n            \"search_volume\": 561,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 14229,\n            \"rank\": 0,\n            \"ctr\": 1.77,\n            \"cvr\": 4.13,\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\": \"socken nutella\",\n            \"cpc\": 0,\n            \"search_volume\": 568,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 18329,\n            \"rank\": 0,\n            \"ctr\": 1.79,\n            \"cvr\": 13.84,\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\": \"baby g uhr kinder\",\n            \"cpc\": 0,\n            \"search_volume\": 608,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 20837,\n            \"rank\": 0,\n            \"ctr\": 1.2,\n            \"cvr\": 0.41,\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\": \"weihnachtskalender nutella\",\n            \"cpc\": 0,\n            \"search_volume\": 630,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 16816,\n            \"rank\": 0,\n            \"ctr\": 1.77,\n            \"cvr\": 13.29,\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 nutella gläser\",\n            \"cpc\": 0,\n            \"search_volume\": 646,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 15518,\n            \"rank\": 219885,\n            \"ctr\": 1.26,\n            \"cvr\": 5.85,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 6.24,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B016SI3GGW\",\n                    \"share\": 0.2455\n                },\n                {\n                    \"asin\": \"B016SI3GOE\",\n                    \"share\": 0.1264\n                },\n                {\n                    \"asin\": \"B094NPM9SV\",\n                    \"share\": 0.1011\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B016SI3GGW\",\n                    \"share\": 0.186\n                },\n                {\n                    \"asin\": \"B016SI3GOE\",\n                    \"share\": 0.1628\n                },\n                {\n                    \"asin\": \"B094NPM9SV\",\n                    \"share\": 0.0465\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender erwachsene essen\",\n            \"cpc\": 0,\n            \"search_volume\": 647,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 19327,\n            \"rank\": 0,\n            \"ctr\": 1.42,\n            \"cvr\": 3.01,\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 geschenk\",\n            \"cpc\": 0,\n            \"search_volume\": 659,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 15620,\n            \"rank\": 165466,\n            \"ctr\": 1.55,\n            \"cvr\": 3.88,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 8.41,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F83YX2X4\",\n                    \"share\": 0.157\n                },\n                {\n                    \"asin\": \"B003LSU2ZG\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.0579\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F83YX2X4\",\n                    \"share\": 0.1607\n                },\n                {\n                    \"asin\": \"B003LSU2ZG\",\n                    \"share\": 0.0714\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella 3kg\",\n            \"cpc\": 0.75,\n            \"search_volume\": 690,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 15217,\n            \"rank\": 184227,\n            \"ctr\": 1.76,\n            \"cvr\": 14.06,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 7.59,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.6702\n                },\n                {\n                    \"asin\": \"B07H1XXFPL\",\n                    \"share\": 0.0737\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.0632\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.8077\n                },\n                {\n                    \"asin\": \"B07H1XXFPL\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.013\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender mit schokolade für kinder\",\n            \"cpc\": 0,\n            \"search_volume\": 698,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 20997,\n            \"rank\": 0,\n            \"ctr\": 1.48,\n            \"cvr\": 7,\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 löffel personalisiert\",\n            \"cpc\": 0,\n            \"search_volume\": 713,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 16454,\n            \"rank\": 125378,\n            \"ctr\": 3.12,\n            \"cvr\": 3.05,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 10.53,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B086RRMZBG\",\n                    \"share\": 0.2436\n                },\n                {\n                    \"asin\": \"B0FMKD4PDR\",\n                    \"share\": 0.1928\n                },\n                {\n                    \"asin\": \"B0FC2ZNP3G\",\n                    \"share\": 0.0975\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B086RRMZBG\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0FMKD4PDR\",\n                    \"share\": 0.0645\n                },\n                {\n                    \"asin\": \"B0FC2ZNP3G\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella angebot\",\n            \"cpc\": 0,\n            \"search_volume\": 1453,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 36868,\n            \"rank\": 0,\n            \"ctr\": 0.8,\n            \"cvr\": 4.23,\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 socken herren 43-46\",\n            \"cpc\": 0,\n            \"search_volume\": 1499,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 45406,\n            \"rank\": 193645,\n            \"ctr\": 2.31,\n            \"cvr\": 9.66,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 7.21,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FG8BKSTK\",\n                    \"share\": 0.3035\n                },\n                {\n                    \"asin\": \"B0DT8W3VBB\",\n                    \"share\": 0.2939\n                },\n                {\n                    \"asin\": \"B0CW6FFGJC\",\n                    \"share\": 0.0831\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FG8BKSTK\",\n                    \"share\": 0.2143\n                },\n                {\n                    \"asin\": \"B0DT8W3VBB\",\n                    \"share\": 0.2347\n                },\n                {\n                    \"asin\": \"B0CW6FFGJC\",\n                    \"share\": 0.0204\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella löffel\",\n            \"cpc\": 0.89,\n            \"search_volume\": 1992,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 50484,\n            \"rank\": 112541,\n            \"ctr\": 2.1,\n            \"cvr\": 8.85,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 11.35,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F13Q7N8P\",\n                    \"share\": 0.1629\n                },\n                {\n                    \"asin\": \"B0DR6NVLXL\",\n                    \"share\": 0.1585\n                },\n                {\n                    \"asin\": \"B09D3M24K5\",\n                    \"share\": 0.1496\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F13Q7N8P\",\n                    \"share\": 0.022\n                },\n                {\n                    \"asin\": \"B0DR6NVLXL\",\n                    \"share\": 0.1099\n                },\n                {\n                    \"asin\": \"B09D3M24K5\",\n                    \"share\": 0.1429\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender 2025 schokolade erwachsene\",\n            \"cpc\": 0,\n            \"search_volume\": 2421,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 72555,\n            \"rank\": 0,\n            \"ctr\": 1.5,\n            \"cvr\": 8.64,\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 mit namen\",\n            \"cpc\": 0,\n            \"search_volume\": 2512,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 68216,\n            \"rank\": 65764,\n            \"ctr\": 1.48,\n            \"cvr\": 0.51,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 15.44,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0G35WMF2P\",\n                    \"share\": 0.4056\n                },\n                {\n                    \"asin\": \"B0CNQ2FWMT\",\n                    \"share\": 0.1622\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.1357\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0G35WMF2P\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0CNQ2FWMT\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella keksglas\",\n            \"cpc\": 0,\n            \"search_volume\": 2991,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 67999,\n            \"rank\": 111603,\n            \"ctr\": 1.61,\n            \"cvr\": 1.34,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 11.41,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B094NPM9SV\",\n                    \"share\": 0.5066\n                },\n                {\n                    \"asin\": \"B07QW9RKZJ\",\n                    \"share\": 0.0645\n                },\n                {\n                    \"asin\": \"B07SD18R7G\",\n                    \"share\": 0.0645\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B094NPM9SV\",\n                    \"share\": 0.4667\n                },\n                {\n                    \"asin\": \"B07QW9RKZJ\",\n                    \"share\": 0.0667\n                },\n                {\n                    \"asin\": \"B07SD18R7G\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender schokolade erwachsene\",\n            \"cpc\": 0.97,\n            \"search_volume\": 3438,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 99526,\n            \"rank\": 44706,\n            \"ctr\": 1.33,\n            \"cvr\": 4.52,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 18.39,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0091QPBGC\",\n                    \"share\": 0.0487\n                },\n                {\n                    \"asin\": \"B07Q2YW3NV\",\n                    \"share\": 0.0487\n                },\n                {\n                    \"asin\": \"B0CDQ6H7KZ\",\n                    \"share\": 0.0332\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0091QPBGC\",\n                    \"share\": 0.0385\n                },\n                {\n                    \"asin\": \"B07Q2YW3NV\",\n                    \"share\": 0.0231\n                },\n                {\n                    \"asin\": \"B0CDQ6H7KZ\",\n                    \"share\": 0.0192\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella socken\",\n            \"cpc\": 0,\n            \"search_volume\": 3742,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 116801,\n            \"rank\": 64365,\n            \"ctr\": 1.69,\n            \"cvr\": 12.37,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 15.61,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F83YX2X4\",\n                    \"share\": 0.3107\n                },\n                {\n                    \"asin\": \"B0FG8BKSTK\",\n                    \"share\": 0.11\n                },\n                {\n                    \"asin\": \"B0DT8W3VBB\",\n                    \"share\": 0.0782\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F83YX2X4\",\n                    \"share\": 0.3562\n                },\n                {\n                    \"asin\": \"B0FG8BKSTK\",\n                    \"share\": 0.1073\n                },\n                {\n                    \"asin\": \"B0DT8W3VBB\",\n                    \"share\": 0.03\n                }\n            ]\n        },\n        {\n            \"keyword\": \"mini adventskalender schokolade\",\n            \"cpc\": 0,\n            \"search_volume\": 4048,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 106416,\n            \"rank\": 0,\n            \"ctr\": 1.6,\n            \"cvr\": 7.73,\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 spender\",\n            \"cpc\": 1.03,\n            \"search_volume\": 5789,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 140509,\n            \"rank\": 70983,\n            \"ctr\": 0.65,\n            \"cvr\": 3.19,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 14.86,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.3192\n                },\n                {\n                    \"asin\": \"B0FTT4G8WK\",\n                    \"share\": 0.1098\n                },\n                {\n                    \"asin\": \"B09XH99WZQ\",\n                    \"share\": 0.1069\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.1818\n                },\n                {\n                    \"asin\": \"B0FTT4G8WK\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B09XH99WZQ\",\n                    \"share\": 0.0455\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender nutella\",\n            \"cpc\": 0,\n            \"search_volume\": 7063,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 180347,\n            \"rank\": 101175,\n            \"ctr\": 2.1,\n            \"cvr\": 3.77,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 12.16,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0.3478\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 0.1696\n                },\n                {\n                    \"asin\": \"B0FWRJMP6X\",\n                    \"share\": 0.0554\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C666SMJF\",\n                    \"share\": 0.1714\n                },\n                {\n                    \"asin\": \"B0CLKLN8YT\",\n                    \"share\": 0.1714\n                },\n                {\n                    \"asin\": \"B0FWRJMP6X\",\n                    \"share\": 0.0429\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella 5kg\",\n            \"cpc\": 1.07,\n            \"search_volume\": 7224,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 149040,\n            \"rank\": 14491,\n            \"ctr\": 1.6,\n            \"cvr\": 7.17,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 26.97,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.4803\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.1183\n                },\n                {\n                    \"asin\": \"B0CL9P1DP4\",\n                    \"share\": 0.0746\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.3975\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0CL9P1DP4\",\n                    \"share\": 0.1392\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella geschenke\",\n            \"cpc\": 1.1,\n            \"search_volume\": 9108,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 221650,\n            \"rank\": 29533,\n            \"ctr\": 1.7,\n            \"cvr\": 8.14,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 21.55,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F83YX2X4\",\n                    \"share\": 0.1013\n                },\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.0907\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.0807\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F83YX2X4\",\n                    \"share\": 0.0533\n                },\n                {\n                    \"asin\": \"B00LTT7YV4\",\n                    \"share\": 0.0123\n                },\n                {\n                    \"asin\": \"B0CNPYY48W\",\n                    \"share\": 0.076\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella geschenkbox\",\n            \"cpc\": 0,\n            \"search_volume\": 22422,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 492736,\n            \"rank\": 5259,\n            \"ctr\": 1.76,\n            \"cvr\": 2.33,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 34.7,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CJMPRCV5\",\n                    \"share\": 48.63\n                },\n                {\n                    \"asin\": \"B0CNQ2FWMT\",\n                    \"share\": 10.4\n                },\n                {\n                    \"asin\": \"B07NNMTY4L\",\n                    \"share\": 4.88\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CJMPRCV5\",\n                    \"share\": 26.07\n                },\n                {\n                    \"asin\": \"B0CNQ2FWMT\",\n                    \"share\": 8.12\n                },\n                {\n                    \"asin\": \"B07NNMTY4L\",\n                    \"share\": 0.43\n                }\n            ]\n        },\n        {\n            \"keyword\": \"schokoladen adventskalender\",\n            \"cpc\": 0,\n            \"search_volume\": 29873,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 729569,\n            \"rank\": 73518,\n            \"ctr\": 1.78,\n            \"cvr\": 7.48,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 14.59,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B004KSKSNC\",\n                    \"share\": 0.1115\n                },\n                {\n                    \"asin\": \"B0D87CT5S7\",\n                    \"share\": 0.0705\n                },\n                {\n                    \"asin\": \"B0B2TFMN1L\",\n                    \"share\": 0.0423\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B004KSKSNC\",\n                    \"share\": 0.1111\n                },\n                {\n                    \"asin\": \"B0D87CT5S7\",\n                    \"share\": 0.0944\n                },\n                {\n                    \"asin\": \"B0B2TFMN1L\",\n                    \"share\": 0.0556\n                }\n            ]\n        },\n        {\n            \"keyword\": \"mini adventskalender\",\n            \"cpc\": 0,\n            \"search_volume\": 39763,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1027305,\n            \"rank\": 206799,\n            \"ctr\": 1.79,\n            \"cvr\": 5.08,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 6.71,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"3848502399\",\n                    \"share\": 0.0986\n                },\n                {\n                    \"asin\": \"B0FFNDKJWS\",\n                    \"share\": 0.0782\n                },\n                {\n                    \"asin\": \"B0FTML9SKL\",\n                    \"share\": 0.068\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"3848502399\",\n                    \"share\": 0.0256\n                },\n                {\n                    \"asin\": \"B0FFNDKJWS\",\n                    \"share\": 0.0513\n                },\n                {\n                    \"asin\": \"B0FTML9SKL\",\n                    \"share\": 0.1282\n                }\n            ]\n        },\n        {\n            \"keyword\": \"nutella\",\n            \"cpc\": 1.34,\n            \"search_volume\": 46555,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1151654,\n            \"rank\": 2180,\n            \"ctr\": 1.43,\n            \"cvr\": 22.02,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 41.41,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B01BBT8FLE\",\n                    \"share\": 0.2903\n                },\n                {\n                    \"asin\": \"B0CL9P1DP4\",\n                    \"share\": 0.1334\n                },\n                {\n                    \"asin\": \"B011EI6B4A\",\n                    \"share\": 0.1037\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B01BBT8FLE\",\n                    \"share\": 0.2975\n                },\n                {\n                    \"asin\": \"B0CL9P1DP4\",\n                    \"share\": 0.1209\n                },\n                {\n                    \"asin\": \"B011EI6B4A\",\n                    \"share\": 0.143\n                }\n            ]\n        },\n        {\n            \"keyword\": \"ausgefallene adventskalender für erwachsene\",\n            \"cpc\": 0,\n            \"search_volume\": 51166,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1516748,\n            \"rank\": 219093,\n            \"ctr\": 1.24,\n            \"cvr\": 2.77,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 6.27,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FB4SB1HM\",\n                    \"share\": 0.0755\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 0.0612\n                },\n                {\n                    \"asin\": \"3911252048\",\n                    \"share\": 0.0468\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FB4SB1HM\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"398275013X\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"3911252048\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender erwachsene\",\n            \"cpc\": 0,\n            \"search_volume\": 54365,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1266258,\n            \"rank\": 57167,\n            \"ctr\": 1.58,\n            \"cvr\": 2.04,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 16.51,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FHHSNYC7\",\n                    \"share\": 0.0966\n                },\n                {\n                    \"asin\": \"B0FB4SB1HM\",\n                    \"share\": 0.0804\n                },\n                {\n                    \"asin\": \"B0FVVMHRH4\",\n                    \"share\": 0.0529\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FHHSNYC7\",\n                    \"share\": 0.0282\n                },\n                {\n                    \"asin\": \"B0FB4SB1HM\",\n                    \"share\": 0.0141\n                },\n                {\n                    \"asin\": \"B0FVVMHRH4\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"adventskalender\",\n            \"cpc\": 1.43,\n            \"search_volume\": 85912,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2116076,\n            \"rank\": 15035,\n            \"ctr\": 1.64,\n            \"cvr\": 1.42,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 26.69,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07T2662WK\",\n                    \"share\": 0.0962\n                },\n                {\n                    \"asin\": \"B0CKSVVZ9W\",\n                    \"share\": 0.0781\n                },\n                {\n                    \"asin\": \"B0FV2YZ2ZQ\",\n                    \"share\": 0.0422\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07T2662WK\",\n                    \"share\": 0.1869\n                },\n                {\n                    \"asin\": \"B0CKSVVZ9W\",\n                    \"share\": 0.0187\n                },\n                {\n                    \"asin\": \"B0FV2YZ2ZQ\",\n                    \"share\": 0.0187\n                }\n            ]\n        },\n        {\n            \"keyword\": \"kinder\",\n            \"cpc\": 1.47,\n            \"search_volume\": 120292,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2653778,\n            \"rank\": 1963,\n            \"ctr\": 0.4,\n            \"cvr\": 3.6,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 42.21,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0140EBOOM\",\n                    \"share\": 0.045\n                },\n                {\n                    \"asin\": \"B0DS9W7WLC\",\n                    \"share\": 0.0256\n                },\n                {\n                    \"asin\": \"B0FV2YCHRF\",\n                    \"share\": 0.023\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0140EBOOM\",\n                    \"share\": 0.0497\n                },\n                {\n                    \"asin\": \"B0DS9W7WLC\",\n                    \"share\": 0.0014\n                },\n                {\n                    \"asin\": \"B0FV2YCHRF\",\n                    \"share\": 0.0567\n                }\n            ]\n        }\n    ]\n}"},{"id":"22a3cd8d-78a7-4af9-8db1-dc77c65f05ce","name":"type kw sorted -1","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"clint-id"},{"key":"token","value":"token-id"}],"url":{"raw":"https://api.sellerapp.com/sellmetrics/v2/keyword_research?key=balloon%20pump%20electric&type=keyword&geo=us&pagenumber=1&additional_details=1&results_count=100&sortBySV=-1","protocol":"https","host":["api","sellerapp","com"],"path":["sellmetrics","v2","keyword_research"],"query":[{"key":"key","value":"balloon%20pump%20electric"},{"key":"type","value":"keyword"},{"key":"geo","value":"us"},{"key":"pagenumber","value":"1"},{"key":"additional_details","value":"1"},{"key":"results_count","value":"100"},{"key":"sortBySV","value":"-1","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"keyword_list\": [\n        {\n            \"keyword\": \"electric toothbrush\",\n            \"cpc\": 1.8,\n            \"search_volume\": 897921,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 22855335,\n            \"rank\": 189,\n            \"ctr\": 1.57,\n            \"cvr\": 11.88,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 60.05,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B072YVWBXH\",\n                    \"share\": 0.1759\n                },\n                {\n                    \"asin\": \"B01AKGRTUM\",\n                    \"share\": 0.094\n                },\n                {\n                    \"asin\": \"B09LD7WRVS\",\n                    \"share\": 0.0457\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B072YVWBXH\",\n                    \"share\": 0.1434\n                },\n                {\n                    \"asin\": \"B01AKGRTUM\",\n                    \"share\": 0.0737\n                },\n                {\n                    \"asin\": \"B09LD7WRVS\",\n                    \"share\": 0.0386\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric bike\",\n            \"cpc\": 1.77,\n            \"search_volume\": 730687,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 15899995,\n            \"rank\": 81,\n            \"ctr\": 1.57,\n            \"cvr\": 0.66,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 66.51,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0GQSWH91N\",\n                    \"share\": 0.1008\n                },\n                {\n                    \"asin\": \"B0FS6BXP1P\",\n                    \"share\": 0.0509\n                },\n                {\n                    \"asin\": \"B0FLKC84VC\",\n                    \"share\": 0.0435\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0GQSWH91N\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0FS6BXP1P\",\n                    \"share\": 0.0162\n                },\n                {\n                    \"asin\": \"B0FLKC84VC\",\n                    \"share\": 0.0929\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric fireplace\",\n            \"cpc\": 1.72,\n            \"search_volume\": 527276,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 13073786,\n            \"rank\": 9715,\n            \"ctr\": 1.41,\n            \"cvr\": 0.88,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 30.02,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07VYXF8YD\",\n                    \"share\": 0.0673\n                },\n                {\n                    \"asin\": \"B082SXQXSN\",\n                    \"share\": 0.0488\n                },\n                {\n                    \"asin\": \"B00H3RI32U\",\n                    \"share\": 0.0456\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07VYXF8YD\",\n                    \"share\": 0.054\n                },\n                {\n                    \"asin\": \"B082SXQXSN\",\n                    \"share\": 0.0672\n                },\n                {\n                    \"asin\": \"B00H3RI32U\",\n                    \"share\": 0.0161\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric kettle\",\n            \"cpc\": 1.67,\n            \"search_volume\": 402196,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10664523,\n            \"rank\": 1310,\n            \"ctr\": 1.57,\n            \"cvr\": 10.79,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 45.29,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08PP48979\",\n                    \"share\": 0.1224\n                },\n                {\n                    \"asin\": \"B0C5Z8VCHX\",\n                    \"share\": 0.0895\n                },\n                {\n                    \"asin\": \"B07JZQ1MXT\",\n                    \"share\": 0.0774\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08PP48979\",\n                    \"share\": 0.1392\n                },\n                {\n                    \"asin\": \"B0C5Z8VCHX\",\n                    \"share\": 0.1017\n                },\n                {\n                    \"asin\": \"B07JZQ1MXT\",\n                    \"share\": 0.0618\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric heater\",\n            \"cpc\": 1.56,\n            \"search_volume\": 186292,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4022805,\n            \"rank\": 93003,\n            \"ctr\": 1.51,\n            \"cvr\": 12.41,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 12.8,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C6FCKQML\",\n                    \"share\": 0.0726\n                },\n                {\n                    \"asin\": \"B07V6M3PDX\",\n                    \"share\": 0.0654\n                },\n                {\n                    \"asin\": \"B097RG67QB\",\n                    \"share\": 0.0527\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C6FCKQML\",\n                    \"share\": 0.0634\n                },\n                {\n                    \"asin\": \"B07V6M3PDX\",\n                    \"share\": 0.0605\n                },\n                {\n                    \"asin\": \"B097RG67QB\",\n                    \"share\": 0.0369\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon pump\",\n            \"cpc\": 1.53,\n            \"search_volume\": 155565,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4362697,\n            \"rank\": 3408,\n            \"ctr\": 1.63,\n            \"cvr\": 27.83,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 38,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09VLJJPL6\",\n                    \"share\": 0.1673\n                },\n                {\n                    \"asin\": \"B0FJ5G1Y31\",\n                    \"share\": 0.1622\n                },\n                {\n                    \"asin\": \"B015EWMYYS\",\n                    \"share\": 0.0798\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09VLJJPL6\",\n                    \"share\": 0.1667\n                },\n                {\n                    \"asin\": \"B0FJ5G1Y31\",\n                    \"share\": 0.1301\n                },\n                {\n                    \"asin\": \"B015EWMYYS\",\n                    \"share\": 0.0779\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric smoker\",\n            \"cpc\": 1.39,\n            \"search_volume\": 60452,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1262795,\n            \"rank\": 21491,\n            \"ctr\": 1.9,\n            \"cvr\": 2.36,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 23.97,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07CN38M23\",\n                    \"share\": 0.1184\n                },\n                {\n                    \"asin\": \"B08F8L6S2R\",\n                    \"share\": 0.1152\n                },\n                {\n                    \"asin\": \"B07NQLF9WD\",\n                    \"share\": 0.1081\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07CN38M23\",\n                    \"share\": 0.0639\n                },\n                {\n                    \"asin\": \"B08F8L6S2R\",\n                    \"share\": 0.1361\n                },\n                {\n                    \"asin\": \"B07NQLF9WD\",\n                    \"share\": 0.0639\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric\",\n            \"cpc\": 1.38,\n            \"search_volume\": 55453,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1187724,\n            \"rank\": 123051,\n            \"ctr\": 0.59,\n            \"cvr\": 2.04,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 10.67,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CBT7YZG3\",\n                    \"share\": 0.1337\n                },\n                {\n                    \"asin\": \"B072YVWBXH\",\n                    \"share\": 0.1264\n                },\n                {\n                    \"asin\": \"B0GQJPYZ6N\",\n                    \"share\": 0.0447\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CBT7YZG3\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B072YVWBXH\",\n                    \"share\": 0.0612\n                },\n                {\n                    \"asin\": \"B0GQJPYZ6N\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric throw\",\n            \"cpc\": 1.34,\n            \"search_volume\": 42066,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 1249108,\n            \"rank\": 248842,\n            \"ctr\": 1.75,\n            \"cvr\": 7.04,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 5.3,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09838MXBJ\",\n                    \"share\": 0.113\n                },\n                {\n                    \"asin\": \"B09F6FTL42\",\n                    \"share\": 0.0527\n                },\n                {\n                    \"asin\": \"B0GH7TY8DJ\",\n                    \"share\": 0.0444\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09838MXBJ\",\n                    \"share\": 0.0551\n                },\n                {\n                    \"asin\": \"B09F6FTL42\",\n                    \"share\": 0.0165\n                },\n                {\n                    \"asin\": \"B0GH7TY8DJ\",\n                    \"share\": 0.022\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric bicycle\",\n            \"cpc\": 1.33,\n            \"search_volume\": 40731,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 843063,\n            \"rank\": 38767,\n            \"ctr\": 1.55,\n            \"cvr\": 0.42,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 19.47,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0GQSWH91N\",\n                    \"share\": 0.171\n                },\n                {\n                    \"asin\": \"B0G93PR6RB\",\n                    \"share\": 0.0394\n                },\n                {\n                    \"asin\": \"B0FS6BXP1P\",\n                    \"share\": 0.0381\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0GQSWH91N\",\n                    \"share\": 0.0256\n                },\n                {\n                    \"asin\": \"B0G93PR6RB\",\n                    \"share\": 0.0513\n                },\n                {\n                    \"asin\": \"B0FS6BXP1P\",\n                    \"share\": 0.0256\n                }\n            ]\n        },\n        {\n            \"keyword\": \"pump\",\n            \"cpc\": 1.31,\n            \"search_volume\": 34619,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 829704,\n            \"rank\": 15292,\n            \"ctr\": 0.74,\n            \"cvr\": 11.74,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 26.56,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FC1LCSXX\",\n                    \"share\": 0.4673\n                },\n                {\n                    \"asin\": \"B0FC1XZ5C3\",\n                    \"share\": 0.227\n                },\n                {\n                    \"asin\": \"B09V3C6963\",\n                    \"share\": 0.0229\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FC1LCSXX\",\n                    \"share\": 0.0024\n                },\n                {\n                    \"asin\": \"B0FC1XZ5C3\",\n                    \"share\": 0.0008\n                },\n                {\n                    \"asin\": \"B09V3C6963\",\n                    \"share\": 0.0663\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon arch\",\n            \"cpc\": 1.29,\n            \"search_volume\": 30765,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 765613,\n            \"rank\": 4991,\n            \"ctr\": 1.54,\n            \"cvr\": 6.96,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 35.1,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B086X6KLBG\",\n                    \"share\": 0.1314\n                },\n                {\n                    \"asin\": \"B0B5JZKBKQ\",\n                    \"share\": 0.0373\n                },\n                {\n                    \"asin\": \"B0C8TCGSB1\",\n                    \"share\": 0.0331\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B086X6KLBG\",\n                    \"share\": 0.1039\n                },\n                {\n                    \"asin\": \"B0B5JZKBKQ\",\n                    \"share\": 0.0325\n                },\n                {\n                    \"asin\": \"B0C8TCGSB1\",\n                    \"share\": 0.0279\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric ratchet\",\n            \"cpc\": 1.25,\n            \"search_volume\": 24074,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 551925,\n            \"rank\": 33142,\n            \"ctr\": 1.69,\n            \"cvr\": 3.93,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 20.67,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07CZWBYBK\",\n                    \"share\": 0.1671\n                },\n                {\n                    \"asin\": \"B0DFLZ1NWJ\",\n                    \"share\": 0.0584\n                },\n                {\n                    \"asin\": \"B0F9FCDFDP\",\n                    \"share\": 0.0524\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07CZWBYBK\",\n                    \"share\": 0.1544\n                },\n                {\n                    \"asin\": \"B0DFLZ1NWJ\",\n                    \"share\": 0.0051\n                },\n                {\n                    \"asin\": \"B0F9FCDFDP\",\n                    \"share\": 0.0772\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric dirtbike\",\n            \"cpc\": 1.25,\n            \"search_volume\": 22859,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 609858,\n            \"rank\": 32704,\n            \"ctr\": 1.49,\n            \"cvr\": 0.19,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 20.77,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0G2946BYN\",\n                    \"share\": 0.0823\n                },\n                {\n                    \"asin\": \"B0G6YQF1YX\",\n                    \"share\": 0.0548\n                },\n                {\n                    \"asin\": \"B0GS8WDXBX\",\n                    \"share\": 0.0421\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0G2946BYN\",\n                    \"share\": 0.0263\n                },\n                {\n                    \"asin\": \"B0G6YQF1YX\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0GS8WDXBX\",\n                    \"share\": 0.0263\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric breast pump\",\n            \"cpc\": 1.23,\n            \"search_volume\": 20422,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 477823,\n            \"rank\": 88189,\n            \"ctr\": 1.93,\n            \"cvr\": 5.44,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 13.21,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08PD2FV1F\",\n                    \"share\": 0.1923\n                },\n                {\n                    \"asin\": \"B0DFBXCZ27\",\n                    \"share\": 0.0943\n                },\n                {\n                    \"asin\": \"B0F7XTHCNY\",\n                    \"share\": 0.0716\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08PD2FV1F\",\n                    \"share\": 0.1902\n                },\n                {\n                    \"asin\": \"B0DFBXCZ27\",\n                    \"share\": 0.0675\n                },\n                {\n                    \"asin\": \"B0F7XTHCNY\",\n                    \"share\": 0.0215\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric radiator\",\n            \"cpc\": 1.21,\n            \"search_volume\": 17519,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 376437,\n            \"rank\": 537077,\n            \"ctr\": 1.42,\n            \"cvr\": 5.91,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07HG923KN\",\n                    \"share\": 0.1974\n                },\n                {\n                    \"asin\": \"B0FQ5FYNLN\",\n                    \"share\": 0.0591\n                },\n                {\n                    \"asin\": \"B08NBHV5F5\",\n                    \"share\": 0.0533\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07HG923KN\",\n                    \"share\": 0.1239\n                },\n                {\n                    \"asin\": \"B0FQ5FYNLN\",\n                    \"share\": 0.0619\n                },\n                {\n                    \"asin\": \"B08NBHV5F5\",\n                    \"share\": 0.0531\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric vehicle\",\n            \"cpc\": 1.2,\n            \"search_volume\": 16565,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 361681,\n            \"rank\": 342911,\n            \"ctr\": 0.84,\n            \"cvr\": 0.03,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 2.86,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FQNJBJCR\",\n                    \"share\": 0.2037\n                },\n                {\n                    \"asin\": \"B0GRZBTYDT\",\n                    \"share\": 0.0538\n                },\n                {\n                    \"asin\": \"B0GFSRZL82\",\n                    \"share\": 0.0526\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FQNJBJCR\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0GRZBTYDT\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0GFSRZL82\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"water pump electric\",\n            \"cpc\": 1.19,\n            \"search_volume\": 15427,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 394428,\n            \"rank\": 363346,\n            \"ctr\": 1.38,\n            \"cvr\": 5.74,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 2.42,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BB9M2TS8\",\n                    \"share\": 0.0714\n                },\n                {\n                    \"asin\": \"B0C9QCCBVW\",\n                    \"share\": 0.0619\n                },\n                {\n                    \"asin\": \"B0C7Z34NG7\",\n                    \"share\": 0.0595\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0BB9M2TS8\",\n                    \"share\": 0.055\n                },\n                {\n                    \"asin\": \"B0C9QCCBVW\",\n                    \"share\": 0.0642\n                },\n                {\n                    \"asin\": \"B0C7Z34NG7\",\n                    \"share\": 0.0367\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric heaters\",\n            \"cpc\": 1.19,\n            \"search_volume\": 15238,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 332808,\n            \"rank\": 615080,\n            \"ctr\": 1.18,\n            \"cvr\": 10.57,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B097RG67QB\",\n                    \"share\": 0.0589\n                },\n                {\n                    \"asin\": \"B0FHMGW7BL\",\n                    \"share\": 0.0528\n                },\n                {\n                    \"asin\": \"B0F8VH3TKQ\",\n                    \"share\": 0.0447\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B097RG67QB\",\n                    \"share\": 0.004\n                },\n                {\n                    \"asin\": \"B0FHMGW7BL\",\n                    \"share\": 0.0345\n                },\n                {\n                    \"asin\": \"B0F8VH3TKQ\",\n                    \"share\": 0.046\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon string\",\n            \"cpc\": 1.19,\n            \"search_volume\": 15126,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 364857,\n            \"rank\": 36698,\n            \"ctr\": 1.88,\n            \"cvr\": 31.87,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 19.89,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0C2DGJGST\",\n                    \"share\": 0.159\n                },\n                {\n                    \"asin\": \"B0D8J7PWDL\",\n                    \"share\": 0.1246\n                },\n                {\n                    \"asin\": \"B07KJZD5KK\",\n                    \"share\": 0.0749\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0C2DGJGST\",\n                    \"share\": 0.1642\n                },\n                {\n                    \"asin\": \"B0D8J7PWDL\",\n                    \"share\": 0.1213\n                },\n                {\n                    \"asin\": \"B07KJZD5KK\",\n                    \"share\": 0.0703\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric car\",\n            \"cpc\": 1.17,\n            \"search_volume\": 13484,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 348302,\n            \"rank\": 126841,\n            \"ctr\": 0.96,\n            \"cvr\": 0.97,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 10.44,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CBJFSP3G\",\n                    \"share\": 0.0517\n                },\n                {\n                    \"asin\": \"B0F5Q8TFM9\",\n                    \"share\": 0.0337\n                },\n                {\n                    \"asin\": \"B0GFSRZL82\",\n                    \"share\": 0.0289\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CBJFSP3G\",\n                    \"share\": 0.0345\n                },\n                {\n                    \"asin\": \"B0F5Q8TFM9\",\n                    \"share\": 0.0196\n                },\n                {\n                    \"asin\": \"B0GFSRZL82\",\n                    \"share\": 0.0172\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon stand\",\n            \"cpc\": 1.16,\n            \"search_volume\": 12915,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 306633,\n            \"rank\": 14327,\n            \"ctr\": 1.85,\n            \"cvr\": 9.14,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 27.06,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BWSD57H2\",\n                    \"share\": 0.1087\n                },\n                {\n                    \"asin\": \"B09TWBW823\",\n                    \"share\": 0.064\n                },\n                {\n                    \"asin\": \"B0BW914VMY\",\n                    \"share\": 0.0605\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0BWSD57H2\",\n                    \"share\": 0.1224\n                },\n                {\n                    \"asin\": \"B09TWBW823\",\n                    \"share\": 0.054\n                },\n                {\n                    \"asin\": \"B0BW914VMY\",\n                    \"share\": 0.0439\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric unicycle\",\n            \"cpc\": 1.11,\n            \"search_volume\": 9040,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 220404,\n            \"rank\": 98665,\n            \"ctr\": 1.72,\n            \"cvr\": 0.3,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 12.35,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0G4R82FDF\",\n                    \"share\": 0.1507\n                },\n                {\n                    \"asin\": \"B0F7KN5Y52\",\n                    \"share\": 0.1452\n                },\n                {\n                    \"asin\": \"B0D2LF4XDF\",\n                    \"share\": 0.0975\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0G4R82FDF\",\n                    \"share\": 0.0769\n                },\n                {\n                    \"asin\": \"B0F7KN5Y52\",\n                    \"share\": 0.0769\n                },\n                {\n                    \"asin\": \"B0D2LF4XDF\",\n                    \"share\": 0.0769\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric wire\",\n            \"cpc\": 1.1,\n            \"search_volume\": 8259,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 235634,\n            \"rank\": 203149,\n            \"ctr\": 1.05,\n            \"cvr\": 8.09,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 6.85,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0B49TQZHV\",\n                    \"share\": 0.0688\n                },\n                {\n                    \"asin\": \"B0D91BR799\",\n                    \"share\": 0.0633\n                },\n                {\n                    \"asin\": \"B07TX6BX47\",\n                    \"share\": 0.0564\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0B49TQZHV\",\n                    \"share\": 0.0772\n                },\n                {\n                    \"asin\": \"B0D91BR799\",\n                    \"share\": 0.0163\n                },\n                {\n                    \"asin\": \"B07TX6BX47\",\n                    \"share\": 0.0285\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon sticks\",\n            \"cpc\": 1.09,\n            \"search_volume\": 7744,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 190192,\n            \"rank\": 40944,\n            \"ctr\": 1.74,\n            \"cvr\": 17.88,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 19.06,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B075SWM7RF\",\n                    \"share\": 0.1906\n                },\n                {\n                    \"asin\": \"B0FH734259\",\n                    \"share\": 0.0977\n                },\n                {\n                    \"asin\": \"B0BXVSX463\",\n                    \"share\": 0.0908\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B075SWM7RF\",\n                    \"share\": 0.0939\n                },\n                {\n                    \"asin\": \"B0FH734259\",\n                    \"share\": 0.0788\n                },\n                {\n                    \"asin\": \"B0BXVSX463\",\n                    \"share\": 0.0694\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon pants\",\n            \"cpc\": 1.05,\n            \"search_volume\": 5859,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 179903,\n            \"rank\": 58163,\n            \"ctr\": 0.81,\n            \"cvr\": 0.5,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 16.38,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FC6BYRPD\",\n                    \"share\": 0.0479\n                },\n                {\n                    \"asin\": \"B0FC6F8H2B\",\n                    \"share\": 0.0332\n                },\n                {\n                    \"asin\": \"B0DP4S1ZJQ\",\n                    \"share\": 0.0294\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FC6BYRPD\",\n                    \"share\": 0.0144\n                },\n                {\n                    \"asin\": \"B0FC6F8H2B\",\n                    \"share\": 0.0096\n                },\n                {\n                    \"asin\": \"B0DP4S1ZJQ\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric cart\",\n            \"cpc\": 1.05,\n            \"search_volume\": 5859,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 162345,\n            \"rank\": 299082,\n            \"ctr\": 0.93,\n            \"cvr\": 1.1,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 3.9,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F9NMCCQQ\",\n                    \"share\": 0.0762\n                },\n                {\n                    \"asin\": \"B0FQ55DGQY\",\n                    \"share\": 0.0401\n                },\n                {\n                    \"asin\": \"B07KX7W5Q5\",\n                    \"share\": 0.0361\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F9NMCCQQ\",\n                    \"share\": 0.1818\n                },\n                {\n                    \"asin\": \"B0FQ55DGQY\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B07KX7W5Q5\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric pump\",\n            \"cpc\": 1.04,\n            \"search_volume\": 5576,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 146508,\n            \"rank\": 110926,\n            \"ctr\": 1.26,\n            \"cvr\": 24.49,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 11.46,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CS3B7MD8\",\n                    \"share\": 0.1185\n                },\n                {\n                    \"asin\": \"B0DCYYDBFB\",\n                    \"share\": 0.0834\n                },\n                {\n                    \"asin\": \"B0B71MN9RH\",\n                    \"share\": 0.0753\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CS3B7MD8\",\n                    \"share\": 0.1114\n                },\n                {\n                    \"asin\": \"B0DCYYDBFB\",\n                    \"share\": 0.0949\n                },\n                {\n                    \"asin\": \"B0B71MN9RH\",\n                    \"share\": 0.0377\n                }\n            ]\n        },\n        {\n            \"keyword\": \"baby balloon\",\n            \"cpc\": 1.04,\n            \"search_volume\": 5398,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 127428,\n            \"rank\": 374403,\n            \"ctr\": 1.38,\n            \"cvr\": 10.06,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 2.19,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0049421N2\",\n                    \"share\": 0.086\n                },\n                {\n                    \"asin\": \"B07B8PM56S\",\n                    \"share\": 0.0823\n                },\n                {\n                    \"asin\": \"B0FNC6SY9W\",\n                    \"share\": 0.0736\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0049421N2\",\n                    \"share\": 0.0629\n                },\n                {\n                    \"asin\": \"B07B8PM56S\",\n                    \"share\": 0.0692\n                },\n                {\n                    \"asin\": \"B0FNC6SY9W\",\n                    \"share\": 0.0314\n                }\n            ]\n        },\n        {\n            \"keyword\": \"breast pump electric\",\n            \"cpc\": 1.03,\n            \"search_volume\": 5138,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 113396,\n            \"rank\": 409494,\n            \"ctr\": 1.69,\n            \"cvr\": 4.98,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 1.51,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08PD2FV1F\",\n                    \"share\": 0.1687\n                },\n                {\n                    \"asin\": \"B0DFBXCZ27\",\n                    \"share\": 0.102\n                },\n                {\n                    \"asin\": \"B000P9XJ5E\",\n                    \"share\": 0.0463\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08PD2FV1F\",\n                    \"share\": 0.1757\n                },\n                {\n                    \"asin\": \"B0DFBXCZ27\",\n                    \"share\": 0.1216\n                },\n                {\n                    \"asin\": \"B000P9XJ5E\",\n                    \"share\": 0.0385\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric ball pump\",\n            \"cpc\": 1,\n            \"search_volume\": 4185,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 115518,\n            \"rank\": 97923,\n            \"ctr\": 1.5,\n            \"cvr\": 23.66,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 12.41,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0869379NP\",\n                    \"share\": 0.2207\n                },\n                {\n                    \"asin\": \"B0B71MN9RH\",\n                    \"share\": 0.1349\n                },\n                {\n                    \"asin\": \"B0CS3B7MD8\",\n                    \"share\": 0.0958\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0869379NP\",\n                    \"share\": 0.17\n                },\n                {\n                    \"asin\": \"B0B71MN9RH\",\n                    \"share\": 0.1287\n                },\n                {\n                    \"asin\": \"B0CS3B7MD8\",\n                    \"share\": 0.0749\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric pump sprayer\",\n            \"cpc\": 0.97,\n            \"search_volume\": 3347,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 88732,\n            \"rank\": 403429,\n            \"ctr\": 1.46,\n            \"cvr\": 8.89,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 1.62,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DSVJGZRV\",\n                    \"share\": 0.1381\n                },\n                {\n                    \"asin\": \"B07NNWK7CT\",\n                    \"share\": 0.0992\n                },\n                {\n                    \"asin\": \"B0BPNZZ36Y\",\n                    \"share\": 0.0751\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DSVJGZRV\",\n                    \"share\": 0.0851\n                },\n                {\n                    \"asin\": \"B07NNWK7CT\",\n                    \"share\": 0.1135\n                },\n                {\n                    \"asin\": \"B0BPNZZ36Y\",\n                    \"share\": 0.0496\n                }\n            ]\n        },\n        {\n            \"keyword\": \"manual breast pump hand pump\",\n            \"cpc\": 0.97,\n            \"search_volume\": 3272,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 74549,\n            \"rank\": 359851,\n            \"ctr\": 2.51,\n            \"cvr\": 14.8,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 2.49,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B08H9QJVNZ\",\n                    \"share\": 0.2578\n                },\n                {\n                    \"asin\": \"B0BFJK96CW\",\n                    \"share\": 0.1894\n                },\n                {\n                    \"asin\": \"B00GY1SCW2\",\n                    \"share\": 0.1043\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B08H9QJVNZ\",\n                    \"share\": 0.2651\n                },\n                {\n                    \"asin\": \"B0BFJK96CW\",\n                    \"share\": 0.1084\n                },\n                {\n                    \"asin\": \"B00GY1SCW2\",\n                    \"share\": 0.1145\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric flosser\",\n            \"cpc\": 0.96,\n            \"search_volume\": 2947,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 71571,\n            \"rank\": 36639,\n            \"ctr\": 2.01,\n            \"cvr\": 12.61,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 19.9,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CZSBT5VF\",\n                    \"share\": 0.3608\n                },\n                {\n                    \"asin\": \"B0BG52SJ5N\",\n                    \"share\": 0.0721\n                },\n                {\n                    \"asin\": \"B0DZGNVSTV\",\n                    \"share\": 0.0462\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CZSBT5VF\",\n                    \"share\": 0.2366\n                },\n                {\n                    \"asin\": \"B0BG52SJ5N\",\n                    \"share\": 0.0664\n                },\n                {\n                    \"asin\": \"B0DZGNVSTV\",\n                    \"share\": 0.0182\n                }\n            ]\n        },\n        {\n            \"keyword\": \"13 balloon\",\n            \"cpc\": 0.96,\n            \"search_volume\": 2923,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 75719,\n            \"rank\": 367935,\n            \"ctr\": 1.69,\n            \"cvr\": 20.19,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 2.32,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07MKPJXKJ\",\n                    \"share\": 0.0968\n                },\n                {\n                    \"asin\": \"B0CMWN789Y\",\n                    \"share\": 0.0907\n                },\n                {\n                    \"asin\": \"B0BCXSQW39\",\n                    \"share\": 0.0846\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07MKPJXKJ\",\n                    \"share\": 0.0603\n                },\n                {\n                    \"asin\": \"B0CMWN789Y\",\n                    \"share\": 0.054\n                },\n                {\n                    \"asin\": \"B0BCXSQW39\",\n                    \"share\": 0.0571\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric screwdrivers\",\n            \"cpc\": 0.95,\n            \"search_volume\": 2821,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 110861,\n            \"rank\": 827796,\n            \"ctr\": 0.75,\n            \"cvr\": 8.85,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09PFCX8Q1\",\n                    \"share\": 0.0751\n                },\n                {\n                    \"asin\": \"B0CGLPL4PS\",\n                    \"share\": 0.0464\n                },\n                {\n                    \"asin\": \"B0FR4BFG7Q\",\n                    \"share\": 0.0464\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09PFCX8Q1\",\n                    \"share\": 0.0455\n                },\n                {\n                    \"asin\": \"B0CGLPL4PS\",\n                    \"share\": 0.0341\n                },\n                {\n                    \"asin\": \"B0FR4BFG7Q\",\n                    \"share\": 0.0341\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric generator\",\n            \"cpc\": 0.92,\n            \"search_volume\": 2273,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 48303,\n            \"rank\": 59970,\n            \"ctr\": 1.46,\n            \"cvr\": 1.49,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 16.15,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B082TMBYR6\",\n                    \"share\": 0.1708\n                },\n                {\n                    \"asin\": \"B0FN7MSY4L\",\n                    \"share\": 0.1106\n                },\n                {\n                    \"asin\": \"B08G1KB88B\",\n                    \"share\": 0.0558\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B082TMBYR6\",\n                    \"share\": 0.1827\n                },\n                {\n                    \"asin\": \"B0FN7MSY4L\",\n                    \"share\": 0.0192\n                },\n                {\n                    \"asin\": \"B08G1KB88B\",\n                    \"share\": 0.125\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric tiller\",\n            \"cpc\": 0.92,\n            \"search_volume\": 2264,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 47773,\n            \"rank\": 52730,\n            \"ctr\": 1.78,\n            \"cvr\": 5.07,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 17.13,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B00V6IEVXM\",\n                    \"share\": 0.182\n                },\n                {\n                    \"asin\": \"B0FX4BSZD3\",\n                    \"share\": 0.0992\n                },\n                {\n                    \"asin\": \"B01DTIC79Q\",\n                    \"share\": 0.0816\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B00V6IEVXM\",\n                    \"share\": 0.2027\n                },\n                {\n                    \"asin\": \"B0FX4BSZD3\",\n                    \"share\": 0.068\n                },\n                {\n                    \"asin\": \"B01DTIC79Q\",\n                    \"share\": 0.0583\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon stands\",\n            \"cpc\": 0.9,\n            \"search_volume\": 1969,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 49471,\n            \"rank\": 74572,\n            \"ctr\": 1.8,\n            \"cvr\": 13.54,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 14.49,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BWSD57H2\",\n                    \"share\": 0.1029\n                },\n                {\n                    \"asin\": \"B09TWBW823\",\n                    \"share\": 0.0629\n                },\n                {\n                    \"asin\": \"B0BG3TZZSD\",\n                    \"share\": 0.0586\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0BWSD57H2\",\n                    \"share\": 0.1014\n                },\n                {\n                    \"asin\": \"B09TWBW823\",\n                    \"share\": 0.0359\n                },\n                {\n                    \"asin\": \"B0BG3TZZSD\",\n                    \"share\": 0.0629\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric stuff\",\n            \"cpc\": 0.9,\n            \"search_volume\": 1966,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 55207,\n            \"rank\": 1454564,\n            \"ctr\": 0.69,\n            \"cvr\": 0.27,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CWPPB9DR\",\n                    \"share\": 0.0853\n                },\n                {\n                    \"asin\": \"B0C2KD7HX5\",\n                    \"share\": 0.0543\n                },\n                {\n                    \"asin\": \"B0CZ3HWC2S\",\n                    \"share\": 0.0504\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CWPPB9DR\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0C2KD7HX5\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0CZ3HWC2S\",\n                    \"share\": 0.1429\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric whisker\",\n            \"cpc\": 0.89,\n            \"search_volume\": 1733,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 49200,\n            \"rank\": 487694,\n            \"ctr\": 1.46,\n            \"cvr\": 14.96,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0.17,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09D8T11YS\",\n                    \"share\": 0.1502\n                },\n                {\n                    \"asin\": \"B076F3C4XP\",\n                    \"share\": 0.1438\n                },\n                {\n                    \"asin\": \"B0DPG6SNV1\",\n                    \"share\": 0.0743\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09D8T11YS\",\n                    \"share\": 0.1111\n                },\n                {\n                    \"asin\": \"B076F3C4XP\",\n                    \"share\": 0.1313\n                },\n                {\n                    \"asin\": \"B0DPG6SNV1\",\n                    \"share\": 0.0909\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric tweezers\",\n            \"cpc\": 0.87,\n            \"search_volume\": 1561,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 41981,\n            \"rank\": 1149479,\n            \"ctr\": 1.47,\n            \"cvr\": 6.71,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F13G2F1S\",\n                    \"share\": 0.117\n                },\n                {\n                    \"asin\": \"B0073FCJQS\",\n                    \"share\": 0.1094\n                },\n                {\n                    \"asin\": \"B0CSJMF6F6\",\n                    \"share\": 0.0717\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F13G2F1S\",\n                    \"share\": 0.0182\n                },\n                {\n                    \"asin\": \"B0073FCJQS\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B0CSJMF6F6\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon whisk\",\n            \"cpc\": 0.87,\n            \"search_volume\": 1558,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 46763,\n            \"rank\": 958475,\n            \"ctr\": 1.26,\n            \"cvr\": 14.56,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B00004OCNS\",\n                    \"share\": 0.1242\n                },\n                {\n                    \"asin\": \"B08SWBRTRK\",\n                    \"share\": 0.118\n                },\n                {\n                    \"asin\": \"B08KWN6BL2\",\n                    \"share\": 0.0994\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B00004OCNS\",\n                    \"share\": 0.1299\n                },\n                {\n                    \"asin\": \"B08SWBRTRK\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B08KWN6BL2\",\n                    \"share\": 0.0649\n                }\n            ]\n        },\n        {\n            \"keyword\": \"blanket electric\",\n            \"cpc\": 0.86,\n            \"search_volume\": 1445,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 40790,\n            \"rank\": 588691,\n            \"ctr\": 1.39,\n            \"cvr\": 4.95,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0158ER0E6\",\n                    \"share\": 0.0521\n                },\n                {\n                    \"asin\": \"B0B5GKV9XN\",\n                    \"share\": 0.0363\n                },\n                {\n                    \"asin\": \"B0DZ6GS5HJ\",\n                    \"share\": 0.03\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0158ER0E6\",\n                    \"share\": 0.0165\n                },\n                {\n                    \"asin\": \"B0B5GKV9XN\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0DZ6GS5HJ\",\n                    \"share\": 0.0165\n                }\n            ]\n        },\n        {\n            \"keyword\": \"￼electric screwdriver\",\n            \"cpc\": 0.85,\n            \"search_volume\": 1339,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 32089,\n            \"rank\": 1057790,\n            \"ctr\": 1.94,\n            \"cvr\": 9.9,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DSVKLNQR\",\n                    \"share\": 0.0958\n                },\n                {\n                    \"asin\": \"B07V4TFWFZ\",\n                    \"share\": 0.0845\n                },\n                {\n                    \"asin\": \"B09PFCX8Q1\",\n                    \"share\": 0.0563\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DSVKLNQR\",\n                    \"share\": 0.0441\n                },\n                {\n                    \"asin\": \"B07V4TFWFZ\",\n                    \"share\": 0.0441\n                },\n                {\n                    \"asin\": \"B09PFCX8Q1\",\n                    \"share\": 0.0735\n                }\n            ]\n        },\n        {\n            \"keyword\": \"balloon stickers\",\n            \"cpc\": 0.85,\n            \"search_volume\": 1337,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 37018,\n            \"rank\": 279440,\n            \"ctr\": 1.11,\n            \"cvr\": 29.87,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 4.42,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BJZ3WZ2M\",\n                    \"share\": 0.2043\n                },\n                {\n                    \"asin\": \"B0FC1LMXLQ\",\n                    \"share\": 0.0778\n                },\n                {\n                    \"asin\": \"B0CQ53BSWL\",\n                    \"share\": 0.0562\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0BJZ3WZ2M\",\n                    \"share\": 0.2946\n                },\n                {\n                    \"asin\": \"B0FC1LMXLQ\",\n                    \"share\": 0.085\n                },\n                {\n                    \"asin\": \"B0CQ53BSWL\",\n                    \"share\": 0.0567\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric comforter\",\n            \"cpc\": 0.84,\n            \"search_volume\": 1286,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 37313,\n            \"rank\": 1432585,\n            \"ctr\": 1.33,\n            \"cvr\": 2.93,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0BZR6YBHK\",\n                    \"share\": 0.1069\n                },\n                {\n                    \"asin\": \"B0BV62SXMG\",\n                    \"share\": 0.084\n                },\n                {\n                    \"asin\": \"B0FPQ54JBF\",\n                    \"share\": 0.0534\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0BZR6YBHK\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0BV62SXMG\",\n                    \"share\": 0.025\n                },\n                {\n                    \"asin\": \"B0FPQ54JBF\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric warmer\",\n            \"cpc\": 0.84,\n            \"search_volume\": 1285,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 35388,\n            \"rank\": 513643,\n            \"ctr\": 0.99,\n            \"cvr\": 5.95,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CG65PYBV\",\n                    \"share\": 0.0662\n                },\n                {\n                    \"asin\": \"B0D1QFZB5Q\",\n                    \"share\": 0.0524\n                },\n                {\n                    \"asin\": \"B09G99VMB7\",\n                    \"share\": 0.0372\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CG65PYBV\",\n                    \"share\": 0.0824\n                },\n                {\n                    \"asin\": \"B0D1QFZB5Q\",\n                    \"share\": 0.0353\n                },\n                {\n                    \"asin\": \"B09G99VMB7\",\n                    \"share\": 0.0235\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric sprayer pump\",\n            \"cpc\": 0.84,\n            \"search_volume\": 1267,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 35156,\n            \"rank\": 1053121,\n            \"ctr\": 1.19,\n            \"cvr\": 6.97,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DSVJGZRV\",\n                    \"share\": 0.0969\n                },\n                {\n                    \"asin\": \"B09C2NGHFQ\",\n                    \"share\": 0.09\n                },\n                {\n                    \"asin\": \"B0BKNW96PV\",\n                    \"share\": 0.045\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DSVJGZRV\",\n                    \"share\": 0.0444\n                },\n                {\n                    \"asin\": \"B09C2NGHFQ\",\n                    \"share\": 0.1111\n                },\n                {\n                    \"asin\": \"B0BKNW96PV\",\n                    \"share\": 0.0667\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric ebike\",\n            \"cpc\": 0.84,\n            \"search_volume\": 1267,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 25902,\n            \"rank\": 496527,\n            \"ctr\": 1.26,\n            \"cvr\": 0.64,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0.04,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0FS6BXP1P\",\n                    \"share\": 0.051\n                },\n                {\n                    \"asin\": \"B0GS934GQ8\",\n                    \"share\": 0.0477\n                },\n                {\n                    \"asin\": \"B0FLKC84VC\",\n                    \"share\": 0.0362\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0FS6BXP1P\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B0GS934GQ8\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B0FLKC84VC\",\n                    \"share\": 0.125\n                }\n            ]\n        },\n        {\n            \"keyword\": \"microphone balloon\",\n            \"cpc\": 0.83,\n            \"search_volume\": 1198,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 33226,\n            \"rank\": 1111196,\n            \"ctr\": 1.48,\n            \"cvr\": 12.68,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DBDLWN5Q\",\n                    \"share\": 0.1533\n                },\n                {\n                    \"asin\": \"B0FRFXFZJT\",\n                    \"share\": 0.1058\n                },\n                {\n                    \"asin\": \"B0GKDTDRHV\",\n                    \"share\": 0.062\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DBDLWN5Q\",\n                    \"share\": 0.0656\n                },\n                {\n                    \"asin\": \"B0FRFXFZJT\",\n                    \"share\": 0.0984\n                },\n                {\n                    \"asin\": \"B0GKDTDRHV\",\n                    \"share\": 0.0492\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric eraser\",\n            \"cpc\": 0.83,\n            \"search_volume\": 1140,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 35706,\n            \"rank\": 108713,\n            \"ctr\": 1.89,\n            \"cvr\": 14.09,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 11.61,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07NWPRQNM\",\n                    \"share\": 0.2615\n                },\n                {\n                    \"asin\": \"B085JR3J4W\",\n                    \"share\": 0.1194\n                },\n                {\n                    \"asin\": \"B07BTP9YDZ\",\n                    \"share\": 0.0769\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07NWPRQNM\",\n                    \"share\": 0.1916\n                },\n                {\n                    \"asin\": \"B085JR3J4W\",\n                    \"share\": 0.0902\n                },\n                {\n                    \"asin\": \"B07BTP9YDZ\",\n                    \"share\": 0.0499\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric forge\",\n            \"cpc\": 24.92,\n            \"search_volume\": 1081,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 28379,\n            \"rank\": 0,\n            \"ctr\": 1.12,\n            \"cvr\": 0.66,\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\": \"electric burner\",\n            \"cpc\": 0.81,\n            \"search_volume\": 1044,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 29284,\n            \"rank\": 61650,\n            \"ctr\": 0.86,\n            \"cvr\": 4.12,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 15.94,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09G99VMB7\",\n                    \"share\": 0.2113\n                },\n                {\n                    \"asin\": \"B0BYLV7KRQ\",\n                    \"share\": 0.1969\n                },\n                {\n                    \"asin\": \"B00C8C5I8M\",\n                    \"share\": 0.1142\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09G99VMB7\",\n                    \"share\": 0.2187\n                },\n                {\n                    \"asin\": \"B0BYLV7KRQ\",\n                    \"share\": 0.2153\n                },\n                {\n                    \"asin\": \"B00C8C5I8M\",\n                    \"share\": 0.1048\n                }\n            ]\n        },\n        {\n            \"keyword\": \"blackstone electric\",\n            \"cpc\": 0.81,\n            \"search_volume\": 1022,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 22191,\n            \"rank\": 1281779,\n            \"ctr\": 1.46,\n            \"cvr\": 0.32,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09DQ7DX8P\",\n                    \"share\": 0.2321\n                },\n                {\n                    \"asin\": \"B076MFM8LX\",\n                    \"share\": 0.1843\n                },\n                {\n                    \"asin\": \"B0CRBK6W7F\",\n                    \"share\": 0.1365\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09DQ7DX8P\",\n                    \"share\": 0.5\n                },\n                {\n                    \"asin\": \"B076MFM8LX\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0CRBK6W7F\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"griller electric\",\n            \"cpc\": 23.68,\n            \"search_volume\": 795,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 16356,\n            \"rank\": 0,\n            \"ctr\": 1.92,\n            \"cvr\": 2.01,\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\": \"electric roasters\",\n            \"cpc\": 0.75,\n            \"search_volume\": 649,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 13924,\n            \"rank\": 1093630,\n            \"ctr\": 1.2,\n            \"cvr\": 6.29,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07N9LVXGX\",\n                    \"share\": 8.54\n                },\n                {\n                    \"asin\": \"B08P5LJJV6\",\n                    \"share\": 6.01\n                },\n                {\n                    \"asin\": \"B0CCYK5GSD\",\n                    \"share\": 5.06\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07N9LVXGX\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B08P5LJJV6\",\n                    \"share\": 4\n                },\n                {\n                    \"asin\": \"B0CCYK5GSD\",\n                    \"share\": 12\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric laundry detergent pump\",\n            \"cpc\": 0.75,\n            \"search_volume\": 641,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 17794,\n            \"rank\": 580928,\n            \"ctr\": 1.74,\n            \"cvr\": 4.01,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0F527MSMR\",\n                    \"share\": 0.4108\n                },\n                {\n                    \"asin\": \"B0D9VQSG1H\",\n                    \"share\": 0.2822\n                },\n                {\n                    \"asin\": \"B0CJ5FX554\",\n                    \"share\": 0.0788\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0F527MSMR\",\n                    \"share\": 0.4\n                },\n                {\n                    \"asin\": \"B0D9VQSG1H\",\n                    \"share\": 0.1333\n                },\n                {\n                    \"asin\": \"B0CJ5FX554\",\n                    \"share\": 0.0667\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric smelter\",\n            \"cpc\": 0.73,\n            \"search_volume\": 575,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 14871,\n            \"rank\": 538637,\n            \"ctr\": 1.39,\n            \"cvr\": 2.02,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0GSK1D6KR\",\n                    \"share\": 0.8057\n                },\n                {\n                    \"asin\": \"B0FRVKX8DW\",\n                    \"share\": 0.0285\n                },\n                {\n                    \"asin\": \"B0DSL8Q24B\",\n                    \"share\": 0.025\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0GSK1D6KR\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0FRVKX8DW\",\n                    \"share\": 0.25\n                },\n                {\n                    \"asin\": \"B0DSL8Q24B\",\n                    \"share\": 0.125\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric barbecue\",\n            \"cpc\": 0.72,\n            \"search_volume\": 523,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10942,\n            \"rank\": 0,\n            \"ctr\": 1.58,\n            \"cvr\": 1.82,\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\": \"electric heating\",\n            \"cpc\": 21.96,\n            \"search_volume\": 517,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10822,\n            \"rank\": 0,\n            \"ctr\": 1.35,\n            \"cvr\": 7.19,\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\": \"electric grill￼\",\n            \"cpc\": 21.64,\n            \"search_volume\": 477,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10086,\n            \"rank\": 0,\n            \"ctr\": 1.87,\n            \"cvr\": 1.67,\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\": \"franklin electric well pump\",\n            \"cpc\": 21.63,\n            \"search_volume\": 475,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 11978,\n            \"rank\": 0,\n            \"ctr\": 1.54,\n            \"cvr\": 1.69,\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\": \"balloon hand pump\",\n            \"cpc\": 0.7,\n            \"search_volume\": 451,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 11014,\n            \"rank\": 275488,\n            \"ctr\": 2.05,\n            \"cvr\": 29.49,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 4.53,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B09VLJJPL6\",\n                    \"share\": 0.317\n                },\n                {\n                    \"asin\": \"B07W4WQ1HM\",\n                    \"share\": 0.097\n                },\n                {\n                    \"asin\": \"B0CL7QSRSX\",\n                    \"share\": 0.0915\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B09VLJJPL6\",\n                    \"share\": 0.3411\n                },\n                {\n                    \"asin\": \"B07W4WQ1HM\",\n                    \"share\": 0.0702\n                },\n                {\n                    \"asin\": \"B0CL7QSRSX\",\n                    \"share\": 0.0936\n                }\n            ]\n        },\n        {\n            \"keyword\": \"roaster electric\",\n            \"cpc\": 0.7,\n            \"search_volume\": 421,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 8847,\n            \"rank\": 0,\n            \"ctr\": 0.99,\n            \"cvr\": 3.61,\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\": \"electric baton\",\n            \"cpc\": 0.69,\n            \"search_volume\": 407,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 9692,\n            \"rank\": 0,\n            \"ctr\": 1.88,\n            \"cvr\": 1.14,\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\": \"electric crimper\",\n            \"cpc\": 0.68,\n            \"search_volume\": 379,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10545,\n            \"rank\": 0,\n            \"ctr\": 1.16,\n            \"cvr\": 3.39,\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\": \"ufo balloon\",\n            \"cpc\": 20.37,\n            \"search_volume\": 346,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 8966,\n            \"rank\": 1225650,\n            \"ctr\": 1.17,\n            \"cvr\": 0.99,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B01I54W90Q\",\n                    \"share\": 0.1762\n                },\n                {\n                    \"asin\": \"B084RCL7CB\",\n                    \"share\": 0.0613\n                },\n                {\n                    \"asin\": \"B0CQK7996C\",\n                    \"share\": 0.0575\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B01I54W90Q\",\n                    \"share\": 0.1176\n                },\n                {\n                    \"asin\": \"B084RCL7CB\",\n                    \"share\": 0.0882\n                },\n                {\n                    \"asin\": \"B0CQK7996C\",\n                    \"share\": 0.0588\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric jacket\",\n            \"cpc\": 0.67,\n            \"search_volume\": 337,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 10431,\n            \"rank\": 122274,\n            \"ctr\": 0.61,\n            \"cvr\": 0,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 10.72,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B07HRC1CLR\",\n                    \"share\": 0.0525\n                },\n                {\n                    \"asin\": \"B0B8Z95VRY\",\n                    \"share\": 0.0405\n                },\n                {\n                    \"asin\": \"B0FNWS41FR\",\n                    \"share\": 0.0316\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07HRC1CLR\",\n                    \"share\": 0.015\n                },\n                {\n                    \"asin\": \"B0B8Z95VRY\",\n                    \"share\": 0.015\n                },\n                {\n                    \"asin\": \"B0FNWS41FR\",\n                    \"share\": 0.0038\n                }\n            ]\n        },\n        {\n            \"keyword\": \"moped electric\",\n            \"cpc\": 0.66,\n            \"search_volume\": 317,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 7737,\n            \"rank\": 0,\n            \"ctr\": 1.33,\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\": \"portable balloon air pump\",\n            \"cpc\": 19.89,\n            \"search_volume\": 306,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 7104,\n            \"rank\": 0,\n            \"ctr\": 2,\n            \"cvr\": 11.03,\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\": \"electric grille\",\n            \"cpc\": 19.85,\n            \"search_volume\": 302,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 6600,\n            \"rank\": 0,\n            \"ctr\": 1.43,\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\": \"balloon tassels\",\n            \"cpc\": 0.64,\n            \"search_volume\": 281,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 6846,\n            \"rank\": 708582,\n            \"ctr\": 1.02,\n            \"cvr\": 1.49,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0DDTZFS96\",\n                    \"share\": 0.1215\n                },\n                {\n                    \"asin\": \"B0DNZ2YSTK\",\n                    \"share\": 0.1121\n                },\n                {\n                    \"asin\": \"B0BHTMWM4C\",\n                    \"share\": 0.0748\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0DDTZFS96\",\n                    \"share\": 0.0192\n                },\n                {\n                    \"asin\": \"B0DNZ2YSTK\",\n                    \"share\": 0.0769\n                },\n                {\n                    \"asin\": \"B0BHTMWM4C\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"ninja balloon\",\n            \"cpc\": 19.47,\n            \"search_volume\": 274,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 6527,\n            \"rank\": 0,\n            \"ctr\": 1.81,\n            \"cvr\": 19.47,\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\": \"electric warmers\",\n            \"cpc\": 0.63,\n            \"search_volume\": 258,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 6098,\n            \"rank\": 1331751,\n            \"ctr\": 1.2,\n            \"cvr\": 5.71,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0CHFDWF3L\",\n                    \"share\": 0.078\n                },\n                {\n                    \"asin\": \"B0FK29H9GD\",\n                    \"share\": 0.0567\n                },\n                {\n                    \"asin\": \"B0FNNDWM4S\",\n                    \"share\": 0.0496\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CHFDWF3L\",\n                    \"share\": 0.1017\n                },\n                {\n                    \"asin\": \"B0FK29H9GD\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0FNNDWM4S\",\n                    \"share\": 0.0339\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric toothbrish\",\n            \"cpc\": 0.62,\n            \"search_volume\": 238,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 6320,\n            \"rank\": 1465676,\n            \"ctr\": 3.58,\n            \"cvr\": 11.93,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B072YVWBXH\",\n                    \"share\": 0.1602\n                },\n                {\n                    \"asin\": \"B0B5HRWH1S\",\n                    \"share\": 0.0742\n                },\n                {\n                    \"asin\": \"B0B9RQJFDV\",\n                    \"share\": 0.0664\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B072YVWBXH\",\n                    \"share\": 0.1867\n                },\n                {\n                    \"asin\": \"B0B5HRWH1S\",\n                    \"share\": 0.0667\n                },\n                {\n                    \"asin\": \"B0B9RQJFDV\",\n                    \"share\": 0.0133\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric football pump uk\",\n            \"cpc\": 18.77,\n            \"search_volume\": 229,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5905,\n            \"rank\": 0,\n            \"ctr\": 2.03,\n            \"cvr\": 33.91,\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\": \"ball pump electric\",\n            \"cpc\": 0.61,\n            \"search_volume\": 225,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5644,\n            \"rank\": 736298,\n            \"ctr\": 1.81,\n            \"cvr\": 21.43,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0869379NP\",\n                    \"share\": 0.1214\n                },\n                {\n                    \"asin\": \"B0B71MN9RH\",\n                    \"share\": 0.1214\n                },\n                {\n                    \"asin\": \"B0BY1TR6Y8\",\n                    \"share\": 0.1214\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0869379NP\",\n                    \"share\": 0.1364\n                },\n                {\n                    \"asin\": \"B0B71MN9RH\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B0BY1TR6Y8\",\n                    \"share\": 0.0844\n                }\n            ]\n        },\n        {\n            \"keyword\": \"saxophone balloon\",\n            \"cpc\": 0.61,\n            \"search_volume\": 220,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5201,\n            \"rank\": 0,\n            \"ctr\": 1.51,\n            \"cvr\": 8,\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\": \"balloon shaper\",\n            \"cpc\": 18.58,\n            \"search_volume\": 218,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5043,\n            \"rank\": 0,\n            \"ctr\": 1.74,\n            \"cvr\": 13.1,\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\": \"water balloon pump bottle\",\n            \"cpc\": 18.16,\n            \"search_volume\": 195,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4293,\n            \"rank\": 0,\n            \"ctr\": 1.78,\n            \"cvr\": 20.55,\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\": \"electric cornhole\",\n            \"cpc\": 0.59,\n            \"search_volume\": 191,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5630,\n            \"rank\": 0,\n            \"ctr\": 1.45,\n            \"cvr\": 7.59,\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\": \"electric screwdriver ￼\",\n            \"cpc\": 18.02,\n            \"search_volume\": 188,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 4052,\n            \"rank\": 0,\n            \"ctr\": 1.68,\n            \"cvr\": 6.15,\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\": \"electric ball pump with needle\",\n            \"cpc\": 17.87,\n            \"search_volume\": 181,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5095,\n            \"rank\": 0,\n            \"ctr\": 1.61,\n            \"cvr\": 30.38,\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\": \"balloon trousers\",\n            \"cpc\": 0.57,\n            \"search_volume\": 169,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 5241,\n            \"rank\": 0,\n            \"ctr\": 0.53,\n            \"cvr\": 3.7,\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\": \"water balloon pump hoot\",\n            \"cpc\": 17.56,\n            \"search_volume\": 167,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3498,\n            \"rank\": 0,\n            \"ctr\": 2.76,\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\": \"electric tray\",\n            \"cpc\": 0.56,\n            \"search_volume\": 156,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 7369,\n            \"rank\": 0,\n            \"ctr\": 0.35,\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\": \"electric toilet\",\n            \"cpc\": 0.56,\n            \"search_volume\": 152,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3897,\n            \"rank\": 786249,\n            \"ctr\": 1.44,\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\": [\n                {\n                    \"asin\": \"B0CGXMCZF1\",\n                    \"share\": 0.1425\n                },\n                {\n                    \"asin\": \"B0GQDB3M7D\",\n                    \"share\": 0.1114\n                },\n                {\n                    \"asin\": \"B0G4L1X68K\",\n                    \"share\": 0.0829\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0CGXMCZF1\",\n                    \"share\": 0\n                },\n                {\n                    \"asin\": \"B0GQDB3M7D\",\n                    \"share\": 0.2143\n                },\n                {\n                    \"asin\": \"B0G4L1X68K\",\n                    \"share\": 0.0714\n                }\n            ]\n        },\n        {\n            \"keyword\": \"pump-based breast pump\",\n            \"cpc\": 17.13,\n            \"search_volume\": 149,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 8745,\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\": \"miffy balloon\",\n            \"cpc\": 17.11,\n            \"search_volume\": 148,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3622,\n            \"rank\": 0,\n            \"ctr\": 0.78,\n            \"cvr\": 3.7,\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\": \"electric torque\",\n            \"cpc\": 16.84,\n            \"search_volume\": 138,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3508,\n            \"rank\": 0,\n            \"ctr\": 2.23,\n            \"cvr\": 6.67,\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\": \"pterodactyl balloon\",\n            \"cpc\": 16.7,\n            \"search_volume\": 133,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3425,\n            \"rank\": 0,\n            \"ctr\": 1.94,\n            \"cvr\": 9.38,\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\": \"kayak electric\",\n            \"cpc\": 0.54,\n            \"search_volume\": 127,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2717,\n            \"rank\": 0,\n            \"ctr\": 2.36,\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\": \"electric pump for footballs\",\n            \"cpc\": 16.41,\n            \"search_volume\": 123,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3329,\n            \"rank\": 0,\n            \"ctr\": 1.78,\n            \"cvr\": 29.82,\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\": \"football electric pump\",\n            \"cpc\": 16.38,\n            \"search_volume\": 122,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 3092,\n            \"rank\": 0,\n            \"ctr\": 1.62,\n            \"cvr\": 10.42,\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\": \"electric pots\",\n            \"cpc\": 16.28,\n            \"search_volume\": 119,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2656,\n            \"rank\": 1120531,\n            \"ctr\": 2.05,\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\": [\n                {\n                    \"asin\": \"B07XFCRG1D\",\n                    \"share\": 7.14\n                },\n                {\n                    \"asin\": \"B07TRNP5V7\",\n                    \"share\": 5.95\n                },\n                {\n                    \"asin\": \"B0D1VH9KSY\",\n                    \"share\": 4.76\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B07XFCRG1D\",\n                    \"share\": 6.25\n                },\n                {\n                    \"asin\": \"B07TRNP5V7\",\n                    \"share\": 6.25\n                },\n                {\n                    \"asin\": \"B0D1VH9KSY\",\n                    \"share\": 0\n                }\n            ]\n        },\n        {\n            \"keyword\": \"kubota electric fuel pump\",\n            \"cpc\": 16.12,\n            \"search_volume\": 114,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2441,\n            \"rank\": 0,\n            \"ctr\": 1.5,\n            \"cvr\": 8.57,\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\": \"electric device\",\n            \"cpc\": 16.09,\n            \"search_volume\": 113,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2958,\n            \"rank\": 0,\n            \"ctr\": 0.6,\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\": \"electric enema\",\n            \"cpc\": 0.52,\n            \"search_volume\": 111,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2464,\n            \"rank\": 1007555,\n            \"ctr\": 1.61,\n            \"cvr\": 2.63,\n            \"demand_momentum\": 0,\n            \"seasonality_index\": 0,\n            \"competition_index\": 0,\n            \"no_of_indexed_products\": 0,\n            \"top_products_by_clicks\": [\n                {\n                    \"asin\": \"B0D388VRG6\",\n                    \"share\": 0.1556\n                },\n                {\n                    \"asin\": \"B0BPGY2YLC\",\n                    \"share\": 0.0861\n                },\n                {\n                    \"asin\": \"B0F9L7PVHS\",\n                    \"share\": 0.0795\n                }\n            ],\n            \"top_products_by_conversions\": [\n                {\n                    \"asin\": \"B0D388VRG6\",\n                    \"share\": 0.1091\n                },\n                {\n                    \"asin\": \"B0BPGY2YLC\",\n                    \"share\": 0.0909\n                },\n                {\n                    \"asin\": \"B0F9L7PVHS\",\n                    \"share\": 0.0182\n                }\n            ]\n        },\n        {\n            \"keyword\": \"electric canoe\",\n            \"cpc\": 0.52,\n            \"search_volume\": 111,\n            \"relative_score\": \"Very High\",\n            \"impressions\": 2248,\n            \"rank\": 0,\n            \"ctr\": 1.82,\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}"}],"_postman_id":"fc61b3b7-9f46-4efc-a262-e555d3dc32c6"},{"name":"Keyword Research Bulk","id":"a84b9d66-2180-44bd-a49a-5a121a19514a","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":"<h4 id=\"token-consumed--2-each-keys\">Token consumed : 2 each keys.</h4>\n<p>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":"c59e95b9-88a3-4278-aee0-ce083e303c4e","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":"a84b9d66-2180-44bd-a49a-5a121a19514a"},{"name":"Keyword Research Bulk Report","id":"a1ce3d5d-ab11-4af1-9ad5-b50ac3e28e22","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":"<h4 id=\"token-consumed--0-per-call\"><em>Token consumed : 0 per call.</em></h4>\n<p>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":"735581cd-52cd-4c9b-a9b7-7b6f6c769dd9","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":"a1ce3d5d-ab11-4af1-9ad5-b50ac3e28e22"},{"name":"Keyword Metrics","id":"7d1ef700-6507-4fda-8414-f34fffc097f3","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":"<h4 id=\"token-consumed--2-per-api-call\">Token consumed : 2 per API call.</h4>\n<p>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":"96bff20f-41df-4688-bee3-2d045fdfa1fb","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":"Text","header":[],"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":"7d1ef700-6507-4fda-8414-f34fffc097f3"},{"name":"Seller Profile","id":"31d769f9-4cf9-49b7-a99e-9bda7d72328e","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":"<h4 id=\"token-consumed--2-per-api-call\"><em>Token consumed : 2 per API Call</em></h4>\n<p>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":"9d130034-d3db-4935-9eb7-a0147c461cec","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":"31d769f9-4cf9-49b7-a99e-9bda7d72328e"},{"name":"Seller Products","id":"64d19802-ee09-4dfe-8a74-f968d2ba478a","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":"<h4 id=\"token-consumed--3-per-api-call\">Token consumed : 3 per API call.</h4>\n<p>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":"58d29add-fc2d-4cd2-9bce-0238814320e2","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":"64d19802-ee09-4dfe-8a74-f968d2ba478a"},{"name":"Token Status","id":"a0e8043e-8d07-409c-899e-ebfd5f38b0ff","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":"<h4 id=\"token-consumed--0-per-call\"><em>Token consumed : 0 per call.</em></h4>\n<p>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":"4f5a53c1-0f1e-4b39-850f-81f5e5e5db11","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":"a0e8043e-8d07-409c-899e-ebfd5f38b0ff"}],"event":[{"listen":"prerequest","script":{"id":"ad6ca137-201c-4a57-9b95-619c27d8a786","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e7343955-be9a-4f4a-ad2e-216b83a9e7e9","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"client-id","value":""},{"key":"token-id","value":""}]}