# Short videos

{% tabs %}
{% tab title="Standard Result" %}

<figure><img src="/files/tUY66NEP7DoSRshzk8KO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="JSON Response" %}

```json
"short_videos": [
        {
            "title": "iPhone 16 Pro Max vs Galaxy S24 Ultra: Which is the Best ...",
            "channel": "Caçadores de Ofertas",
            "source": "YouTube",
            "link": "https://www.youtube.com/shorts/q0iyeDc6LN4",
            "id": "q0iyeDc6LN4",
            "thumbnail": "https://img.youtube.com/vi/q0iyeDc6LN4/maxresdefault.jpg"
        },
        {
            "title": "ULTIMATE comparison iPhone 16 Pro Max vs Galaxy S24 Ultra",
            "channel": "JMTech",
            "source": "YouTube",
            "link": "https://www.youtube.com/shorts/L-GvP1umbfM",
            "id": "L-GvP1umbfM",
            "thumbnail": "https://img.youtube.com/vi/L-GvP1umbfM/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 Pro Max vs. Galaxy S24 Ultra Speed Test ...",
            "channel": "PhoneBuff",
            "thumbnail": "https://img.youtube.com/vi/undefined/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 Pro Max vs Samsung S24 Ultra BATTERY TEST ...",
            "channel": "Created by Ella",
            "source": "YouTube",
            "link": "https://www.youtube.com/shorts/HP9lbRSZQBU",
            "id": "HP9lbRSZQBU",
            "thumbnail": "https://img.youtube.com/vi/HP9lbRSZQBU/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 Pro Max vs Galaxy S24 Ultra vs Pixel 9 Pro XL! This ...",
            "channel": "superscientific",
            "thumbnail": "https://img.youtube.com/vi/undefined/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 Pro Max vs. Galaxy S24 Ultra Battery Test ...",
            "channel": "PhoneBuff",
            "thumbnail": "https://img.youtube.com/vi/undefined/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 Pro Max vs. Galaxy S24 Ultra Drop Test!",
            "channel": "PhoneBuff",
            "source": "YouTube",
            "link": "https://m.youtube.com/shorts/RI6IFsrctDI",
            "id": "RI6IFsrctDI",
            "thumbnail": "https://img.youtube.com/vi/RI6IFsrctDI/maxresdefault.jpg"
        },
        {
            "title": "Galaxy S24 Ultra vs iPhone 16 Pro Max camera! #s24ultra ...",
            "channel": "GadgetRevNow",
            "source": "YouTube",
            "link": "https://www.youtube.com/shorts/im-rYilJ7uQ",
            "id": "im-rYilJ7uQ",
            "thumbnail": "https://img.youtube.com/vi/im-rYilJ7uQ/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 Pro Max vs Samsung Galaxy S24 Ultra - Who Wins?",
            "channel": "XEETECHCARE",
            "source": "YouTube",
            "link": "https://www.youtube.com/shorts/l438ndlTtkY",
            "id": "l438ndlTtkY",
            "thumbnail": "https://img.youtube.com/vi/l438ndlTtkY/maxresdefault.jpg"
        },
        {
            "title": "iPhone 16 pro max vs Samsung S24 ultra - Stay in line",
            "channel": "TANSAFTECH",
            "source": "YouTube",
            "link": "https://www.youtube.com/shorts/kIN6ZwfwEzc",
            "id": "kIN6ZwfwEzc",
            "thumbnail": "https://img.youtube.com/vi/kIN6ZwfwEzc/maxresdefault.jpg"
        }
    ]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scrapingdog.com/google-search-api-documentation/google-response-breakdown/short-videos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
