# Rijksmuseum Self-Portraits Collection Scraper

**Use case:** 

Scrape self-portrait artworks from the Rijksmuseum collection with title, artist, year, object number, and image URL. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "query": "self-portrait"
}
```

## Output

```json
{
  "title": {
    "label": "🖼️ Title",
    "format": "text"
  },
  "artist": {
    "label": "👤 Artist",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "objectType": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "objectNumber": {
    "label": "🆔 Object No.",
    "format": "text"
  },
  "imageUrl": {
    "label": "📷 Image",
    "format": "image"
  },
  "objectUrl": {
    "label": "🌐 Page",
    "format": "link"
  },
  "dataUrl": {
    "label": "🔗 Data",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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