Art Museum Collection Intelligence avatar

Art Museum Collection Intelligence

Pricing

$5.00 / 1,000 results

Go to Apify Store
Art Museum Collection Intelligence

Art Museum Collection Intelligence

Access world-class art collections from the Metropolitan Museum of Art and Art Institute of Chicago. Search 500,000+ artworks including paintings, sculptures, photographs, and artifacts. Get high-resolution images, artist info, historical context, and exhibition data.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

ben

ben

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Art Museum Collection Intelligence — Met & Art Institute API

Access world-class art collections from the Metropolitan Museum of Art and the Art Institute of Chicago — search 500,000+ artworks including paintings, sculptures, photographs, and artifacts.

Built for art apps, educational platforms, digital galleries, researchers, and AI art-recommendation engines.

What you get

  • Rich artwork metadata — title, artist, date, medium, dimensions, department, culture, high-resolution image, museum, accession number
  • Two museums — search the Met, the Art Institute of Chicago, or both
  • Department + artist filters
  • On-display + has-image filters
  • Free, official museum APIs
  • Pre-built dataset Overview in Apify Console for instant inspection

Why this actor (vs. alternatives)

Build your ownGeneric scraperThis actor
MaintenanceYou wire up 2 APIsOften brokenMaintained
Met + Art InstituteManual, two integrationsOne at bestBoth unified
High-res imagesManualSometimesIncluded
Department/artist filtersManualNoNative

Input

FieldTypeDescription
museumenumartic (default), met, both
searchQuerystringSearch term (e.g., "impressionism", "Van Gogh")
departmentenumDepartment filter (e.g., European Paintings, Asian Art, Egyptian Art)
artistFilterstringFilter by artist name
onDisplayboolOnly works currently on display
hasImagesboolOnly works with images (default true)
maxResultsintMaximum artworks to return (default 50)

Example Input

{
"museum": "both",
"searchQuery": "impressionism",
"department": "European Paintings",
"hasImages": true,
"maxResults": 50
}

Output (sample)

{
"object_id": "436532",
"title": "Wheat Field with Cypresses",
"artist": "Vincent van Gogh",
"artist_nationality": "Dutch",
"date": "1889",
"medium": "Oil on canvas",
"dimensions": "73 x 93.4 cm",
"department": "European Paintings",
"culture": "Dutch",
"museum": "The Metropolitan Museum of Art",
"image_url": "https://images.metmuseum.org/...",
"is_on_display": true,
"accession_number": "1993.132",
"object_url": "https://www.metmuseum.org/art/collection/search/436532",
"scraped_at": "2026-05-28T14:00:00+00:00"
}

Use cases

  • Art / gallery apps — populate digital galleries with curated collections
  • Educational platforms — teach art history with real artworks + images
  • Researchers — analyze collections by period, artist, medium, culture
  • AI art engines — ground recommendations in real museum metadata
  • Content creators — source high-res public-domain art for articles
  • Digital signage / displays — rotate museum-quality artworks

Pricing

Pay-Per-Event:

  • $0.005 per artwork
  • $0.00005 actor-start fee

Example runs

Use caseArtworksCost
Single theme search50$0.25
Artist retrospective200$1.00
Full research dataset1,000$5.00

Tips

  • Use museum: "both" to search the Met + Art Institute together
  • Set hasImages: true (default) when you need displayable artwork
  • Use department to focus on a collection area (e.g., Asian Art)
  • Many artworks are public-domain — ideal for content + educational use
  • Combine artistFilter + searchQuery for precise retrospectives

FAQ

Q: Which museums are covered?
A: The Metropolitan Museum of Art and the Art Institute of Chicago — search either or both.

Q: Are the images high-resolution?
A: Yes — image_url returns the museum's high-res image when available.

Q: Is the data free / official?
A: Yes — both museums offer official open-access APIs.

Q: Can I find only on-display works?
A: Yes — set onDisplay: true.

Uses the official open-access APIs of the Met and the Art Institute of Chicago. Many works are public domain; you remain responsible for verifying rights and attribution for each artwork before reuse.

Support & feature requests

Open an issue on the Actor page or contact via Apify Console messaging. Custom features welcome.