LobeChat
Ctrl K
Back to Discovery
search1api

Search1API

@fatwang2
Search aggregation service, specifically designed for LLMs

Tool Parameters

banner
网页搜索工具
ParameterType
query
STRING

JSON Schema

json
[
  {
    "name": "search",
    "url": "https://lobehub.search1api.com/api/search",
    "description": "网页搜索工具",
    "parameters": {
      "properties": {
        "query": {
          "description": "需要搜索的内容",
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "type": "object"
    }
  },
  {
    "name": "crawl",
    "url": "https://lobehub.search1api.com/api/crawl",
    "description": "网页内容抓取工具",
    "parameters": {
      "properties": {
        "url": {
          "description": "要抓取的网页URL",
          "type": "string"
        }
      },
      "required": [
        "url"
      ],
      "type": "object"
    }
  },
  {
    "name": "sitemap",
    "url": "https://lobehub.search1api.com/api/sitemap",
    "description": "网站地图获取工具",
    "parameters": {
      "properties": {
        "url": {
          "description": "要获取网站地图的的URL",
          "type": "string"
        }
      },
      "required": [
        "url"
      ],
      "type": "object"
    }
  }
]