# English TurkStat Turkey Statistics

**Use case:** 

Extract TurkStat Turkey Statistics data filtered by English. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "language": "en",
  "maxItems": 10
}
```

## Output

```json
{
  "indicator": {
    "label": "📊 Indicator",
    "format": "text"
  },
  "value": {
    "label": "🔢 Value",
    "format": "text"
  },
  "period": {
    "label": "📅 Period",
    "format": "text"
  },
  "region": {
    "label": "🗺️ Region",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "unit": {
    "label": "📐 Unit",
    "format": "text"
  },
  "source": {
    "label": "🏛️ Source",
    "format": "text"
  },
  "release_date": {
    "label": "📆 Release Date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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