Met Museum Collection Fetcher avatar

Met Museum Collection Fetcher

Pricing

Pay per usage

Go to Apify Store
Met Museum Collection Fetcher

Met Museum Collection Fetcher

Fetch artwork metadata from The Metropolitan Museum of Art Open Access collection — 500K+ objects with images, provenance, and IIIF manifests. Uses the official keyless Met Collection API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Bruno Finger

Bruno Finger

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetches artwork metadata from The Metropolitan Museum of Art Open Access collection — 500,000+ objects with images, provenance, and IIIF manifest references. Uses the official keyless Met Collection API.

Input

FieldTypeRequiredDefaultDescription
objectIDsarray[integer]one of three*List of Met Museum object IDs to fetch (e.g., [436121, 436533]).
searchQuerystringone of three*Search term to find objects (e.g., "van gogh", "impressionism", "sculpture").
departmentIdintegerone of three*Fetch all objects from a specific department (e.g., 11 for European Paintings).
includeImagesbooleannotrueInclude primaryImage and primaryImageSmall URLs in output.
includeMeasurementsbooleannofalseInclude detailed measurements array in output.
includeTagsbooleannotrueInclude subject tags with AAT and Wikidata URLs in output.
limitintegerno50Maximum number of objects to fetch when using searchQuery or departmentId (max 200).

* Exactly one of objectIDs, searchQuery, or departmentId must be provided.

Department IDs

IDDepartment
1American Decorative Arts
3Ancient West Asian Art
4Arms and Armor
5Arts of Africa, Oceania, and the Americas
6Asian Art
7The Cloisters
8The Costume Institute
9Drawings and Prints
10Egyptian Art
11European Paintings
12European Sculpture and Decorative Arts
13Greek and Roman Art
14Islamic Art
15The Robert Lehman Collection
16The Libraries
17Medieval Art
18Musical Instruments
19Photographs
21Modern Art

Output

Each dataset item contains comprehensive artwork metadata:

  • Identification: objectID, accessionNumber, accessionYear, isHighlight, isPublicDomain
  • Title & Dating: title, objectDate, objectBeginDate, objectEndDate
  • Artist: artistDisplayName, artistDisplayBio, artistNationality, artistBeginDate, artistEndDate, artistWikidata_URL, artistULAN_URL
  • Classification: department, classification, culture, period, dynasty, reign
  • Physical: medium, dimensions, measurements (optional), creditLine
  • Images: primaryImage, primaryImageSmall, additionalImages (when includeImages=true)
  • Subjects: tags with AAT/Wikidata URLs, constituents (when includeTags=true)
  • Location & Provenance: geographyType, city, state, country, galleryNumber, repository
  • Rights & Links: rightsAndReproduction, objectURL, linkResource, isTimelineWork

Usage

By object IDs

{
"objectIDs": [436121, 436533, 436535],
"includeImages": true,
"includeMeasurements": true,
"includeTags": true
}

By search query

{
"searchQuery": "van gogh",
"limit": 20,
"includeImages": true
}

By department

{
"departmentId": 11,
"limit": 50,
"includeImages": true,
"includeTags": false
}

Pricing

PAY_PER_EVENT — $0.002 per actor start (automatic event, one event per GB of memory, minimum one per run).

API Reference