serp_youtube_video_subtitles_live_advanced
Extract and analyze YouTube video subtitles for SEO research by specifying video ID, location, and language parameters to obtain structured subtitle data.
Instructions
provides data on the video subtitles you specify
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ID of the video | |
| location_name | Yes | full name of the location required field Location format - hierarchical, comma-separated (from most specific to least) Can be one of: 1. Country only: "United States" 2. Region,Country: "California,United States" 3. City,Region,Country: "San Francisco,California,United States" | |
| language_code | Yes | search engine language code (e.g., 'en') | |
| subtitles_language | No | language code of original text (e.g., 'en') | |
| subtitles_translate_language | No | language code of translated text (e.g., 'en') | |
| device | No | device type optional field can take the values:desktop, mobile default value: desktop | desktop |
| os | No | device operating system optional field if you specify desktop in the device field, choose from the following values: windows, macos default value: windows if you specify mobile in the device field, choose from the following values: android, ios default value: android | windows |