# Labor market DANE Colombia Statistics

**Use case:** 

Extract DANE Colombia Statistics data filtered by Labor market. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "category": "mercado-laboral",
  "maxItems": 10
}
```

## Output

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

## About this Actor

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