{"id":24783378,"url":"https://github.com/chaunsin/go-qcc-sdk","last_synced_at":"2026-05-17T00:52:24.503Z","repository":{"id":261229574,"uuid":"883607065","full_name":"chaunsin/go-qcc-sdk","owner":"chaunsin","description":"企查查go sdk api","archived":false,"fork":false,"pushed_at":"2025-07-01T03:48:37.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-28T22:01:12.309Z","etag":null,"topics":["api","database","golang","sdk"],"latest_commit_sha":null,"homepage":"https://openapi.qcc.com/dataApi","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chaunsin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-05T09:09:57.000Z","updated_at":"2025-07-01T03:48:40.000Z","dependencies_parsed_at":"2024-11-05T12:58:58.935Z","dependency_job_id":"127fe44b-91ea-4f61-af3a-c93fc573938e","html_url":"https://github.com/chaunsin/go-qcc-sdk","commit_stats":null,"previous_names":["chaunsin/go-qcc-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chaunsin/go-qcc-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaunsin%2Fgo-qcc-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaunsin%2Fgo-qcc-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaunsin%2Fgo-qcc-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaunsin%2Fgo-qcc-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaunsin","download_url":"https://codeload.github.com/chaunsin/go-qcc-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaunsin%2Fgo-qcc-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33124141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","database","golang","sdk"],"created_at":"2025-01-29T12:16:46.931Z","updated_at":"2026-05-17T00:52:24.488Z","avatar_url":"https://github.com/chaunsin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-qcc-sdk\n\n[![GoDoc](https://godoc.org/github.com/chaunsin/go-qcc-sdk?status.svg)](https://godoc.org/github.com/chaunsin/go-qcc-sdk) [![Go Report Card](https://goreportcard.com/badge/github.com/chaunsin/go-qcc-sdk)](https://goreportcard.com/report/github.com/chaunsin/go-qcc-sdk)\n\n企查查go sdk\n\n## 注意\n\n此项目为个人项目，接口定义等相关内容以企查查官网为准: https://openapi.qcc.com/dataApi\n\n目前项目处于开发阶段可能会有目录、方法等重大调整,需要注意！\n\n## 功能\n\n目前开发分两步走\n\n1. 实现接口得基本查询功能(**进行中**)\n\n2. 增加数据缓存。由于有些接口部分数据更新频率较低，多次请求结果是一样得，且接口调用收费，因此本sdk支持缓存接口数据功能。\n\n| ApiCode |           接口名称            | 状态  |\n|:-------:|:-------------------------:|:---:|\n|   213   |          企业年报信息           | 已实现 |\n|   271   |          税号开票信息           | 已实现 |\n|   410   |          企业工商照面           | 已实现 |\n|   628   |        企业受益股东穿透识别         | 已实现 |\n|   642   |         股权穿透(四层)          | 已实现 |\n|   643   |           实际控制人           | 已实现 |\n|   663   |       企业对外投资穿透(十层)        | 已实现 |\n|   669   |         企业人员董监高信息         | 已实现 |\n|   699   | 上市企业(企业简介\u0026主要指标\u0026十大股东\u0026企业高管) | 已实现 |\n|   731   |        股东信息(工商登记)         | 已实现 |\n|   732   |           主要人员            | 已实现 |\n|   733   |           分支机构            | 已实现 |\n|   734   |           变更记录            | 已实现 |\n|   735   |          企业工商详情           | 已实现 |\n|   736   |          企业风险扫描           | 已实现 |\n|   740   |           失信核查            | 已实现 |\n|   741   |          被执行人核查           | 已实现 |\n|   742   |          限制高消费核查          | 已实现 |\n|   744   |          司法拍卖核查           | 已实现 |\n|   752   |          股权冻结核查           | 已实现 |\n|   761   |          破产重整核查           | 已实现 |\n|   763   |          董监高风险扫描          | 已实现 |\n|   855   |          企业二要素核验          | 已实现 |\n|   856   |          企业三要素核验          | 已实现 |\n|   865   |          行政处罚核查           | 已实现 |\n|   882   |          法院公告核查           | 已实现 |\n|   884   |         企业对外投资核查          | 已实现 |\n|   886   |          企业高级搜索           | 已实现 |\n|   887   |          裁判文书核查           | 已实现 |\n|   888   |          开庭公告核查           | 已实现 |\n|   889   |          立案信息核查           | 已实现 |\n|   914   |          上市企业搜索           | 已实现 |\n|   915   |          上市公告搜索           | 已实现 |\n|   942   |          控制企业核查           | 已实现 |\n|   943   |         董监高控制企业核查         | 已实现 |\n|   962   |           企业图谱            | 已实现 |\n|  1002   |          企业关联关系           | 已实现 |\n|  1003   |           受益所有人           | 已实现 |\n|  1026   |      股东信息(最新公示\u0026工商登记)      | 已实现 |\n|  2001   |          企业信息核验           | 已实现 |\n|  2003   |          客户身份识别           | 已实现 |\n\n## 快速开始\n\n```go\npackage example\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\tapi \"github.com/chaunsin/go-qcc-sdk\"\n)\n\nfunc Example() {\n\tcli := api.New(\u0026api.Config{\n\t\tKey:       \"\u003cyour key\u003e\",\n\t\tSecretKey: \"\u003cyour secret key\u003e\",\n\t\tDebug:     true,\n\t})\n\tresp, err := cli.FuzzySearchGetList(context.Background(), \u0026api.FuzzySearchGetListReq{\n\t\tSearchKey: \"企查查科技股份有限公司\",\n\t\tPageSize:  10,\n\t\tPageIndex: 1,\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"resp: %+v\\n\", resp)\n}\n\n```\n\n## 问题\n\n由于企查查得接口可能不定时得更新,接口出入参数可能发生变化，如有问题请在提issue时提供接口名称、ApiCode，方便我及时更新。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaunsin%2Fgo-qcc-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaunsin%2Fgo-qcc-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaunsin%2Fgo-qcc-sdk/lists"}