# ESA Gaia DR3 Star Catalog Full Export

**Use case:** 

Full Export of ESA Gaia DR3 Star Catalog. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "adqlQuery": "SELECT TOP 20 source_id, ra, dec, parallax, pmra, pmdec, phot_g_mean_mag, phot_bp_mean_mag, phot_rp_mean_mag, radial_velocity, teff_gspphot FROM gaiadr3.gaia_source WHERE parallax IS NOT NULL",
  "radius": "0.1",
  "maxItems": 500
}
```

## Output

```json
{
  "sourceId": {
    "label": "🆔 Source ID",
    "format": "text"
  },
  "ra": {
    "label": "📐 RA (deg)",
    "format": "number"
  },
  "dec": {
    "label": "📐 Dec (deg)",
    "format": "number"
  },
  "parallax": {
    "label": "📏 Parallax (mas)",
    "format": "number"
  },
  "pmra": {
    "label": "➡️ pmRA",
    "format": "number"
  },
  "pmdec": {
    "label": "⬆️ pmDec",
    "format": "number"
  },
  "photGMeanMag": {
    "label": "✨ G mag",
    "format": "number"
  },
  "photBpMeanMag": {
    "label": "🔵 BP mag",
    "format": "number"
  },
  "photRpMeanMag": {
    "label": "🔴 RP mag",
    "format": "number"
  },
  "radialVelocity": {
    "label": "🌀 RV (km/s)",
    "format": "number"
  },
  "teff": {
    "label": "🌡 Teff (K)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESA Gaia DR3 Star Catalog Scraper](https://apify.com/parseforge/gaia-star-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/gaia-star-catalog-scraper) to learn more, explore other use cases, and run it yourself.