Art Institute of Chicago Scraper
Pricing
from $3.75 / 1,000 result items
Art Institute of Chicago Scraper
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.
Pricing
from $3.75 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
12 days ago
Last modified
Share
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
- Create a free Apify account with $5 in credit.
- Open the Art Institute of Chicago Scraper.
- Set your inputs and any filters, then click Start.
- 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.
