News(新闻)
POST
/search1api/newsSearch1API是一家专注于搜索的公司,他们的特色是价格便宜
官方文档:https://docs.search1api.com/api-reference/endpoint/news
价格:0.001PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
query
string
必需
The search query string
search_service
string
可选
max_results
integer
可选
crawl_results
integer
可选
image
boolean
可选
gl
string
可选
hl
string
可选
示例
{
"query": "302ai"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"searchParameters": {
"query": "<string>",
"search_service": "<string>",
"max_results": 50,
"crawl_results": 5,
"image": true,
"gl": "<string>",
"hl": "<string>"
},
"results": [
{
"title": "<string>",
"link": "<string>",
"snippet": "<string>",
"content": "<string>"
}
]
}
最后修改时间: 2 天前