Art Institute of Chicago Scraper avatar

Art Institute of Chicago Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Art Institute of Chicago Scraper

Art Institute of Chicago Scraper

$0.5/1K ๐Ÿ”ฅ Fast Art Institute of Chicago scraper! Artworks โ€” title, artist, date, medium & IIIF image. No key. JSON, CSV, Excel or API in seconds. Search or browse & pull thousands for art datasets & ML training โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Share

Scrape artworks from the Art Institute of Chicago open collection โ€” one of the largest, richest art datasets in the world โ€” directly into clean, structured JSON. No API key, no login, no setup. Search by artist, title, style or keyword, or browse the entire public collection.

Perfect for art datasets, education, machine-learning / computer-vision training, and cultural-heritage research.

Pricing: roughly $0.5 per 1,000 artworks โ€” one of the cheapest art-data actors on the store.

Features

  • ๐ŸŽจ Two modes โ€” search (run any list of queries) or browse (walk the full collection).
  • ๐Ÿ–ผ๏ธ IIIF image URLs โ€” ready-to-download high-resolution image links, built from the museum's IIIF server.
  • ๐Ÿ›๏ธ Rich metadata โ€” artist, date, medium, dimensions, department, classification, gallery, credit line, subject terms, public-domain and on-view flags.
  • ๐Ÿ”‘ No API key โ€” uses the museum's public API.
  • โšก Datacenter-friendly โ€” no residential proxies required, so it runs cheap.
  • ๐Ÿงฑ Robust โ€” permissive schema, paginated collection, deduped results, graceful fallbacks.

Input

FieldTypeDescription
modeselectsearch (default) or browse.
queriesarraySearch terms (e.g. ["monet", "van gogh"]). Used in search mode.
maxItemsintegerMax artworks to collect (default 100, max 1000).

Example input

{
"mode": "search",
"queries": ["monet", "van gogh"],
"maxItems": 100
}

Output

Each dataset item is one artwork:

{
"id": 16568,
"title": "Water Lilies",
"artist": "Claude Monet",
"artist_display": "Claude Monet (French, 1840โ€“1926)",
"date": "1906",
"medium": "Oil on canvas",
"dimensions": "89.9 ร— 94.1 cm",
"origin": "France",
"department": "Painting and Sculpture of Europe",
"classification": "painting",
"gallery": "Gallery 240",
"credit_line": "Mr. and Mrs. Martin A. Ryerson Collection",
"is_public_domain": true,
"is_on_view": false,
"terms": ["oil on canvas", "Impressionism", "landscapes"],
"image_url": "https://www.artic.edu/iiif/2/3c27b499-af56-f0d5-93b5-a7f2f1ad5813/full/843,/0/default.jpg",
"url": "https://www.artic.edu/artworks/16568",
"source": "artic",
"scraped_at": "2026-07-20T00:00:00+00:00"
}

image_url is null for artworks without a digitized image.

Use cases

  • Art datasets โ€” build labeled image/metadata datasets for analysis or apps.
  • Education โ€” power classroom tools, quizzes, and study material.
  • ML / computer-vision training โ€” public-domain imagery with clean labels.
  • Cultural research โ€” study collections, movements, mediums and provenance at scale.

Keywords

art institute of chicago, artic scraper, art api, museum scraper, artwork dataset, public domain art, iiif images, art metadata, painting dataset, ml training data, cultural heritage, open access art, fine art scraper, image dataset

Data & attribution

Data comes from the Art Institute of Chicago's public API. Many works are public domain (is_public_domain: true); always check each work's rights before reuse and credit the museum accordingly.