# Launches (full history) SpaceX Launches and Rockets

**Use case:** 

Extract SpaceX Launches and Rockets data filtered by Launches (full history). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "endpoint": "launches",
  "successOnly": false,
  "upcomingOnly": false,
  "yearFilter": ""
}
```

## Output

```json
{
  "patchImage": {
    "label": "Patch",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "flightNumber": {
    "label": "Flight #",
    "format": "number"
  },
  "dateUtc": {
    "label": "Date (UTC)",
    "format": "text"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "upcoming": {
    "label": "Upcoming",
    "format": "boolean"
  },
  "rocketName": {
    "label": "Rocket",
    "format": "text"
  },
  "launchpadName": {
    "label": "Launchpad",
    "format": "text"
  },
  "details": {
    "label": "Details",
    "format": "text"
  },
  "webcastUrl": {
    "label": "Webcast",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SpaceX Launches and Rockets Scraper](https://apify.com/parseforge/spacex-launches-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/spacex-launches-scraper) to learn more, explore other use cases, and run it yourself.