# Virtual Staging Actor Data Export

**Use case:** 

Data Export of Virtual Staging Actor. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "roomImage": "https://i.pinimg.com/1200x/cc/22/31/cc22314cd8d1858fed04591907b2c754.jpg",
  "stagingBrief": "Add a light-toned sectional facing the window, a round wood coffee table, a slim media console with framed TV, a floor lamp, and a textured rug with greenery.",
  "aiTemperature": 0.55
}
```

## Output

```json
{
  "stagedImageUrl": {
    "label": "Staged Room",
    "format": "image"
  },
  "originalImageUrl": {
    "label": "Original Room",
    "format": "image"
  },
  "focalPoints": {
    "label": "Items Added",
    "format": "array"
  },
  "createdAt": {
    "label": "Created At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Virtual Staging Actor](https://apify.com/parseforge/virtual-staging-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/virtual-staging-actor) to learn more, explore other use cases, and run it yourself.