pricingaviationaircraftgeneral-aviationmarketplacelistingsbarnstormersunited-states

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

Category
Pricing
Records
66 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-located aircraft for-sale listings priced between $250,000 and $350,000, scraped from Barnstormers.com on 2026-04-25 UTC. Each row captures make/model, year, asking price, location (city/state/zip), broker or seller contact info, posted date, free-text condition summary and (when distinct) full long-form description, 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 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. Delivered as a single CSV (25 columns, 66 rows). Single point-in-time snapshot — no freshness guarantee; aviation listings turn over within days. Useful for market analysis, broker benchmarking, and aircraft-buyer research in the owner-flown / light-twin / experimental price band.

Schema

NameTypeDescription
ad_idstring
titlestring
yearstring
registrationstring
price_usdstring
statusstring
citystring
statestring
zipstring
countrystring
contact_namestring
companystring
rolestring
posted_datestring
summarystring
full_descriptionstring
total_time_hoursstring
ttaf_hoursstring
smoh_hoursstring
snew_hoursstring
useful_loadstring
enginestring
image_countstring
image_urlsstring
urlstring

Sample Data

Download a free sample to inspect the data before purchasing.

$2.99

Fixed price

Quality: 2.8 / 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: 1039b0e6-a240-4fb3-8821-39ed5757d494
buy_now({ dataset_id: "1039b0e6-a240-4fb3-8821-39ed5757d494" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/1039b0e6-a240-4fb3-8821-39ed5757d494 \
  -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": "1039b0e6-a240-4fb3-8821-39ed5757d494"}'