# Sheffield Pottery Latest Results

**Use case:** 

Latest Results of Sheffield Pottery. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sheffield-pottery.com/collections/pottery-clay"
    }
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "productType": {
    "label": "Product type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "compareAtPrice": {
    "label": "Compare at price",
    "format": "number"
  },
  "sku": {
    "label": "Sku",
    "format": "string"
  },
  "available": {
    "label": "In Stock",
    "format": "boolean"
  },
  "variantTitle": {
    "label": "Variant title",
    "format": "string"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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