# SIMBAD Astronomical Objects Full Export

**Use case:** 

Full Export of SIMBAD Astronomical Objects. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "whereClause": "otype = 'Galaxy'"
}
```

## Output

```json
{
  "main_id": {
    "label": "main_id",
    "format": "text"
  },
  "otype": {
    "label": "otype",
    "format": "text"
  },
  "ra": {
    "label": "ra",
    "format": "text"
  },
  "dec": {
    "label": "dec",
    "format": "text"
  },
  "plx": {
    "label": "plx",
    "format": "text"
  },
  "pm": {
    "label": "pm",
    "format": "text"
  },
  "rv": {
    "label": "rv",
    "format": "text"
  },
  "sptype": {
    "label": "sptype",
    "format": "text"
  },
  "flux_v": {
    "label": "flux_v",
    "format": "text"
  },
  "identifiers": {
    "label": "identifiers",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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