SpaceX Launches and Rockets Scraper avatar

SpaceX Launches and Rockets Scraper

Pricing

from $14.00 / 1,000 result items

Go to Apify Store
SpaceX Launches and Rockets Scraper

SpaceX Launches and Rockets Scraper

Scrapes SpaceX API data for launches, rockets, capsules, cores, launchpads, landpads, payloads, and ships. Returns each record as a flat row.

Pricing

from $14.00 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

ParseForge

SpaceX Launches and Rockets Scraper

Scrape SpaceX launches, rockets, capsules, cores, launchpads, landpads, payloads, and ships from the public SpaceX API. Every record comes as a flat row with all fields from the endpoint. No API key. Export to CSV, JSON, Excel, or XML.

SpaceX's official API is public but returns nested JSON that is hard to flatten and filter. This Actor reads the SpaceX API directly, lets you pick any of eight endpoints, and returns each record as one flat row. Filter launches by success, upcoming status, or year, and cap the number of records per run.

Who uses itWhat they scrape SpaceX for
Space enthusiastsTrack upcoming launches and mission details
Data analystsBuild historical datasets of SpaceX hardware and missions
ResearchersStudy launch success rates and booster reuse
DevelopersPrototype apps that need SpaceX data without writing API code

What it does

This Actor collects data from the SpaceX API for launches, rockets, capsules, cores, launchpads, landpads, payloads, or ships, and returns each record as a flat row.

  • ๐Ÿš€ Eight endpoints: launches, rockets, capsules, cores, launchpads, landpads, payloads, and ships.
  • ๐Ÿ“… Launch filters: successful only, upcoming only, or a specific year.
  • ๐Ÿ”ข Row cap: set a maximum number of records per run, from 1 to 1,000,000.
  • ๐Ÿ“ฆ Flat output: every record is one row, ready for CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with SpaceX data

๐Ÿ“… Track upcoming launches.

A space enthusiast runs the Actor with the launches endpoint and upcomingOnly=true to get a list of future missions and their dates.

๐Ÿ“Š Analyze booster reuse.

A data analyst scrapes the cores endpoint to see how many times each booster has flown and landed.

๐Ÿ›ฐ๏ธ Build a rocket database.

A developer pulls the rockets endpoint to get specifications like height, mass, and thrust for each SpaceX rocket.

๐Ÿ“ˆ Study launch success rates.

A researcher filters launches by year and successOnly=true to compute success rates over time.

Why choose this scraper

What you get
No API keyThe SpaceX API is public and needs no authentication
Flat rowsNested JSON is flattened into one row per record
All endpointsLaunches, rockets, capsules, cores, launchpads, landpads, payloads, ships
FilteredSuccess, upcoming, and year filters for launches

How it compares

This Actor covers all eight SpaceX API endpoints, while the competitor focuses on launch and mission data.

FeatureParseForge๐Ÿš€ SpaceX Launch Intelligence - Rockets & Missions
Launches endpointYesYes
Rockets endpointYesNot listed
Capsules endpointYesNot listed
Cores endpointYesNot listed
Launchpads endpointYesNot listed
Landpads endpointYesNot listed
Payloads endpointYesNot listed
Ships endpointYesNot listed

Configure the run

Pick an endpoint, then optionally filter launches by success, upcoming status, or year, and set a maximum number of records. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10,
"endpoint": "launches"
}

A larger pull:

{
"maxItems": 200,
"endpoint": "launches"
}

Pricing

Pay-per-result: $0.01867 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.87
1,000 results$18.67
10,000 results$186.70

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the SpaceX Launches and Rockets Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to SpaceX through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/spacex-launches-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. If you set successOnly=true and upcomingOnly=true, no launch can be both. Also check the year filter format, it should be a four-digit year like 2024.

Why is the output empty for a specific endpoint?

Some endpoints may have fewer records. For example, ships has only a few entries. Try removing filters or increasing maxItems.

Why did the run fail?

The SpaceX API may be temporarily unavailable. Retry after a few minutes. If the problem persists, check the Actor log for details.

Can I get more than 1,000,000 records?

No. The maximum is 1,000,000 records per run. If you need more, split your request by year or endpoint.

FAQ

QuestionAnswer
Do I need an API key?No. The SpaceX API is public and does not require authentication.
What endpoints can I scrape?Launches, rockets, capsules, cores, launchpads, landpads, payloads, and ships.
Can I filter launches?Yes. You can filter by successful only, upcoming only, or a specific year.
How many records can I get?You can set a maximum from 1 to 1,000,000 records per run.
What format is the output?Each record is a flat row. You can export to CSV, JSON, Excel, or XML.
Is the data live?Yes. The Actor reads the SpaceX API at the time of the run.
Can I get historical launches?Yes. The launches endpoint includes all past launches, and you can filter by year.
Does it include crew data?The launches endpoint includes crew information when available.
Can I scrape landing data?Yes. The landpads endpoint provides landing pad details, and launches include landing attempts.
Is there a limit on the number of runs?No. You can run the Actor as many times as you need.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Space Exploration Technologies Corp. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.