FAA Commercial Space Launch License Scraper avatar

FAA Commercial Space Launch License Scraper

Pricing

Pay per event

Go to Apify Store
FAA Commercial Space Launch License Scraper

FAA Commercial Space Launch License Scraper

Scrapes the FAA Office of Commercial Space Transportation (AST) website for commercial space launch license actions, program pages, and authorization announcements. Returns structured records from FAA press releases and stakeholder engagement pages covering licensed launch and reentry operations.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrapes the FAA Office of Commercial Space Transportation (AST) website for commercial space launch license actions, program announcements, and authorization records. Returns structured data from FAA press releases and stakeholder engagement pages.

What this actor scrapes

The actor walks the FAA sitemap and extracts data from two source types:

  • Press releases (/newsroom/*) — FAA announcements about license issuances, renewals, environmental reviews, and authorization milestones for commercial space operators
  • Program pages (/space/stakeholder_engagement/*) — per-operator program pages covering licensed launch programs (SpaceX Falcon, SpaceX Starship, Sierra Space Dream Chaser, etc.)

Data available

FieldDescription
record_typepress_release or program_page
titlePage headline (e.g. "FAA Issues Commercial Space Reentry Site Operator License to Space Florida")
datePublication date (ISO 8601)
license_typeInferred license type: launch_license, reentry_license, operator_license, spaceport_license, experimental_permit
operator_nameCommercial space operator (e.g. SpaceX, Blue Origin, Rocket Lab)
vehicle_nameLaunch vehicle if mentioned (e.g. Falcon 9, Starship)
launch_siteLaunch or landing site location
summaryFirst 500 characters of page body text
source_page_urlSource FAA.gov URL
pdf_linksComma-separated PDF links (license documents, EA/FONSI reports)

Use cases

  • License tracking — Monitor FAA commercial space license actions as they are announced
  • Operator intelligence — Track which operators hold which license types and at which sites
  • Policy research — Research FAA authorization trends and regulatory milestones
  • Insurance underwriting — Historical record of FAA-licensed launch and reentry operations
  • Competitive analysis — Track launch cadence and authorization status by operator

Input

ParameterTypeDescriptionDefault
maxItemsintegerMaximum records to return (0 = all available)15
pageTypesarrayFilter by page type: newsroom, space_programs, or all["all"]

Sample output

{
"record_type": "press_release",
"title": "FAA Issues Commercial Space Reentry Site Operator License to Space Florida",
"date": "2021-01-19",
"license_type": "reentry_license",
"operator_name": "Space Florida",
"vehicle_name": null,
"launch_site": "Shuttle Landing Facility, FL",
"summary": "After completing an assessment of potential environmental impacts, the FAA approved Space Florida's application for a commercial space Reentry Site Operator License (RSOL) at the Shuttle Landing Facility...",
"source_page_url": "https://www.faa.gov/newsroom/faa-issues-commercial-space-reentry-site-operator-license-space-florida",
"pdf_links": null
}

Data coverage

The FAA sitemap contains approximately 430+ space-related HTML pages across newsroom press releases and stakeholder engagement program pages. Coverage spans FAA AST license actions from 2019 onward.

Notes

  • The FAA does not publish a structured machine-readable database of individual launch license records on the public website. This actor extracts structured data from server-side rendered press releases and program pages.
  • License numbers (e.g. "LRLO 21-160") are not included in press release HTML. They exist in FAA's internal DASIS database which is not publicly accessible.
  • The date field reflects the press release publication date, not the launch date.