# 机构列表
# 接口地址:
- /investment/get_investment_list
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| page | 否 | 分页参数(默认为1) |
| start | 否 | 起始显示条数(默认为0) |
| limit | 否 | 每页显示公司个数(默认为20) |
| fifter_pattern | 否 | 若输入此参数则接口启动增量数据筛选模式, 1为按照创建时间筛选, 2为按照更新时间筛选 |
| date_start | 否 | 增量数据筛选模式下的必选参数, 起始日期, 如:2017-4-1 |
| date_end | 否 | 增量数据筛选模式下的必选参数, 截止日期, 如:2017-4-10 注, 起始日期需早于截止日期 |
| order | 否 | 对查出数据进行排序, 1为机构的录入时间, 2为机构的成立时间, 默认机构的录入时间 |
| invst_scope_name | 否 | 机构的投资领域(移动互联网,医疗健康,环保能源,制造业,本地生活,教育,金融,文化娱乐,硬件,农业,游戏,企业服务,电子商务,汽车交通,房产服务,旅游等...)若传入多条参数需用英文逗号分隔, 如:'农业','游戏' |
| invst_state_names | 否 | 机构的投资阶段(种子天使轮,Pre-A轮,A轮,B轮,C轮及以后,IPO上市,IPO上市后,收购,战略投资) 如:'种子天使轮' |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": [
{
"invst_id": "6973",
"invst_show": "0",
"invst_name": "宸极投资",
"invst_sec_name": "",
"invst_logo": "http://cdn.itjuzi.com/images/1cdc76dd616c83b1cf7a80911e9ce364.png",
"invst_image_logo": "",
"invst_credit_name": "北京天宸极投资管理有限公司",
"invst_des": "北京天宸极投资管理有限公司(宸极投资),是专注于创业投资领域的新锐私募股权投资机构,于2015年11月设立。宸极投资重点关注消费品、新能源、医疗健康、TMT以及传统产业与移动互联网有效结合与应用等领域内具备充分发展潜力和快速成长路径的优秀项目。",
"invst_url": "http://www.chenjivc.com",
"invst_born_year": "2015",
"invst_born_month": "11",
"invst_location": "in",
"invst_num": "0",
"invst_wechat": "",
"invst_weibo": "",
"invst_email": "contact@chenjivc.com",
"invst_tel": "010-8994-2271",
"invst_new_fund": "种子天使轮,A轮,C轮及以后,Pre-A轮,B轮",
"invst_money": "",
"invst_money_us": "",
"invst_scope_name": [
"医疗健康",
"环保能源",
"消费升级",
"TMT"
],
"create_time": "2018-04-15 06:35:02",
"update_time": "2018-04-15 06:39:23"
},
// 省略...
],
"total": 6477
}
# 字段说明
| 字段 | 说明 |
|---|---|
| invst_id | 机构ID |
| invst_show | 机构显隐状态, 0为正常显示(web端的显示), 999为神秘事件(app端的神秘事件,web端不显示) |
| invst_name | 机构名称 |
| invst_sec_name | 机构简称 |
| invst_logo | 机构LOGO |
| invst_image_logo | 机构截图 |
| invst_credit_name | 机构注册名称(可能包含多个, 用半角, 分割) |
| invst_des | 机构描述信息 |
| invst_url | 机构网址 |
| invst_born_year | 机构创建时间-年 |
| invst_born_month | 机构创建时间-月 |
| invst_location | 机构位置(in:国内机构 out:国外机构) |
| invst_num | 历史投资数量 (仅投资事件数,网站上的是投资事件数+并购事件数) |
| invst_wechat | 机构微信 |
| invst_weibo | 机构微博 |
| invst_email | 机构邮箱 |
| invst_tel | 联系电话 |
| invst_new_fund | 投资轮次 |
| invst_money | 投资金额范围(人民币) |
| invst_money_us | 投资金额范围(美元) |
| invst_scope_name | 投资领域 |
| create_time | 创建时间 |
| update_time | 更新时间 |