Skip to content

🧪 第一个查询

公司 → 域名

bash
go-icp company "某科技有限公司" --format json
常用参数作用
--formatjson/csv/table
--limit限制返回条数
--confidence high只看高置信结果
--no-cache跳过缓存

域名 → 公司

bash
go-icp domain example.com

批量

从文件读取,每行一个:

bash
go-icp batch --input companies.txt --output result.json

导出

bash
go-icp export --format csv result.json -o result.csv

📚 延伸阅读

Released under the MIT License.