# NASA Exoplanet Archive Data Export

**Use case:** 

Data Export of NASA Exoplanet Archive. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "whereClause": "pl_orbper < 10 and disc_year > 2015"
}
```

## Output

```json
{
  "pl_name": {
    "label": "pl_name",
    "format": "text"
  },
  "hostname": {
    "label": "hostname",
    "format": "text"
  },
  "discoverymethod": {
    "label": "discoverymethod",
    "format": "text"
  },
  "disc_year": {
    "label": "disc_year",
    "format": "text"
  },
  "pl_orbper": {
    "label": "pl_orbper",
    "format": "text"
  },
  "pl_rade": {
    "label": "pl_rade",
    "format": "text"
  },
  "pl_masse": {
    "label": "pl_masse",
    "format": "text"
  },
  "st_teff": {
    "label": "st_teff",
    "format": "text"
  },
  "st_rad": {
    "label": "st_rad",
    "format": "text"
  },
  "sy_dist": {
    "label": "sy_dist",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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