# List by Department Metropolitan Museum Open Access

**Use case:** 

Extract Metropolitan Museum Open Access data filtered by List by Department. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "department",
  "query": "sunflowers",
  "hasImages": true,
  "isHighlight": false,
  "isOnView": false
}
```

## Output

```json
{
  "primaryImage": {
    "label": "Image",
    "format": "image"
  },
  "objectId": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "artistDisplayName": {
    "label": "Artist",
    "format": "text"
  },
  "objectDate": {
    "label": "Date",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "medium": {
    "label": "Medium",
    "format": "text"
  },
  "culture": {
    "label": "Culture",
    "format": "text"
  },
  "period": {
    "label": "Period"
  },
  "dynasty": {
    "label": "Dynasty"
  },
  "reign": {
    "label": "Reign"
  },
  "portfolio": {
    "label": "Portfolio"
  },
  "artistDisplayBio": {
    "label": "Artist display bio"
  },
  "artistNationality": {
    "label": "Artist nationality"
  },
  "artistBeginDate": {
    "label": "Artist begin date"
  },
  "artistEndDate": {
    "label": "Artist end date"
  },
  "artistGender": {
    "label": "Artist gender"
  },
  "artistWikidataUrl": {
    "label": "Artist wikidata url"
  },
  "artistUlanUrl": {
    "label": "Artist ulan url"
  },
  "dimensions": {
    "label": "Dimensions"
  },
  "creditLine": {
    "label": "Credit line"
  },
  "geographyType": {
    "label": "Geography type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "county": {
    "label": "County"
  },
  "country": {
    "label": "Country"
  },
  "region": {
    "label": "Region"
  },
  "subregion": {
    "label": "Subregion"
  },
  "locale": {
    "label": "Locale"
  },
  "locus": {
    "label": "Locus"
  },
  "excavation": {
    "label": "Excavation"
  },
  "river": {
    "label": "River"
  },
  "isHighlight": {
    "label": "Highlight",
    "format": "boolean"
  },
  "isPublicDomain": {
    "label": "Public Domain",
    "format": "boolean"
  },
  "isTimelineWork": {
    "label": "Is timeline work"
  },
  "objectBeginDate": {
    "label": "Object begin date"
  },
  "objectEndDate": {
    "label": "Object end date"
  },
  "objectUrl": {
    "label": "URL",
    "format": "link"
  },
  "repository": {
    "label": "Repository"
  },
  "linkResource": {
    "label": "Link resource"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "text"
  },
  "accessionYear": {
    "label": "Accession Year",
    "format": "text"
  },
  "primaryImageSmall": {
    "label": "Primary image small"
  },
  "additionalImages": {
    "label": "Images",
    "format": "object"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "objectName": {
    "label": "Object name"
  },
  "subregion2": {
    "label": "Subregion2"
  },
  "metadataDate": {
    "label": "Metadata date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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