SERPHouseSERPHouse

Inline Videos

Unlock captivating Google video content with our Google Inline Videos API.

Access Google video results embedded within web search responses, surfacing relevant video content from YouTube and other sources.

Requires authentication → provide your API key as a Bearer token in the Authorization header.

POST https://api.serphouse.com/google-web

Response

Inline videos appear in the inline_videos field within the response results. Each entry contains video metadata, source, and date details.

FieldTypeDescription
titlestringVideo title
urlstringVideo URL or relative fragment link.
channelstringPublisher or channel name
sourcestringVideo source (e.g., YouTube).
datestringPublished date.

Example Request

curl --location --request POST 'https://api.serphouse.com/google-web' \--header 'Authorization: Bearer <YOUR_API_KEY>' \--header 'Content-Type: application/json' \--data-raw '{    "data": {        "q": "how to create app",        "domain": "google.com",        "lang": "en",        "device": "desktop",        "loc": "New York,United States"    }}'
Google Inline VideosClick to expand
Google Inline Video in search results
{  "inline_videos": [    {      "title": "The Easiest Way to Build Android Apps (Beginner&#39;s Tutorial) ",      "source": "YouTube",      "channel": "The Cutting Edge School",      "date": "2 days ago",      "url": "https://www.youtube.com/watch?v=9BRlhyAlvEU"    },    {      "title": "How To Build An App In 2026 (Complete Guide) ",      "source": "YouTube",      "channel": "Chris Raroque",      "date": "Jan 15, 2026",      "url": "https://www.youtube.com/watch?v=cXIWx1eYA9w"    },    {      "title": "How to Make an App in 8 Days (2025 Full Tutorial) ",      "source": "YouTube",      "channel": "CodeWithChris",      "date": "Dec 12, 2024",      "url": "https://www.youtube.com/watch?v=uvLUJev1F20"    },    {      "title": "How to Make an App for Beginners - 2025 Roadmap ",      "source": "YouTube",      "channel": "Flutter Mapp",      "date": "Apr 21, 2025",      "url": "https://www.youtube.com/watch?v=KiLdMEtZdBQ"    }  ]}

Last updated on

How is this guide?

On this page