LobeChat Plugins
  1. 网页抓取插件
LobeChat Plugins
  • 官方插件
    • 天气插件(RealTime Weather)
      • 查询天气
    • 网页抓取插件
      • 网页抓取
        POST
    • 维基百科
      • 搜索
      • 网关
    • 搜索引擎
      • 搜索引擎
  • ProxyCurl
    • Meta API
      • View Credit Balance Endpoint
    • Search API
      • Company Search Endpoint
      • Person Search Endpoint
    • Contact API
      • Reverse Email Lookup Endpoint
      • Reverse Contact Number Lookup Endpoint
      • Work Email Lookup Endpoint
      • Disposable Email Address Check Endpoint
      • Personal Contact Number Lookup Endpoint
      • Personal Email Lookup Endpoint
    • Jobs API
      • Job Search Endpoint
      • Jobs Listing Count Endpoint
      • Job Profile Endpoint
    • People API
      • Person Profile Endpoint
      • Person Profile Picture Endpoint
      • Person Lookup Endpoint
      • Role Lookup Endpoint
    • Company API
      • Company Profile Endpoint
      • Employee Listing Endpoint
      • Employee Count Endpoint
      • Company Profile Picture Endpoint
      • Company Lookup Endpoint
      • Employee Search Endpoint
    • School API
      • School Profile Endpoint
      • Student Listing Endpoint
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. 网页抓取插件

网页抓取

正式环境
https://web-crawler.chat-plugin.lobehub.com
正式环境
https://web-crawler.chat-plugin.lobehub.com
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"
            }
        ]
    }
]
上一页
查询天气
下一页
搜索
Built with