Cirrus SR22 USA For-Sale Listings — May 2026 Snapshot (314 aircraft, FAA+NTSB enriched)
About this data
**Snapshot date: 2026-05-19** — Every Cirrus SR22 piston single for sale in the United States as of May 19, 2026. 314 unique aircraft, deduplicated across Controller, Trade-A-Plane, GlobalAir, and Barnstormers. Each row enriched with the FAA Aircraft Registry (owner, airworthiness date, Mode-S hex) and NTSB CAROL accident history, with full provenance per row. **What's inside:** - 314 rows × 47 columns (CSV, ~1 MB) - 10,816 listing photos bundled (~1.25 GB) - Year, variant, price, total time, location, avionics, parachute/annual status - N-number, serial, FAA owner of record - NTSB event count + linked event JSON - Per-row source URLs + retrieval timestamps **Coverage:** 95% N-number, 95% serial, 98% airframe time, 94% FAA owner, 12% with NTSB history. **Year range:** 2001–2025. **Price range:** $139K–$1.495M. **Median:** $569,900. Top states: FL (44), CA (33), TX (24). **Use cases:** brokerage comps, insurance underwriting, prebuy market scans, fleet analytics, type-club research. **Note on freshness:** Aircraft listings turn over in 30–90 days. This is a point-in-time snapshot, not a live feed. The N-number recycling caveat is documented in the datacard for safe NTSB joins. Built with the `databazaar` skill. See `datacard.md` for the full schema, provenance, and methodology.
Schema
| Name | Type | Description |
|---|---|---|
| listing_id | string | Internal unique listing identifier |
| source | string | Primary source site |
| sources_combined | string | All source sites this aircraft appeared on |
| source_url | string | Primary source listing URL |
| source_urls_all | string | All source URLs (semicolon-separated) |
| scraped_at | string | ISO timestamp of scrape |
| year | number | Year of manufacture |
| model_variant | string | SR22 variant (G2/G3/G5/G6/G7, T-suffix = factory turbo) |
| registration_n_number | string | FAA N-number (US tail) |
| serial_number | string | Manufacturer serial number |
| asking_price_usd | number | Asking price in USD |
| total_time_airframe_hours | number | Total time, airframe (hours) |
| engine_time_smoh_hours | number | Time since major overhaul |
| useful_load_lbs | number | Useful load (lbs) |
| avionics | string | Avionics suite description (raw) |
| autopilot | string | Autopilot description (raw) |
| parachute_repack_due | string | CAPS parachute repack due date |
| annual_due | string | Next annual inspection due |
| damage_history | string | Damage history flag (raw) |
| location_city | string | Listing location city |
| location_state | string | Listing location US state |
| location_country | string | Country |
| location_raw | string | Raw location string from source |
| in_usa | string | Boolean: aircraft confirmed US-located |
| dealer_or_seller_name | string | Seller / dealer name |
| listing_title | string | Source listing title |
| photos_count | number | Photos reported by source |
| listing_id_native | number | Source-native listing ID |
| _conflict_fields | string | Fields where sources disagreed |
| raw_description | string | Raw listing description text |
| photo_count_local | number | Photos downloaded to bundle |
| photo_dir | string | Bundle path for photos |
| faa_owner_name | string | Current owner of record per FAA |
| faa_registrant_type | string | FAA registrant type code |
| faa_owner_city | string | FAA owner city |
| faa_owner_state | string | FAA owner state |
| faa_year_mfr | number | FAA-recorded year of manufacture |
| faa_cert_class | string | FAA certificate class |
| faa_status | string | FAA registration status |
| faa_cert_issue_date | number | Certificate issue date |
| faa_last_action_date | number | Last FAA action date |
| faa_expiration_date | number | Registration expiration date |
| faa_airworth_date | number | FAA airworthiness date (use as filter for NTSB joins) |
| faa_mode_s_hex | string | Mode-S hex code (for ADS-B joins) |
| ntsb_event_count | number | Number of NTSB events linked by N-number |
| ntsb_last_event_date | string | Last NTSB event date |
| ntsb_events_json | string | NTSB events array (JSON; filter by date >= faa_airworth_date) |
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: "Cirrus SR22 USA For-Sale Listi" })
// Found: 3e79df18-8583-4fa9-8a7b-ad06b855edfb
buy_now({ dataset_id: "3e79df18-8583-4fa9-8a7b-ad06b855edfb" }) // uses your saved card# Authenticate with your API key:
curl https://api.databazaar.io/datasets/3e79df18-8583-4fa9-8a7b-ad06b855edfb \
-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": "3e79df18-8583-4fa9-8a7b-ad06b855edfb"}'