Search(视频搜索)
GET
/searchapi/searchSearchAPI是一家提供搜索API的公司,可以方便快速的调用Google搜索引擎的内容。我们完全对齐他们官方接口,只需要替换API Base URL即可。
我们这里的API只是做一个示范,详细用法请参考官方文档:https://www.searchapi.io/docs/google-videos
价格:0.005PTC/次
请求参数
Query 参数
api_key
string
必需
The api_key authenticates your requests.
示例值:
{{YOUR_API_KEY}}
engine
string
必需
Parameter defines an engine that will be used to retrieve real-time data.
示例值:
google_videos
q
string
必需
Search Query. Parameter defines the query you want to search.
示例值:
ai
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json