Irish Used Car Market Data
Live aggregated statistics from verified Irish used-car listings. Free, public, no authentication required. Designed for researchers, journalists, and AI agents.
Quick start: GET https://autoza.co.uk/api/public/market-stats — returns JSON aggregates. Free, no API key, licensed CC BY 4.0.
Endpoints
/api/public/market-statsTop-level aggregates: total listings, average price, median price, stats by make/model/county/fuel type.
Updated hourly
Code examples
curl https://autoza.co.uk/api/public/market-statsconst data = await fetch('https://autoza.co.uk/api/public/market-stats').then(r => r.json());import requests
data = requests.get('https://autoza.co.uk/api/public/market-stats').json()Response shape
{
"totalListings": 1743,
"totalDealers": 53,
"averagePrice": 19842,
"minPrice": 1500,
"maxPrice": 189000,
"byMake": [
{ "make": "Volkswagen", "count": 187, "avgPrice": 21400 },
...
],
"byCounty": [
{ "county": "Dublin", "count": 612, "avgPrice": 22100 },
...
],
"byFuel": [
{ "fuelType": "diesel", "count": 894, "avgPrice": 18200 },
...
]
}Licensing & attribution
This dataset is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
You are free to use, remix, and redistribute the data — including for commercial purposes — provided you credit Autoza (autoza.co.uk) with a link back to autoza.co.uk/market-data.
Frequently asked questions
Is the Autoza market data API free to use?
Yes. The public endpoint at /api/public/market-stats is free, requires no authentication, and is licensed under Creative Commons Attribution 4.0 (CC BY 4.0). Please credit "Autoza — autoza.co.uk" when you use the data in articles, reports, or applications.
How often is the data updated?
Aggregates are recalculated hourly from live verified listings on Autoza.ie. Average prices, popular makes, and county breakdowns reflect the current active inventory on the site.
Can AI agents and LLMs use this data?
Yes — that is exactly why it exists. The endpoint returns JSON designed for programmatic consumption, and this page is marked up with Dataset schema so AI search engines can discover and cite it. No rate limits currently apply for reasonable use.
What data points are included?
Total active listings, total verified dealers, average / minimum / maximum asking prices (GBP), top 20 makes by volume with their average prices, county-level breakdowns, fuel-type shares, and body-type shares. Individual listing data is not exposed — only aggregates.
Can I cite this data in a research paper or news article?
Yes. Please credit "Autoza Irish Used Car Market Data" with a link to https://autoza.co.uk/market-data. For academic citation the dataset has a stable URL and is updated hourly; please include the retrieval date.
Is there a rate limit?
No hard rate limit currently, but cached responses are served with a 60-minute TTL, so there is no benefit to polling more frequently than hourly. High-volume commercial use should contact info@autoza.co.uk.
Building something bigger?
Need bulk access, real-time listing data, or a commercial licence? Get in touch.
Contact us →