# Convert Pricing Table Screenshots to HTML

**Use case:** 

Convert a pricing table screenshot into clean HTML and CSS so marketers ship a conversion ready section quickly.

## Input

```json
{
  "imageUrls": [
    "https://upload.wikimedia.org/wikipedia/commons/9/95/Pricing_table_example.png"
  ],
  "framework": "html-css"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Screenshot",
    "format": "link"
  },
  "framework": {
    "label": "Framework",
    "format": "text"
  },
  "code": {
    "label": "Code",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Screenshot to HTML/Code](https://apify.com/scrapers_lat/screenshot-to-code-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/screenshot-to-code-tool) to learn more, explore other use cases, and run it yourself.