Launch Library 2 (The Space Devs) Rocket Launches Scraper
Pricing
from $25.13 / 1,000 results
Launch Library 2 (The Space Devs) Rocket Launches 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.
Pricing
from $25.13 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

๐ Launch Library 2 Rocket Launches Scraper
๐ Export the global rocket launch manifest in seconds. Track every upcoming and historical orbital launch across all major providers (SpaceX, ULA, Roscosmos, ISRO, ESA, CASC, Rocket Lab, Blue Origin, Arianespace, Northrop Grumman, JAXA, Firefly, Relativity, and more). No login, no API key, no manual schedule wrangling.
๐ Last updated: 2026-05-15 ยท ๐ 70 fields per record ยท ๐ All major launch providers ยท ๐ Worldwide coverage ยท ๐ Upcoming + Historical
The Launch Library 2 Rocket Launches Scraper pulls the community-maintained Launch Library 2 catalog, curated by The Space Devs network of spaceflight enthusiasts and analysts, and returns 70 fields per launch, including launch name, status, NET window, rocket configuration, mission details, pad coordinates, agencies, programs, weather concerns, and full provider profiles with success/failure tallies. Launch Library 2 is the reference open dataset behind dozens of community apps including Go4Liftoff, Space Launch Now, and Next Spaceflight.
The catalog covers every active orbital launch provider worldwide, both upcoming and historical, including SpaceX, United Launch Alliance, Rocket Lab, Blue Origin, Arianespace, Northrop Grumman, Roscosmos, CASC, ISRO, JAXA, MHI, Firefly Aerospace, Relativity Space, Astra Space, Galactic Energy, CAS Space, LandSpace, and more. This Actor exports the manifest as CSV, Excel, JSON, or XML. Filter by provider, country, status, search term, or launch window, all server-side.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| Space-news editors, launch streamers, mission-planning teams, satellite operators, analysts, app developers, educators, hobbyists | Launch calendars, embed widgets, mission dashboards, manifest analytics, provider scorecards, watch-party scheduling, weather-window monitoring |
๐ What the Launch Library 2 Scraper does
Six filtering workflows in a single run:
- ๐ญ Upcoming or historical mode. Pull the forward manifest, or the past success/failure record.
- ๐ Single-launch lookup. Fetch one launch by its UUID for deep-dive enrichment.
- ๐ข Provider filter. Restrict to one launch service provider (SpaceX, ULA, ISRO, ESA, etc.).
- ๐ Country filter. Restrict to one launch site country (USA, RUS, CHN, IND, FRA, JPN, GBR, NZL, etc.).
- ๐ฆ Status filter. Go for Launch, TBD, TBC, Hold, In Flight, Success, Failure, or Partial Failure.
- ๐ Window filter. Bound the search to a custom NET window (start โฅ X, end โค Y) and sort by NET or last-updated.
Each launch carries the rocket name, family, full configuration, mission name and description, orbit and inclination class, pad coordinates and country, location timezone, launch attempt counts (all-time and current year, by provider, location, pad, and orbital), program memberships, hashtag, weather concerns, and live-webcast flag.
๐ก Why it matters: the launch manifest moves daily as missions slip, scrub, or get added. Building your own pipeline means polling, deduping, and reconciling status changes. This Actor delivers a clean per-launch record on every run, ready for calendars, dashboards, or alerting.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded launch manifest.
โ๏ธ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
mode | enum | "upcoming" | upcoming or previous (historical). |
launchId | string (UUID) | "" | Fetch one launch by ID; bypasses all other filters. |
search | string | "" | Free-text search over launch, mission, and rocket name. |
launchServiceProvider | enum | "" | One of 21 provider presets, plus an "Other" escape hatch. |
customProvider | string | "" | Free-text provider name; overrides the dropdown if set. |
countryCode | enum | "" | ISO 3-letter launch site country (USA, RUS, CHN, IND, FRA, JPN, GBR, NZL, KOR, IRN, ISR, PRK). |
status | enum | "" | Go, TBD, TBC, Hold, In Flight, Success, Failure, Partial Failure. |
windowStartGte, windowEndLte | string (YYYY-MM-DD) | "" | NET window bounds. |
ordering | enum | "net" | Sort by launch time or last-updated, ascending or descending. |
Example: next 50 SpaceX launches.
{"maxItems": 50,"mode": "upcoming","launchServiceProvider": "SpaceX","ordering": "net"}
Example: every successful Indian launch since 2020.
{"maxItems": 200,"mode": "previous","countryCode": "IND","status": "Success","windowStartGte": "2020-01-01","ordering": "-net"}
โ ๏ธ Good to Know: upcoming launch dates carry a precision flag (
netPrecision) ranging from "Day" or "Hour" for confirmed missions down to "Month" or "Quarter" for early manifest entries. Treat NET as a no-earlier-than estimate, not a guaranteed liftoff time.
๐ Output
Each launch record contains 70 fields. Download the dataset as CSV, Excel, JSON, or XML.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ผ๏ธ imageUrl | string | null | "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon9.png" |
๐ name | string | "Falcon 9 Block 5 | Starlink Group 12-1" |
๐ท๏ธ slug | string | "falcon-9-block-5-starlink-group-12-1" |
๐ launchId | string (UUID) | "e60aa241-1f2c-4459-ba94-2f576c3e5632" |
๐ detailUrl | string | "https://thespacedevs.com/launch/e60aa241..." |
๐ฆ status / statusAbbrev / statusDescription | string | "Go for Launch" / "Go" / "Vehicle is on track..." |
๐ mode | string | "upcoming" |
๐ net / windowStart / windowEnd | ISO 8601 | "2026-05-16T03:21:00Z" |
๐ netPrecision | string | null | "Hour" |
๐ probability | number | null | 80 |
๐ฆ๏ธ weatherConcerns | string | null | "Cumulus Cloud Rule" |
๐ holdReason / failReason | string | null | null |
๐ท๏ธ hashtag | string | null | "#Starlink" |
๐บ webcastLive | boolean | null | false |
๐ข launchServiceProvider* (12 fields) | string / number / null | name, type, abbrev, country, totalLaunches, successful, failed, pending, foundingYear, infoUrl, wikiUrl, logoUrl |
๐ rocketName / rocketFamily / rocketFullName / rocketVariant | string | null | "Falcon 9" / "Falcon" / "Falcon 9 Block 5" |
๐ฏ missionName / missionDescription / missionType | string | null | "Starlink Group 12-1" / "..." / "Communications" |
๐ฐ๏ธ orbitName / orbitAbbrev | string | null | "Low Earth Orbit" / "LEO" |
๐ข missionAgencies | array | [{"name":"SpaceX","type":"Commercial","countryCode":"USA"}] |
๐ padName / padDescription / padWikiUrl / padMapUrl / padLatitude / padLongitude / padCountryCode / padTotalLaunchCount | mixed | full pad profile |
๐ locationName / locationCountryCode / locationTimezone / locationTotalLaunchCount / locationTotalLandingCount | mixed | full location profile |
๐ฆ programs | array | [{"name":"Starlink","type":"Constellation"}] |
๐ผ๏ธ infographicUrl | string | null | (when published) |
๐ข orbitalLaunchAttemptCount / locationLaunchAttemptCount / padLaunchAttemptCount / agencyLaunchAttemptCount (all-time + year variants) | number | null | running counters |
๐ท๏ธ launchType | string | null | "detailed" |
๐ lastUpdated / scrapedAt | ISO 8601 | "2026-05-15T12:00:00Z" |
โ error | string | undefined | (only when a record fails) |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ | Global coverage. Every active orbital provider worldwide, both upcoming and historical. |
| ๐ข | 70 fields per launch. Mission, rocket, pad, location, programs, agencies, plus full provider scorecards. |
| ๐ | Server-side filters. Provider, country, status, free-text search, and NET window all combine in one run. |
| ๐ฏ | Pad coordinates. Lat/lon for every launch site so you can plot a global map without geocoding. |
| ๐ | Built-in analytics fields. All-time and current-year launch counts at orbital, location, pad, and agency level. |
| ๐ | Always fresh. Every run pulls the latest manifest, with status changes, slips, and additions reflected. |
| ๐ซ | No authentication. Works on the public Launch Library 2 catalog. No login or token required. |
๐ The launch manifest is the operating calendar of the global spaceflight industry, and this Actor turns it into a structured dataset in seconds.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ Launch Library 2 Scraper (this Actor) | $5 free credit, then pay-per-use | All major providers worldwide | Live per run | provider, country, status, window, search | โก 2 min |
| Hand-curated launch calendars | Free | Subset, English-only | Manual updates | None | ๐ข Hours |
| Paid commercial space data | $$$$ | Global, deep telemetry | Streaming | Many | โณ Weeks |
| Provider-by-provider press releases | Free | Per-provider only | Per-PR | None | ๐ Variable |
Pick this Actor when you want a clean, multi-provider launch manifest with rich pad and provider context, ready for a calendar, dashboard, or alert pipeline.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the Launch Library 2 Rocket Launches Scraper page on the Apify Store.
- ๐ฏ Set input. Pick a mode (upcoming or previous), filter by provider, country, status, or window, and set
maxItems. - ๐ Run it. Click Start and let the Actor collect your data.
- ๐ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
๐ผ Business use cases
๐ Automating Launch Library 2 Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- ๐ข Node.js. Install the
apify-clientNPM package. - ๐ Python. Use the
apify-clientPyPI package. - ๐ See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Hourly refreshes catch every status change; daily refreshes are enough for newsletters and editorial calendars.
๐ Beyond business use cases
Launch data powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ค Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- ๐ฌ ChatGPT
- ๐ง Claude
- ๐ Perplexity
- ๐ Copilot
โ Frequently Asked Questions
๐งฉ How does it work?
Pick a mode (upcoming or previous), narrow with provider, country, status, or window filters, and the Actor pulls the matching launches and emits one clean structured record per launch. Server-side filtering keeps your dataset focused.
๐ข Which launch providers are covered?
All major active orbital providers worldwide, including SpaceX, ULA, Rocket Lab, Blue Origin, Arianespace, Northrop Grumman, Roscosmos, CASC, ISRO, JAXA, MHI, Galactic Energy, CAS Space, LandSpace, Firefly Aerospace, Relativity Space, Astra Space, Virgin Orbit, Iran Space Agency, ABL Space Systems, plus a free-text "customProvider" field for anything else.
๐ How accurate are the upcoming launch dates?
Each upcoming entry includes a netPrecision flag ranging from "Day" or "Hour" for confirmed missions down to "Month" or "Quarter" for early manifest entries. Treat NET as a no-earlier-than estimate, not a guaranteed liftoff time.
๐ How often is the manifest refreshed?
The community catalog is updated continuously as missions slip, scrub, or get added. Every Actor run pulls the latest state.
๐ Can I pull just one launch?
Yes. Set launchId to a Launch Library 2 UUID. All other filters are ignored.
๐ What analytics fields are included?
All-time and current-year launch counts at four levels (orbital, location, pad, agency), provider success/failure tallies, and a launch probability percentage when published.
โฐ Can I schedule regular runs?
Yes. Use Apify Schedules to refresh the manifest on any cron interval (hourly, every 4 hours, daily) and keep your downstream calendar or dashboard in sync.
โ๏ธ Is this data legal to use?
Launch Library 2 is published as an open community catalog under permissive terms. Always credit The Space Devs when you redistribute the data verbatim. Review the downstream terms of your specific use case.
๐ผ Can I use this data commercially?
Yes. The underlying launch metadata is open. You are responsible for crediting the source on redistribution and complying with any downstream regulatory requirements.
๐ณ Do I need a paid Apify plan to use this Actor?
No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and gives you access to scheduling, higher concurrency, and larger datasets.
๐ What happens if a run fails or gets interrupted?
Apify automatically retries transient errors. If a run still fails, you can inspect the log in the Runs tab, fix the input, and re-run. Partial datasets from failed runs are preserved so you never lose progress.
๐ What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
๐ Integrate with any app
Launch Library 2 Rocket Launches Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get next-launch alerts in your channels
- n8n - Drop runs into self-hosted workflows
- Pipedream - Trigger event-driven pipelines
- Airbyte - Pipe launch data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push the next launch into your CMS, alert Slack the moment status flips to Go, or refresh the calendar widget on your news site.
๐ Recommended Actors
- ๐ฐ๏ธ CelesTrak Satellites Orbital Catalog Scraper - 47 satellite groups with full orbital elements
- ๐ NASA Astronomy Picture of the Day Scraper - Daily astronomy archive back to 1995
- ๐ EONET Natural Events Scraper - NASA's open natural-event tracker
- โ๏ธ OpenSky Flights Scraper - Live aircraft state vectors worldwide
- ๐ฌ OurAirports Scraper - 85,000+ airports, heliports, and airfields
๐ก Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
๐ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
โ ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by The Space Devs, Launch Library 2, or any of the launch providers mentioned. All trademarks mentioned are the property of their respective owners. Only publicly available open spaceflight data is collected.