# Victoria & Albert Museum Collection Latest Results

**Use case:** 

Latest Results of Victoria & Albert Museum Collection. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "chair",
  "maxItems": 25,
  "pageSize": 20
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "objectType": {
    "label": "🏷 Type",
    "format": "text"
  },
  "artist": {
    "label": "🎨 Maker",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "place": {
    "label": "📍 Place",
    "format": "text"
  },
  "materials": {
    "label": "🧵 Materials",
    "format": "text"
  },
  "dimensions": {
    "label": "📐 Dimensions",
    "format": "text"
  },
  "location": {
    "label": "🏛 Location",
    "format": "text"
  },
  "objectUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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