# Data.go.kr Population Open Data Scraper

**Use case:** 

Scrape population and demographic datasets from South Korea's data.go.kr portal. Get titles, providers, categories, dates, and usage stats. JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "keyword": "population",
  "conditionType": "search"
}
```

## Output

```json
{
  "dataset_id": {
    "label": "Dataset ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "dataset_type": {
    "label": "Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "date"
  },
  "view_count": {
    "label": "Views",
    "format": "number"
  },
  "download_count": {
    "label": "Downloads",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "dataset_url": {
    "label": "URL",
    "format": "link"
  },
  "created_date": {
    "label": "Created Date",
    "format": "date"
  },
  "api_endpoint": {
    "label": "API Endpoint",
    "format": "text"
  },
  "api_documentation_url": {
    "label": "API Documentation",
    "format": "link"
  },
  "file_format": {
    "label": "File Format",
    "format": "text"
  },
  "file_size": {
    "label": "File Size",
    "format": "number"
  },
  "download_url": {
    "label": "Download URL",
    "format": "link"
  },
  "contact_info": {
    "label": "Contact Info",
    "format": "text"
  },
  "license_info": {
    "label": "License Info",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Korea’s Open Government Data Portal (data.go.kr)](https://apify.com/parseforge/data-go-kr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/data-go-kr-scraper) to learn more, explore other use cases, and run it yourself.