{
  "info": {
    "name": "Target Search API Postman Collection",
    "description": "Retrieve Target product details, pricing, availability, images, and catalog metadata by product ID.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Target Search API starter request",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "https://ecom.webscrapingapi.com/v1?api_key={{api_key}}&engine=target&type=product&product_id=A-89846564",
          "protocol": "https",
          "host": [
            "ecom",
            "webscrapingapi",
            "com"
          ],
          "path": [
            "v1"
          ],
          "query": [
            {
              "key": "api_key",
              "value": "{{api_key}}"
            },
            {
              "key": "engine",
              "value": "target"
            },
            {
              "key": "type",
              "value": "product"
            },
            {
              "key": "product_id",
              "value": "A-89846564"
            }
          ]
        },
        "description": "Starter request for Target Search API.\n\nSet the collection `api_key` variable before sending the request."
      }
    }
  ],
  "variable": [
    {
      "key": "api_key",
      "value": "YOUR_API_KEY",
      "type": "string"
    }
  ]
}
