SpaceX Data Scraper avatar

SpaceX Data Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
SpaceX Data Scraper

SpaceX Data Scraper

Scrape SpaceX mission data from the official public SpaceX API - launches, rockets, crew members, Starlink satellites, launchpads, and more. No authentication required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Extract SpaceX mission data from the official SpaceX public API. Get launches, rockets, crew members, Starlink satellites, capsules, launchpads, and more — all without any authentication.

Features

  • 9 data modes — launches, rockets, crew, starlink, capsules, launchpads, landpads, ships, payloads
  • 205+ launches — with success/failure status, payloads, links, and imagery
  • Starlink constellation — 3,500+ satellite tracking data
  • Crew profiles — 30+ astronauts with mission assignments
  • Filter options — upcoming launches, successful-only launches
  • No authentication required — uses the free public SpaceX API

Input

FieldTypeDescriptionDefault
modeSelectType of SpaceX data to extractlaunches
upcomingBooleanFetch only upcoming launches (mode=launches)false
successOnlyBooleanFetch only successful launches (mode=launches)false
maxItemsIntegerMax records to return (1–5000)100

Modes

ModeDescription
launchesAll SpaceX missions with details
rocketsFalcon 9, Falcon Heavy, Starship specs
crewAstronaut profiles and mission assignments
starlinkSatellite constellation tracking data
capsulesDragon capsule status and history
launchpadsLaunch site details and coordinates
landpadsLanding zone details
shipsRecovery vessel fleet
payloadsCargo manifest data

Example Input

{
"mode": "launches",
"successOnly": true,
"maxItems": 50
}

Output

Launches Mode

FieldTypeDescription
launchIdStringUnique launch ID
nameStringMission name
flightNumberIntegerSpaceX flight number
dateUtcStringLaunch date/time UTC
upcomingBooleanIs this a future launch?
successBooleanWas the launch successful?
detailsStringMission description
rocketIdStringRocket ID reference
launchpadIdStringLaunchpad ID reference
payloadIdsArrayPayload ID references
crewArrayCrew assignment references
failuresArrayFailure details if applicable
fairingsObjectFairing recovery status
linksObjectWebcast URL, Wikipedia, patch images, Flickr photos

Rockets Mode

Rocket specs including height, diameter, mass, stages, payload weights, cost per launch, success rate, and Wikipedia link.

Crew Mode

Astronaut name, agency, current status, Wikipedia link, and list of launch IDs they participated in.

Satellite version, orbit parameters (height, latitude, longitude, velocity), TLE data, and epoch.

FAQ

Does this require an API key? No. The SpaceX API (api.spacexdata.com) is completely free and open.

How current is the launch data? The API is community-maintained and updated after each SpaceX launch.

Can I get images from launches? Yes, the links.flickrImages field in launches contains URLs to official Flickr photos.

What is the difference between launchpads and landpads? Launchpads are where rockets launch from (e.g., LC-39A). Landpads are where first stages land (e.g., LZ-1, OCISLY).

How many Starlink satellites are tracked? Over 3,500 Starlink satellites are tracked in the API with orbital data.