# Eurostat SDMX Statistics in Texas

**Use case:** 

Find and extract Eurostat SDMX Statistics in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "dataset": "nama_10_gdp",
  "geo": "Texas"
}
```

## Output

```json
{
  "dataset": {
    "label": "dataset",
    "format": "text"
  },
  "geo": {
    "label": "geo",
    "format": "text"
  },
  "period": {
    "label": "period",
    "format": "text"
  },
  "value": {
    "label": "value",
    "format": "text"
  },
  "flag": {
    "label": "flag",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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