# Finland Open Data: search “transport”

**Use case:** 

Run a ready-made Finland Open Data example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: finland-open-data-scraper

## Input

```json
{
  "query": "transport",
  "maxResults": 3
}
```

## Output

```json
{
  "dataset_id": {
    "label": "Dataset Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "resource_count": {
    "label": "Resource Count",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Finland Open Data Scraper - Government Datasets](https://apify.com/benthepythondev/finland-open-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/finland-open-data-scraper) to learn more, explore other use cases, and run it yourself.