{"info":{"_postman_id":"a1b28511-74d7-4ce3-a641-6e05257b5b7c","name":"ScrapingDom APIs","description":"<html><head></head><body><hr>\n<p>This documentation is created with the purpose of helping you, our client, read, understand and make the best use of the APIs offered by ScrapingDom.\n<br>\n<br></p>\n<h1 id=\"response-type\">Response Type</h1>\n<p>All of ScrapingDom's API are based on the RESTful concept and all our responses are returned in JSON, including responses for most erroneous requests.\n<br>\n<br></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All of ScrapingDom's APIs use a combination of 'client-key' and 'secret-key' to authenticate requests. This combination of 'client-key' and 'secret-key' remains the same for all serviced offered by ScrapingDom.\n<br>\nThe client-key and the secret-key should be passed as headers along with \"Content-Type\" set as \"application/json\". Please refer to one of the examples should there be any confusion.\n<br></p>\n<h2 id=\"client-key-client-key\">Client Key (client-key)</h2>\n<p>Your 'client-key' may be accessed from your \"Org Home\" page once you log-in to <a href=\"https://dash.scrapingdom.com\">sdDash</a>.\n<br>\n<br></p>\n<h2 id=\"secret-key-secret-key\">Secret Key (secret-key)</h2>\n<p>Your 'secret-key' is the one that was displayed when your \"Org\" was created the very first time. We take security seriously, and thus, your 'secret-key' are saved in a hashed format in our databases. Hence retrieving a 'secret-key' is impossible. In case you have forgotten or have not written down your 'secret-key', you may login to your <a href=\"https://dash.scrapingdom.com\">sdDash</a> account and click the \"Reset Secret Key\" button (available under \"Org Home\"). Similar to the registration time, your secret-key shall be displayed only once. In case of any further queries, please contact <a href=\"mailto:support@scrapingdom.com\">support@scrapingdom.com</a> from an email address registered with <a href=\"https://dash.scrapingdom.com\">sdDash</a>. Again, for security purposes, requests from unregistered email addresses will be not replied to and such emails shall be discarded.\n<br></p>\n<h1 id=\"sdlive-request-parameters\">sdLive Request Parameters</h1>\n<h2 id=\"sdlive-headers\">sdLive Headers</h2>\n<p>All requests must contain the following fields in the header of the request.\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client-key</code></td>\n<td><code>string</code></td>\n<td>Your client key. May be found on Org Home page.</td>\n</tr>\n<tr>\n<td><code>secret-key</code></td>\n<td><code>string</code></td>\n<td>Your secret key. This is displayed at the time of registration.</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>string</code></td>\n<td>Must be set to <code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><br>\n\n<h2 id=\"sdlive-body\">sdLive Body</h2>\n<p>All requests must contain a body with the URL of the product for which you need the data scraped.\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>product_url</code></td>\n<td><code>string</code></td>\n<td><code>Required</code> The URL for which you need the data scraped.</td>\n</tr>\n<tr>\n<td><code>crawl_args</code></td>\n<td><code>dict</code></td>\n<td><code>Optional</code> Optional arguments to be passed to sdLive. Please check sites information for accepted arguments.</td>\n</tr>\n<tr>\n<td><code>custom_meta</code></td>\n<td><code>Valid JSON Data Types</code></td>\n<td><code>Optional</code> Valid JSON data types that you can attach to the API response. This can be useful for storing additional information that you want to be returned as is.</td>\n</tr>\n</tbody>\n</table>\n</div><br>\n\n<h1 id=\"sdlive-response-fields\">sdLive Response Fields</h1>\n<h2 id=\"sdlive-successful-requests\">sdLive Successful Requests</h2>\n<p>Successful request are the ones that return data scraped from the URL you provide\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td><code>int</code></td>\n<td>Status code as per \"Response Codes\" section below</td>\n</tr>\n<tr>\n<td><code>query_time</code></td>\n<td><code>string</code></td>\n<td>Query timestamp in 'YYYY-MM-DD HH:MM:SS UTC' format</td>\n</tr>\n<tr>\n<td><code>record_used_till_date</code></td>\n<td><code>int</code></td>\n<td>Count of records consumed, including the current query</td>\n</tr>\n<tr>\n<td><code>product_url</code></td>\n<td><code>string</code></td>\n<td>URL passed to sdLive API</td>\n</tr>\n<tr>\n<td><code>response</code></td>\n<td><code>dict</code></td>\n<td>Scraped data as per \"Schema\" section below</td>\n</tr>\n<tr>\n<td><code>custom_meta</code></td>\n<td></td>\n<td><code>Optional</code> Can be any valid JSON data type. See examples for guidance. custom_meta as given by you in JSON body of the request. If no custom_meta is sent with body, this will be <code>null</code></td>\n</tr>\n</tbody>\n</table>\n</div><br>\n\n<h2 id=\"sdlive-unsuccessful-requests\">sdLive Unsuccessful Requests</h2>\n<p>Unsuccessful request are the ones that have some errors. Check Invalid Requests section for more details.\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td><code>int</code></td>\n<td>Status code as per \"Response Codes\" section below</td>\n</tr>\n<tr>\n<td><code>query_time</code></td>\n<td><code>string</code></td>\n<td>Query timestamp in 'YYYY-MM-DD HH:MM:SS UTC' format</td>\n</tr>\n<tr>\n<td><code>error_type</code></td>\n<td><code>int</code></td>\n<td>Error in short</td>\n</tr>\n<tr>\n<td><code>error_description</code></td>\n<td><code>int</code></td>\n<td>Description of the error and possible causes</td>\n</tr>\n</tbody>\n</table>\n</div><br>\n\n<h1 id=\"sdlive-response-codes\">sdLive Response Codes</h1>\n<h2 id=\"sdlive-valid-requests\">sdLive Valid Requests</h2>\n<p>For sdLive there can only be 1 type of valid request and that one returns the data (For schema details check <a href=\"#sdlive-schema\">This Section</a>)\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful request. Data is present and a credit has been utilised for this request</td>\n</tr>\n</tbody>\n</table>\n</div><br>\n\n<h2 id=\"sdlive-invalid-requests\">sdLive Invalid Requests</h2>\n<p>Invalid requests also return a JSON response with custom status codes within the response.\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request. Invalid product_url in data or missing data entirely</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized. Invalid client-key and/or secret-key passed</td>\n</tr>\n<tr>\n<td>402</td>\n<td>Either you have already used up all your trial credits or you do not have a subscription</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden. Missing client-key and/or secret-key passed</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Page not found. Looks like you were trying to access a page that doesn't exist</td>\n</tr>\n<tr>\n<td>5XX</td>\n<td>Internal Server Error. If this issue persists, please contact us</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"sdlive-supported-websites\">sdLive Supported Websites</h1>\n<p>We, at the moment, support the websites listed here for sdLive (real-time Crawls)\n<br></p>\n<p>| Website                   | Spider Name           | Crawl Args  |\n| -------                   | ------                |             |\n| Shopify based websites    | shopify               | N/A         |\n| <strong>INDIAN WEBSITES</strong>       |                       | N/A         |\n| Ajio                      | ajio_india            | N/A         |\n| Amazon.in                 | amazon_india          | N/A         |\n| Flipkart                  | flipkart_india        | N/A         |\n| Luxury Tatacliq           | luxury_tatacliq_india | N/A         |\n| Myntra                    | myntra_india          | N/A         |\n| Nykaa                     | nykaa_india           | N/A         |\n| Paytm Mall                | paytmmall_india       | N/A         |\n| Snapdeal                  | snapdeal_india        | N/A         |\n| Tatacliq                  | tatacliq_india        | N/A         |\n| Zivame                    | zivame_india          | N/A         |\n| <strong>USA WEBSITES</strong>          |                       |             |\n| Amazon USA                | amazon_usa            | N/A         |\n| Target USA                | target_usa            |```store_id``|</p>\n<p>More websites will be added regularly. Please visit this page regularly stay updated. If you wish to submit any suggestions, please write to <a href=\"mailto:info@scrapingdom.com\">info@scrapingdom.com</a> with subject line as \"<strong>sdLive Site Suggestion: [SITE NAME]</strong>\" and include the suggestion in the body of the email.\n<br></p>\n<h1 id=\"sdlive-schema\">sdLive Schema</h1>\n<p>All responses of sdLive, except for <code>Shopify based websites</code> follow a standard schema and field type. For <code>Shopify based websites</code>, refer to the <a href=\"#e71600a1-d01c-4111-aeb2-8dae145870f3\">shopify_websites</a> section. Not all fields may be present for all product_urls. But, when available, we try to keep the format standard. For more details, see below. Also, do not forget to see some examples in sdLive Examples section later on:\n<br></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Nested Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>breadcrumbs</code></td>\n<td></td>\n<td><code>list of strings</code></td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>product_id</code></td>\n<td></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>brand</code></td>\n<td></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td></td>\n<td><code>dict</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>mrp</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>selling_price</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>discount_value</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>discount_percentage</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td><code>review_and_rating</code></td>\n<td></td>\n<td><code>dict</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>rating</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>rating_count</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_1</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_1_percentage</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_2</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_2_percentage</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_3</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_3_percentage</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_4</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_4_percentage</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_5</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating_5_percentage</code></td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>max_rating</code></td>\n<td><code>int</code></td>\n</tr>\n<tr>\n<td><code>variant_details</code></td>\n<td></td>\n<td><code>dict</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>instock_sizes</code></td>\n<td><code>list of strings</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>outofstock_sizes</code></td>\n<td><code>list of strings</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>selected_color</code></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>selected_size</code></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><code>other_variant_details</code></td>\n<td><code>list of dicts</code></td>\n</tr>\n<tr>\n<td><code>stock_status</code></td>\n<td></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>seller_name</code></td>\n<td></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>product_description</code></td>\n<td></td>\n<td><code>string (long)</code></td>\n</tr>\n<tr>\n<td><code>product_specifications</code></td>\n<td></td>\n<td><code>list of dicts</code></td>\n</tr>\n<tr>\n<td><code>product_highlights</code></td>\n<td></td>\n<td><code>list of strings</code></td>\n</tr>\n<tr>\n<td><code>additional_information</code></td>\n<td></td>\n<td><code>list of dicts</code></td>\n</tr>\n<tr>\n<td><code>product_offers</code></td>\n<td></td>\n<td><code>list of strings</code></td>\n</tr>\n<tr>\n<td><code>image_urls</code></td>\n<td></td>\n<td><code>list of strings</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The schema will be updated based on client needs. In most cases, the field types are <strong>not</strong> subject to change and only new fields might be added. However, when there are changes in field types, sufficient notice shall be given out to all clients.\n<br></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Response Type","slug":"response-type"},{"content":"Authentication","slug":"authentication"},{"content":"sdLive Request Parameters","slug":"sdlive-request-parameters"},{"content":"sdLive Response Fields","slug":"sdlive-response-fields"},{"content":"sdLive Response Codes","slug":"sdlive-response-codes"},{"content":"sdLive Supported Websites","slug":"sdlive-supported-websites"},{"content":"sdLive Schema","slug":"sdlive-schema"}],"owner":"12365978","collectionId":"a1b28511-74d7-4ce3-a641-6e05257b5b7c","publishedId":"TWDdjZEq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-01T13:14:49.000Z"},"item":[{"name":"sdLive Examples","item":[{"name":"ajio_india","id":"8a5e5a57-e9f8-4bd6-8545-f43e86af839a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.ajio.com/the-indian-garage-co-checked-slim-fit-shirt-with-patch-pocket/p/460698898_navy\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/ajio_india/","urlObject":{"protocol":"https","path":["v1","products","ajio_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"1af16ba5-16e5-4670-9291-02bc77c773fc","name":"ajio_india","originalRequest":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.ajio.com/the-indian-garage-co-checked-slim-fit-shirt-with-patch-pocket/p/460698898_navy\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/ajio_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:02:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2126"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627747358,\n    \"record_used_till_date\": 2,\n    \"product_url\": \"https://www.ajio.com/the-indian-garage-co-checked-slim-fit-shirt-with-patch-pocket/p/460698898_navy\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Men\",\n            \"Western Wear\",\n            \"Shirts\",\n            \"Checked Slim Fit Shirt with Patch Pocket\"\n        ],\n        \"title\": \"Checked Slim Fit Shirt with Patch Pocket\",\n        \"product_id\": \"460698898_navy\",\n        \"brand\": \"The Indian Garage Co\",\n        \"price\": {\n            \"mrp\": 1749,\n            \"selling_price\": 612,\n            \"discount_value\": 1137,\n            \"discount_percentage\": 65.01\n        },\n        \"review_and_rating\": {\n            \"rating\": null,\n            \"rating_count\": 0,\n            \"star_rating_1\": 0,\n            \"star_rating_1_percentage\": 0,\n            \"star_rating_2\": 0,\n            \"star_rating_2_percentage\": 0,\n            \"star_rating_3\": 0,\n            \"star_rating_3_percentage\": 0,\n            \"star_rating_4\": 0,\n            \"star_rating_4_percentage\": 0,\n            \"star_rating_5\": 0,\n            \"star_rating_5_percentage\": 0,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"selected_color\": \"NAVY\",\n            \"instock_sizes\": [\n                \"S\",\n                \"M\",\n                \"L\",\n                \"XL\",\n                \"XXL\"\n            ],\n            \"outofstock_sizes\": []\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"ajio.com\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Specifications\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Highlight\",\n                        \"value\": \"Front patch pocket\"\n                    },\n                    {\n                        \"key\": \"Additional Information 1\",\n                        \"value\": \"Curved hemline\"\n                    },\n                    {\n                        \"key\": \"Fit\",\n                        \"value\": \"Slim Fit\"\n                    },\n                    {\n                        \"key\": \"Size Format\",\n                        \"value\": \"UNI\"\n                    },\n                    {\n                        \"key\": \"Wash Care\",\n                        \"value\": \"Machine wash\"\n                    },\n                    {\n                        \"key\": \"Size worn by Model\",\n                        \"value\": \"Medium\"\n                    },\n                    {\n                        \"key\": \"Fabric Composition\",\n                        \"value\": \"100% Cotton\"\n                    }\n                ]\n            }\n        ],\n        \"image_urls\": [\n            \"https://assets.ajio.com/medias/sys_master/root/20210316/TIPl/604faba1f997dd5c401134c8/-473Wx593H-460698898-navy-MODEL.jpg\",\n            \"https://assets.ajio.com/medias/sys_master/root/20200902/UTIy/5f4e9d76aeb269ef8eb53a48/-473Wx593H-460698898-navy-MODEL2.jpg\",\n            \"https://assets.ajio.com/medias/sys_master/root/20200902/iAFU/5f4e95f3aeb269ef8eb51119/-473Wx593H-460698898-navy-MODEL3.jpg\",\n            \"https://assets.ajio.com/medias/sys_master/root/20200902/BNq5/5f4e99ef7cdb8c76629047fe/-473Wx593H-460698898-navy-MODEL4.jpg\",\n            \"https://assets.ajio.com/medias/sys_master/root/20200902/a63Y/5f4e9fc8f997dd6918b21746/-473Wx593H-460698898-navy-MODEL5.jpg\",\n            \"https://assets.ajio.com/medias/sys_master/root/20210316/5EEO/604fab057cdb8c1f14631aee/-473Wx593H-460698898-navy-MARKETING.jpg\"\n        ]\n    },\n    \"custom_meta\": \"string\"\n}"}],"_postman_id":"8a5e5a57-e9f8-4bd6-8545-f43e86af839a"},{"name":"amazon_india","id":"e2d00cbc-1d76-4fc9-b6ff-d941d9cd9259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.amazon.in/dp/B006G84U56/?th%3D1%26psc%3D1\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/amazon_india/","urlObject":{"protocol":"https","path":["v1","products","amazon_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"7a789b77-d11e-4b52-b585-360ac99a79bf","name":"amazon_india_book","originalRequest":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.amazon.in/dp/9389432014/?th%3D1%26psc%3D1\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/amazon_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 02 Aug 2021 07:02:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2440"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627887764,\n    \"record_used_till_date\": 32,\n    \"product_url\": \"https://www.amazon.in/dp/9389432014/?th%3D1%26psc%3D1\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Books\",\n            \"Crafts, Hobbies & Home\",\n            \"Lifestyle & Personal Style Guides\"\n        ],\n        \"title\": \"World’s Greatest Books For Personal Growth & Wealth (Set of 4 Books): Perfect Motivational Gift Set\",\n        \"price\": {\n            \"mrp\": 650,\n            \"selling_price\": 299,\n            \"discount_value\": 351,\n            \"discount_percentage\": 54,\n            \"subscribe_and_save_price\": null\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.5,\n            \"rating_count\": 10357,\n            \"star_rating_1\": 310,\n            \"star_rating_1_percentage\": 3,\n            \"star_rating_2\": 207,\n            \"star_rating_2_percentage\": 2,\n            \"star_rating_3\": 621,\n            \"star_rating_3_percentage\": 6,\n            \"star_rating_4\": 2174,\n            \"star_rating_4_percentage\": 21,\n            \"star_rating_5\": 7146,\n            \"star_rating_5_percentage\": 69,\n            \"max_rating\": 5\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Cloudtail India\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Product details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Publisher\",\n                        \"value\": \"Fingerprint! Publishing (1 August 2019)\"\n                    },\n                    {\n                        \"key\": \"Language\",\n                        \"value\": \"English\"\n                    },\n                    {\n                        \"key\": \"Paperback\",\n                        \"value\": \"960 pages\"\n                    },\n                    {\n                        \"key\": \"ISBN-10\",\n                        \"value\": \"9389432014\"\n                    },\n                    {\n                        \"key\": \"ISBN-13\",\n                        \"value\": \"978-9389432015\"\n                    },\n                    {\n                        \"key\": \"Item Weight\",\n                        \"value\": \"450 g\"\n                    },\n                    {\n                        \"key\": \"Dimensions\",\n                        \"value\": \"20 x 14 x 4 cm\"\n                    },\n                    {\n                        \"key\": \"Country of Origin\",\n                        \"value\": \"India\"\n                    },\n                    {\n                        \"key\": \"Importer\",\n                        \"value\": \"011-23247062\"\n                    },\n                    {\n                        \"key\": \"Best Sellers Rank\",\n                        \"value\": \"#7 in Books ( See Top 100 in Books ) #1 in Lifestyle & Personal Style Guides (Books) #3 in Business & Economics #9 in Personal Transformation\"\n                    }\n                ]\n            }\n        ],\n        \"product_offers\": [\n            \"No Cost EMI: Avail No Cost EMI on select cards for orders above ₹3000 Details\",\n            \"Bank Offer: 5% Instant Discount on HSBC Cashback Card Transactions Details\",\n            \"Partner Offers: Get GST invoice and save up to 28% on business purchases. Sign up for free Details\",\n            \"See 1 more\"\n        ],\n        \"image_urls\": [\n            \"https://images-na.ssl-images-amazon.com/images/I/71frknp-CWL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/71ui8Rj-6FL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/81X+RHbuffL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/718hDZ09uPL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/71q8t+8IaoL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/715-vuDL5cL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/81XcFF+0omL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/81b5bdo35BL.jpg\",\n            \"https://images-na.ssl-images-amazon.com/images/I/81OnVXZjYUL.jpg\"\n        ]\n    },\n    \"custom_meta\": \"string\"\n}"},{"id":"dda7c97d-bc2a-4254-a4cc-761944054ec7","name":"amazon_india_book_kindle","originalRequest":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.amazon.in/dp/B07C7M8SX9/?th%3D1%26psc%3D1\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/amazon_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 02 Aug 2021 07:03:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1624"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627887811,\n    \"record_used_till_date\": 33,\n    \"product_url\": \"https://www.amazon.in/dp/B07C7M8SX9/?th%3D1%26psc%3D1\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Kindle Store\",\n            \"Kindle eBooks\",\n            \"Health, Family & Personal Development\"\n        ],\n        \"title\": \"Rich Dad Poor Dad: What the Rich Teach Their Kids About Money That the Poor and Middle Class Do Not!\",\n        \"product_id\": \"B07C7M8SX9\",\n        \"price\": {\n            \"mrp\": 624.31,\n            \"selling_price\": 228.95,\n            \"discount_value\": 395.35999999999996,\n            \"discount_percentage\": 63.33,\n            \"subscribe_and_save_price\": null\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.6,\n            \"rating_count\": 45595,\n            \"star_rating_1\": 911,\n            \"star_rating_1_percentage\": 2,\n            \"star_rating_2\": 455,\n            \"star_rating_2_percentage\": 1,\n            \"star_rating_3\": 2279,\n            \"star_rating_3_percentage\": 5,\n            \"star_rating_4\": 7751,\n            \"star_rating_4_percentage\": 17,\n            \"star_rating_5\": 33740,\n            \"star_rating_5_percentage\": 74,\n            \"max_rating\": 5\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Amazon Asia-Pacific Holdings Private Limited\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Product details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"ASIN\",\n                        \"value\": \"B07C7M8SX9\"\n                    },\n                    {\n                        \"key\": \"Publisher\",\n                        \"value\": \"Plata Publishing (11 April 2017)\"\n                    },\n                    {\n                        \"key\": \"Language\",\n                        \"value\": \"English\"\n                    },\n                    {\n                        \"key\": \"File size\",\n                        \"value\": \"9808 KB\"\n                    },\n                    {\n                        \"key\": \"Text-to-Speech\",\n                        \"value\": \"Enabled\"\n                    },\n                    {\n                        \"key\": \"Enhanced typesetting\",\n                        \"value\": \"Enabled\"\n                    },\n                    {\n                        \"key\": \"X-Ray\",\n                        \"value\": \"Enabled\"\n                    },\n                    {\n                        \"key\": \"Word Wise\",\n                        \"value\": \"Enabled\"\n                    },\n                    {\n                        \"key\": \"Print length\",\n                        \"value\": \"336 pages\"\n                    },\n                    {\n                        \"key\": \"Best Sellers Rank\",\n                        \"value\": \"#120 in Kindle Store ( See Top 100 in Kindle Store ) #25 in Self-Help eBooks #107 in Personal Transformation\"\n                    }\n                ]\n            }\n        ],\n        \"image_urls\": [\n            \"https://m.media-amazon.com/images/I/51u8ZRDCVoL._SY346_.jpg\"\n        ]\n    },\n    \"custom_meta\": \"string\"\n}"},{"id":"f3b6d2d7-639b-4bfe-9a91-4a7bae991b4b","name":"amazon_india_smartphone","originalRequest":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.amazon.in/dp/9389432014/?th%3D1%26psc%3D1\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/amazon_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 02 Aug 2021 07:01:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5138"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627887676,\n    \"record_used_till_date\": 31,\n    \"product_url\": \"https://www.amazon.in/dp/B09576CYNP/?th%3D1%26psc%3D1\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Electronics\",\n            \"Mobiles & Accessories\",\n            \"Smartphones & Basic Mobiles\",\n            \"Smartphones\"\n        ],\n        \"title\": \"OnePlus Nord CE 5G (Charcoal Ink, 8GB RAM, 128GB Storage)\",\n        \"product_id\": \"B09576CYNP\",\n        \"brand\": \"OnePlus Store\",\n        \"price\": {\n            \"mrp\": 24999,\n            \"selling_price\": 24999,\n            \"discount_value\": 0,\n            \"discount_percentage\": 0,\n            \"subscribe_and_save_price\": null\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.1,\n            \"rating_count\": 21955,\n            \"star_rating_1\": 2415,\n            \"star_rating_1_percentage\": 11,\n            \"star_rating_2\": 878,\n            \"star_rating_2_percentage\": 4,\n            \"star_rating_3\": 1975,\n            \"star_rating_3_percentage\": 9,\n            \"star_rating_4\": 5049,\n            \"star_rating_4_percentage\": 23,\n            \"star_rating_5\": 11855,\n            \"star_rating_5_percentage\": 54,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"other_variant_details\": null,\n            \"selected_size\": \"8GB RAM/128GB Storage\",\n            \"selected_color\": \"Charcoal Ink\"\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Darshita Electronics\",\n        \"product_description\": \"Size name: 8GB RAM/128GB Storage  |  Colour: Charcoal Ink We are proud to introduce our latest addition to the Nord universe — OnePlus Nord CE 5G (Core Edition). It’s a phone built on the core aspects of the Nord experience to make great smartphone technology more accessible than ever. Heavy on features, light on price — it’s safe to say Nord CE 5G is a little more than you’d expect.\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Technical Details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"OS\",\n                        \"value\": \"Android\"\n                    },\n                    {\n                        \"key\": \"RAM\",\n                        \"value\": \"8 GB\"\n                    },\n                    {\n                        \"key\": \"Product Dimensions\",\n                        \"value\": \"15.9 x 0.8 x 7.4 cm; 170 Grams\"\n                    },\n                    {\n                        \"key\": \"Batteries\",\n                        \"value\": \"1 Lithium ion batteries required. (included)\"\n                    },\n                    {\n                        \"key\": \"Wireless communication technologies\",\n                        \"value\": \"Cellular\"\n                    },\n                    {\n                        \"key\": \"Connectivity technologies\",\n                        \"value\": \"WiFi 5G\"\n                    },\n                    {\n                        \"key\": \"Special features\",\n                        \"value\": \"4500mAH lithium-ion battery (non-removable), Main camera features: Clear, high-resolution photos, Nightscape, Automated AI Photo Enhancer, Portrait mode, and filters., In-display fingerprint sensor., Front camera features - Face Unlock, HDR, Screen Flash, face retouching, and filters., Thickness: 7.9mm, slimmest OnePlus phone since the OnePlus 6T. Weight: 170g\"\n                    },\n                    {\n                        \"key\": \"Display technology\",\n                        \"value\": \"AMOLED\"\n                    },\n                    {\n                        \"key\": \"Other display features\",\n                        \"value\": \"Wireless\"\n                    },\n                    {\n                        \"key\": \"Other camera features\",\n                        \"value\": \"Rear, Front\"\n                    },\n                    {\n                        \"key\": \"Form factor\",\n                        \"value\": \"Smartphone\"\n                    },\n                    {\n                        \"key\": \"Colour\",\n                        \"value\": \"Charcoal Ink\"\n                    },\n                    {\n                        \"key\": \"Battery Power Rating\",\n                        \"value\": \"4500\"\n                    },\n                    {\n                        \"key\": \"Whats in the box\",\n                        \"value\": \"OnePlus Nord CE 5G, Warp Charge 30T power adapter, Warp Type-C cable (Supports USB 2.0), Phone case, Screen protector (pre-applied), SIM tray ejector, Welcome letter, Brand sticker, Red Cable Club Membership card, Quick start guide, Safety information and warranty card, Highest SAR value & Plastic recycling card\"\n                    },\n                    {\n                        \"key\": \"Manufacturer\",\n                        \"value\": \"Oppo Mobiles India Private Limited\"\n                    },\n                    {\n                        \"key\": \"Country of Origin\",\n                        \"value\": \"India\"\n                    },\n                    {\n                        \"key\": \"Item Weight\",\n                        \"value\": \"170 g\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Additional Information\",\n                \"attributes\": [\n                    {\n                        \"key\": \"ASIN\",\n                        \"value\": \"B09576CYNP\"\n                    },\n                    {\n                        \"key\": \"Best Sellers Rank\",\n                        \"value\": \"#26 in Electronics ( See Top 100 in Electronics ) #14 in Smartphones\"\n                    },\n                    {\n                        \"key\": \"Date First Available\",\n                        \"value\": \"16 June 2021\"\n                    },\n                    {\n                        \"key\": \"Manufacturer\",\n                        \"value\": \"Oppo Mobiles India Private Limited, Oppo Mobiles India Private Limited\"\n                    },\n                    {\n                        \"key\": \"Item Dimensions LxWxH\",\n                        \"value\": \"15.9 x 0.8 x 7.4 Centimeters\"\n                    },\n                    {\n                        \"key\": \"Net Quantity\",\n                        \"value\": \"1 Piece\"\n                    },\n                    {\n                        \"key\": \"Generic Name\",\n                        \"value\": \"Smartphone\"\n                    }\n                ]\n            }\n        ],\n        \"product_highlights\": [\n            \"64MP+8MP+2MP triple rear camera with 1080p video at 30/60 fps, 4k 30 fps | 16MP front camera with 1080p video at 30/60 fps.\",\n            \"6.43-inch, 90Hz fluid AMOLED display with 2400 x 1080 pixels resolution | 410ppi\",\n            \"Memory, Storage & SIM: 8GB RAM | 128GB internal memory on UFS 2.1 storage system.\",\n            \"Dual SIM (nano + nano) | OnePlus Nord CE currently supports dual 4G SIM Cards or a single 5G SIM + 4G SIM.\",\n            \"Chipset: Qualcomm Snapdragon 750G 5G mobile platform with an octa-core processor, Kryo 570 CPU (20% improvement from predecessor), and an Adreno 619 GPU (10% improved graphics performance from predecessor).\",\n            \"Alexa Hands-Free capable: Download the Alexa app to use Alexa hands-free. Play music, make calls, hear news, open apps, navigate and more, all using just your voice, while on-the-go.\"\n        ],\n        \"product_offers\": [\n            \"Bank Offer (3): Flat INR 1000 Instant Discount on HDFC Bank Credit Card Transactions See All\",\n            \"No Cost EMI: Avail No Cost EMI on select cards for orders above ₹3000 Details\",\n            \"Exchange Offer: Up to ₹13,400.00 off on Exchange\",\n            \"Partner Offers: Get GST invoice and save up to 28% on business purchases. Sign up for free Details\",\n            \"See 2 more\"\n        ],\n        \"image_urls\": [\n            \"https://m.media-amazon.com/images/I/71LRBr1aLNS._SL1500_.jpg\",\n            \"https://m.media-amazon.com/images/I/61XbSVQO+zS._SL1500_.jpg\",\n            \"https://m.media-amazon.com/images/I/51mXuIyhfCS._SL1500_.jpg\",\n            \"https://m.media-amazon.com/images/I/61lUIhiAAeS._SL1500_.jpg\",\n            \"https://m.media-amazon.com/images/I/51Z4KslTVyS._SL1500_.jpg\",\n            \"https://m.media-amazon.com/images/I/51c9xPI3WfS._SL1500_.jpg\"\n        ]\n    },\n    \"custom_meta\": \"string\"\n}"},{"id":"c76bbf80-85b8-4798-ac58-f4e364d0e2cb","name":"amazon_india_shampoo","originalRequest":{"method":"POST","header":[{"key":"client-key","type":"text","value":"test4_86985e105f79b95"},{"key":"secret-key","type":"text","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.amazon.in/dp/B006G84U56/?th%3D1%26psc%3D1\",\n    \"custom_meta\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/amazon_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 02 Aug 2021 07:04:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3216"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627887862,\n    \"record_used_till_date\": 34,\n    \"product_url\": \"https://www.amazon.in/dp/B006G84U56/?th%3D1%26psc%3D1\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Beauty\",\n            \"Hair Care & Styling\",\n            \"Hair Care\",\n            \"Shampoos\"\n        ],\n        \"title\": \"Himalaya Anti-Hair Fall Shampoo With Bhringaraja 400 ml\",\n        \"product_id\": \"B006G84U56\",\n        \"brand\": \"Himalaya Store\",\n        \"price\": {\n            \"mrp\": 216,\n            \"selling_price\": 171,\n            \"discount_value\": 45,\n            \"discount_percentage\": 20.83,\n            \"subscribe_and_save_price\": 162.45\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.2,\n            \"rating_count\": 12917,\n            \"star_rating_1\": 645,\n            \"star_rating_1_percentage\": 5,\n            \"star_rating_2\": 516,\n            \"star_rating_2_percentage\": 4,\n            \"star_rating_3\": 1550,\n            \"star_rating_3_percentage\": 12,\n            \"star_rating_4\": 3616,\n            \"star_rating_4_percentage\": 28,\n            \"star_rating_5\": 6716,\n            \"star_rating_5_percentage\": 52,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"other_variant_details\": [\n                {\n                    \"key\": \"Design\",\n                    \"value\": \"Anti Hair Fall, 400ml\"\n                }\n            ]\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Cloudtail India\",\n        \"product_description\": \"Design: Anti Hair Fall, 400ml Himalaya's Anti-Hair Fall Shampoo is a breakthrough 2-in-1 formula that reduces hair fall and provides nourishment to hair shafts. It also conditions and improves your hair texture to reduce hair fall due to breakage. The herbs Butea Frondosa and Bhringaraja stimulate hair follicle growth and are effective in strengthening hair roots and controlling hair fall.\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Product details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Is Discontinued By Manufacturer\",\n                        \"value\": \"No\"\n                    },\n                    {\n                        \"key\": \"Product Dimensions\",\n                        \"value\": \"10 x 5 x 5 cm; 100 Grams\"\n                    },\n                    {\n                        \"key\": \"Date First Available\",\n                        \"value\": \"1 January 2017\"\n                    },\n                    {\n                        \"key\": \"Manufacturer\",\n                        \"value\": \"Himalaya\"\n                    },\n                    {\n                        \"key\": \"ASIN\",\n                        \"value\": \"B006G84U56\"\n                    },\n                    {\n                        \"key\": \"Item model number\",\n                        \"value\": \"2090A\"\n                    },\n                    {\n                        \"key\": \"Country of Origin\",\n                        \"value\": \"India\"\n                    },\n                    {\n                        \"key\": \"Manufacturer\",\n                        \"value\": \"Himalaya, The Himalaya Drug Company, Makali, Bengalure, 562162; 1-800-208-1930\"\n                    },\n                    {\n                        \"key\": \"Packer\",\n                        \"value\": \"The Himalaya Drug Company, Makali, Bengalure, 562162; 1-800-208-1930\"\n                    },\n                    {\n                        \"key\": \"Item Weight\",\n                        \"value\": \"100 g\"\n                    },\n                    {\n                        \"key\": \"Item Dimensions LxWxH\",\n                        \"value\": \"10 x 5 x 5 Centimeters\"\n                    },\n                    {\n                        \"key\": \"Net Quantity\",\n                        \"value\": \"400.0 millilitre\"\n                    },\n                    {\n                        \"key\": \"Included Components\",\n                        \"value\": \"Shampoo 1 Unit 400ML\"\n                    },\n                    {\n                        \"key\": \"Generic Name\",\n                        \"value\": \"Shampoo\"\n                    },\n                    {\n                        \"key\": \"Best Sellers Rank\",\n                        \"value\": \"#49 in Beauty ( See Top 100 in Beauty ) #8 in Shampoos (Beauty)\"\n                    }\n                ]\n            }\n        ],\n        \"product_highlights\": [\n            \"Quantity: 400ml; Item Form: Foam\",\n            \"Strengthens hair roots\",\n            \"Moisturizes hair\",\n            \"Hair Type: All hair Types\",\n            \"Container Type: Plastic Bottle\",\n            \"Target Audience: Men & Women\",\n            \"Package Includes: 1 Herbals Anti hair Shampoo\",\n            \"Country of Origin: India\"\n        ],\n        \"product_offers\": [\n            \"Bank Offer: 5% Instant Discount on HSBC Cashback Card Transactions Details\",\n            \"Partner Offers: Get GST invoice and save up to 28% on business purchases. Sign up for free Details\"\n        ],\n        \"image_urls\": [\n            \"https://m.media-amazon.com/images/I/51M2vBJ0InS._SL1000_.jpg\",\n            \"https://m.media-amazon.com/images/I/510Tr6rgBYS._SL1000_.jpg\",\n            \"https://m.media-amazon.com/images/I/61WvDCkpVZL._SL1000_.jpg\",\n            \"https://m.media-amazon.com/images/I/71f+v4fn+SL._SL1000_.jpg\",\n            \"https://m.media-amazon.com/images/I/71OesWuvIwL._SL1000_.jpg\",\n            \"https://m.media-amazon.com/images/I/611EHQY+rBL._SL1000_.jpg\"\n        ]\n    },\n    \"custom_meta\": \"string\"\n}"}],"_postman_id":"e2d00cbc-1d76-4fc9-b6ff-d941d9cd9259"},{"name":"flipkart_india","id":"fb2c6ea6-f0c1-45b9-a483-47ea09f3dd84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.flipkart.com/morphy-richards-820019-induction-cooktop/p/itm4d759124c016e?pid=ICTFPMRYGYHAH2GG\",\n    \"custom_meta\": [\n        \"simple_array_element1\",\n        \"simple_array_element2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/flipkart_india/","urlObject":{"protocol":"https","path":["v1","products","flipkart_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"619d73d2-095b-4e56-93ab-cb0ebe233941","name":"flipkart_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.flipkart.com/morphy-richards-820019-induction-cooktop/p/itm4d759124c016e?pid=ICTFPMRYGYHAH2GG\",\n    \"custom_meta\": [\n        \"simple_array_element1\",\n        \"simple_array_element2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/flipkart_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:09:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5028"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627747761,\n    \"record_used_till_date\": 3,\n    \"product_url\": \"https://www.flipkart.com/morphy-richards-820019-induction-cooktop/p/itm4d759124c016e?pid=ICTFPMRYGYHAH2GG\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Home\",\n            \"Home & Kitchen\",\n            \"Kitchen Appliances\",\n            \"Induction Cooktops\",\n            \"Morphy Richards Induction Cooktops\",\n            \"Morphy Richards 820019 Induction Cooktop (White, Push Button)\"\n        ],\n        \"title\": \"Morphy Richards 820019 Induction Cooktop (White, Push Button)\",\n        \"product_id\": \"ITM4D759124C016E\",\n        \"brand\": \"Morphy Richards\",\n        \"price\": {\n            \"mrp\": 5995,\n            \"selling_price\": 3080,\n            \"discount_value\": 2915,\n            \"discount_percentage\": 48.62\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.2,\n            \"rating_count\": 140,\n            \"star_rating_1\": 12,\n            \"star_rating_1_percentage\": 8.57,\n            \"star_rating_2\": 5,\n            \"star_rating_2_percentage\": 3.57,\n            \"star_rating_3\": 7,\n            \"star_rating_3_percentage\": 5,\n            \"star_rating_4\": 40,\n            \"star_rating_4_percentage\": 28.57,\n            \"star_rating_5\": 76,\n            \"star_rating_5_percentage\": 54.29,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"selected_color\": \"White\"\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"ELECTRICAL GALLERY\",\n        \"product_description\": \"This induction cooktop by Morphy Richards lets you prepare food quickly and without any hassle. It has an Anti-roach body which effectively resists the entry of cockroaches and insects. It even comes with Auto-cook Options which you can use to make rice, tea, and more. What’s more, it has an Auto Shut-off feature too, which can switch the appliance off when it overheats.\",\n        \"product_specifications\": [\n            {\n                \"header\": \"In The Box\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Sales Package\",\n                        \"value\": \"1 Induction Cooktop, User Manual, Warranty Card\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"General\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Brand\",\n                        \"value\": \"Morphy Richards\"\n                    },\n                    {\n                        \"key\": \"model_name\",\n                        \"value\": \"Super Chef 2000\"\n                    },\n                    {\n                        \"key\": \"Model\",\n                        \"value\": \"820019\"\n                    },\n                    {\n                        \"key\": \"Type\",\n                        \"value\": \"Induction Cooktop\"\n                    },\n                    {\n                        \"key\": \"Color\",\n                        \"value\": \"White\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"General Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Body Material\",\n                        \"value\": \"ABS\"\n                    },\n                    {\n                        \"key\": \"Control\",\n                        \"value\": \"Push Button\"\n                    },\n                    {\n                        \"key\": \"Preset Cooking Menus\",\n                        \"value\": \"7 Preset Functions\"\n                    },\n                    {\n                        \"key\": \"Display\",\n                        \"value\": \"Digital LED Display\"\n                    },\n                    {\n                        \"key\": \"Timer\",\n                        \"value\": \"Digital Timer Control\"\n                    },\n                    {\n                        \"key\": \"Timer setting\",\n                        \"value\": \"3 hrs\"\n                    },\n                    {\n                        \"key\": \"Fast Heating\",\n                        \"value\": \"No\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Power Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Power Levels\",\n                        \"value\": \"8\"\n                    },\n                    {\n                        \"key\": \"Power Consumption\",\n                        \"value\": \"2000 W\"\n                    },\n                    {\n                        \"key\": \"Power Input\",\n                        \"value\": \"AC 220 - 240, 50/60 Hz\"\n                    },\n                    {\n                        \"key\": \"Cord length\",\n                        \"value\": \"1.2 m\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Safety Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Automatic shut-off\",\n                        \"value\": \"Yes\"\n                    },\n                    {\n                        \"key\": \"Cool Touch\",\n                        \"value\": \"No\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Dimensions\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Height\",\n                        \"value\": \"10.5 cm\"\n                    },\n                    {\n                        \"key\": \"Width\",\n                        \"value\": \"33.5 cm\"\n                    },\n                    {\n                        \"key\": \"Depth\",\n                        \"value\": \"38.7 cm\"\n                    },\n                    {\n                        \"key\": \"Weight\",\n                        \"value\": \"2.6 kg\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Additional Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Other Features\",\n                        \"value\": \"Anti-roach Body, Deep Fry Function, Auto-cook Options, No Pot Detection\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Warranty\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Service Type\",\n                        \"value\": \"Customer Needs to Contact us on Our Customer Care No.: 18001025963 or 02241280000\"\n                    },\n                    {\n                        \"key\": \"Warranty Summary\",\n                        \"value\": \"1 Year Warranty from Date of Purchase\"\n                    },\n                    {\n                        \"key\": \"Covered In Warranty\",\n                        \"value\": \"Manufacturing Defects\"\n                    },\n                    {\n                        \"key\": \"Not Covered In Warranty\",\n                        \"value\": \"The Warranty Does Not Cover Accessories External to the Product, It Does Not Cover Demonstration or Installation of the Product Purchased\"\n                    }\n                ]\n            }\n        ],\n        \"product_offers\": [\n            \"10% off on Citi Credit and Debit Cards, up to ₹1500. On orders of ₹5000 and above\",\n            \"5% Unlimited Cashback on Flipkart Axis Bank Credit Card\",\n            \"20% off on 1st txn with Amex Network Cards issued by ICICI Bank,IndusInd Bank,SBI Cards and Mobikwik\",\n            \"Purchase this appliance and get Extra ₹500 Off on Select ACs.\",\n            \"Shop & Earn Pass - Buy 101 Gift Voucher, Get 5% Cashback* on Monthly Purchases\",\n            \"10% Off on Bank of Baroda Mastercard debit card first time transaction, Terms and Condition apply\",\n            \"10% Off on First time ICICI Mastercard Credit Card transaction, Terms and Condition apply\",\n            \"Flat ₹100 off on first Flipkart Pay Later order of ₹500 and above\",\n            \"EMI starting from ₹107/month\"\n        ],\n        \"image_urls\": [\n            \"http://rukmini1.flixcart.com/image/1920/1080/keuagsw0/induction-cook-top/2/g/g/morphy-richards-super-chef-2000-820019-original-imafvfpczy5t8whc.jpeg\",\n            \"http://rukmini1.flixcart.com/image/1920/1080/kcxpbww0/induction-cook-top/2/g/g/morphy-richards-super-chef-2000-820019-original-imaftxkfzvx2t3h6.jpeg\",\n            \"http://rukmini1.flixcart.com/image/1920/1080/keuagsw0/induction-cook-top/2/g/g/morphy-richards-super-chef-2000-820019-original-imafvfpcraftkwnw.jpeg\",\n            \"http://rukmini1.flixcart.com/image/1920/1080/keuagsw0/induction-cook-top/2/g/g/morphy-richards-super-chef-2000-820019-original-imafvfpcxfmwptsg.jpeg\",\n            \"http://rukmini1.flixcart.com/image/1920/1080/keuagsw0/induction-cook-top/2/g/g/morphy-richards-super-chef-2000-820019-original-imafvfpcxhj2sjhd.jpeg\",\n            \"http://rukmini1.flixcart.com/image/1920/1080/keuagsw0/induction-cook-top/2/g/g/morphy-richards-super-chef-2000-820019-original-imafvfpccxthefwh.jpeg\"\n        ]\n    },\n    \"custom_meta\": [\n        \"simple_array_element1\",\n        \"simple_array_element2\"\n    ]\n}"}],"_postman_id":"fb2c6ea6-f0c1-45b9-a483-47ea09f3dd84"},{"name":"luxury_tatacliq_india","id":"79c9b4dd-0d5d-486c-a45b-5c16172d24c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://luxury.tatacliq.com/bvlgari-omnia-amethyste-eau-de-toilette-65-ml-for-women/p-mp000000007971284\",\n    \"custom_meta\": [\n        {\n            \"array_of_json_object_key1\": \"key1\",\n            \"array_of_json_object_value1\": \"value1\"\n        },\n        {\n            \"array_of_json_object_key2\": \"key2\",\n            \"array_of_json_object_value2\": \"value2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/luxury_tatacliq_india/","urlObject":{"protocol":"https","path":["v1","products","luxury_tatacliq_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"05e9600f-f873-41d0-9fe3-cf3081cb2423","name":"luxury_tatacliq_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://luxury.tatacliq.com/bvlgari-omnia-amethyste-eau-de-toilette-65-ml-for-women/p-mp000000007971284\",\n    \"custom_meta\": [\n        {\n            \"array_of_json_object_key1\": \"key1\",\n            \"array_of_json_object_value1\": \"value1\"\n        },\n        {\n            \"array_of_json_object_key2\": \"key2\",\n            \"array_of_json_object_value2\": \"value2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/luxury_tatacliq_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:11:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2480"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627747876,\n    \"record_used_till_date\": 4,\n    \"product_url\": \"https://luxury.tatacliq.com/bvlgari-omnia-amethyste-eau-de-toilette-65-ml-for-women/p-mp000000007971284\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Luxury\",\n            \"Beauty & Grooming\",\n            \"Fragrances and Perfumes\",\n            \"Fragrances\",\n            \"Perfumes\",\n            \"Bvlgari Omnia Amethyste Eau de Toilette 65 ml for Women\"\n        ],\n        \"title\": \"Bvlgari Omnia Amethyste Eau de Toilette 65 ml for Women\",\n        \"product_id\": \"mp000000007971284\",\n        \"brand\": \"Bvlgari\",\n        \"price\": {\n            \"mrp\": 7000,\n            \"selling_price\": 7000,\n            \"discount_value\": 0,\n            \"discount_percentage\": 0\n        },\n        \"review_and_rating\": {\n            \"rating\": null,\n            \"rating_count\": 0,\n            \"star_rating_1\": 0,\n            \"star_rating_1_percentage\": 0,\n            \"star_rating_2\": 0,\n            \"star_rating_2_percentage\": 0,\n            \"star_rating_3\": 0,\n            \"star_rating_3_percentage\": 0,\n            \"star_rating_4\": 0,\n            \"star_rating_4_percentage\": 0,\n            \"star_rating_5\": 0,\n            \"star_rating_5_percentage\": 0,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"instock_sizes\": [\n                \"40 ml\",\n                \"65 ml\"\n            ],\n            \"outofstock_sizes\": null,\n            \"selected_color\": null\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"BEAUTY IMPEX PRIVATE LIMITED\",\n        \"product_description\": \"Bvlgari Omnia Amethyste Eau De Toilette for women is a seductive fragrance with a moderate, flowery tones. Inspired by shimmery hues of the amethyst gemstone and floral and woody notes, this evocative and sensual scent captures the myriad scents of iris and Bulgarian rose. The base notes are heliotrope and woody notes. The nose behind this fragrance is Alberto Morillas.\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Top Note\",\n                        \"value\": \"Pink Grapefruit\"\n                    },\n                    {\n                        \"key\": \"Middle Note\",\n                        \"value\": \"Iris and Bulgarian Rose\"\n                    },\n                    {\n                        \"key\": \"Base Note\",\n                        \"value\": \"Heliotrope and Woody Notes\"\n                    },\n                    {\n                        \"key\": \"Sillage\",\n                        \"value\": \"Moderate\"\n                    },\n                    {\n                        \"key\": \"Fragrance Family\",\n                        \"value\": \"Woody\"\n                    },\n                    {\n                        \"key\": \"Longevity\",\n                        \"value\": \"Moderate\"\n                    },\n                    {\n                        \"key\": \"Size\",\n                        \"value\": \"65 ml\"\n                    },\n                    {\n                        \"key\": \"Collection\",\n                        \"value\": \"Omnia Amethyste\"\n                    },\n                    {\n                        \"key\": \"Occasion\",\n                        \"value\": \"Date Night\"\n                    },\n                    {\n                        \"key\": \"Fragrance Type\",\n                        \"value\": \"Eau de Toilette\"\n                    },\n                    {\n                        \"key\": \"Country of Origin\",\n                        \"value\": \"Italy\"\n                    },\n                    {\n                        \"key\": \"Combo\",\n                        \"value\": \"No\"\n                    }\n                ]\n            }\n        ],\n        \"image_urls\": [\n            \"https://img.tatacliq.com/images/i7/658Wx734H/MP000000007971284_658Wx734H_202012310552201.jpeg\",\n            \"https://img.tatacliq.com/images/i7/658Wx734H/MP000000007971284_658Wx734H_202012310552252.jpeg\",\n            \"https://img.tatacliq.com/images/i7/658Wx734H/MP000000007971284_658Wx734H_202107292328453.jpeg\"\n        ]\n    },\n    \"custom_meta\": [\n        {\n            \"array_of_json_object_key1\": \"key1\",\n            \"array_of_json_object_value1\": \"value1\"\n        },\n        {\n            \"array_of_json_object_key2\": \"key2\",\n            \"array_of_json_object_value2\": \"value2\"\n        }\n    ]\n}"}],"_postman_id":"79c9b4dd-0d5d-486c-a45b-5c16172d24c7"},{"name":"myntra_india","id":"e6a6e2a8-9b4b-4e0b-af4f-ed303f1f8bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.myntra.com/kurtas/w/w-women-green--silver-yoke-design-straight-kurta/10206885/buy\",\n    \"custom_meta\": {\n        \"json_object_key1\": \"value1\",\n        \"json_object_key2\": \"value2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/myntra_india/","urlObject":{"protocol":"https","path":["v1","products","myntra_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"ba857cf9-86ed-46af-bb4c-9efa6b9408cb","name":"myntra_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.myntra.com/kurtas/w/w-women-green--silver-yoke-design-straight-kurta/10206885/buy\",\n    \"custom_meta\": {\n        \"json_object_key1\": \"value1\",\n        \"json_object_key2\": \"value2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/myntra_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:13:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3316"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748039,\n    \"record_used_till_date\": 6,\n    \"product_url\": \"https://www.myntra.com/kurtas/w/w-women-green--silver-yoke-design-straight-kurta/10206885/buy\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Clothing\",\n            \"Women\",\n            \"Kurtas\",\n            \"W\",\n            \"More by W\"\n        ],\n        \"title\": \"W Women Green & Silver Yoke-Design Straight Kurta\",\n        \"product_id\": \"10206885\",\n        \"brand\": \"W\",\n        \"price\": {\n            \"mrp\": 1999,\n            \"selling_price\": 799,\n            \"discount_value\": 1200,\n            \"discount_percentage\": 60.03\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.2,\n            \"rating_count\": 918,\n            \"star_rating_1\": 57,\n            \"star_rating_1_percentage\": 6.21,\n            \"star_rating_2\": 36,\n            \"star_rating_2_percentage\": 3.92,\n            \"star_rating_3\": 84,\n            \"star_rating_3_percentage\": 9.15,\n            \"star_rating_4\": 227,\n            \"star_rating_4_percentage\": 24.73,\n            \"star_rating_5\": 514,\n            \"star_rating_5_percentage\": 55.99,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"selected_color\": \"Green\",\n            \"instock_sizes\": [\n                \"XS\",\n                \"S\",\n                \"M\",\n                \"XXL\",\n                \"3XL\"\n            ],\n            \"outofstock_sizes\": [\n                \"L\",\n                \"XL\"\n            ]\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Flashtech Retail\",\n        \"product_description\": \"Product Details: Green and silver yoke-design straight kurta with embroidered detail, has a square neck, three-quarter sleeves, straight hem, and side slits | SIZE & FIT: The model (height 5'8\\\") is wearing a size S | MATERIAL & CARE: Viscose Rayon Hand-wash\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Specifications\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Body Shape ID\",\n                        \"value\": \"424\"\n                    },\n                    {\n                        \"key\": \"Colour Family\",\n                        \"value\": \"Earthy\"\n                    },\n                    {\n                        \"key\": \"Design Styling\",\n                        \"value\": \"Regular\"\n                    },\n                    {\n                        \"key\": \"Fabric\",\n                        \"value\": \"Viscose Rayon\"\n                    },\n                    {\n                        \"key\": \"Fabric Purity\",\n                        \"value\": \"Synthetic\"\n                    },\n                    {\n                        \"key\": \"Hemline\",\n                        \"value\": \"Straight\"\n                    },\n                    {\n                        \"key\": \"Length\",\n                        \"value\": \"Knee Length\"\n                    },\n                    {\n                        \"key\": \"Neck\",\n                        \"value\": \"Square Neck\"\n                    },\n                    {\n                        \"key\": \"Occasion\",\n                        \"value\": \"Daily\"\n                    },\n                    {\n                        \"key\": \"Ornamentation\",\n                        \"value\": \"Thread Work\"\n                    },\n                    {\n                        \"key\": \"Pattern\",\n                        \"value\": \"Yoke Design\"\n                    },\n                    {\n                        \"key\": \"Print or Pattern Type\",\n                        \"value\": \"Woven Design\"\n                    },\n                    {\n                        \"key\": \"Shape\",\n                        \"value\": \"Straight\"\n                    },\n                    {\n                        \"key\": \"Sleeve Length\",\n                        \"value\": \"Three-Quarter Sleeves\"\n                    },\n                    {\n                        \"key\": \"Sleeve Styling\",\n                        \"value\": \"Regular Sleeves\"\n                    },\n                    {\n                        \"key\": \"Slit Detail\",\n                        \"value\": \"Side Slits\"\n                    },\n                    {\n                        \"key\": \"Stitch\",\n                        \"value\": \"Ready to Wear\"\n                    },\n                    {\n                        \"key\": \"Wash Care\",\n                        \"value\": \"Hand Wash\"\n                    },\n                    {\n                        \"key\": \"Weave Pattern\",\n                        \"value\": \"Regular\"\n                    },\n                    {\n                        \"key\": \"Weave Type\",\n                        \"value\": \"Machine Weave\"\n                    }\n                ]\n            }\n        ],\n        \"image_urls\": [\n            \"http://assets.myntassets.com/assets/images/10206885/2021/2/25/81e08845-c96f-4d9d-8674-76084743edbf1614238185312-W-Women-Green--Silver-Yoke-Design-Straight-Kurta-95716142381-1.jpg\",\n            \"http://assets.myntassets.com/assets/images/10206885/2021/2/25/dafd9355-0d0f-4e99-ad8d-0f9bc02629e91614238185291-W-Women-Green--Silver-Yoke-Design-Straight-Kurta-95716142381-2.jpg\",\n            \"http://assets.myntassets.com/assets/images/10206885/2021/2/25/755357fb-9654-4c72-b4cc-8558fc8468121614238185275-W-Women-Green--Silver-Yoke-Design-Straight-Kurta-95716142381-3.jpg\",\n            \"http://assets.myntassets.com/assets/images/10206885/2021/2/25/9ae2c85e-8d61-487b-a5f6-62b3dfac21211614238185256-W-Women-Green--Silver-Yoke-Design-Straight-Kurta-95716142381-4.jpg\",\n            \"http://assets.myntassets.com/assets/images/10206885/2021/2/25/c8f6dd97-cf40-47c5-99e2-f6a29e924d321614238185233-W-Women-Green--Silver-Yoke-Design-Straight-Kurta-95716142381-5.jpg\",\n            \"http://assets.myntassets.com/assets/images/10206885/2021/2/25/5d10388f-aa61-4c8d-9560-b48d34be66841614238185216-W-Women-Green--Silver-Yoke-Design-Straight-Kurta-95716142381-6.jpg\"\n        ]\n    },\n    \"custom_meta\": {\n        \"json_object_key1\": \"value1\",\n        \"json_object_key2\": \"value2\"\n    }\n}"}],"_postman_id":"e6a6e2a8-9b4b-4e0b-af4f-ed303f1f8bff"},{"name":"nykaa_india","id":"61f1bd25-037d-4368-9948-db46227d39ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.nykaa.com/philips-satinelle-advanced-cordless-epilator-bre624-00/p/779734\",\n    \"custom_meta\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/nykaa_india/","urlObject":{"protocol":"https","path":["v1","products","nykaa_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"49283f02-b5e5-4cb8-8743-a2d86e6c4d9b","name":"nykaa_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.nykaa.com/philips-satinelle-advanced-cordless-epilator-bre624-00/p/779734\",\n    \"custom_meta\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/nykaa_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:15:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4966"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748151,\n    \"record_used_till_date\": 8,\n    \"product_url\": \"https://www.nykaa.com/philips-satinelle-advanced-cordless-epilator-bre624-00/p/779734\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Appliances\",\n            \"Hair Removal Tools\",\n            \"Epilators\"\n        ],\n        \"title\": \"Philips Satinelle Advanced Cordless Epilator (BRE624/00)\",\n        \"product_id\": \"779734\",\n        \"brand\": \"Philips\",\n        \"price\": {\n            \"mrp\": 5195,\n            \"selling_price\": 5195,\n            \"discount_value\": 0,\n            \"discount_percentage\": 0\n        },\n        \"review_and_rating\": {\n            \"rating\": 3.7,\n            \"rating_count\": 55,\n            \"star_rating_1\": 9,\n            \"star_rating_1_percentage\": 16.36,\n            \"star_rating_2\": 4,\n            \"star_rating_2_percentage\": 7.27,\n            \"star_rating_3\": 6,\n            \"star_rating_3_percentage\": 10.91,\n            \"star_rating_4\": 13,\n            \"star_rating_4_percentage\": 23.64,\n            \"star_rating_5\": 23,\n            \"star_rating_5_percentage\": 41.82,\n            \"max_rating\": 5\n        },\n        \"stock_status\": \"Sold Out\",\n        \"seller_name\": \"Nykaa E retail private limited\",\n        \"product_description\": \"The fastest ever epilator, Philips BRE624 Cordless Epilator has unique ceramic discs that rotate at a greater speed than ever before and firmly grip fine and short hair. Gently removes hairs at the root and hairs grow back thinner and more slowly. Enjoy up to 4 weeks hair-free skin. The widest head with ceramic discs epilates close to the skin to grab even fine hairs for quick and long lasting results. Key features: Fastest epilation ever: The epilator head is unique in being, made from a textured ceramic surface that gently extract even the finest hairs and those 4x shorter than wax. Now with faster disc rotation than ever before (2200RPM) for fastest hair removal. Extra wide epilator head: Extra wide epilator head covers more skin with every stroke for faster hair removal. Ergonomic S-shaped handle: The ergonomic S-shaped handle is easy to steer for maximum control and better reach with natural and precise movements, all over your body. Cordless wet and dry usage: Designed with an anti-slip grip, ideal for use with water. Enables a more comfortable, gentle experience in your shower or bath. You can use it cordless for best convenience. Opti-light: Opti-light helps you target and remove even trickiest hair. Shaving head and trimming comb: The shaving head provides a close shave and more gentleness in different body areas. It comes with a trimming comb to style your bikini area. Accessories: This epilator comes with a cleaning brush, shaving head and trimming comb. Technical Specifications: Number of catching points: 32 Number of discs: 17 Pulling actions/second speed 1: 960 Pulling actions/second speed 2: 1066 Voltage: 15V / 5.4W Tweezing action speed 1: 64000 per minute Tweezing action speed 2: 70400 per minute Usage time: up to 40 minutes Charging: Rechargeable, 1.5 hour charging time About the Brand: Philips is a leading health technology company focused to make the world healthier and more sustainable through innovation. The brand is a world leader in home healthcare, energy efficient lighting solutions, as well as male shaving, grooming and oral healthcare products. Focused on improving people's lifestyle by gathering consumer insights to deliver integrated solutions, this brand believes you should be able to enhance your look with the help of technology and innovation. All Philips products are designed to deliver visible results that last - and to empower you to look and feel confident every day. Explore the entire range of Epilators available on Nykaa. Shop more Philips products here.You can browse through the complete world of Philips Epilators .\",\n        \"additional_information\": [\n            {\n                \"header\": \"How to Use\",\n                \"attributes\": \"When you epilate (with or without an accessory on the epilating head), place the appliance at a right angle - 90 degrees to the skin. When you use the appliance with other heads and accessories than the epilating head, make sure you place the heads and accessories flat onto the skin. When you use the appliance on sensitive areas, stretch the skin with your free hand. When you use the appliance on your underarms, raiseyour arm and put your hand on the back of your head to stretch the skin. Move the appliance slowly against the direction of hair growth. Note: If you move the appliance over your skin too fast, you may not obtain a smooth result. Note: If your hair is longer than 3-4 mm, pre trim them for easier and more comfortable epilation.\"\n            }\n        ],\n        \"image_urls\": [\n            \"https://images-static.nykaa.com/media/catalog/product/tr:h-800,w-800,cm-pad_resize/8/7/8710103900009_1_.jpg\",\n            \"https://images-static.nykaa.com/media/catalog/product/tr:h-800,w-800,cm-pad_resize/8/7/8710103900009_2_.jpg\",\n            \"https://images-static.nykaa.com/media/catalog/product/tr:h-800,w-800,cm-pad_resize/8/7/8710103900009_3_.jpg\",\n            \"https://images-static.nykaa.com/media/catalog/product/tr:h-800,w-800,cm-pad_resize/8/7/8710103900009_4_.jpg\",\n            \"https://images-static.nykaa.com/media/catalog/product/tr:h-800,w-800,cm-pad_resize/8/7/8710103900009_5_.jpg\",\n            \"https://images-static.nykaa.com/media/catalog/product/tr:h-800,w-800,cm-pad_resize/8/7/8710103900009_6_.jpg\"\n        ]\n    },\n    \"custom_meta\": 1\n}"}],"_postman_id":"61f1bd25-037d-4368-9948-db46227d39ad"},{"name":"paytmmall_india","id":"6324f2b7-d744-4db1-b3ce-6d60e3c6fd3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://paytmmall.com/oleev-active-goodness-of-olive-oil-jar-5l-FASOLEEV-ACTIVEMODI93378564AD69C9-pdp?discoverability=online&src=consumer_search-grid&svc=-1&tracker=%7C%7C%7C%7C%2Fg%2Ffmcg%2Ffoods%2Fcooking-essentials%2Foil-ghee-glpid-101420%7C101420%7C1%7C%7C%7C%7C&get_review_id=313389978\",\n    \"custom_meta\": 2.3\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/paytmmall_india/","urlObject":{"protocol":"https","path":["v1","products","paytmmall_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"20b2978c-ba6f-476f-8f86-c52e6b0026b5","name":"paytmmall_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://paytmmall.com/oleev-active-goodness-of-olive-oil-jar-5l-FASOLEEV-ACTIVEMODI93378564AD69C9-pdp?discoverability=online&src=consumer_search-grid&svc=-1&tracker=%7C%7C%7C%7C%2Fg%2Ffmcg%2Ffoods%2Fcooking-essentials%2Foil-ghee-glpid-101420%7C101420%7C1%7C%7C%7C%7C&get_review_id=313389978\",\n    \"custom_meta\": 2.3\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/paytmmall_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:16:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5079"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748192,\n    \"record_used_till_date\": 9,\n    \"product_url\": \"https://paytmmall.com/oleev-active-goodness-of-olive-oil-jar-5l-FASOLEEV-ACTIVEMODI93378564AD69C9-pdp?discoverability=online&src=consumer_search-grid&svc=-1&tracker=%7C%7C%7C%7C%2Fg%2Ffmcg%2Ffoods%2Fcooking-essentials%2Foil-ghee-glpid-101420%7C101420%7C1%7C%7C%7C%7C&get_review_id=313389978\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Health & Lifestyle\",\n            \"Foods\",\n            \"Cooking Essentials\",\n            \"Edible Oils\",\n            \"Oleev Active - Goodness Of Olive Oil  5L\"\n        ],\n        \"title\": \"Oleev Active - Goodness Of Olive Oil  5L\",\n        \"product_id\": 313389978,\n        \"brand\": \"Oleev\",\n        \"price\": {\n            \"mrp\": 1395,\n            \"selling_price\": 1249,\n            \"discount_value\": 146,\n            \"discount_percentage\": 10.47\n        },\n        \"review_and_rating\": {\n            \"rating\": null,\n            \"rating_count\": 0,\n            \"star_rating_1\": 0,\n            \"star_rating_1_percentage\": 0,\n            \"star_rating_2\": 0,\n            \"star_rating_2_percentage\": 0,\n            \"star_rating_3\": 0,\n            \"star_rating_3_percentage\": 0,\n            \"star_rating_4\": 0,\n            \"star_rating_4_percentage\": 0,\n            \"star_rating_5\": 0,\n            \"star_rating_5_percentage\": 0,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"instock_sizes\": null,\n            \"outofstock_sizes\": null,\n            \"selected_color\": null\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Modi Naturals Limited\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Attributes\",\n                \"attributes\": [\n                    {\n                        \"key\": \"disclaimer\",\n                        \"value\": \"The product information listed on our platform is displayed on an 'AS IS' basis, as received from the seller/manufacturer. It is strongly recommended to read product labels, warnings, and directions before using or consuming a product, as the manufacturers may alter the same. For additional information about a product, please contact the manufacturer/seller.\"\n                    },\n                    {\n                        \"key\": \"capacity\",\n                        \"value\": \"5 L\"\n                    },\n                    {\n                        \"key\": \"certifications\",\n                        \"value\": \"FSSAI Certified\"\n                    },\n                    {\n                        \"key\": \"sales_package\",\n                        \"value\": \"Pack of 1 ( 5 L )\"\n                    },\n                    {\n                        \"key\": \"suitable_for\",\n                        \"value\": \"Cooking\"\n                    },\n                    {\n                        \"key\": \"type\",\n                        \"value\": \"Olive Oil\"\n                    },\n                    {\n                        \"key\": \"veg_or_non_veg\",\n                        \"value\": \"Veg\"\n                    },\n                    {\n                        \"key\": \"ean_upc\",\n                        \"value\": \"8908000863408\"\n                    },\n                    {\n                        \"key\": \"organic\",\n                        \"value\": \"Yes\"\n                    },\n                    {\n                        \"key\": \"container_type\",\n                        \"value\": \"Can\"\n                    },\n                    {\n                        \"key\": \"allergic_content\",\n                        \"value\": \"No\"\n                    },\n                    {\n                        \"key\": \"seal_type\",\n                        \"value\": \"Outer Seal Only (Plastic Shrink Wrap At The Neck Of Jar)\"\n                    },\n                    {\n                        \"key\": \"set_contents\",\n                        \"value\": \"Pack of 1\"\n                    },\n                    {\n                        \"key\": \"added_preservatives\",\n                        \"value\": \"No\"\n                    },\n                    {\n                        \"key\": \"expiry_date\",\n                        \"value\": \"30/09/2021\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"General\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Brand\",\n                        \"value\": \"Oleev\"\n                    },\n                    {\n                        \"key\": \"Product Code\",\n                        \"value\": \"FASOLEEV-ACTIVEMODI93378564AD69C9\"\n                    },\n                    {\n                        \"key\": \"About The Product\",\n                        \"value\": \"Oleev Active us a Multisource cooking oil with a unique blend of Olive Oil and Rice Bran Oil;specially created to fulfil the demands of a modern and healthy lifestyle. It has an Energocules Formula that will ensure you stay active and energized throughout the day and celebrate every moment of your life with nutrition that is real. It is an ideal edible oil for everyday cooking. Energocules gives a special composition to Oleev Active;making it rich in Linoleic Acid. Energy is produced when ATP (Adenosine Triphosphate) is released through Linoleic Acid. ATP transports chemical energy within cells for metabolism. From assisting in proper metabolism and muscle contraction to neuro-transmission of energy;ATP is required at each step of our everyday life. It keeps us going all day long and helps us cope with today s fast paced life.\"\n                    },\n                    {\n                        \"key\": \"Disclaimer\",\n                        \"value\": \"The product information listed on our platform is displayed on an 'AS IS' basis, as received from the seller/manufacturer. It is strongly recommended to read product labels, warnings, and directions before using or consuming a product, as the manufacturers may alter the same. For additional information about a product, please contact the manufacturer/seller.\"\n                    },\n                    {\n                        \"key\": \"Capacity\",\n                        \"value\": \"5 L\"\n                    },\n                    {\n                        \"key\": \"Certifications\",\n                        \"value\": \"FSSAI Certified\"\n                    },\n                    {\n                        \"key\": \"Sales Package\",\n                        \"value\": \"Pack of 1 ( 5 L )\"\n                    },\n                    {\n                        \"key\": \"Suitable for\",\n                        \"value\": \"Cooking\"\n                    },\n                    {\n                        \"key\": \"Type\",\n                        \"value\": \"Olive Oil\"\n                    },\n                    {\n                        \"key\": \"Veg Or Non Veg\",\n                        \"value\": \"Veg\"\n                    },\n                    {\n                        \"key\": \"Organic\",\n                        \"value\": \"Yes\"\n                    },\n                    {\n                        \"key\": \"Container Type\",\n                        \"value\": \"Can\"\n                    },\n                    {\n                        \"key\": \"Allergic Content\",\n                        \"value\": \"No\"\n                    },\n                    {\n                        \"key\": \"Seal Type\",\n                        \"value\": \"Outer Seal Only (Plastic Shrink Wrap At The Neck Of Jar)\"\n                    },\n                    {\n                        \"key\": \"Expiry Date\",\n                        \"value\": \"30/09/2021\"\n                    },\n                    {\n                        \"key\": \"Set Contents\",\n                        \"value\": \"Pack of 1\"\n                    },\n                    {\n                        \"key\": \"Added Preservatives\",\n                        \"value\": \"No\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Product Highlights\",\n                \"attributes\": []\n            },\n            {\n                \"header\": \"Return Policy\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Return Policy\",\n                        \"value\": \"No Returns Allowed - This item is non returnable. However, in an unlikely event of the delivered item being damaged, defective or significantly different from what you had ordered, please immediately contact us within 2 days of delivery. Cancellation Allowed.\"\n                    }\n                ]\n            }\n        ],\n        \"image_urls\": [\n            \"https://assetscdn1.paytm.com/images/catalog/product/F/FA/FASOLEEV-ACTIVEMODI93378564AD69C9/1581055155538_0..jpg\",\n            \"https://assetscdn1.paytm.com/images/catalog/product/F/FA/FASOLEEV-ACTIVEMODI93378564AD69C9/1581055123479_1..jpg\",\n            \"https://assetscdn1.paytm.com/images/catalog/product/F/FA/FASOLEEV-ACTIVEMODI93378564AD69C9/1581055117067_2..jpeg\",\n            \"https://assetscdn1.paytm.com/images/catalog/product/F/FA/FASOLEEV-ACTIVEMODI93378564AD69C9/1581055098210_3..jpeg\"\n        ]\n    },\n    \"custom_meta\": 2.3\n}"}],"_postman_id":"6324f2b7-d744-4db1-b3ce-6d60e3c6fd3d"},{"name":"snapdeal_india","id":"68888372-59e5-4a9d-9e92-728bc562615b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.snapdeal.com/product/vedlekha-onion-oil-red-onion/670548191078\",\n    \"custom_meta\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/snapdeal_india/","urlObject":{"protocol":"https","path":["v1","products","snapdeal_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"3a5569ce-605e-4cdb-b354-1a9c5f895eee","name":"snapdeal_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.snapdeal.com/product/vedlekha-onion-oil-red-onion/670548191078\",\n    \"custom_meta\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/snapdeal_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:16:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2294"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748217,\n    \"record_used_till_date\": 10,\n    \"product_url\": \"https://www.snapdeal.com/product/vedlekha-onion-oil-red-onion/670548191078\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Daily Needs\",\n            \"Personal Care & Grooming\",\n            \"Hair Care\",\n            \"Shampoos\",\n            \"Vedlekha Red Onion Oil & RED Onion Shampoo For Hair Fall Control, Growth Shampoo 200 mL Pack of 2 (100 ml Each)\"\n        ],\n        \"title\": \"Vedlekha Red Onion Oil & RED Onion Shampoo For Hair Fall Control, Growth Shampoo 200 mL Pack of 2 (100 ml Each)\",\n        \"product_id\": \"670548191078\",\n        \"brand\": \"Vedlekha\",\n        \"price\": {\n            \"mrp\": 850,\n            \"selling_price\": 319,\n            \"discount_value\": 531,\n            \"discount_percentage\": 62.47\n        },\n        \"review_and_rating\": {\n            \"rating\": 3.8,\n            \"rating_count\": 247,\n            \"star_rating_1\": 0,\n            \"star_rating_1_percentage\": 0,\n            \"star_rating_2\": 0,\n            \"star_rating_2_percentage\": 0,\n            \"star_rating_3\": 0,\n            \"star_rating_3_percentage\": 0,\n            \"star_rating_4\": 0,\n            \"star_rating_4_percentage\": 0,\n            \"star_rating_5\": 0,\n            \"star_rating_5_percentage\": 0,\n            \"max_rating\": 5\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Urban Retails\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Other Details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Country of Origin or Manufacture or Assembly\",\n                        \"value\": \"India\"\n                    },\n                    {\n                        \"key\": \"Common or Generic Name of the commodity\",\n                        \"value\": \"Shampoos\"\n                    },\n                    {\n                        \"key\": \"No. of Items inside\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"key\": \"Product Weight\",\n                        \"value\": \"200\"\n                    },\n                    {\n                        \"key\": \"Manufacturer's Name & Address\",\n                        \"value\": \"BO International Delhi\"\n                    },\n                    {\n                        \"key\": \"Net Quantity\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"key\": \"Packer's Name & Address\",\n                        \"value\": \"Urban Retails Gurgaon\"\n                    },\n                    {\n                        \"key\": \"Marketer's Name & Address\",\n                        \"value\": \"Urban Retails Gurgaon\"\n                    },\n                    {\n                        \"key\": \"Importer's Name & Address\",\n                        \"value\": \"Urban Retails Gurgaon\"\n                    }\n                ]\n            }\n        ],\n        \"product_highlights\": [\n            \"Vedlekha\",\n            \"Type:Shampoo\",\n            \"Variant Name:For Hair Fall Control, Growth\",\n            \"Application:Wet Shampoo\",\n            \"Purpose:Anti Hair Fall\",\n            \"Scalp Type:Normal\",\n            \"Hair Type:Damaged\",\n            \"Ideal For:Men & Women\",\n            \"Benefits / Features:Natural\",\n            \"SUPC: SDL642261546\"\n        ],\n        \"product_offers\": [\n            \"15% Instant Discount Using Rupay Debit & Credit Cards\",\n            \"15% Instant Discount Using BOB Debit Cards. Min. Order: Rs. 500\",\n            \"15% Instant Discount Using BOB Credit Cards. Min. Order: Rs. 500\",\n            \"20% Cashback Using Dhani Cards. Min. Order: Rs. 100\",\n            \"25% Instant Discount Using IDBI Bank Credit Cards\"\n        ],\n        \"image_urls\": [\n            \"https://n1.sdlcdn.com/imgs/i/3/7/Vedlekha-Onion-Oil-RED-Onion-SDL642261546-1-2f435.jpg\"\n        ]\n    },\n    \"custom_meta\": true\n}"}],"_postman_id":"68888372-59e5-4a9d-9e92-728bc562615b"},{"name":"tatacliq_india","id":"6ce50af8-0958-42c8-b75a-64251cea42d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.tatacliq.com/apple-iphone-11-128gb--white/p-mp000000008075547\",\n    \"custom_meta\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/tatacliq_india/","urlObject":{"protocol":"https","path":["v1","products","tatacliq_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"48706cf2-7901-4480-a95e-ac0d352274c4","name":"tatacliq_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.tatacliq.com/apple-iphone-11-128gb--white/p-mp000000008075547\",\n    \"custom_meta\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/tatacliq_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:17:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4173"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748251,\n    \"record_used_till_date\": 11,\n    \"product_url\": \"https://www.tatacliq.com/apple-iphone-11-128gb--white/p-mp000000008075547\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Electronics\",\n            \"Mobile Phones\",\n            \"Smartphones\",\n            \"Apple iPhone 11 (128GB) - White\"\n        ],\n        \"title\": \"Apple iPhone 11 (128GB) - White\",\n        \"product_id\": \"mp000000008075547\",\n        \"brand\": \"Apple\",\n        \"price\": {\n            \"mrp\": 59900,\n            \"selling_price\": 58990,\n            \"discount_value\": 910,\n            \"discount_percentage\": 1.52\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.75,\n            \"rating_count\": 304,\n            \"star_rating_1\": 0,\n            \"star_rating_1_percentage\": 0,\n            \"star_rating_2\": 0,\n            \"star_rating_2_percentage\": 0,\n            \"star_rating_3\": 0,\n            \"star_rating_3_percentage\": 0,\n            \"star_rating_4\": 0,\n            \"star_rating_4_percentage\": 0,\n            \"star_rating_5\": 0,\n            \"star_rating_5_percentage\": 0,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"instock_sizes\": null,\n            \"outofstock_sizes\": null,\n            \"selected_color\": null\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Authorised Seller\",\n        \"product_description\": \"Shoot 4K videos, beautiful portraits and sweeping landscapes with the dual-camera system. Capture your best low-light photos with Night mode. See true-to-life colour in your photos, videos and games on the 6.1-inch Liquid Retina display. Experience incredible performance with A13 Bionic for gaming and photography. Do more and chargeless with all-day battery life. And worry less with water resistance up to 2 metres for 30 minutes.\",\n        \"product_specifications\": [\n            {\n                \"header\": \"Details\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Feature 1\",\n                        \"value\": \"6.1-inch Liquid Retina HD LCD display\"\n                    },\n                    {\n                        \"key\": \"Feature 2\",\n                        \"value\": \"Water and dust resistant(2 metres for up to 30minutes, IP68)\"\n                    },\n                    {\n                        \"key\": \"Feature 3\",\n                        \"value\": \"Dual-camera system with 12MP Ultra Wide and Wide cameras, Nightmode, Portraitmode and 4K video up to 60 fps\"\n                    },\n                    {\n                        \"key\": \"Feature 4\",\n                        \"value\": \"12MP TrueDepth front camera with Portrait mode, 4K video and Slo-Mo\"\n                    },\n                    {\n                        \"key\": \"Model Number\",\n                        \"value\": \"iPhone 11\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Warranty\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Warranty Description\",\n                        \"value\": \"1 Year Manufacturing Warranty\"\n                    },\n                    {\n                        \"key\": \"Warranty Summary\",\n                        \"value\": \"Manufacturer Warranty\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"General Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"In the Box\",\n                        \"value\": \"Handset, USB-C to Lightning Cable, Documentation, Warranty Card\"\n                    },\n                    {\n                        \"key\": \"Color Family\",\n                        \"value\": \"White\"\n                    },\n                    {\n                        \"key\": \"SIM Type\",\n                        \"value\": \"Dual SIM\"\n                    },\n                    {\n                        \"key\": \"Operating System\",\n                        \"value\": \"iOS 13\"\n                    },\n                    {\n                        \"key\": \"Processor\",\n                        \"value\": \"A13 Bionic Chip Processor\"\n                    },\n                    {\n                        \"key\": \"Color\",\n                        \"value\": \"White\"\n                    },\n                    {\n                        \"key\": \"Sim Size\",\n                        \"value\": \"Nano SIM and eSIM\"\n                    },\n                    {\n                        \"key\": \"Series Name\",\n                        \"value\": \"iPhone 11\"\n                    },\n                    {\n                        \"key\": \"Categories\",\n                        \"value\": \"Smart Phones\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Additional Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Unique Thing\",\n                        \"value\": \"Face Unlock\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Camera\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Flash\",\n                        \"value\": \"True Tone flash\"\n                    },\n                    {\n                        \"key\": \"Front Camera\",\n                        \"value\": \"12 MP\"\n                    },\n                    {\n                        \"key\": \"Primary Camera\",\n                        \"value\": \"12 MP + 12 MP\"\n                    },\n                    {\n                        \"key\": \"Video Recording\",\n                        \"value\": \"4K video recording\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Dimensions\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Product Depth (cm)\",\n                        \"value\": \"0.83\"\n                    },\n                    {\n                        \"key\": \"Product Weight (gm)\",\n                        \"value\": \"194\"\n                    },\n                    {\n                        \"key\": \"Product Width (cm)\",\n                        \"value\": \"7.57\"\n                    },\n                    {\n                        \"key\": \"Product Height (cm)\",\n                        \"value\": \"15.09\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Memory and storage\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Memory\",\n                        \"value\": \"128 GB\"\n                    },\n                    {\n                        \"key\": \"RAM Capacity\",\n                        \"value\": \"4 GB\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Connectivity\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Connectivity\",\n                        \"value\": \"4G\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Display\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Display Features\",\n                        \"value\": \"All-screen LCD Multi-Touch display with IPS technology\"\n                    },\n                    {\n                        \"key\": \"Screen Size\",\n                        \"value\": \"15.49 cm\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Technical Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Performance Features\",\n                        \"value\": \"Powered by A13 Bionic chip Third-generation Neural Engine\"\n                    }\n                ]\n            },\n            {\n                \"header\": \"Display Features\",\n                \"attributes\": [\n                    {\n                        \"key\": \"Screen Resolution\",\n                        \"value\": \"1792 x 828 pixels\"\n                    }\n                ]\n            }\n        ],\n        \"image_urls\": [\n            \"https://img.tatacliq.com/images/i7/437Wx649H/MP000000008075547_437Wx649H_202011300236381.jpeg\",\n            \"https://img.tatacliq.com/images/i7/437Wx649H/MP000000008075547_437Wx649H_202011300236422.jpeg\",\n            \"https://img.tatacliq.com/images/i7/437Wx649H/MP000000008075547_437Wx649H_202011300236453.jpeg\",\n            \"https://img.tatacliq.com/images/i7/437Wx649H/MP000000008075547_437Wx649H_202011300236484.jpeg\",\n            \"https://img.tatacliq.com/images/i7/437Wx649H/MP000000008075547_437Wx649H_202011300236525.jpeg\"\n        ]\n    },\n    \"custom_meta\": null\n}"}],"_postman_id":"6ce50af8-0958-42c8-b75a-64251cea42d9"},{"name":"zivame_india","id":"36d9330a-c298-4061-bc95-64bfd48ad52d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.zivame.com/zelocity-high-impact-sports-bra-with-rib-movement-band-black.html\",\n    \"custom_meta\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/zivame_india/","urlObject":{"protocol":"https","path":["v1","products","zivame_india",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"c0a332bb-6130-4754-bff0-694be56e3f15","name":"zivame_india","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.zivame.com/zelocity-high-impact-sports-bra-with-rib-movement-band-black.html\",\n    \"custom_meta\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/zivame_india/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:28:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3333"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748907,\n    \"record_used_till_date\": 15,\n    \"product_url\": \"https://www.zivame.com/zelocity-high-impact-sports-bra-with-rib-movement-band-black.html\",\n    \"response\": {\n        \"breadcrumbs\": [\n            \"Home\",\n            \"Activewear\",\n            \"High Impact Sports Bras\"\n        ],\n        \"title\": \"Zelocity High Impact Padded Front-Open Zipper Sports Bra - Black\",\n        \"product_id\": \"ZC4153-Anthracite\",\n        \"brand\": \"Zelocity\",\n        \"price\": {\n            \"mrp\": 1995,\n            \"selling_price\": 1297,\n            \"discount_value\": 698,\n            \"discount_percentage\": 34.99\n        },\n        \"review_and_rating\": {\n            \"rating\": 4.37,\n            \"rating_count\": 158,\n            \"star_rating_1\": 9,\n            \"star_rating_1_percentage\": 5.7,\n            \"star_rating_2\": 7,\n            \"star_rating_2_percentage\": 4.43,\n            \"star_rating_3\": 10,\n            \"star_rating_3_percentage\": 6.33,\n            \"star_rating_4\": 22,\n            \"star_rating_4_percentage\": 13.92,\n            \"star_rating_5\": 110,\n            \"star_rating_5_percentage\": 69.62,\n            \"max_rating\": 5\n        },\n        \"variant_details\": {\n            \"selected_color\": \"Anthracite\",\n            \"instock_sizes\": [\n                \"32 B\",\n                \"32 C\",\n                \"32 D\",\n                \"32 DD\",\n                \"32 E\",\n                \"34 B\",\n                \"34 C\",\n                \"34 D\",\n                \"34 DD\",\n                \"34 E\",\n                \"36 C\",\n                \"36 D\",\n                \"36 DD\",\n                \"38 B\",\n                \"38 C\",\n                \"38 D\",\n                \"38 E\"\n            ],\n            \"outofstock_sizes\": null\n        },\n        \"stock_status\": \"Available\",\n        \"seller_name\": \"Zivame\",\n        \"product_description\": \"Fabric: Nylon Polyester Elastane | Do Not Dry Clean | Do Not Bleach | Machine Wash Allowed | Do Not Iron | Do Not Tumble Dry | High impact sports bra to prevent bounce | Padded bra for modesty & shape | Insta dry for moisture wicking & quick evaporation | Compression holds your muscles firmly in place | Rib movement band allows hindrance free movement for deep / heavy breathing | Front closure bra | Power movement - extreme compression, hugged fit & high-impact feel | Super Soft fabric for soft touch comfort on your skin\",\n        \"additional_information\": [\n            {\n                \"header\": \"High Impact\",\n                \"attributes\": \"Designed with high coverage at the neckline & sides to compress the bust & avoid bounce during high intensity workouts\"\n            },\n            {\n                \"header\": \"Training\",\n                \"attributes\": \"Perfect for Workout\"\n            },\n            {\n                \"header\": \"Dancing\",\n                \"attributes\": \"Perfect for Dancing\"\n            }\n        ],\n        \"image_urls\": [\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/1_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/2_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/4_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/5_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/6_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/7_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configimages/ZC4153-Anthracite/8_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configvmimages/ZC4153-Anthracite_VM/1_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\",\n            \"https://cdn.zivame.com/ik-seo/media/zcmsimages/configvmimages/ZC4153-Anthracite_VM/2_xlarge/zelocity-high-impact-sports-bra-with-rib-movement-band-black.JPG\"\n        ]\n    },\n    \"custom_meta\": null\n}"}],"_postman_id":"36d9330a-c298-4061-bc95-64bfd48ad52d"},{"name":"shopify_websites","id":"e71600a1-d01c-4111-aeb2-8dae145870f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.buywow.in/collections/shampoo/products/wow-organics-apple-cider-vinegar-shampoo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/shopify/","description":"<p>Since the shopify sdLive works on multiple websites that are based on Shopify platform, the schema is different from the regular sdLive API response.\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>timestamp</code></td>\n<td><code>string</code></td>\n<td>Scrape timestamp in 'YYYY-MM-DD HH:MM:SS UTC' format</td>\n</tr>\n<tr>\n<td><code>page_link</code></td>\n<td><code>string</code></td>\n<td>This is url passed by you to the sdLive API</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td><code>string</code></td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td><code>product_id</code></td>\n<td><code>string</code></td>\n<td>Unique identifier of the product</td>\n</tr>\n<tr>\n<td><code>brand</code></td>\n<td><code>string</code></td>\n<td>Brand of the product</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td><code>string</code></td>\n<td>Category of the product</td>\n</tr>\n<tr>\n<td><code>product_description</code></td>\n<td><code>string (long)</code></td>\n<td>Description of the product</td>\n</tr>\n<tr>\n<td><code>image_urls</code></td>\n<td><code>list of strings</code></td>\n<td>List of Image URLs for that product</td>\n</tr>\n<tr>\n<td><code>variants</code></td>\n<td><code>list of dicts</code></td>\n<td>List of variant details for that product. Each variant details are in a dict</td>\n</tr>\n<tr>\n<td><code>variants['variant_name_1']</code></td>\n<td><code>string</code></td>\n<td>Type 1 Variant name (Type can be color, or size or memory etc.). In absence of data on website, this field will not be returned</td>\n</tr>\n<tr>\n<td><code>variants['variant_name_2']</code></td>\n<td><code>string</code></td>\n<td>Type 2 Variant name (Type can be color, or size or memory etc.).  In absence of data on website, this field will not be returned</td>\n</tr>\n<tr>\n<td><code>variants['variant_name_3']</code></td>\n<td><code>string</code></td>\n<td>Type 3 Variant name (Type can be color, or size or memory etc.).  In absence of data on website, this field will not be returned</td>\n</tr>\n<tr>\n<td><code>variant['sku']</code></td>\n<td><code>string</code></td>\n<td>Uniqie identifier for that variant</td>\n</tr>\n<tr>\n<td><code>variant['mrp']</code></td>\n<td><code>float</code></td>\n<td>The price with the strike againt it. If no strike, the <code>selling_price</code> is returned</td>\n</tr>\n<tr>\n<td><code>variant['selling_price']</code></td>\n<td><code>float</code></td>\n<td>The selling price of the variant</td>\n</tr>\n<tr>\n<td><code>variant['stock_status']</code></td>\n<td><code>string</code></td>\n<td>If inventory count is 0, <code>Sold Out</code> is returned. Else, <code>Available</code> is returned</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","products","shopify",""],"host":["live","scrapingdom","com"],"query":[],"variable":[]}},"response":[{"id":"d57ac870-eeae-43c7-8f39-d14b76d9f836","name":"shopify_websites","originalRequest":{"method":"POST","header":[{"key":"client-key","value":"test4_86985e105f79b95","type":"text"},{"key":"secret-key","value":"0za4z_re0ua_pm1_fprmk1oguyfrfeqowp8ks8u4lmdzrabdhv","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_url\": \"https://www.buywow.in/collections/shampoo/products/wow-organics-apple-cider-vinegar-shampoo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://live.scrapingdom.com/v1/products/shopify/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 31 Jul 2021 16:18:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3496"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"query_time\": 1627748323,\n    \"record_used_till_date\": 12,\n    \"product_url\": \"https://www.buywow.in/collections/shampoo/products/wow-organics-apple-cider-vinegar-shampoo\",\n    \"response\": {\n        \"timestamp\": \"2021-07-31 16:18:43 UTC\",\n        \"page_link\": \"https://www.buywow.in/collections/shampoo/products/wow-organics-apple-cider-vinegar-shampoo\",\n        \"title\": \"Apple Cider Vinegar Shampoo - No Parabens & Sulphate - 300 ml\",\n        \"product_id\": \"8546101581\",\n        \"brand\": \"Wow Skin Science\",\n        \"category\": \"Hair Shampoo\",\n        \"product_description\": \"Powered with 100% pure, unfiltered and unpasteurized Apple Cider Vinegar, Sweet Almond Oil and Argan Oil; it helps gently detoxify the hair & scalp by clearing up the buildups caused by dust, pollution, dead scalp cells and styling products. WOW Skin Science Apple Cider Vinegar Shampoo does not contain any harmful chemicals like Sulphates or Parabens. Benefits Of Apple Cider Vinegar Shampoo Keep your frizzy hair in control and enjoy an overall smooth, frizz-free mane. Keeps dandruff and flakes in check for a lighter, cleaner and an itch-free feel. Regular use helps bring silkiness, strength, and gloss to the hair. Helps remove tangles, closes up the cuticles, improves porosity - all of which lead to a reduction in split ends and breakage. Formulated to deliver natural & healthy scalp and hair care Apple Cider Vinegar Shampoo 100% Pure ACV Premium shampoo powered with 100% pure, unfiltered & unpasteurized Apple Cider Vinegar, Sweet Almond Oil & Argan Oil Apple Cider Vinegar Shampoo Gentle Shampoo Gently detoxifies the hair & scalp by clearing up the buildups due to dust, pollution, dead scalp cells & styling products Apple Cider Vinegar Shampoo Helps Remove Dandruff Checks dandruff & flakes; helps bring silkiness, strength & gloss to the hair Key Ingredients Of WOW Skin Science Apple Cider Vinegar Shampoo Raw Apple Cider Vinegar - Rich in vitamins, minerals, antioxidants & enzymes; Safe & natural antimicrobial; Very effective in removing flakes & buildups Sweet Almond Oil - Rich in essential fats & vitamin E, nourishes hair & scalp, boosts gloss Argan Oil - Rich in linoleic & omega 6 fatty acids, keeps the hair soft & moisturized You Can Buy Our Apple Cider Vinegar Shampoo At Best Price From Explore the entire range of Shampoo available on BuyWOW. You can browse through the complete list of Apple Cider Vinegar Products. Shop Other WOW Skin Science Shampoo's: Onion Shampoo Shop Apple Cider Vinegar Range: Organic Apple Cider Vinegar | Apple Cider Vinegar Face Wash\",\n        \"image_urls\": [\n            \"https://cdn.shopify.com/s/files/1/1375/4957/products/apple-cider-vinegar-shampoo-bottle.jpg?v=1626442644\",\n            \"https://cdn.shopify.com/s/files/1/1375/4957/products/apple-cider-vinegar-shampoo-benefits.jpg?v=1626442644\",\n            \"https://cdn.shopify.com/s/files/1/1375/4957/products/apple-cider-vinegar-shampoo-key-ingredients.jpg?v=1626442644\",\n            \"https://cdn.shopify.com/s/files/1/1375/4957/products/apple-cider-vinegar-shampoo-how-to-use.jpg?v=1626442644\",\n            \"https://cdn.shopify.com/s/files/1/1375/4957/products/normal-shampoo-vs-apple-cider-vinegar-shampoo-bottle.jpg?v=1626442644\",\n            \"https://cdn.shopify.com/s/files/1/1375/4957/products/apple-cider-vinegar-shampoo-and-organic-virgin-coconut-oil-conditioner.jpg?v=1626442644\"\n        ],\n        \"variants\": [\n            {\n                \"variant_name_1\": \"Shampoo\",\n                \"sku_id\": \"SH_ACV1\",\n                \"mrp\": 499,\n                \"selling_price\": 399,\n                \"stock_status\": \"Available\"\n            },\n            {\n                \"variant_name_1\": \"Shampoo + Conditioner\",\n                \"sku_id\": \"WOW_ACV2KIT\",\n                \"mrp\": 994,\n                \"selling_price\": 799,\n                \"stock_status\": \"Available\"\n            }\n        ]\n    },\n    \"custom_meta\": null\n}"}],"_postman_id":"e71600a1-d01c-4111-aeb2-8dae145870f3"}],"id":"df311026-3cce-4d5e-8639-258105627951","event":[{"listen":"prerequest","script":{"id":"f604d38a-5450-4eef-a272-732530be0cf5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7722bd4b-2b12-49bf-b473-1bf1512909cb","type":"text/javascript","exec":[""]}}],"_postman_id":"df311026-3cce-4d5e-8639-258105627951","description":""}],"event":[{"listen":"prerequest","script":{"id":"41451338-399e-490d-960e-1ecdda6d61ae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"24f13ad5-9f43-42f1-95c6-dbe4f1bf1dc8","type":"text/javascript","exec":[""]}}]}