# Dataset (pull rows by resource ID) Chicago Open Data Portal

**Use case:** 

Extract Chicago Open Data Portal data filtered by Dataset (pull rows by resource ID). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "dataset",
  "resourceId": "22u3-xenr"
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "resourceId": {
    "label": "Resource ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "rowsCount": {
    "label": "Rows",
    "format": "number"
  },
  "columnsCount": {
    "label": "Columns",
    "format": "number"
  },
  "data": {
    "label": "Row Data",
    "format": "object"
  },
  "url": {
    "label": "Dataset URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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