SpaceX Data Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Type | Description | Default |
|---|---|---|---|
mode | Select | Type of SpaceX data to extract | launches |
upcoming | Boolean | Fetch only upcoming launches (mode=launches) | false |
successOnly | Boolean | Fetch only successful launches (mode=launches) | false |
maxItems | Integer | Max records to return (1–5000) | 100 |
Modes
| Mode | Description |
|---|---|
launches | All SpaceX missions with details |
rockets | Falcon 9, Falcon Heavy, Starship specs |
crew | Astronaut profiles and mission assignments |
starlink | Satellite constellation tracking data |
capsules | Dragon capsule status and history |
launchpads | Launch site details and coordinates |
landpads | Landing zone details |
ships | Recovery vessel fleet |
payloads | Cargo manifest data |
Example Input
{"mode": "launches","successOnly": true,"maxItems": 50}
Output
Launches Mode
| Field | Type | Description |
|---|---|---|
launchId | String | Unique launch ID |
name | String | Mission name |
flightNumber | Integer | SpaceX flight number |
dateUtc | String | Launch date/time UTC |
upcoming | Boolean | Is this a future launch? |
success | Boolean | Was the launch successful? |
details | String | Mission description |
rocketId | String | Rocket ID reference |
launchpadId | String | Launchpad ID reference |
payloadIds | Array | Payload ID references |
crew | Array | Crew assignment references |
failures | Array | Failure details if applicable |
fairings | Object | Fairing recovery status |
links | Object | Webcast 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.
Starlink Mode
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.