# WikiArt Cubism Paintings Scraper

**Use case:** 

Scrape Cubism paintings from WikiArt. Export title, artist, year, genre, media and high-resolution image links for art datasets.

## Input

```json
{
  "style": "cubism",
  "maxItems": 50
}
```

## Output

```json
{
  "image": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "artistName": {
    "label": "🎨 Artist",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "style": {
    "label": "🖌 Style",
    "format": "text"
  },
  "width": {
    "label": "↔ Width",
    "format": "text"
  },
  "height": {
    "label": "↕ Height",
    "format": "text"
  },
  "paintingUrl": {
    "label": "🔗 Painting",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [WikiArt Paintings Scraper](https://apify.com/parseforge/wikiart-paintings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/wikiart-paintings-scraper) to learn more, explore other use cases, and run it yourself.