retailaviationaircraftfor-sale-listingspricingfaacirrus-sr22

Cirrus SR22 USA For-Sale Listings + 10,816 Photos — May 2026 Snapshot

Category
Retail
Records
314 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~1199.55 MB
Downloads
0

About this data

The complete pre-owned Cirrus SR22 market in the United States as of May 19, 2026 — 314 aircraft listed across Controller, Trade-A-Plane, GlobalAir, and Barnstormers, N-number-deduplicated and joined to the FAA Aircraft Registry and NTSB event history. Includes 47 structured fields per aircraft (price, hours, avionics, damage history, location) plus 10,816 bundled listing photos (~1.25 GB).

Schema

NameTypeDescription
listing_idstringInternal unique listing identifier
sourcestringPrimary source site
sources_combinedstringAll source sites this aircraft appeared on
source_urlstringPrimary source listing URL
source_urls_allstringAll source URLs (semicolon-separated)
scraped_atstringISO timestamp of scrape
yearnumberYear of manufacture
model_variantstringSR22 variant (G2/G3/G5/G6/G7, T-suffix = factory turbo)
registration_n_numberstringFAA N-number (US tail)
serial_numberstringManufacturer serial number
asking_price_usdnumberAsking price in USD
total_time_airframe_hoursnumberTotal time, airframe (hours)
engine_time_smoh_hoursnumberTime since major overhaul
useful_load_lbsnumberUseful load (lbs)
avionicsstringAvionics suite description (raw)
autopilotstringAutopilot description (raw)
parachute_repack_duestringCAPS parachute repack due date
annual_duestringNext annual inspection due
damage_historystringDamage history flag (raw)
location_citystringListing location city
location_statestringListing location US state
location_countrystringCountry
location_rawstringRaw location string from source
in_usastringBoolean: aircraft confirmed US-located
dealer_or_seller_namestringSeller / dealer name
listing_titlestringSource listing title
photos_countnumberPhotos reported by source
listing_id_nativenumberSource-native listing ID
_conflict_fieldsstringFields where sources disagreed
raw_descriptionstringRaw listing description text
photo_count_localnumberPhotos downloaded to bundle
photo_dirstringBundle path for photos
faa_owner_namestringCurrent owner of record per FAA
faa_registrant_typestringFAA registrant type code
faa_owner_citystringFAA owner city
faa_owner_statestringFAA owner state
faa_year_mfrnumberFAA-recorded year of manufacture
faa_cert_classstringFAA certificate class
faa_statusstringFAA registration status
faa_cert_issue_datenumberCertificate issue date
faa_last_action_datenumberLast FAA action date
faa_expiration_datenumberRegistration expiration date
faa_airworth_datenumberFAA airworthiness date (use as filter for NTSB joins)
faa_mode_s_hexstringMode-S hex code (for ADS-B joins)
ntsb_event_countnumberNumber of NTSB events linked by N-number
ntsb_last_event_datestringLast NTSB event date
ntsb_events_jsonstringNTSB events array (JSON; filter by date >= faa_airworth_date)

Sample Data

Download a free sample to inspect the data before purchasing.

$19.99

Fixed price

Quality: 1.6 / 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: "Cirrus SR22 USA For-Sale Listi" })
// Found: d1e0aa9b-38a0-4ebd-a89c-6a299a44f2e2
buy_now({ dataset_id: "d1e0aa9b-38a0-4ebd-a89c-6a299a44f2e2" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/d1e0aa9b-38a0-4ebd-a89c-6a299a44f2e2 \
  -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": "d1e0aa9b-38a0-4ebd-a89c-6a299a44f2e2"}'