# 公司统计数据
# 接口地址:
- /company/get_com_data_statistics
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| com_id | 是 | 公司ID |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": {
"com_id": "666",
"scope_id": "126",
"scope_name": "企业服务",
"sub_scope_id": "249",
"sub_scope_name": "数据服务",
"industry_analysis": {
"investment_event_number": [
{
"time": "2014",
"event_count": "89",
"financing_amount": "32.19"
}
],
"investment_ranking_list": [
{
"invst_id": "2",
"invst_name": "IDG资本",
"num": "25"
}
]
},
"conpetitive_info": [
{
"com_id": "9017",
"com_name": "九次方大数据",
"com_logo": "cc23f7a9d36ef06b570a03e21038ce39.png",
"com_logo_archive": "1f98e2b52d308dfbb6d9246fb856edf3.jpg",
"com_prov": "北京",
"com_born_year": "2010",
"com_born_month": "1",
"invse_year": "2016",
"invse_month": "10",
"invese_round_name": "C轮",
"invse_detail_money": "120000",
"similar": "亿元及以上",
"invse_currency_name": "人民币",
"cat_name": "企业服务",
"cat_name_order": "数据服务"
}
],
"competitive_product": [
{
"tag_id": "1423",
"tag_name": "舆情分析",
"company": [
{
"com_id": "32639966",
"com_name": "量量新闻",
"com_logo": "d0e37773c37b3b3bdd7061710e87e033.jpg",
"com_logo_archive": "21cb8fa4f9dba8801096afc66c599bfc.jpg",
"com_prov": "广东",
"com_born_year": "2017",
"com_born_month": "11",
"invse_year": "2018",
"invse_month": "3",
"invse_round_id": "1",
"invse_round_name": "天使轮",
"invse_detail_money": "0",
"similar": "数百万",
"invse_currency_name": "人民币",
"cat_name": "金融",
"cat_name_order": "金融信息化"
}
]
}
]
},
"total": 1
}
# 字段说明
| 字段 | 说明 |
|---|---|
| com_id | 公司ID |
| scope_id | 行业id |
| scope_name | 行业名称 |
| sub_scope_id | 子行业id |
| sub_scope_name | 子行业名称 |
| industry_analysis | 行业分析 |
| industry_analysis\investment_event_number | 投资趋势 |
| industry_analysis\investment_event_number\time | 时间 |
| industry_analysis\investment_event_number\event_count | 投资数量 |
| industry_analysis\investment_event_number\financing_amount | 融资金额(单位:亿元) |
| industry_analysis\investment_ranking_list | 投资机构排行榜 |
| industry_analysis\investment_ranking_list\invst_id | 机构id |
| industry_analysis\investment_ranking_list\invst_name | 机构名称 |
| industry_analysis\investment_ranking_list\num | 投资数量 |
| conpetitive_info | 类似公司 |
| competitive_product\com_id | 公司id |
| competitive_product\com_name | 公司名称 |
| competitive_product\com_logo | 公司截图(多张图片) |
| competitive_product\com_logo_archive | 公司logo |
| competitive_product\com_prov | 省份 |
| competitive_product\com_born_year | 公司成立时间-年 |
| competitive_product\com_born_month | 公司成立时间-月 |
| competitive_product\invse_year | 投资时间-年 |
| competitive_product\invse_month | 投资时间-月 |
| competitive_product\invse_round_name | 轮次名称 |
| competitive_product\invse_detail_money | 详细金额 |
| competitive_product\similar | 模糊金额 |
| competitive_product\invse_currency_name | 币种 |
| competitive_product\cat_name | 主行业名称 |
| competitive_product\cat_name_order | 子行业名称 |
| competitive_product | 竞品数据 |
| competitive_product\tag_id | 标签id |
| competitive_product\tag_name | 标签名称 |
| competitive_product\company | 公司 |
| competitive_product\company\com_id | 公司id |
| competitive_product\company\com_name | 公司名称 |
| competitive_product\company\com_logo | 公司截图(多张图片) |
| competitive_product\company\com_logo_archive | 公司logo |
| competitive_product\company\com_prov | 省份 |
| competitive_product\company\com_born_year | 公司成立时间-年 |
| competitive_product\company\com_born_month | 公司成立时间-月 |
| competitive_product\company\invse_year | 投资时间-年 |
| competitive_product\company\invse_month | 投资时间-月 |
| competitive_product\company\invse_round_id | 轮次id |
| competitive_product\company\invse_round_name | 轮次名称 |
| competitive_product\company\invse_detail_money | 详细金额 |
| competitive_product\company\similar | 模糊金额 |
| competitive_product\company\invse_currency_name | 币种 |
| competitive_product\company\cat_name | 主行业名称 |
| competitive_product\company\cat_name_order | 子行业名称 |