VOOZH about

URL: https://apify.com/compute-edge/art-institute-chicago-scraper

โ‡ฑ Art Institute of Chicago Scraper โ€” Artworks & Artists API ยท Apify


๐Ÿ‘ Art Institute of Chicago Scraper โ€” Artworks & Artists API avatar

Art Institute of Chicago Scraper โ€” Artworks & Artists API

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Art Institute of Chicago Scraper โ€” Artworks & Artists API

Extract artworks from the Art Institute of Chicago API. Get title, artist, date, medium, department, classification, place of origin, public-domain status, IIIF image URLs, and credit lines. Search by keyword. Clean JSON for art research and catalogs.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract structured artwork data from the Art Institute of Chicago public API โ€” one of the world's premier encyclopedic art museums. This Actor lets you browse or search over 120,000 artworks spanning 5,000 years of human creativity, returning clean JSON with titles, artists, dates, mediums, departments, classifications, place of origin, and high-resolution image URLs.

The Art Institute of Chicago's API is a free, open, and well-maintained resource. Unlike many cultural institution APIs, it requires no authentication, enforces no rate limits for reasonable use, and returns richly structured data. Whether you're building an art discovery app, training an image recognition model, conducting academic research, or enriching a RAG pipeline with cultural data, this Actor delivers exactly what you need.

Key Features

  • Browse or search โ€” Leave the query blank to paginate through the full collection, or provide a keyword (e.g., "impressionism", "Monet", "sculpture") to search
  • 120,000+ artworks โ€” Complete AIC collection available via the official public API
  • 12 structured fields โ€” Title, artist, date, medium, department, classification, place of origin, image URL, and more
  • IIIF image URLs โ€” Direct links to high-resolution images via the IIIF standard (843px wide)
  • No authentication required โ€” Official public API, no keys or credentials needed
  • Configurable result count โ€” Fetch 1 to 5,000 records per run

Output Data Fields

FieldTypeDescription
idintegerAIC internal artwork ID
titlestringTitle of the artwork
artiststringArtist name (display form, e.g., "Claude Monet (French, 1840โ€“1926)")
dateDisplaystringDate or date range as displayed (e.g., "1906", "c. 1890โ€“1895")
mediumstringMaterials used (e.g., "Oil on canvas", "Marble")
departmentstringMuseum department (e.g., "Impressionism and Post-Impressionism")
classificationstringArtwork classification (e.g., "Painting", "Photograph", "Drawing")
placeOfOriginstringCountry or region where the work was created
isPublicDomainbooleanWhether the artwork image is in the public domain
creditLinestringAcquisition credit line (e.g., "Helen Birch Bartlett Memorial Collection")
imageUrlstringDirect IIIF image URL (843px wide); empty string if no image available
webUrlstringCanonical URL on the AIC website

How to Scrape Art Institute of Chicago Data

  1. Navigate to the Art Institute of Chicago Scraper Actor page on Apify Store.
  2. Click Start to open the input configuration form.
  3. (Optional) Enter a Search Query to filter artworks by keyword. Examples: "Picasso", "watercolor", "ancient Egypt", "armor". Leave blank to browse the full collection in default order.
  4. Set Max Results to control how many records to fetch (default: 100, max: 5,000).
  5. Click Start to run the Actor.
  6. When the run completes, go to the Dataset tab to view and download results.
  7. Export as JSON, CSV, or Excel using the Apify export buttons.

The Actor typically completes in under 30 seconds for 100 results and under 5 minutes for 5,000 results.

Input Example

{
"q":"impressionism",
"maxResults":200
}

To browse the full collection without filtering, use an empty input:

{}

Output Example

{
"id":16568,
"title":"A Sunday on La Grande Jatte โ€” 1884",
"artist":"Georges Seurat (French, 1859โ€“1891)",
"dateDisplay":"1884โ€“86",
"medium":"Oil on canvas",
"department":"Impressionism and Post-Impressionism",
"classification":"Painting",
"placeOfOrigin":"France",
"isPublicDomain":true,
"creditLine":"Helen Birch Bartlett Memorial Collection",
"imageUrl":"https://www.artic.edu/iiif/2/2d484387-2509-5e8e-2c43-a8a9276c89d5/full/843,/0/default.jpg",
"webUrl":"https://www.artic.edu/artworks/16568"
}

Pricing

This Actor calls the Art Institute of Chicago's free public API โ€” no browser rendering, no proxies, no authentication.

  • Cost per run: Under $0.001 for up to 100 results
  • Per-result pricing: $0.003/result
  • Typical run time: Under 30 seconds for 100 results; 2โ€“5 minutes for 5,000 results

Use Cases

  • Art discovery apps โ€” Power search and browse features for art-focused web or mobile applications
  • Machine learning datasets โ€” Build labeled image datasets for style classification, object detection, or art history models using public-domain IIIF images
  • Academic research โ€” Analyze collection composition by department, classification, place of origin, or time period
  • RAG pipelines โ€” Feed structured art metadata into LLM-based research or question-answering systems
  • Museum data journalism โ€” Investigate collection diversity, acquisition history, or geographic representation
  • Digital humanities โ€” Cross-reference AIC collection data with other museum APIs for comparative analysis

Other Scrapers by SeatSignal

FAQ

Is it legal to scrape the Art Institute of Chicago API?

Yes. The Art Institute of Chicago provides an official, documented public API at api.artic.edu. No authentication is required. The AIC explicitly makes this data available for developers and researchers. Artwork data (metadata) is freely available; image use depends on whether the specific work is in the public domain (check the isPublicDomain field).

How many artworks are in the collection?

The AIC collection includes over 120,000 artworks. With maxResults set to 5,000 and no search query, you can retrieve large batches. For the full collection, run multiple times or set maxResults to 5,000 and paginate.

Why is imageUrl empty for some records?

Not all artwork records have digitized images. When image_id is null in the API response, imageUrl is returned as an empty string. The isPublicDomain field tells you whether images that do exist can be used freely.

Can I export to Excel or CSV?

Yes. After the Actor run completes, use the Apify Dataset export buttons to download results in JSON, CSV, Excel, XML, or RSS formats.

What is IIIF?

IIIF (International Image Interoperability Framework) is an open standard for serving high-quality images. The imageUrl field returns a direct link to an 843px-wide JPEG. You can adjust the image dimensions by modifying the URL path (e.g., replace 843, with 200, for smaller thumbnails).

Legal Disclaimer

This Actor accesses publicly available data from the Art Institute of Chicago's official public API (api.artic.edu). No authentication bypass, scraping of login-protected content, or violation of terms of service is involved. Users are responsible for ensuring their use of extracted data and images complies with applicable copyright law and the AIC's terms of use. Artwork images may be subject to copyright even when metadata is freely available โ€” always check the isPublicDomain field before reproducing images. For support, contact the Actor developer through the Apify Store.

You might also like

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.

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 Artworks Scraper

jungle_synthesizer/art-institute-chicago-artworks-api-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.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

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.