# Riley Reid Pornhub Videos Most Viewed | Scraper

**Use case:** 

Track Riley Reid's Pornhub catalog by most viewed and capture views, likes, duration, categories, tags and upload dates for each video as JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchQuery": "cars",
  "category": "",
  "pornstar": "riley-reid",
  "sort": "mostViewed",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "uploader": {
    "label": "Uploader",
    "format": "text"
  },
  "uploadedAt": {
    "label": "Uploaded",
    "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.