# Track rising Divine Video Vine patricia clips

**Use case:** 

Monitor rising Divine.video clips for patricia with trending signals for short-form video discovery.

## Input

```json
{
  "searchQueries": [
    "patricia"
  ],
  "maxItems": 5,
  "sort": "rising",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query"
  },
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "authorName": {
    "label": "Author name"
  },
  "videoUrl": {
    "label": "Video url"
  },
  "thumbnail": {
    "label": "Thumbnail"
  },
  "loops": {
    "label": "Loops"
  },
  "likes": {
    "label": "Likes"
  },
  "comments": {
    "label": "Comments"
  },
  "reposts": {
    "label": "Reposts"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Divine Video Vine Scraper](https://apify.com/lexis-solutions/divine-video-vine-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/divine-video-vine-scraper) to learn more, explore other use cases, and run it yourself.