SpaceX Missions Scraper avatar

SpaceX Missions Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
SpaceX Missions Scraper

SpaceX Missions Scraper

Extract SpaceX launch mission data with rocket details, launchpad, payload counts, crew, and core landing outcomes. Filter by year, success status, upcoming flag, rocket family. Free, no auth.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Extract complete SpaceX launch mission data from the public r-spacex API — including every Falcon 1, Falcon 9, Falcon Heavy, and Starship launch since 2006. Each output record is a single mission enriched with rocket details, launchpad info, payload counts, crew counts, and core landing outcomes — making it easy to build dashboards, train ML models, or feed RAG pipelines about commercial spaceflight.

This Actor joins three upstream endpoints (launches, rockets, launchpads) into a single denormalized table so you don't have to. Filtering happens server-side in the Actor, so you can pull just one year, one rocket family, or just upcoming missions without post-processing.

Features

  • Joined dataset — Each mission record includes rocket name/type/company and launchpad name/locality/region, denormalized for direct use.
  • Year-range filter — Pull just 2023, just the Falcon Heavy era, or the complete back-catalog.
  • Success / upcoming filters — Isolate failed missions, successful flights, or future-scheduled launches.
  • Rocket family filter — Case-insensitive partial match on rocket name (e.g. Falcon 9 matches all Falcon 9 variants).
  • Core landing analytics — Per-mission counts of cores used, landed, and reused.
  • Webcast & patch links — YouTube webcast URL, Wikipedia article, and mission patch image included.

Output fields

FieldTypeDescription
flightNumberintSequential SpaceX flight number
namestringMission name (e.g. "Crew-9")
dateUtcdatetimeLaunch date (UTC)
successboolWhether the launch succeeded
upcomingboolWhether the mission is in the future
rocketNamestringRocket family name (Falcon 9 / Falcon Heavy / Starship)
rocketTypestringRocket type/variant
launchpadNamestringLaunchpad short name
launchpadFullNamestringFull launchpad designation
launchpadRegionstringRegion (e.g. Florida, California)
payloadCountintNumber of payloads on this flight
crewCountintNumber of crew members
coresUsedintNumber of booster cores used
coresLandedintNumber of cores that successfully landed
coresReusedintNumber of cores that were reused (flown before)
failuresarrayFailure reason + time (empty for successes)
webcaststringYouTube webcast URL
wikipediastringWikipedia article URL
patchLargestringMission patch image URL

How to scrape SpaceX launch data

  1. Click Run with empty input to pull every SpaceX mission ever flown (200+ records).
  2. Set yearFrom: 2023, yearTo: 2024 to pull only recent missions.
  3. Set successOnly: true to exclude failed launches and aborts.
  4. Set upcomingOnly: true to get only future-scheduled launches.
  5. Set rocketNameFilter: "Starship" to scrape only Starship-related missions.

Pricing

Pay-per-result: $0.003/result. A full back-catalog scrape (~200 missions) costs ~$0.60. Apify compute is charged separately at platform rates.

Use cases

  • Build a SpaceX mission tracker dashboard or alerting system
  • Train ML models on historical launch cadence, success rate by rocket family, etc.
  • Power a Discord/Slack bot that announces upcoming launches with webcast links
  • Backfill an analytics database for commercial-spaceflight research

FAQ

Is this real-time? Mission data is sourced from the volunteer-maintained r-spacex public API which mirrors official SpaceX data and is updated within hours of new mission announcements.

Do I need an API key? No.

Does it include the next launch? Yes — use upcomingOnly: true.

This Actor consumes the publicly accessible r-spacex SpaceX API which aggregates publicly available SpaceX mission information. No authentication is bypassed. Data is intended for personal, educational, research, or commercial uses that respect the upstream provider's terms. Contact support via the Apify Console with any issues.