VOOZH about

URL: https://apify.com/jungle_synthesizer/art-institute-chicago-artworks-api-scraper

โ‡ฑ Art Institute of Chicago Artworks Scraper ยท Apify


๐Ÿ‘ Art Institute of Chicago Artworks Scraper avatar

Art Institute of Chicago Artworks Scraper

Pricing

Pay per event

Go to Apify Store

Art Institute of Chicago Artworks Scraper

Scrapes the Art Institute of Chicago open API โ€” 131k artworks with metadata, dominant colour analysis (HSL), style/subject taxonomy, and IIIF image URLs. Supports full-walk, keyword search, date-range, type/department filters, and by-ID lookups. No API key required.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

16 hours ago

Last modified

Share

Scrape artwork records from the Art Institute of Chicago's open REST API. Returns full metadata for 131k+ artworks including title, artist, department, medium, dimensions, classification, style/subject taxonomy, dominant colour analysis (HSL), and IIIF image URLs. No API key required โ€” the AIC API is fully public with CC0 metadata.

What you get

Each scraped record contains:

FieldDescription
idUnique AIC artwork ID
titleArtwork title
artist_displayFull artist display string (name, nationality, dates)
artist_titlePrimary artist name (short form)
date_displayHuman-readable date string (e.g. "1906" or "c. 1890โ€“1900")
date_startEarliest possible year for the artwork
date_endLatest possible year for the artwork
medium_displayMaterials and technique description
artwork_type_titleArtwork type (Painting, Drawing, Print, Sculpture, etc.)
department_titleMuseum department holding the artwork
classification_titlesClassification tags array (e.g. "oil on canvas", "european painting")
dimensionsPhysical dimensions string
place_of_originCountry or region where the artwork was created
is_public_domainTrue if the artwork image is in the public domain (CC0)
credit_lineDonor/acquisition credit line
gallery_titleGallery currently displaying the artwork (null if in storage)
color_hDominant colour hue (HSL, 0โ€“360)
color_sDominant colour saturation (HSL, 0โ€“100)
color_lDominant colour lightness (HSL, 0โ€“100)
subject_titlesSubject/theme tags array (e.g. "landscapes", "water lilies")
style_titlesArt style tags array (e.g. "Impressionism", "20th Century")
image_idIIIF image identifier (UUID)
iiif_image_urlFull IIIF image URL (843px wide JPEG) โ€” null if no image
aic_artwork_urlCanonical artwork page URL on artic.edu

Modes

Walk mode (default)

Paginate through the full collection of 131k+ artworks:

{
"mode":"walk",
"maxItems":1000
}

Omit maxItems to walk the entire collection.

Add publicDomainOnly: true to restrict results to CC0 artworks (image downloads safe):

{
"mode":"walk",
"publicDomainOnly":true,
"maxItems":500
}

Search mode

Full-text keyword search across all artwork metadata:

{
"mode":"search",
"query":"impressionism",
"maxItems":100
}

Filter mode

Filter by artwork type, department, or date range:

{
"mode":"filter",
"artworkTypeTitle":"Painting",
"dateFrom":1880,
"dateTo":1920,
"maxItems":200
}

Available filters:

  • artworkTypeTitle โ€” artwork type string (e.g. "Painting", "Drawing", "Print", "Sculpture", "Photograph")
  • departmentTitle โ€” department name string (e.g. "Photography and Media", "Painting and Sculpture of Europe")
  • dateFrom โ€” filter artworks with date_start >= this year
  • dateTo โ€” filter artworks with date_start <= this year

Combine multiple filters in one run.

By-ID mode

Fetch specific artworks by their AIC numeric ID:

{
"mode":"by_ids",
"artworkIds":[16568,27992,28560],
"maxItems":10
}

IDs can be found in AIC URLs: https://www.artic.edu/artworks/16568/water-lilies.

Use cases

  • Art analytics datasets โ€” combine with the Met Museum actor for a comprehensive GLAM collection
  • Colour research โ€” the color_h/s/l fields enable colour-palette analysis across 131k artworks
  • Style/subject taxonomy โ€” style_titles and subject_titles provide ready-made ML training labels
  • Public-domain image pipelines โ€” filter is_public_domain: true and use iiif_image_url for CC0 downloads
  • Museum collection monitoring โ€” run incrementally to detect newly added records

Rate limits

The AIC API is fully open โ€” no authentication required. The actor runs at ~60 requests/minute with a 1-second delay between pages, well within the API's polite-use advisory. No proxy is needed.

You might also like

Art Institute of Chicago Scraper

crawlergang/artic-chicago-scraper

Scrape the Art Institute of Chicago's open collection of 110,000+ artworks via their free public API. Search by keyword, browse by department or artwork type, or look up artworks by artist. Returns rich metadata including title, artist, department, date, medium, dimensions, style, and more

2

5.0

Art Institute of Chicago Scraper

crawlerbros/artic-chicago-scraper

Scrape the Art Institute of Chicago's open collection of 110,000+ artworks via their free public API. Search by keyword, browse by department or artwork type, or look up artworks by artist. Returns rich metadata including title, artist, department, date, medium, dimensions, style, and more

Art Institute of Chicago Scraper

parseforge/art-institute-of-chicago-scraper

Export 131,000+ artworks from the Art Institute of Chicago catalog. Pull titles, artists, dates, mediums, dimensions, places of origin, classifications, departments, credit lines, and high-resolution IIIF image links by browse, search, classification, or department.

Chicago Art Institute Scraper

crawlerbros/chicago-art-scraper

Scrape artwork metadata from the Art Institute of Chicago's public API. Search by artist, medium, department, or artwork type. Returns title, artist, date, medium, dimensions, department, image URLs, and more. No API key required.

๐Ÿ–ผ๏ธ Art Museum Intelligence - Met & Art Institute Data

benthepythondev/art-museum-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.