# Galaxy (G) SIMBAD Astronomical Objects

**Use case:** 

Extract SIMBAD Astronomical Objects data filtered by Galaxy (G). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "adqlQuery": "",
  "objectType": "G",
  "nameContains": "",
  "requireMagnitude": false,
  "maxItems": 10
}
```

## Output

```json
{
  "mainId": {
    "label": "🌟 Main ID",
    "format": "text"
  },
  "objectType": {
    "label": "🔭 Type",
    "format": "text"
  },
  "objectTypeText": {
    "label": "📝 Type Text",
    "format": "text"
  },
  "ra": {
    "label": "↔ RA (deg)",
    "format": "number"
  },
  "dec": {
    "label": "↕ Dec (deg)",
    "format": "number"
  },
  "spectralType": {
    "label": "🌈 Spectral",
    "format": "text"
  },
  "morphType": {
    "label": "🌀 Morph",
    "format": "text"
  },
  "magV": {
    "label": "✨ Mag V",
    "format": "number"
  },
  "parallax": {
    "label": "📐 Parallax",
    "format": "number"
  },
  "radialVelocity": {
    "label": "💨 Rad Vel",
    "format": "number"
  },
  "crossIds": {
    "label": "🔗 Cross IDs",
    "format": "array"
  },
  "simbadUrl": {
    "label": "🔗 SIMBAD",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "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-astronomical-objects-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/simbad-astronomical-objects-scraper) to learn more, explore other use cases, and run it yourself.