Cleveland Museum of Art Scraper
Pricing
from $0.50 / 1,000 results
Cleveland Museum of Art Scraper
$0.5/1K ๐ฅ Fast Cleveland Museum of Art scraper! Open-access artworks โ title, artist, date, medium & image. No key. JSON, CSV, Excel or API in seconds. Pull thousands for art datasets, education & ML training โก
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Scrape open-access artwork data from the Cleveland Museum of Art (CMA) โ one of the largest free, public-domain art collections in the world. Get structured records with title, artist, date, medium, department, culture, description and high-resolution image URLs. No API key, no login, no browser required.
Built on the official CMA Open Access API, this Actor is datacenter-proxy friendly and cheap to run โ ideal for building art datasets, education tools, machine-learning training sets and cultural research at scale.
Features
- ๐จ Rich artwork metadata โ title, artist/creators, creation date, technique, department, culture, measurements, description and fun facts.
- ๐ผ๏ธ High-resolution image URLs โ direct links to CMA's open-access image CDN.
- ๐ Two modes โ
search(scrape specific queries like an artist or keyword) orbrowse(paginate the entire collection). - ๐ No API key โ uses the public CMA Open Access API.
- โก Fast & cheap โ clean JSON API, datacenter-proxy friendly.
- ๐งฑ Permissive schema โ every record is safe to ingest downstream; missing fields are
null.
Pricing
This Actor is intentionally cheap: roughly $0.5 per 1,000 artworks depending on run size. You only pay for the Apify platform usage it consumes.
Input
| Field | Type | Description |
|---|---|---|
mode | select | search scrapes your queries; browse paginates the whole open-access collection. Default search. |
queries | array | Search terms (used in search mode). Prefilled with ["monet", "japanese"]. |
hasImage | boolean | Only return artworks that have an image. Default true. |
maxItems | integer | Max artworks to scrape in total. Default 100, hard cap 1000. |
Example input
{"mode": "search","queries": ["monet", "japanese", "sculpture"],"hasImage": true,"maxItems": 200}
Output
Each dataset item is one artwork:
{"id": 135382,"accession_number": "1958.39","title": "The Red Kerchief","artist": "Claude Monet (French, 1840โ1926)","creators": ["Claude Monet (French, 1840โ1926)"],"date": "c. 1868โ73","sortable_date": 1868,"type": "Painting","technique": "oil on fabric","department": "Modern European Painting and Sculpture","culture": ["France, 19th century"],"measurements": "Framed: 128.3 x 105.7 x 14.6 cm","description": "The Red Kerchief, c. 1868โ73. Claude Monet (French, 1840โ1926)...","fun_fact": null,"image_url": "https://openaccess-cdn.clevelandart.org/1958.39/1958.39_web.jpg","url": "https://clevelandart.org/art/1958.39","source": "cleveland_art","scraped_at": "2026-07-20T12:00:00+00:00"}
Use cases
- Art datasets โ assemble curated, license-clear collections for apps and galleries.
- Education โ power classroom tools, quizzes and interactive art-history lessons.
- ML training โ build image + caption datasets for computer-vision and multimodal models using public-domain works.
- Cultural research โ analyze collection trends across departments, cultures and eras.
Related Actors
- Art Institute of Chicago Scraper
- Met Museum Scraper
- Openverse Media Scraper
- Wikimedia Commons Scraper
Keywords
cleveland museum of art, CMA, open access art, public domain artwork, art API scraper, museum data, art dataset, artwork metadata, art images, art history, ML training data, cultural heritage, fine art scraper, painting scraper, open access museum.
Notes
Data is served by the Cleveland Museum of Art Open Access API. Many works are released under CC0 (public domain); always confirm the individual license/rights before commercial reuse.