cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/google/videos?q=apple+inc&gl=us&hl=en&tbs=qdr:a&page=1' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/google/videos',
params={'q': 'apple inc', 'gl': 'us', 'hl': 'en', 'tbs': 'qdr:a', 'page': 1},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"q": "apple inc", "gl": "us", "hl": "en", "tbs": "qdr:a", "page": 1});
const response = await fetch(`https://api.keyapi.ai/v1/google/videos?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": {
"organic": [
{
"title": "Apple",
"link": "https://www.apple.com/",
"snippet": "Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, ...",
"sitelinks": [
{
"title": "Careers at Apple",
"link": "https://www.apple.com/careers/us/"
},
{
"title": "Store",
"link": "https://www.apple.com/store"
},
{
"title": "Support",
"link": "https://support.apple.com/"
},
{
"title": "iPhone",
"link": "https://www.apple.com/iphone/"
},
{
"title": "Apple Leadership",
"link": "https://www.apple.com/leadership/"
}
],
"position": 1
},
{
"title": "Apple Inc. - Wikipedia",
"link": "https://en.wikipedia.org/wiki/Apple_Inc.",
"snippet": "Apple Inc. is an American multinational technology company headquartered in Cupertino, California, in Silicon Valley, and known for consumer electronics, ...",
"position": 2
},
{
"title": "Apple Inc. (AAPL) Stock Price, News, Quote & History - Yahoo Finance",
"link": "https://finance.yahoo.com/quote/AAPL/",
"snippet": "Find the latest Apple Inc. (AAPL) stock quote, history, news and other vital information to help you with your stock trading and investing.",
"position": 3
},
{
"title": "Apple Inc. | History, Products, Headquarters, & Facts - Britannica",
"link": "https://www.britannica.com/money/Apple-Inc",
"snippet": "Apple Inc. is an American multinational technology company that revolutionized the technology sector through its innovation of computer software, personal ...",
"position": 4
},
{
"title": "Apple - LinkedIn",
"link": "https://www.linkedin.com/company/apple",
"snippet": "Company size: 10,001+ employees. Headquarters: Cupertino, California. Type: Public Company. Founded: 1976. Specialties: Innovative Product ...",
"date": "Jun 5, 2025",
"position": 5
},
{
"title": "Apple Inc - Company Profile and News - Bloomberg Markets",
"link": "https://www.bloomberg.com/profile/company/AAPL:US",
"snippet": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related accessories.",
"position": 6
},
{
"title": "Apple Inc | Computer Science | Research Starters - EBSCO",
"link": "https://www.ebsco.com/research-starters/computer-science/apple-inc",
"snippet": "Apple Inc. is a leading American technology company known for its innovative consumer electronics, software, and online services.",
"position": 7
}
]
},
"requestId": "c6f267a0-cc1e-477d-b6fa-f5g347579656"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: q"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}Google
Google 视频搜索
根据关键词检索 Google 视频搜索结果,返回视频标题、来源、链接、缩略图和摘要信息。适用于视频内容发现、舆情监测和主题分析。
GET
/
v1
/
google
/
videos
cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/google/videos?q=apple+inc&gl=us&hl=en&tbs=qdr:a&page=1' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/google/videos',
params={'q': 'apple inc', 'gl': 'us', 'hl': 'en', 'tbs': 'qdr:a', 'page': 1},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"q": "apple inc", "gl": "us", "hl": "en", "tbs": "qdr:a", "page": 1});
const response = await fetch(`https://api.keyapi.ai/v1/google/videos?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": {
"organic": [
{
"title": "Apple",
"link": "https://www.apple.com/",
"snippet": "Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, ...",
"sitelinks": [
{
"title": "Careers at Apple",
"link": "https://www.apple.com/careers/us/"
},
{
"title": "Store",
"link": "https://www.apple.com/store"
},
{
"title": "Support",
"link": "https://support.apple.com/"
},
{
"title": "iPhone",
"link": "https://www.apple.com/iphone/"
},
{
"title": "Apple Leadership",
"link": "https://www.apple.com/leadership/"
}
],
"position": 1
},
{
"title": "Apple Inc. - Wikipedia",
"link": "https://en.wikipedia.org/wiki/Apple_Inc.",
"snippet": "Apple Inc. is an American multinational technology company headquartered in Cupertino, California, in Silicon Valley, and known for consumer electronics, ...",
"position": 2
},
{
"title": "Apple Inc. (AAPL) Stock Price, News, Quote & History - Yahoo Finance",
"link": "https://finance.yahoo.com/quote/AAPL/",
"snippet": "Find the latest Apple Inc. (AAPL) stock quote, history, news and other vital information to help you with your stock trading and investing.",
"position": 3
},
{
"title": "Apple Inc. | History, Products, Headquarters, & Facts - Britannica",
"link": "https://www.britannica.com/money/Apple-Inc",
"snippet": "Apple Inc. is an American multinational technology company that revolutionized the technology sector through its innovation of computer software, personal ...",
"position": 4
},
{
"title": "Apple - LinkedIn",
"link": "https://www.linkedin.com/company/apple",
"snippet": "Company size: 10,001+ employees. Headquarters: Cupertino, California. Type: Public Company. Founded: 1976. Specialties: Innovative Product ...",
"date": "Jun 5, 2025",
"position": 5
},
{
"title": "Apple Inc - Company Profile and News - Bloomberg Markets",
"link": "https://www.bloomberg.com/profile/company/AAPL:US",
"snippet": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related accessories.",
"position": 6
},
{
"title": "Apple Inc | Computer Science | Research Starters - EBSCO",
"link": "https://www.ebsco.com/research-starters/computer-science/apple-inc",
"snippet": "Apple Inc. is a leading American technology company known for its innovative consumer electronics, software, and online services.",
"position": 7
}
]
},
"requestId": "c6f267a0-cc1e-477d-b6fa-f5g347579656"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: q"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}🪙3 credits每次请求
Copy for AI
🤖 让 AI 帮你写调用代码
点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。
授权
查询参数
视频搜索关键词或查询语句。
示例:
"apple inc"
搜索所在的国家/地区代码,例如 us、gb、jp。
Google 返回结果的界面语言代码,例如 en、zh-CN、ja。
示例:
"zh-cn"
时间范围筛选。可选值:qdr:a 不限时间,qdr:h 过去一小时,qdr:d 过去 24 小时,qdr:w 过去一周,qdr:m 过去一月,qdr:y 过去一年。
可用选项:
qdr:a, qdr:h, qdr:d, qdr:w, qdr:m, qdr:y 结果页码,从第 1 页开始。
响应
请求成功
The response is of type object.
⌘I

