# INEGI Mexico Indicators Full Export

**Use case:** 

Full Export of INEGI Mexico Indicators. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "indicatorIds": [
    "628194"
  ],
  "geoArea": "0700",
  "maxItems": 500
}
```

## Output

```json
{
  "indicator_id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "name": {
    "label": "📝 Name",
    "format": "text"
  },
  "value": {
    "label": "💹 Value",
    "format": "text"
  },
  "period": {
    "label": "📅 Period",
    "format": "text"
  },
  "geo_area": {
    "label": "🗺️ Geo Area",
    "format": "text"
  },
  "unit": {
    "label": "📏 Unit",
    "format": "text"
  },
  "source": {
    "label": "🏛️ Source",
    "format": "text"
  },
  "last_updated": {
    "label": "🕒 Last Updated",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [INEGI Mexico Indicators Scraper](https://apify.com/parseforge/inegi-mexico-indicators-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/inegi-mexico-indicators-scraper) to learn more, explore other use cases, and run it yourself.