# Monet Cleveland Museum Art

**Use case:** 

Explore monet with Cleveland Museum Art Scraper - Open Collection Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "monet",
  "maxResults": 3
}
```

## Output

```json
{
  "object_id": {
    "label": "Object Id",
    "format": "text"
  },
  "accession_number": {
    "label": "Accession Number",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creation_date": {
    "label": "Creation Date",
    "format": "date"
  },
  "artists": {
    "label": "Artists",
    "format": "text"
  },
  "culture": {
    "label": "Culture",
    "format": "text"
  },
  "technique": {
    "label": "Technique",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "object_type": {
    "label": "Object Type",
    "format": "text"
  },
  "measurements": {
    "label": "Measurements",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "image_url": {
    "label": "Image Url",
    "format": "link"
  },
  "object_url": {
    "label": "Object Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Cleveland Museum Art Scraper - Open Collection Data](https://apify.com/benthepythondev/cleveland-art-museum-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/cleveland-art-museum-scraper) to learn more, explore other use cases, and run it yourself.