# Any Method NASA Exoplanet Archive

**Use case:** 

Extract NASA Exoplanet Archive data filtered by Any Method. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "discoveryMethod": "Any Method",
  "discoveryYear": 2023,
  "hostStar": "TOI-1136",
  "maxItems": 10
}
```

## Output

```json
{
  "planetName": {
    "label": "🪐 Planet",
    "format": "text"
  },
  "hostName": {
    "label": "⭐ Host Star",
    "format": "text"
  },
  "discoveryMethod": {
    "label": "🔬 Method",
    "format": "text"
  },
  "discoveryYear": {
    "label": "📅 Year",
    "format": "number"
  },
  "discoveryFacility": {
    "label": "🔭 Facility",
    "format": "text"
  },
  "orbitalPeriodDays": {
    "label": "🔄 Orbital Period (d)",
    "format": "number"
  },
  "planetRadiusEarth": {
    "label": "📏 Radius (Earth)",
    "format": "number"
  },
  "planetMassEarth": {
    "label": "⚖ Mass (Earth)",
    "format": "number"
  },
  "distanceParsecs": {
    "label": "📡 Distance (pc)",
    "format": "number"
  },
  "numPlanetsInSystem": {
    "label": "🌌 Planets In System",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "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-exoplanet-archive-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nasa-exoplanet-archive-scraper) to learn more, explore other use cases, and run it yourself.