# Riley Reid xHamster Videos Top Rated | Scraper

**Use case:** 

Monitor Riley Reid's xHamster catalog by best rated and capture rating, views, likes, duration, categories and tags for each video as JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "pornstar": "riley-reid",
  "sort": "best",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "previewUrl": {
    "label": "Preview",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "ratingPercent": {
    "label": "Rating %",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "dislikes": {
    "label": "Dislikes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "isHd": {
    "label": "HD",
    "format": "boolean"
  },
  "isFhd": {
    "label": "FHD",
    "format": "boolean"
  },
  "isUhd": {
    "label": "UHD",
    "format": "boolean"
  },
  "maxResolution": {
    "label": "Max Resolution",
    "format": "text"
  },
  "videoType": {
    "label": "Video Type",
    "format": "text"
  },
  "hasProducerBadge": {
    "label": "Producer Badge",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "uploaderType": {
    "label": "Uploader Type",
    "format": "text"
  },
  "uploaderName": {
    "label": "Uploader",
    "format": "text"
  },
  "uploaderUrl": {
    "label": "Uploader URL",
    "format": "link"
  },
  "uploaderVerified": {
    "label": "Uploader Verified",
    "format": "boolean"
  },
  "uploaderSubscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "pornstars": {
    "label": "Pornstars",
    "format": "array"
  },
  "channels": {
    "label": "Channels",
    "format": "array"
  },
  "uploadDate": {
    "label": "Uploaded",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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