VOOZH about

URL: https://apify.com/benthepythondev/spacex-launch-intelligence

โ‡ฑ SpaceX Launch Data Scraper - Rockets, Missions & Pads ยท Apify


๐Ÿ‘ ๐Ÿš€ SpaceX Launch Intelligence - Rockets & Missions avatar

๐Ÿš€ SpaceX Launch Intelligence - Rockets & Missions

Pricing

from $5.00 / 1,000 results

Go to Apify Store

๐Ÿš€ SpaceX Launch Intelligence - Rockets & Missions

Track SpaceX rocket launches, missions, and space exploration data. Get launch schedules, mission details, rocket specifications, landing success rates, payload information, and crew data. Historical launches from Falcon 9, Falcon Heavy, and Starship

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ben

ben

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

๐Ÿš€ SpaceX Launch Intelligence โ€” Track Every Rocket Launch, Mission & Landing

Get structured data on SpaceX rocket launches โ€” past missions, upcoming flights, rockets, launch pads and live webcasts โ€” pulled from an actively maintained spaceflight database. Track Falcon 9, Falcon Heavy and Starship missions with launch dates, orbits, payloads, landing outcomes, mission patches and pad coordinates, all as clean rows. No scraping, no broken selectors, no API key. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

๐Ÿ›ฐ๏ธ What is the SpaceX Launch Intelligence?

It turns the SpaceX launch manifest into a structured dataset you can actually build on. Pick a data type (launches, rockets or launch pads) and a filter (all, past, upcoming or latest), and it returns every matching record with full mission details โ€” so news sites, dashboards, educational apps and aerospace researchers get accurate launch data without wiring up an API or maintaining a scraper. Each run fetches the current state of the source, so upcoming launches and outcomes stay fresh.

What data does it extract?

  • Mission name, status and status description (e.g. Launch Successful, Go for Launch)
  • Launch date/time (net, with window_start and window_end)
  • Rocket name and rocket family (Falcon 9, Falcon Heavy, Starship)
  • Mission details โ€” description, type and target orbit
  • Launch pad name, location and latitude/longitude coordinates
  • Provider (launch service provider) and webcast availability
  • Mission patch/image URL and failure reason when a launch fails
  • Rocket specs (rockets mode) โ€” dimensions, thrust, reusability, total/successful/failed launch counts
  • A direct launch URL and an extracted_at timestamp

Because the source is an actively maintained spaceflight API rather than a scraped web page, there are no selectors to break, no captchas and no login walls โ€” re-running the actor simply refreshes the same fields with the latest manifest and outcomes.

โฌ‡๏ธ Input

Choose a data type and filter, then run โ€” no key or login required:

FieldDescription
dataTypelaunches (default), rockets, capsules, launchpads, crew, or starlink
launchFilterall (default), past, upcoming, or latest โ€” applies to launches
successOnlyOnly return successful launches (true / false)
yearFilter launches by year, e.g. 2025
maxResultsCap the run (1โ€“500, default 50)

Example input

{
"dataType":"launches",
"launchFilter":"past",
"successOnly":true,
"year":2025,
"maxResults":50
}

โฌ†๏ธ Output

Every record is one clean row (view as a table, or export JSON / CSV / Excel):

{
"id":"abc123",
"name":"Falcon 9 Block 5 | Starlink Group 12-5",
"status":"Launch Successful",
"status_description":"The launch vehicle successfully inserted its payload(s) into the target orbit.",
"net":"2025-11-14T09:32:00Z",
"window_start":"2025-11-14T09:32:00Z",
"window_end":"2025-11-14T13:32:00Z",
"provider":"SpaceX",
"rocket":"Falcon 9",
"rocket_family":"Falcon",
"mission":"Starlink Group 12-5",
"mission_description":"A batch of satellites for the Starlink mega-constellation.",
"mission_type":"Communications",
"orbit":"Low Earth Orbit",
"pad":"Space Launch Complex 40",
"pad_location":"Cape Canaveral SFS, FL, USA",
"pad_latitude":"28.56194122",
"pad_longitude":"-80.57735736",
"webcast_live":false,
"image":"https://thespacedevs.com/media/launch_images/...",
"failreason":"",
"url":"https://thespacedevs.com/launch/abc123",
"extracted_at":"2026-06-26T15:30:00+00:00"
}

๐Ÿ’ก Use cases

  • ๐Ÿ“ฐ News & media: auto-update launch schedules, results and countdowns without manual research.
  • ๐Ÿ“Š Dashboards & analytics: chart launch cadence, landing success rates and payloads over time.
  • ๐ŸŽ“ Educational & enthusiast apps: power "next launch" widgets and teach space concepts with real mission data.
  • ๐Ÿ”ญ Aerospace research: analyse rocket reuse, orbit targets and reliability across years.

โ“ FAQ

Where does the data come from? From an actively maintained public spaceflight launch database (Launch Library 2 by The Space Devs). Each run fetches the current state, so upcoming launches and outcomes stay current.

Do I need an API key? No. There is no key, login or token to configure โ€” just choose a data type and run.

Can I get upcoming launches? Yes. Set launchFilter: "upcoming" for the manifest of scheduled flights, or latest for the most recent launch.

Can I filter to successful launches only? Yes. Set successOnly: true, and optionally add a year to analyse a single season's reliability.

What rockets are covered? SpaceX vehicles including Falcon 9, Falcon Heavy and Starship, with names and families on every launch and full specs available via dataType: "rockets".

Can I get launch pad locations? Yes. Use dataType: "launchpads" for pad names, locations and coordinates; launch records also include pad_latitude and pad_longitude.

How fresh is the data? Real-time per run โ€” the actor queries the live source each time, so re-running keeps your dataset up to date.

Can I run it on a schedule or via API? Yes. Schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n to keep a launch feed live.

How many records can it return? Up to your maxResults cap (1โ€“500); the actor paginates automatically.

Is it legal? It reads publicly available spaceflight data from an open API. Use it responsibly for research, news and apps, and follow the source's terms and applicable laws.

๐Ÿ”— You might also like


Keywords: SpaceX scraper, SpaceX launch data, rocket launch API, Falcon 9 data, Falcon Heavy, Starship launches, upcoming rocket launches, launch schedule API, spaceflight data, launch pad coordinates, mission patch, landing success, SpaceX API alternative, aerospace data, space launch tracker.

You might also like

SpaceX Missions Scraper

compute-edge/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.

SpaceX Launches and Rockets Scraper

parseforge/spacex-launches-scraper

Pull every SpaceX launch with rocket, payloads, success flag, launch site, mission patch image, webcast URL, and full mission details. Filter by year, success/failure, rocket name, or upcoming. Bonus modes for rockets, capsules, cores, launchpads, and payloads catalog.

Space Launch Library โ€” Global Launch Aggregator

jungle_synthesizer/space-devs-launch-library-aggregator-scraper

Scrapes upcoming and historical rocket launches from The Space Devs Launch Library 2 API โ€” 600+ scheduled and 7,500+ past missions across SpaceX, ULA, Rocket Lab, ISRO, JAXA, ESA, Roscosmos, Blue Origin, and more. Includes status, rocket, orbit, pad coordinates, hold/fail reasons, and video links.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Launch Library 2 (The Space Devs) Rocket Launches Scraper

parseforge/ll-spacedevs-launch-scraper

Track upcoming and historical orbital rocket launches across every active provider (SpaceX, ULA, Roscosmos, ISRO, ESA, CNSA, Rocket Lab, Blue Origin and more). Returns mission, rocket, pad coordinates, status, weather, programs and agency profiles.

SpaceX Data Scraper

crawlerbros/spacex-scraper

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

SpaceX Launches โ€“ Missions, Vehicles & Timelines

abotapi/spacex-com

Pull the full SpaceX launch catalog from spacex.com in clean JSON. Filter by vehicle, mission type, status, launch site, or date range. Returns vehicle, mission status, sites, date/time, images, mission links, and optional write-ups, webcasts, timelines, and carousel imagery.

Brazilian Space Program Missions Scraper (AEB)

jungle_synthesizer/aeb-programa-espacial-brasileiro-missoes-scraper

Scrapes AEB's authoritative programme pages for active and historical Brazilian space missions โ€” CBERS, Amazonia-1, SCD, SARA, VLM-1 and more โ€” normalising launch date, orbit, partner agencies, and payload data into a structured dataset.

๐Ÿ‘ User avatar

BowTiedRaccoon

2