search-api:用于从搜索引擎获取结果的API

时间:2024-06-01 19:22:16
【文件属性】:

文件名称:search-api:用于从搜索引擎获取结果的API

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-01 19:22:16

Python

搜索API 从搜索引擎以JSON格式获取结果的API。 相关项目 基本网址 http://search-api.herokuapp.com/ 终点 搜索: /search 新闻: /news 争论 查询:q(必填) Num:num(默认-10) 开始:开始(默认-0) 最近:最近(默认-无) 搜索引擎:引擎(默认-随机选择一个) 例子 http://search-api.herokuapp.com/search?q=hello&num=1&engine=bing http://search-api.herokuapp.com/news?q=hello&recent=h&start=100 返回数据 请参阅以获取有关返回数据的详细信息 其他栏位: result['error'] :如果有任何错误,则为True;如果成功,则为False 注意:如果没有错误,则会有3到10秒的随


【文件预览】:
search-api-master
----.gitignore(707B)
----requirements.txt(157B)
----server.py(3KB)
----runtime.txt(12B)
----README.md(974B)
----Procfile(37B)

网友评论