Rocket Launch Scraper: Upcoming & Past Launches
Pricing
Pay per usage
Go to Apify Store

Rocket Launch Scraper: Upcoming & Past Launches
Pull upcoming and past orbital rocket launches via the public Launch Library 2 API: provider, rocket, mission, orbit and pad. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Rocket Launch Scraper
Pulls upcoming and past orbital rocket launches through the public Launch Library 2 API. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
window | string | upcoming | previous. Default upcoming. |
search | string | Filter by provider, rocket or mission text, e.g. Falcon. Omit for everything. |
maxItems | integer | Cap on launches returned. Default 25. |
Output
One row per launch: id, name, status, statusAbbrev, net,
windowStart, windowEnd, provider, providerType, rocket,
rocketFamily, mission, missionType, missionDescription, orbit,
pad, location, webcastLive, image.
Notes
netmeans "no earlier than" — it is a target, not a commitment. Upcoming launch times slip routinely, which is exactly why the field is named that way upstream and kept under that name here.- The anonymous API tier is rate limited to a handful of calls per hour per
IP, so this Actor deliberately makes a single request and caps
maxItemsat 100 rather than paging. A 429 is reported with that explanation rather than as a generic HTTP error. - A launch that has not been assigned a mission yet returns
nullformissionandorbitwhile still carrying a rocket and a provider — that is normal for early manifest entries, not a mapping gap.