{
  "info": {
    "name": "Best Buy Async API Postman Collection",
    "description": "Scrapes Best Buy product data",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Best Buy Async API starter request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "https://ecom.webscrapingapi.com/v1?api_key={{api_key}}&engine=bestbuy_async&type=product",
          "protocol": "https",
          "host": [
            "ecom",
            "webscrapingapi",
            "com"
          ],
          "path": [
            "v1"
          ],
          "query": [
            {
              "key": "api_key",
              "value": "{{api_key}}"
            },
            {
              "key": "engine",
              "value": "bestbuy_async"
            },
            {
              "key": "type",
              "value": "product"
            }
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "[\n  {\n    \"url\": \"https://example.com\"\n  }\n]",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "description": "Starter request for Best Buy Async API.\n\nSet the collection `api_key` variable before sending the request."
      }
    }
  ],
  "variable": [
    {
      "key": "api_key",
      "value": "YOUR_API_KEY",
      "type": "string"
    }
  ]
}
