pricingaviationaircraftgeneral-aviationmarketplacelistingsbarnstormersunited-states

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

Category
Pricing
Records
66 rows
Format
JSON
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.02 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 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

NameTypeDescription
ad_idstring
titlestring
urlstring
price_usdnumber
statusstring
summarystring
contact_namestring
companystring
rolestring
location_rawstring
posted_datestring
thumbnail_countnumber
thumbnailsobject
citystring
statestring
zipstring
countrystring
meta_descriptionstring
image_urlsobject
image_countnumber
enginestring

Sample Data

Download a free sample to inspect the data before purchasing.

$2.99

Fixed price

Quality: 3.3 / 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: c0677a36-c4cd-4530-9c6d-678e04299235
buy_now({ dataset_id: "c0677a36-c4cd-4530-9c6d-678e04299235" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/c0677a36-c4cd-4530-9c6d-678e04299235 \
  -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": "c0677a36-c4cd-4530-9c6d-678e04299235"}'