# Verified Amateur Videos on Pornhub

**Use case:** 

Collect metadata on verified amateur videos available on Pornhub.

## Input

```json
{
  "maxVideos": 10,
  "withDetails": true,
  "searchQuery": "",
  "category": "",
  "pornstar": "",
  "model": "betty-cockup",
  "channel": "",
  "sort": "relevance",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "previewVideoUrl": {
    "label": "Preview Clip",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "viewkey": {
    "label": "Viewkey",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "votesUp": {
    "label": "Votes Up",
    "format": "number"
  },
  "pornstars": {
    "label": "Pornstars",
    "format": "array"
  },
  "uploader": {
    "label": "Uploader",
    "format": "text"
  },
  "uploaderUrl": {
    "label": "Uploader URL",
    "format": "link"
  },
  "uploaderType": {
    "label": "Uploader Type",
    "format": "text"
  },
  "uploadedAt": {
    "label": "Uploaded",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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