US Aircraft For-Sale Snapshot — $250k–$350k (Apr 2026)
About this data
Point-in-time snapshot of 66 US aircraft for-sale listings priced $250,000–$350,000, scraped from Barnstormers.com on 2026-04-25 UTC. Each row: make/model, year, asking price, location (city/state/zip), broker/seller contact, posted date, free-text condition summary, photo URLs, and best-effort extracted spec fields (total time, SMOH, engine, useful load) where present in the listing description. Hangars and other non-aircraft real estate excluded. Delivered as JSON (full structure with image URLs) and CSV (flat tabular). Single snapshot — no freshness guarantee. Useful for market analysis, broker benchmarking, or aircraft-buyer research in the owner-flown / light-twin / experimental price band.
Schema
| Name | Type | Description |
|---|---|---|
| { | 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: 28356d4a-d1fd-4a74-9aeb-e76c4de89b02
buy_now({ dataset_id: "28356d4a-d1fd-4a74-9aeb-e76c4de89b02" }) // uses your saved card# Authenticate with your API key:
curl https://api.databazaar.io/datasets/28356d4a-d1fd-4a74-9aeb-e76c4de89b02 \
-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": "28356d4a-d1fd-4a74-9aeb-e76c4de89b02"}'