# Cincinnati Open Data sample

**Use case:** 

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

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "owner_id": {
    "label": "Owner Id",
    "format": "text"
  },
  "tableauthor_id": {
    "label": "Tableauthor Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "tableauthor_type": {
    "label": "Tableauthor Type",
    "format": "text"
  },
  "grants_type": {
    "label": "Grants Type",
    "format": "text"
  },
  "oid": {
    "label": "Oid",
    "format": "text"
  },
  "flags": {
    "label": "Flags",
    "format": "text"
  },
  "locked": {
    "label": "Locked",
    "format": "text"
  },
  "rights": {
    "label": "Rights",
    "format": "text"
  },
  "tableid": {
    "label": "Tableid",
    "format": "text"
  },
  "viewtype": {
    "label": "Viewtype",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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