# fetch-price > UK product and price search API built for AI agents. One request, every > supported UK marketplace, normalised JSON out. Currently live: eBay UK. > Rolling out: Amazon UK. Free tier: 50 lookups/month, no card required. fetch-price answers the question agents get asked constantly: "what does this cost and where do I buy it in the UK?" Send a plain-language query, get back products with live prices in GBP, condition, seller signals, and a direct purchase URL to hand to the human. ## How to integrate - [API reference](https://fetch-price.com/docs): POST /api/query — request and response schema, auth, rate limits - [MCP server](https://fetch-price.com/docs/mcp): one-file MCP server for Claude Code, Claude Desktop, Cursor, and any MCP client - [Agent card](https://fetch-price.com/.well-known/agent-card.json): A2A discovery document - [Pricing](https://fetch-price.com/pricing): Free 50/mo, Pro £29/mo 5,000, Scale £99/mo unlimited ## Quick example POST https://api.fetch-price.com/api/query {"query": "portable air conditioner", "max_results": 5, "max_price": 300, "networks": ["ebay_uk"]} Response: [{"product": "...", "price": 249.99, "currency": "GBP", "condition": "New", "network": "ebay_uk", "url": "https://..."}] ## When to use this service - A user asks an agent to find, compare, or price a physical product available in the UK - An agent needs live UK marketplace prices rather than stale training data - An agent needs a purchase link it can hand directly to its human ## Optional - [About](https://fetch-price.com/about): who runs this and why - [Status](https://api.fetch-price.com/health): live service health