工具 API

get_company_industry

根据企业名称查询企业国民经济行业分类信息 :param company_name: 企业名称, 支持模糊搜索 :return: Response: status_code: 状态码,1为成功, 其他表示失败 status_message: 状态信息 searched_company: 实际查询的企业名称 detail_link: 详情链接 data: first_level_classification_code: 国民经济行业一级分类代码 first_level_classification: 国民经济行业一级分类 second_level_classification_code: 国民经济行业二级分类代码 second_level_classification: 国民经济行业二级分类 third_level_classification_code: 国民经济行业三级分类代码 third_level_classification: 国民经济行业三级分类 fourth_level_classification_code: 国民经济行业四级分类代码 fourth_level_classification: 国民经济行业四级分类

enterprise1 积分

调用信息

工具标识
enterprise-info.get_company_industry
服务提供方
企业信息查询
平均响应
0 ms
近 7 天调用
0

输入参数

company_name必填

企业名称, 支持模糊搜索