# See which TikToks rank on Google for air fryer recipes

**Use case:** 

Reveal the TikToks, Reels, and Shorts ranking in Google's short videos tab for air fryer recipes. Get titles, creators, links, and positions.

## Input

```json
{
  "q": "air fryer recipes",
  "device": "mobile",
  "location": "Austin, TX, Texas, United States",
  "google_domain": "google.com",
  "lr": "lang_en",
  "safe": "off",
  "nfpr": "0",
  "filter": "0",
  "max_pages": 1
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "channel": {
    "label": "Channel",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "clip": {
    "label": "Preview Clip URL",
    "format": "string"
  },
  "query": {
    "label": "Search Query",
    "format": "string"
  },
  "page_number": {
    "label": "Page Number",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Short Videos API - YouTube Shorts, Reels & TikTok](https://apify.com/johnvc/google-short-videos-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-short-videos-api) to learn more, explore other use cases, and run it yourself.