LobeChat
Ctrl K
Back to Discovery
🕸

Website Crawler

@LobeHub
Extract content from web links

Tool Parameters

🕸
提取网页内容
ParameterType
url
STRING

JSON Schema

json
[
  {
    "name": "getWebsiteContent",
    "url": "https://web-crawler.chat-plugin.lobehub.com/api/v1",
    "description": "提取网页内容",
    "parameters": {
      "properties": {
        "url": {
          "description": "网页链接",
          "type": "string"
        }
      },
      "required": [
        "url"
      ],
      "type": "object"
    }
  }
]