# Browse all artworks Art Institute of Chicago

**Use case:** 

Extract Art Institute of Chicago data filtered by Browse all artworks. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "list",
  "departmentId": "",
  "classification": "",
  "publicDomainOnly": false,
  "isOnView": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "artworkId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "artistDisplay": {
    "label": "Artist",
    "format": "text"
  },
  "artistTitle": {
    "label": "Artist (short)",
    "format": "text"
  },
  "dateDisplay": {
    "label": "Date",
    "format": "text"
  },
  "placeOfOrigin": {
    "label": "Origin",
    "format": "text"
  },
  "mediumDisplay": {
    "label": "Medium",
    "format": "text"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "text"
  },
  "classificationTitle": {
    "label": "Classification",
    "format": "text"
  },
  "classificationTitles": {
    "label": "Classification titles"
  },
  "departmentTitle": {
    "label": "Department",
    "format": "text"
  },
  "creditLine": {
    "label": "Credit Line",
    "format": "text"
  },
  "mainReferenceNumber": {
    "label": "Ref #",
    "format": "text"
  },
  "isPublicDomain": {
    "label": "Public Domain",
    "format": "boolean"
  },
  "isOnView": {
    "label": "On View",
    "format": "boolean"
  },
  "galleryTitle": {
    "label": "Gallery",
    "format": "text"
  },
  "colorHsl": {
    "label": "Color hsl"
  },
  "colorfulness": {
    "label": "Colorfulness"
  },
  "provenanceText": {
    "label": "Provenance text"
  },
  "publicationHistory": {
    "label": "Publication history"
  },
  "exhibitionHistory": {
    "label": "Exhibition history"
  },
  "subjectTitles": {
    "label": "Subject titles"
  },
  "styleTitles": {
    "label": "Style titles"
  },
  "techniqueTitles": {
    "label": "Technique titles"
  },
  "themeTitles": {
    "label": "Theme titles"
  },
  "catalogueDisplay": {
    "label": "Catalogue display"
  },
  "sourceUpdatedAt": {
    "label": "Source updated at"
  },
  "artworkUrl": {
    "label": "Page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Art Institute of Chicago Scraper](https://apify.com/parseforge/art-institute-of-chicago-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/art-institute-of-chicago-scraper) to learn more, explore other use cases, and run it yourself.