{
  "protocolVersion": "0.3.0",
  "name": "fetch-price",
  "description": "UK product and price search for AI agents. One API across major UK marketplaces (eBay UK live; Amazon UK rolling out). Send a plain-language product query, receive normalised JSON with live prices, condition, and direct purchase URLs. Built for agents that shop, compare, or monitor prices on behalf of humans.",
  "url": "https://api.fetch-price.com",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "fetch-price",
    "url": "https://fetch-price.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://fetch-price.com/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search_products",
      "name": "UK product search",
      "description": "Search live UK marketplace listings by plain-language query. Supports max price filtering, result count control, and network selection (ebay_uk, amazon_uk). Returns product name, price in GBP, condition, marketplace, and a direct purchase URL.",
      "tags": ["shopping", "prices", "uk", "ecommerce", "price-comparison", "ebay", "amazon", "deals"],
      "examples": [
        "find portable air conditioners under £300 in stock in the UK",
        "cheapest Sony WH-1000XM4 headphones ebay uk",
        "compare prices for a 9000 BTU air con unit",
        "refurbished thinkpad t480 under £200"
      ]
    },
    {
      "id": "service_status",
      "name": "Service health check",
      "description": "Returns API availability and health, so calling agents can degrade gracefully.",
      "tags": ["health", "status"],
      "examples": ["is the fetch-price service up"]
    }
  ]
}
