Polish Used Car Market API
Real-time valuation, price history, liquidity and regional data — powered by 2M+ active listings from Poland's leading car marketplaces. Built for developers and AI agents.
5 Powerful Endpoints
Everything you need to build car valuation tools, price comparison apps, or AI-powered automotive agents.
Market Valuation
Get average, median, P25 and P75 prices for any make/model/year. Filter by fuel type, gearbox, and mileage range.
Price History Trend
Monthly average price trend for up to 24 months. Identify seasonal patterns and long-term depreciation curves.
Market Liquidity
Estimated days-on-market for a vehicle type. Know how fast a car sells before you buy or price it.
Valuation Factors
Quantify the price impact of import status, gearbox type, and fuel type. Essential for accurate appraisals.
Regional Price Differences
Compare prices across Polish voivodeships. Find regional arbitrage opportunities and pricing strategies.
Simple, Predictable Integration
One header, one request, one clean JSON response. No OAuth flows, no rate-limit surprises — just credits you control.
X-API-Key — works in any HTTP client.
error.code field for reliable error handling.
# Request curl https://car-dossier.com/api/v1/market/valuation \ -H "X-API-Key: cd_your_key_here" \ -G \ -d "make=Volkswagen" \ -d "model=Golf" \ -d "year=2019" # Response { "status": "success", "data": { "make": "Volkswagen", "model": "Golf", "year": 2019, "currency": "PLN", "valuation": { "average": 78400, "median": 76900, "p25": 68000, "p75": 87500 }, "sample_size": 342, "credits_remaining": 992 } }
Built for AI Agents & LLMs
CarDossier API is designed from the ground up to be consumed by AI systems — with structured responses, clear error codes, and native MCP support.
MCP Server
Connect directly to Claude, Cursor, or any MCP-compatible AI client. No custom integration needed.
OpenAPI 3.1 Schema
Full schema at /openapi.yaml. Import into GPT-4 Actions, LangChain, or Postman instantly.
llms.txt
Structured capability manifest at /llms.txt so LLMs understand what this API does without reading docs.
Predictable JSON
Consistent status/data/error envelope. No surprise nulls or format changes between endpoints.
Start in 2 minutes
Buy credits, get your API key, make your first call. No contracts, no monthly minimums.
View Pricing & Get Started