VOOZH about

URL: https://apify.com/jungle_synthesizer/space-devs-launch-library-aggregator-scraper

โ‡ฑ Space Launch Library โ€” Global Launch Aggregator ยท Apify


๐Ÿ‘ 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

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

a month 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.

You might also like

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 Launch Intelligence - Rockets & Missions

benthepythondev/spacex-launch-intelligence

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

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.

CAS Space (ไธญ็ง‘ๅฎ‡่ˆช) Press Release Scraper

jungle_synthesizer/cas-space-zhongke-yuhang-press-release-scraper

Scrapes press releases and news articles from CAS Space (ไธญ็ง‘ๅฎ‡่ˆช, Zhongke Yuhang), a top-3 Chinese commercial launch provider operating the Kinetica/Lijian rocket family. Returns full article content, publish dates, images, and launch metadata.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

FAA Commercial Space Launch License Scraper

jungle_synthesizer/faa-ast-commercial-launch-license-scraper

Scrapes the FAA Office of Commercial Space Transportation (AST) website for commercial space launch license actions, program pages, and authorization announcements. Returns structured records from FAA press releases and stakeholder engagement pages covering licensed launch and reentry operations.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

CALT Long March Rocket Fleet News Scraper

jungle_synthesizer/calt-long-march-rocket-fleet-news-scraper

Scrapes the official CALT (China Academy of Launch Vehicle Technology) news portal for Long March rocket mission updates, launch reports, and fleet news. Returns article title, publish date, body text, images, and extracted mission metadata.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

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