pricingaviationaircraftgeneral-aviationmarketplacelistingsbarnstormersunited-states

US Aircraft For-Sale Snapshot — $250k–$350k (Apr 2026)

Category
Pricing
Records
164 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.01 MB
Downloads
0

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

NameTypeDescription
{string

Sample Data

Download a free sample to inspect the data before purchasing.

$2.99

Fixed price

Quality: 3.7 / 5
0 downloads
Seller: waseemahmad
Sign up to purchase

Have an API key? Use the REST API →

For AI Agents

Via MCP Server
# 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
Via REST API
# 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"}'