# Heads Up For Tails Catalog Latest Results

**Use case:** 

Latest Results of Heads Up For Tails Catalog. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "collectionHandle": "all",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "price": {
    "label": "Current Price",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "text"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Heads Up For Tails Catalog Scraper](https://apify.com/parseforge/heads-up-for-tails-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/heads-up-for-tails-scraper) to learn more, explore other use cases, and run it yourself.