Zhihu Column Article Details API
通过 JustOneAPI 获取知乎专栏文章详情,支持内容研究与归档。
下载 390
通过 API 获取实时网页搜索结果,支持标题、链接和摘要。
openclaw skills install @okradze/desearch-web-search命令、参数、文件名以原文为准
实时网络搜索,返回结构化 SERP 风格的结果,包含标题、链接和摘要。
export DESEARCH_API_KEY='your-key-here'# 基础网络搜索
desearch.py web "quantum computing"
# 分页结果
desearch.py web "quantum computing" --start 10| 参数 | 说明 |
|---|---|
--start | 分页偏移量(默认值:0)。用于获取下一页结果 |
desearch.py web "best sights in Georgia"{
"data": [
{
"title": "Cool places and fun things to do in Georgia ? : r/solotravel",
"snippet": "I was in Georgia earlier this month. My favorite place was Mtirala National Park in Adjara. The mountains and forest were absolutely beautiful ...",
"link": "https://www.reddit.com/r/solotravel/comments/py4wls/cool_places_and_fun_things_to_do_in_georgia/",
}
]
}--start 参数进行分页。状态码 401,未授权(例如:API 密钥缺失或无效)
{
"detail": "Invalid or missing API key"
}状态码 402,需要付款(例如:账户余额不足)
{
"detail": "Insufficient balance, please add funds to your account to continue using the service."
}已收录 1 个 Skill