# Clips4Sale Gaming Clip Prices

**Use case:** 

Research gaming clip listings on Clips4Sale with titles, studio names, prices, durations and update dates for catalog pricing analysis.

## Input

```json
{
  "searchQuery": "gaming",
  "categoryId": "0",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Clip"
  },
  "studioName": {
    "label": "Studio"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "discountedPrice": {
    "label": "Sale Price"
  },
  "onSale": {
    "label": "On Sale"
  },
  "resolution": {
    "label": "Resolution"
  },
  "lengthMinutes": {
    "label": "Length (min)"
  },
  "addedAt": {
    "label": "Added"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Clips4Sale Clips & Studios Scraper](https://apify.com/scrapers_lat/clips4sale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/clips4sale-scraper) to learn more, explore other use cases, and run it yourself.