🧪 第一个查询
公司 → 域名
bash
go-icp company "某科技有限公司" --format json| 常用参数 | 作用 |
|---|---|
--format | json/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