ParseForge Scrapers

Art Institute of Chicago Scraper

parseforge/art-institute-of-chicago-scraper

BusinessOtherEducation

Scrapes the Art Institute of Chicago's public collection. Returns each artwork as a flat row with title, artist, date, medium, image URL, and full metadata. Supports keyword search, department, classification, year range, public domain, and on-view filters.

Run this scraper See the API call
Total users
1
Monthly active
0
Total runs
105
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Art Institute of Chicago Scraper

Scrape the Art Institute of Chicago's public collection, up to a million artworks per run. Every artwork comes with its title, artist, date, medium, image URL, and full metadata. No API key or login. Export to CSV, JSON, Excel, or XML.

The Art Institute of Chicago's official API requires an API key and rate limits you. This reads the public collection pages directly, filtered by department, classification, year range, public domain status, or on-view status, and returns each match in one fixed schema.

Who uses it What they scrape Art Institute of Chicago for
Art historians Building a dataset of works by a specific artist or period for research
Data journalists Analyzing the museum's collection for trends in acquisitions or representation
Educators Creating a teaching set of public domain images for art history courses
App developers Populating an art discovery app with museum metadata and image links
Collectors Tracking which works by a favorite artist are currently on view

What it does

This Actor collects artworks from the Art Institute of Chicago's public collection by browsing all works or running a keyword search, and returns each one as a flat row.

  • ๐Ÿ” Keyword search: find artworks by title, artist, or subject, like 'monet water lilies' or 'van gogh bedroom'.
  • ๐Ÿ—‚๏ธ Browse all artworks: pull the entire collection in one run, up to a million records.
  • ๐Ÿ›๏ธ Department filter: restrict to one curatorial department, from Arts of Africa to Modern and Contemporary Art.
  • ๐Ÿ–ผ๏ธ Classification filter: narrow to paintings, sculptures, prints, photographs, textiles, and more.
  • ๐Ÿ“… Year range filter: limit results to artworks created within a specific time period.
  • โœ… Public domain only: return only artworks marked as public domain, ideal for reuse.
  • ๐Ÿ‘๏ธ On view only: return only artworks currently on display in a gallery.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Art Institute of Chicago data

๐Ÿ“š Build a research dataset.

An art historian runs a keyword search for 'impressionism' and filters by department to collect all relevant paintings with full metadata for a publication.

๐Ÿ“ฐ Analyze collection trends.

A data journalist browses all artworks and filters by year range to chart the museum's acquisition patterns over decades.

๐ŸŽ“ Create teaching materials.

An educator enables public domain only and downloads a set of high-resolution image URLs for a course on 19th-century European painting.

๐Ÿ“ฑ Power an art app.

A developer scrapes the full collection and uses the structured data to populate a mobile app with artwork details and images.

๐Ÿ–ผ๏ธ Plan a museum visit.

A collector filters by on view only and a favorite artist to see which works are currently displayed before visiting.

Why choose this scraper

What you get
No API key Scrape the public collection without registering for an API key or dealing with rate limits.
Fixed schema Every artwork returns the same flat structure, ready for analysis or export.
Large scale Pull up to a million artworks in a single run with a paid plan.
Flexible filters Combine department, classification, year range, public domain, and on-view status.

How it compares

No other Store actor targets Art Institute of Chicago the same way, so the honest comparison is with the alternatives teams actually weigh.

Art Institute of Chicago Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Art Institute of Chicago changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a keyword search or a full collection browse, and filters run as each artwork is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "mode": "list"
}

A larger pull:

{
  "maxItems": 200,
  "mode": "list"
}

Pricing

Pay-per-result: $0.005 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.50
1,000 results $5.00
10,000 results $50.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Art Institute of Chicago Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Art Institute of Chicago through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/art-institute-of-chicago-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. If you set a department, classification, or year range that does not match any artworks, the result set will be empty. Try removing filters or broadening your search term.

Why am I only getting 10 items?

Free users are limited to 10 items as a preview. Upgrade to a paid plan to scrape up to 1,000,000 artworks.

Why is my search term not returning expected artworks?

The search matches the museum's own search index. Try different keywords, check spelling, or use a broader term. You can also switch to browse mode and filter by department or classification.

Why are some image URLs missing?

Some artworks may not have a public image URL. The Actor returns whatever image link is available on the collection page. If the field is empty, the museum may not provide an image for that work.

Why does the run take a long time?

Scraping a large number of artworks takes time. Reduce the maximum items or add filters to narrow the dataset. The Actor processes pages sequentially to avoid overloading the museum's servers.

FAQ

Question Answer
Do I need an API key to use this scraper? No. This Actor reads the Art Institute of Chicago's public collection pages directly, so no API key or login is required.
How many artworks can I scrape in one run? Free users are limited to 10 items as a preview. Paid users can scrape up to 1,000,000 artworks per run.
Can I search for a specific artist or title? Yes. Use the keyword search mode and enter a term like 'monet water lilies' or 'van gogh bedroom'.
What filters are available? You can filter by department, classification, year range, public domain status, and whether the artwork is currently on view.
What data does each artwork include? Each row includes the artwork's title, artist, date, medium, image URL, and full metadata from the museum's collection pages.
Can I export the data? Yes. You can export the dataset to CSV, JSON, Excel, or XML.
Is the data from the official Art Institute of Chicago API? No. This Actor scrapes the public collection pages directly, so it does not depend on the official API's rate limits or key requirements.
Can I scrape only public domain artworks? Yes. Enable the 'Public domain only' checkbox to return only artworks marked as public domain.
Can I scrape only artworks currently on display? Yes. Enable the 'On view only' checkbox to return only artworks currently on view in a gallery.
What is the difference between browse and search modes? Browse mode pulls the full collection, while search mode runs a keyword query against the collection. Both support the same filters.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Art Institute of Chicago. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 10
mode string (2 options) Browse the full collection or run a keyword search. list
query string Free-text keyword for the search mode. Examples: 'monet water lilies', 'van gogh bedroom', 'sunset'. not set
departmentId string (17 options) Restrict to one curatorial department. not set
classification string (18 options) Restrict to one classification. not set
publicDomainOnly boolean When enabled, returns only artworks marked as public domain. false
isOnView boolean When enabled, returns only artworks currently on view in a gallery. false

Pricing

from $3.75 per 1,000 results

Charged forWhat it isPrice each
Result Item Charged once per result collected. $0.00375 to $0.005

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~art-institute-of-chicago-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Art Institute of Chicago Scraper on Apify All scrapers