US Aircraft For-Sale Snapshot — $250k–$350k (Apr 2026)
About this data
Point-in-time snapshot of 66 US-located aircraft for-sale listings priced between $250,000 and $350,000, scraped from Barnstormers.com on 2026-04-25 UTC. Each record captures make/model, year, asking price, location (city/state/zip), broker/seller contact info, posted date, free-text condition summary, full long-form description, photo URLs (per-listing array), and best-effort extracted spec fields (total time, SMOH, engine, useful load) where stated in the listing description. Hangars and other non-aircraft real estate are excluded. Top states by listing count: FL (15), CA (10), NV (6), MN (5), AZ (5). Price range $250,000–$350,000 with a median of $299,000. 66 records total. Format: JSON wrapper object with snapshot metadata + a `listings` array of records. Useful for market analysis, broker benchmarking, and aircraft-buyer research in the owner-flown / light-twin / experimental price band. Single point-in-time snapshot — no freshness guarantee; aviation listings turn over within days.
Schema
| Name | Type | Description |
|---|---|---|
| ad_id | string | |
| title | string | |
| url | string | |
| price_usd | number | |
| status | string | |
| summary | string | |
| contact_name | string | |
| company | string | |
| role | string | |
| location_raw | string | |
| posted_date | string | |
| thumbnail_count | number | |
| thumbnails | object | |
| city | string | |
| state | string | |
| zip | string | |
| country | string | |
| meta_description | string | |
| image_urls | object | |
| image_count | number | |
| engine | string |
Sample Data
Download a free sample to inspect the data before purchasing.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "US Aircraft For-Sale Snapshot " })
// Found: f836b309-3b2a-438a-84ad-efa8d675fba6
buy_now({ dataset_id: "f836b309-3b2a-438a-84ad-efa8d675fba6" }) // uses your saved card# Authenticate with your API key:
curl https://api.databazaar.io/datasets/f836b309-3b2a-438a-84ad-efa8d675fba6 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "f836b309-3b2a-438a-84ad-efa8d675fba6"}'