# Inline Videos

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

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

{% tab title="JSON Response" %}

```json
"inline_videos": [
        {
            "title": "Web Scraping 101: How To Scrape 99% of Sites",
            "source": "YouTube  Dorian Develops YouTube  Dorian Develops ",
            "date": "Nov 19, 2024",
            "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZ9hVdCYKdM78qYqInn-GwafETB7_bL5J_2I_ivipdflAD&s",
            "platform": "YouTube YouTube ",
            "duration": "18:58",
            "position": 1
        },
        {
            "title": "The 9 Best Ways to Scrape Any Website in N8N",
            "source": "YouTube  Nick Saraev YouTube  Nick Saraev ",
            "date": "Feb 8, 2025",
            "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcROGncT1KB1T31Njm9jiHb5NBxojnyOPATdyBkZOOeY9sqZ&s",
            "platform": "YouTube YouTube ",
            "duration": "1:08:45",
            "position": 2
        },
        {
            "title": "Scrape Any Website in 5 Minutes! Web Scraping Tutorial",
            "source": "YouTube  Kunal Kushwaha YouTube  Kunal Kushwaha ",
            "date": "Apr 11, 2024",
            "thumbnail": "https://i.ytimg.com/vi/5U4OVXDw1Zo/mqdefault.jpg?sqp=-oaymwEFCJQBEFM&rs=AMzJL3nBqunMkI5gdBEyODwIK3hiXn69NQ",
            "platform": "YouTube YouTube ",
            "duration": "21:39",
            "position": 3
        }
    ]
```

{% 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/inline-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.
