LobeChat Plugins
  1. 网页抓取插件
LobeChat Plugins
  • 官方插件
    • 天气插件(RealTime Weather)
      • 查询天气
    • 网页抓取插件
      • 网页抓取
        POST
    • 维基百科
      • 搜索
      • 网关
    • 搜索引擎
      • 搜索引擎
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. 网页抓取插件

网页抓取

正式环境
正式环境
POST
https://web-crawler.chat-plugin.lobehub.com
/api/v1

请求参数

Body 参数application/json
string 
城市
可选
示例
{
  "city": "杭州"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://web-crawler.chat-plugin.lobehub.com/api/v1' \
--header 'Content-Type: application/json' \
--data-raw '{
    "city": "杭州"
}'

返回响应

🟢200成功
application/json
Body
array of:
示例
[
  {
    "city": "杭州市",
    "adcode": "330100",
    "province": "浙江",
    "reporttime": "2023-08-17 23:01:56",
    "casts": [
      {
        "date": "2023-08-17",
        "week": "4",
        "dayweather": "小雨",
        "nightweather": "小雨",
        "daytemp": "33",
        "nighttemp": "24",
        "daywind": "东",
        "nightwind": "东",
        "daypower": "≤3",
        "nightpower": "≤3",
        "daytemp_float": "33.0",
        "nighttemp_float": "24.0"
      },
      {
        "date": "2023-08-18",
        "week": "5",
        "dayweather": "小雨",
        "nightweather": "小雨",
        "daytemp": "32",
        "nighttemp": "23",
        "daywind": "东北",
        "nightwind": "东北",
        "daypower": "4",
        "nightpower": "4",
        "daytemp_float": "32.0",
        "nighttemp_float": "23.0"
      },
      {
        "date": "2023-08-19",
        "week": "6",
        "dayweather": "小雨",
        "nightweather": "雷阵雨",
        "daytemp": "32",
        "nighttemp": "24",
        "daywind": "东",
        "nightwind": "东",
        "daypower": "4",
        "nightpower": "4",
        "daytemp_float": "32.0",
        "nighttemp_float": "24.0"
      },
      {
        "date": "2023-08-20",
        "week": "7",
        "dayweather": "雷阵雨",
        "nightweather": "多云",
        "daytemp": "33",
        "nighttemp": "25",
        "daywind": "东",
        "nightwind": "东",
        "daypower": "≤3",
        "nightpower": "≤3",
        "daytemp_float": "33.0",
        "nighttemp_float": "25.0"
      }
    ]
  }
]
修改于 2023-08-18 12:27:37
上一页
查询天气
下一页
搜索
Built with