# Pornographic Clips Analysis on Clips4Sale

**Use case:** 

Gather data on pornographic clips from Clips4Sale for market insights.

## Input

```json
{
  "maxClips": 60,
  "searchQuery": "pornographic",
  "categoryId": "0"
}
```

## 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.