# 机构-团队
# 接口地址
/investment/get_investment_person_v2
# 接口参数
参数名 | 必选 | 说明 |
---|---|---|
institution_id | 是 | 机构ID |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": {
"institution_id": 48,
"institution_name": "阿里巴巴",
"team": [
{
"person_id": "41029",
"person_name": "谢世煌",
"person_photo": "https://cdn.itjuzi.com/images/d3d91076695b5347dc24a0b60bc6855f.png",
"person_des": "谢世煌是阿里巴巴集团的创始人之一,现为阿里资本董事总经理兼阿里巴巴集团副总裁。谢世煌自1999年起担任阿里巴巴集团旗下B2B电子商务公司阿里巴巴的多个管理层职位,包括于2000至2002年出任业务发展总监,于2002至2004年出任国际交易市场运营及发展总监,于2004至2006年出任同一部门资深总监,以及于2007至2008年出任国际交易市场产品开发分部主管。\r\n加入阿里巴巴集团前,谢世煌与阿里巴巴集团主席马云一同于外经贸部辖下部门电子商务中心成立的资讯科技公司工作,担任财务总监。\r\n谢世煌拥有沈阳工业大学工程学学士学位。 ",
"position": "董事总经理",
"is_incumbency": "在职",
"person_invest_round": "种子天使轮,A轮,C轮及以后,IPO上市,收购,Pre-A轮,B轮,IPO上市后,战略投资",
"person_invest_scope": "本地生活,消费升级,教育,大数据,金融,物流运输,文化娱乐,硬件,农业,游戏,企业服务,电子商务,汽车交通,房产服务,旅游,SNS社交网络,互联网,工具软件,移动互联网,体育运动,医疗健康,人工智能",
"invest_case": [
{
"com_id": "60090",
"com_name": "数澜科技",
"com_industry_name": "企业服务",
"year": "2016",
"month": "7",
"day": "1",
"round": "天使轮",
"detail_amount": "1248",
"approximate_amount": "数千万",
"currency": "人民币"
},
{
"com_id": "43564",
"com_name": "蒸汽世界",
"com_industry_name": "文娱传媒",
"year": "2015",
"month": "3",
"day": "27",
"round": "天使轮",
"detail_amount": "",
"approximate_amount": "数百万",
"currency": "人民币"
},
{
"com_id": "156",
"com_name": "在路上",
"com_industry_name": "旅游",
"year": "2013",
"month": "4",
"day": "1",
"round": "A+轮",
"detail_amount": "",
"approximate_amount": "数百万",
"currency": "美元"
}
]
},
{
"person_id": "41030",
"person_name": "张飞燕",
"person_photo": "https://cdn.itjuzi.com/images/94d67298860b5ba3eedd02bbfbe78072.jpg",
"person_des": "张飞燕于2006年10月加入阿里巴巴集团,负责集团投资并购,风险投资和战略合作。\r\n在加入阿里巴巴之前,张飞燕2004年至2006年任职于德勤公司的财务顾问部,为企业客户提供并购、投资方面的顾问服务。她在2000年及2001年亦曾就职于互联网创业公司从事孵化器投资,以及财务顾问服务。张飞燕从北航毕业后至2000年,任职于中国航空技术进出口总公司投资团队,负责公司的对外投资和收购。\r\n张飞燕持有美国达特茅斯大学塔克商学院的工商管理硕士学位以及北京航空航天大学管理工程学士学位。",
"position": "董事总经理",
"is_incumbency": "在职",
"person_invest_round": "A轮,C轮及以后,IPO上市,收购,B轮,IPO上市后,战略投资",
"person_invest_scope": "移动互联网",
"invest_case": []
}
...
]
}
}
# 字段说明
字段 | 说明 |
---|---|
institution_id | 机构ID |
institution_name | 机构名称 |
team/ | 机构成员 |
team/person_id | 投资人ID |
team/person_name | 投资人名称 |
team/person_photo | 投资人头像 |
team/person_des | 投资人介绍 |
team/position | 投资人职位 |
team/is_incumbency | 是否在职 |
team/person_invest_round | 投资阶段 |
team/person_invest_scope | 投资领域 |
team/invest_case/ | 投资案例 |
team/invest_case/com_id | 项目ID |
team/invest_case/com_name | 项目名称 |
team/invest_case/com_industry_name | 项目主行业 |
team/invest_case/year | 投资时间-年 |
team/invest_case/month | 投资时间-月 |
team/invest_case/day | 投资时间-日 |
team/invest_case/round | 投资轮次 |
team/invest_case/detail_amount | 投资明细金额 |
team/invest_case/approximate_amount | 投资近似金额 |
team/invest_case/currency | 币种 |