# 360 Product Image Widget Scraper

**Use case:** 

Generate an interactive 360-degree product spin from a few photos. Produces multiple synced views for e-commerce widgets and galleries.

## Input

```json
{
  "imageUrls": [
    "https://api.apify.com/v2/key-value-stores/S8l2sknfAAra9YPZ7/records/IMG_20240809_074453.jpg",
    "https://api.apify.com/v2/key-value-stores/S8l2sknfAAra9YPZ7/records/IMG_20240809_074519.jpg"
  ],
  "imageCount": "8",
  "distance": "close",
  "temperature": 0.5,
  "customPrompt": "clean white studio background"
}
```

## Output

```json
{
  "widgetUsageExamplePage": {
    "label": "Example Page",
    "format": "link"
  },
  "frontView": {
    "label": "Front View (0°)",
    "format": "image"
  },
  "frontRightView": {
    "label": "Front-Right View (45°)",
    "format": "image"
  },
  "rightView": {
    "label": "Right View (90°)",
    "format": "image"
  },
  "backRightView": {
    "label": "Back-Right View (135°)",
    "format": "image"
  },
  "backView": {
    "label": "Back View (180°)",
    "format": "image"
  },
  "backLeftView": {
    "label": "Back-Left View (225°)",
    "format": "image"
  },
  "leftView": {
    "label": "Left View (270°)",
    "format": "image"
  },
  "frontLeftView": {
    "label": "Front-Left View (315°)",
    "format": "image"
  },
  "widgetCode": {
    "label": "Widget Code",
    "format": "text"
  },
  "processingTime": {
    "label": "Processing Time (ms)",
    "format": "number"
  },
  "timestamp": {
    "label": "Processed At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [360 Image Widget Generator](https://apify.com/parseforge/360-image-widget-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/360-image-widget-generator) to learn more, explore other use cases, and run it yourself.