Space Launch Library — Global Launch Aggregator avatar

Space Launch Library — Global Launch Aggregator

Pricing

Pay per event

Go to Apify Store
Space Launch Library — Global Launch Aggregator

Space Launch Library — Global Launch Aggregator

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.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape upcoming and historical rocket launch data from The Space Devs Launch Library 2 API. Covers 600+ upcoming and 7,500+ historical launches across SpaceX, Rocket Lab, ULA, ISRO, JAXA, ESA, Roscosmos, Blue Origin, Relativity, and dozens more providers. Each record includes launch status, rocket family, mission type and orbit, pad coordinates, weather probability, hold and fail reasons, program tags, and video links.

Features

  • Fetch upcoming launches, historical launches, or both in a single run
  • All 8+ major launch providers covered — SpaceX, ULA, Rocket Lab, ISRO, JAXA, ESA, Roscosmos, Blue Origin, and more
  • Rich per-launch data: status, rocket family and variant, mission type, target orbit, pad coordinates, weather probability
  • Hold reasons, fail reasons, and hashtags included for research and tracking
  • Program tags (Artemis, Starlink, Commercial Crew) returned as a pipe-separated list
  • Video and info URL lists for each mission
  • Optional API key input to increase rate limits from 15 to 30+ requests per hour
  • No proxy required — the Space Devs API is public and not geo-restricted
  • Pay-per-event pricing at roughly $0.001 per record

Who Uses Space Launch Data and Why?

  • Aviation and space insurers — track active missions, pad counts, and historical success rates by provider and vehicle
  • News and media teams — pull the next scheduled launches for upcoming-event articles and social posts
  • Space industry analysts — analyze launch cadence, provider market share, mission type distribution, and orbital slot demand
  • Hobbyists and enthusiasts — build custom launch calendars, countdown apps, or Discord bots
  • Satellite operators and integrators — monitor competitor launch windows and identify available rideshare vehicles
  • Academic researchers — build longitudinal datasets of global launch activity for policy and technology studies

How It Works

  1. You choose a mode: upcoming (scheduled future launches), previous (historical launches), or all (both).
  2. The actor queries The Space Devs Launch Library 2 REST API in pages of 100 launches.
  3. Each launch record is flattened from nested JSON into a clean output row with all fields at the top level.
  4. Output is saved to the Apify dataset — available as JSON, CSV, or XLSX from the Apify console.

Rate limiting: the free API tier allows 15 requests per hour. The actor respects this with a 4.2-second delay between pages. Provide an optional Space Devs API key to increase your allowance.

Input

Basic: Get the next upcoming launches

{
"mode": "upcoming",
"maxItems": 100
}

Historical launches from any provider

{
"mode": "previous",
"maxItems": 500
}

Both upcoming and historical in one run

{
"mode": "all",
"maxItems": 200
}

With an optional API key (higher rate limit)

{
"mode": "upcoming",
"maxItems": 0,
"apiKey": "your-space-devs-api-key-here"
}

Input Parameters

FieldTypeDefaultDescription
modestringupcomingWhich launches to fetch: upcoming, previous, or all.
maxItemsinteger10Maximum number of launch records to return. Set to 0 for all launches in the selected mode.
apiKeystring""Optional Space Devs API key. Unauthenticated requests are limited to 15 req/hr; a key raises this to 30/hr or more depending on your tier.
proxyConfigurationobject{ useApifyProxy: false }Proxy settings. The Space Devs API is public and does not require a proxy.

Output Fields

FieldTypeDescription
idstringUnique launch ID from The Space Devs
namestringLaunch name, e.g. "Falcon 9 Block 5 | Starlink Group 10-53"
slugstringURL-safe slug identifier
status_namestringLaunch status: "Go for Launch", "TBD", "Launch Successful", "Launch Failure", etc.
netstringNo Earlier Than launch time (ISO 8601)
window_startstringLaunch window start (ISO 8601)
window_endstringLaunch window end (ISO 8601)
launch_service_provider_namestringLaunch provider name, e.g. "SpaceX", "Rocket Lab USA"
launch_service_provider_typestringProvider type: "Commercial" or "Government"
rocket_full_namestringFull rocket configuration name, e.g. "Falcon 9 Block 5"
rocket_familystringRocket family, e.g. "Falcon", "Atlas", "Electron"
rocket_variantstringRocket variant, e.g. "Block 5", "551"
mission_namestringMission name
mission_descriptionstringMission description
mission_typestringMission type, e.g. "Communications", "Earth Science", "Astrophysics"
mission_orbit_namestringTarget orbit: "LEO", "GTO", "SSO", "Heliocentric", etc.
pad_namestringLaunch pad name, e.g. "Space Launch Complex 40"
pad_location_namestringLaunch site location, e.g. "Cape Canaveral SFS, FL, USA"
pad_latitudenumberLaunch pad latitude
pad_longitudenumberLaunch pad longitude
pad_total_launch_countintegerTotal launches ever conducted from this pad
probabilityintegerLaunch probability as a percentage (weather and clearance combined, 0-100)
weather_concernsstringActive weather rules flagged at launch time, if any
holdreasonstringReason for launch hold, if applicable
failreasonstringReason for launch failure, if applicable
hashtagstringMission social media hashtag, if available
webcast_livebooleanWhether a live webcast stream was available
image_urlstringMission or rocket image URL
infographic_urlstringInfographic image URL, if available
program_namesstringSpace programs this launch belongs to (pipe-separated), e.g. "Starlink|Commercial Crew"
vidurlsstringVideo stream URLs (pipe-separated)
infourlsstringMission information URLs (pipe-separated)
last_updatedstringWhen the launch record was last updated (ISO 8601)

Example Output

{
"id": "ff0a6a32-6513-4e85-9fd8-a2d022add74d",
"name": "Atlas V 551 | Amazon Leo (LA-07)",
"slug": "atlas-v-551-amazon-leo-la-07",
"status_name": "Launch Successful",
"net": "2026-05-29T23:53:00Z",
"window_start": "2026-05-29T23:33:30Z",
"window_end": "2026-05-30T00:02:30Z",
"launch_service_provider_name": "United Launch Alliance",
"launch_service_provider_type": "Commercial",
"rocket_full_name": "Atlas V 551",
"rocket_family": "Atlas",
"rocket_variant": "551",
"mission_name": "Amazon Leo (LA-07)",
"mission_description": "Amazon Leo is a mega constellation of satellites in Low Earth Orbit...",
"mission_type": "Communications",
"mission_orbit_name": "Low Earth Orbit",
"pad_name": "Space Launch Complex 41",
"pad_location_name": "Cape Canaveral SFS, FL, USA",
"pad_latitude": 28.58341025,
"pad_longitude": -80.58303644,
"pad_total_launch_count": 124,
"probability": 45,
"weather_concerns": "Cumulus Cloud Rule, Anvil Cloud Rules, Surface Electric Fields Rule",
"holdreason": null,
"failreason": null,
"hashtag": null,
"webcast_live": false,
"image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
"infographic_url": null,
"program_names": "Amazon Leo",
"vidurls": null,
"infourls": null,
"last_updated": "2026-05-30T00:53:04Z"
}

Data Source

Launch data comes from The Space Devs Launch Library 2 — an open, community-maintained database of rocket launches. The API is free to use with a rate limit of 15 requests per hour for unauthenticated clients. Register at thespacedevs.com for an API key to increase this limit.