EASA Part-145 Approved Organisations Dataset avatar

EASA Part-145 Approved Organisations Dataset

Pricing

Pay per usage

Go to Apify Store
EASA Part-145 Approved Organisations Dataset

EASA Part-145 Approved Organisations Dataset

Extracts EASA's public dataset of BASA Part-145 maintenance organisation approvals (USA, Canada, Brazil) for aviation MRO compliance verification.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Hoover

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extracts EASA's public dataset of BASA Part-145 maintenance organisation approvals (organisations located in the USA, Canada, and Brazil holding EASA Part-145 approval under bilateral aviation safety agreements). Useful for MRO vendor verification, aviation compliance/audit workflows, parts supplier due diligence, and insurer/broker risk checks.

Use cases

  1. MRO vendor verification — confirm a repair station's EASA Part-145 approval is currently valid before contracting maintenance work.
  2. Compliance monitoring — track expiration/suspension dates for approvals your organisation depends on, ahead of renewal deadlines.
  3. Aviation supplier due diligence — cross-reference a candidate MRO's FAA certificate number against its EASA approval status in one normalized dataset.

Output fields

FieldTypeDescription
approvalTypestringApproval type code (e.g. "145")
easaApprovalNumberstringEASA-issued approval number
organisationNamestringFull legal name of the approved organisation
countrystringCountry where the organisation is located (USA, Canada, Brazil)
approvalStatusstringValid / Surrender / Suspended / Revoked / etc.
continuationDatestringContinuation/renewal date, as published
extensionstringExtension field, when present
suspensionDatestringSuspension/partial suspension date, when present
validUntilstringExpiration date, when present
foreignApprovalReferencestringFAA certificate number or other foreign-authority reference
usStatestringUS state (US approvals only, blank otherwise)
sourceUrlstringThe EASA page the row was scraped from
scrapedTimestampstringISO 8601 UTC timestamp of the scrape

Example output

{
"approvalType": "145",
"easaApprovalNumber": "EASA.145.0065",
"organisationName": "GE CELMA Ltda.",
"country": "BRAZIL",
"approvalStatus": "Valid",
"continuationDate": "14/11/2026",
"extension": "",
"suspensionDate": "",
"validUntil": "",
"foreignApprovalReference": "7504-05/ANAC",
"usState": "",
"sourceUrl": "https://www.easa.europa.eu/en/domains/aircraft-products/continuing-airworthiness-organisations/valid-and-invalid-basa-part-145-approvals-dataset",
"scrapedTimestamp": "2026-08-18T08:13:49.991795+00:00"
}

Input configuration

  • maxItems (default 2700) — the full dataset has ~2,624 rows as of 2026-08-18; raise/lower to cap results.
  • countryFilter (optional array) — restrict to specific countries, e.g. ["UNITED STATES"].
  • statusFilter (optional array) — restrict to specific approval statuses, e.g. ["Valid"].

No start URLs are needed — this is a single fixed-page dataset, not a multi-page crawl.

Pricing

$2 per 1,000 results.

ResultsEst. cost
100$0.20
500$1.00
1,000$2.00
5,000$10.00

Data source

EASA (European Union Aviation Safety Agency), public dataset page. Reproduction is authorised by EASA's copyright policy provided the source is acknowledged (see https://www.easa.europa.eu/copyright-disclaimer). This Actor performs a single request per run — the full dataset is embedded server-side in the page, so no repeated pagination requests are made against EASA's servers regardless of maxItems.