1 Star 0 Fork 13

rtpay / 全国招投标数据免费接口

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MulanPSL-2.0

全国招投标数据免费接口

项目介绍

开发者可按需调取免费招投标数据,快速搭建自己的招标数据库及应用程序。满足用户实现低成本、高效调用数据分析友商情况、评估市场体量、挖掘渠道商的需求。

项目说明

  • 全国招投标开源数据免费接口,我们承诺向广大互联网开发者永久免费。

  • 提供API接口调用,通过查询关键字查找招投标信息,包括招投标列表及详情,及行业解决方案等多样化数据调用。

  • 开发者不得将本项目产品作为商业用途,如有发现将立刻取消使用资格。更不得作为非法用途,如有发现将即刻向公安部门举报违法行为。

使用教程

1. 获取授权

     1.1 添加关注微信公众号“思通数据”。

     1.2 点击左侧第一个菜单,“数据工具"-"获取授权”,将会自动返回appId和appSecret。

     1.3 将获取的appId和appSecret填入测试程序TokenUtil的第24-25行中进行模拟测试。

     1.4 当看见返回结果“200”表示授权,并已成功获取token值。

    “思通数据” 微信公众号二维码,扫描关注获取授权。

     输入图片说明

2. 获取列表

  通过查询关键字、项目编号、招标类型,指定字段范围查找招投标信息。

   2.1 请求方式

请求地址 请求方式
http://data.stonedt.com/api/invitationOftenderlist POST

   2.2 HTTP Header

请求参数 请求内容
Authorization 你的token,通过TokenUtil工具类获取

   2.3 请求参数

参数 类型 是否必填 默认值 说明 示例值
keyword String true 关键词 多关键词以逗号分隔,默认搜索全文 招标项目
industry String false 招标行业 行业 软件和信息技术
stopword String false 屏蔽词 多个屏蔽词以英文逗号分隔 屏蔽词1,屏蔽词2
starttime String true 2022-01-01 年-月-日 2022-01-01
endtime String false 2022-01-02 年-月-日 2022-01-02
province String false 全国范围 省份 北京
city String false 全国范围 省份 北京
page int false 1 请求页数,最大5页 1
size String false 10 每页条数,最大20 20

   2.4 返回参数

参数名 类型 说明
article_public_id String 公告唯一 id
project_id String 招标编号
business_type String 招标类型
title String 标题
content String 招标内容
source_name String 来源网站
informationtype String 信息类别
industry String 行业
detail_url String 来源 url
file_url String Pdf 地址
noticeid String 公告 id
candidate String 候选人
biao_price String 招标价格
winning_bidder String 中标人
province String
city String
bidding_unit String 招标方

   2.5 返回实例(JSON )

{
"code":200,
"size":5,
"data":[{
"article_public_id":"257af7791a44def827836499335425d7",
"detail_url":"https://ibuy.ccb.com/cms/channel/ccbpurtzgg/206094.htm",
"file_url":"https://ibuy.ccb.com/cms/channel/ccbpurtzgg/206094.htm",
"city":"",
"qualification_requirements":"",
"industry":"",
"title":"缙云壶镇商贸中心自助银行营业用房租赁采购结果信息公开",
"content":"缙云壶镇商贸中心自助银行营业用房租赁已完成采购工作,现将
采购结果公示如下: 一、 采购方式:谈判续约 二、 候选供应商:汪洁 三、 入选供应商:
汪洁 建行丽水分行财务会计部 2020 年 09 月 17 日", "informationtype":"",
"candidate":["汪洁"],
"province":"",
"agency_unit":"", "bidding_unit":"中石化胜利建设工程有限公司",
"project_id":"", 
"publish_time":"2020-09-17 00:00:00",
"business_type":"采购结果公告",
"source_name":"中国建设银行",
"biao_price":0,
"winning_bidder":[
"汪洁" ] }
    ],
"count":32,
"page":1,
"message":"success",
"page_count":7 
}

   2.6 状态码说明

状态码 说明
1201 Authorization 为空
1202 Authorization 失效
1203 开始时间为空
1204 开始时间格式不对
1205 结束时间格式不对
1206 关键词为空

3. 获取详情

  通过详情中返回的“article_public_id”唯一标识,对招标详情数据获取。

   3.1 请求方式

请求地址 请求方式
http://data.stonedt.com/api/invitationOftenderdetail POST

   3.2 HTTP Header

请求参数 请求内容
Authorization 你的token,通过TokenUtil工具类获取

   3.3 请求参数

参数 类型 是否必填 默认值 说明 示例值
article_public_id String true 标讯公告唯一id 系统唯一ID,不会重复 64ed51349f308a

   3.4 返回参数

参数 类型 说明
article_public_id String 唯一id
project_id String 招标编号
business_type String 招标类型
title String 标题
content String 招标内容
source_name String 来源网站
informationtype String 信息类别
industry String 行业
detail_url String 来源 url
file_url String Pdf 地址
noticeid String 公告 id
candidate String 候选人
biao_price String 招标价格
winning_bidder String 中标人
province String

   3.5 返回实例(JSON )

{
"article_public_id":"257af7791a44def827836499335425d7",
"detail_url":"https://ibuy.ccb.com/cms/channel/ccbpurtzgg/206094.htm",
"file_url":"https://ibuy.ccb.com/cms/channel/ccbpurtzgg/206094.htm",
"city":"",
"qualification_requirements":"",
"industry":"",
"title":"缙云壶镇商贸中心自助银行营业用房租赁采购结果信息公开",
"content":"缙云壶镇商贸中心自助银行营业用房租赁已完成采购工作,现将采购结果公示如下:
一、 采购方式:谈判续约,建行丽水分行财务会计部 2020 年 09 月 17 日",
"informationtype":"",
"candidate":["汪洁"],
"province":"",
"agency_unit":"", "project_id":"",
"publish_time":"2020-09-17 00:00:00",
"business_type":"采购结果公告",
"source_name":"中国建设银行",
"biao_price":0,
"winning_bidder":[":汪洁"],
"content_html":"<p style="white-space: normal;text-indent: 43px"> 
<span style="font-size: 21px;font-family: 彩虹粗仿宋">缙云壶镇商贸中心自助银行营业用房租赁</span>
<span style="font-size:21px;font-family: 彩虹粗仿宋">已完成采购工作,现将采购结果公示如下:</span> </p>
<p class="MsoListParagraph" style="margin-left:91px;white-space: normal"> 
<span style="font-size: 21px;font-family: 彩虹粗仿宋">
一、<span style="font-variant-numeric: normal;font-variant-east-asian: normal;
font-stretch: normal;font-size: 9px;line-height: normal;font-family: 'Times New Roman'"> 
</span></span><span style="font-size: 21px;font-family: 彩虹粗仿宋">采购方式:谈判续约" 
}

   3.6 状态码说明

状态码 说明
1201 Authorization 为空
1202 Authorization 失效
1204 id 为空

4. 查看配额

用户可以查看每日配额限定调用数量,用户同时也可以是微信公共号中实时查看。

   4.1 请求方式

请求地址 请求方式
http://data.stonedt.com/api/appquota POST

   4.2 HTTP Header

请求参数 请求内容
Authorization 你的token,通过TokenUtil工具类获取

   4.3 请求参数

参数 类型 是否必填 说明 示例值
appkey String true 用户id编号 51349f308a
api_name String true 招标API名称是tender,请求参数是tender tender

   4.4 返回参数

参数 类型 说明
today_quota int 今日剩余配额
app_quota int 应用程序限额
concurrent_ip int 并发IP数量

5. 客户端代码

   Java 客户端调用例子, 立刻下载调试代码:

https://gitee.com/stonedtx/free-bidding-data-interface/tree/master/src/main


调用限制

  • 每个普通开发者帐号每天调用次数不大于5000条数据。

  • 每个普通开发者帐号每秒同时并发请求IP并发不超过10个。

  • 免费帐号如需要更多配额请与后台技术人员联系。

在线测试

应用场景

  1. 销售线索管理

    可与CRM系统对接,通过API接口或者邮件形式导入到CRM或者BI业务系统。

    可以对自己掌握的信息进行查漏补缺;对销售上报的商机线索核实。

  2. 挖掘渠道商

    通过以往中标信息、中标单位,进行产品销售;

    同类项目信息整理,寻找可跟进的项目。

  3. 市场情报洞察

    可对接金融(银行)、企业征信机构数据接口。

    竞对监控,分析重点客户,分析以往市场体量、产品区域热度;

    对采购单位以往招标情况进行分析,预估招标预算;

    了解采购单位招标情况和分布,进行市场布局。

数据定制服务

1.全面准确

  • 采集全国权威机构公开的招标采购、企业公示等信息(含国家、省市级、县区级政府和企业招标网站),对采集的数据通过层层清洗,交叉验证、自然语言分析和核对,确保数据安全准确。

2.专业服务

  • 拥有全国全行业7700万+条招标信息库、4670万+企业数据库、200万+采购单位库信息,招标采购信息全覆盖。

3.产品成熟

  • 行业内最早深耕招标采购大数据,拥有强大且专业的数据整合、处理能力,可抽取30+个信息字段,以EXCEL的形式进行输出。海量数据也能做到精确,不含糊,字段识别准确率有保障。

成功案例

金融行业·工商银行

帮助金融机构实时监测本地市场的大型项目,以判断甲方和乙方的资金流向及资金需求,为银行销售部门挖掘资金需求销售线索,并且通过移动端实时推送给各区域业务主管。

运营商·中国联通

专注于ICT信息领域的竞争对手动向,对标找差分析项目机会。以及根据历史数据挖掘分析本地市场的行业客户、政府部门的项目动态和项目预算,挖掘项目机会。

金融行业·光大银行

针对高校和医疗行业挖掘甲/乙方人脉关系,为银行销售经理找到相关项目干系人,以及项目双方的资金需求,为银行客户经理提供销售线索。

电力电网·南瑞集团

关注全国轨道交通、造桥、造路、机场、医院、体育馆等大型基建的拟建项目以及项目规划,并分析挖掘人脉关系,为企业客户经理提供电力设备销售线索,同时自动匹配企业内部专家和资料库。

案例展示

  • 请扫码二维码,体验联通沃商达标讯商机挖掘小程序

输入图片说明

数据来源

  • 国家及各省市公共交易资源网
  • 国家及各省市政府采购网
  • 上市公司、央企、国企、集团公司 采购网
  • 全国学校、高校、医院、招标网站
  • 社会型组织及事业单位招标网站

技术支持

联系我们

欢迎您在下方留言,或添加微信与我们交流。

扫描微信二维码,获得技术支持 或者 申请您的系统调用配额。

输入图片说明




木兰宽松许可证, 第2版 木兰宽松许可证, 第2版 2020年1月 http://license.coscl.org.cn/MulanPSL2 您对“软件”的复制、使用、修改及分发受木兰宽松许可证,第2版(“本许可证”)的如下条款的约束: 0. 定义 “软件”是指由“贡献”构成的许可在“本许可证”下的程序和相关文档的集合。 “贡献”是指由任一“贡献者”许可在“本许可证”下的受版权法保护的作品。 “贡献者”是指将受版权法保护的作品许可在“本许可证”下的自然人或“法人实体”。 “法人实体”是指提交贡献的机构及其“关联实体”。 “关联实体”是指,对“本许可证”下的行为方而言,控制、受控制或与其共同受控制的机构,此处的控制是指有受控方或共同受控方至少50%直接或间接的投票权、资金或其他有价证券。 1. 授予版权许可 每个“贡献者”根据“本许可证”授予您永久性的、全球性的、免费的、非独占的、不可撤销的版权许可,您可以复制、使用、修改、分发其“贡献”,不论修改与否。 2. 授予专利许可 每个“贡献者”根据“本许可证”授予您永久性的、全球性的、免费的、非独占的、不可撤销的(根据本条规定撤销除外)专利许可,供您制造、委托制造、使用、许诺销售、销售、进口其“贡献”或以其他方式转移其“贡献”。前述专利许可仅限于“贡献者”现在或将来拥有或控制的其“贡献”本身或其“贡献”与许可“贡献”时的“软件”结合而将必然会侵犯的专利权利要求,不包括对“贡献”的修改或包含“贡献”的其他结合。如果您或您的“关联实体”直接或间接地,就“软件”或其中的“贡献”对任何人发起专利侵权诉讼(包括反诉或交叉诉讼)或其他专利维权行动,指控其侵犯专利权,则“本许可证”授予您对“软件”的专利许可自您提起诉讼或发起维权行动之日终止。 3. 无商标许可 “本许可证”不提供对“贡献者”的商品名称、商标、服务标志或产品名称的商标许可,但您为满足第4条规定的声明义务而必须使用除外。 4. 分发限制 您可以在任何媒介中将“软件”以源程序形式或可执行形式重新分发,不论修改与否,但您必须向接收者提供“本许可证”的副本,并保留“软件”中的版权、商标、专利及免责声明。 5. 免责声明与责任限制 “软件”及其中的“贡献”在提供时不带任何明示或默示的担保。在任何情况下,“贡献者”或版权所有者不对任何人因使用“软件”或其中的“贡献”而引发的任何直接或间接损失承担责任,不论因何种原因导致或者基于何种法律理论,即使其曾被建议有此种损失的可能性。 6. 语言 “本许可证”以中英文双语表述,中英文版本具有同等法律效力。如果中英文版本存在任何冲突不一致,以中文版为准。 条款结束 如何将木兰宽松许可证,第2版,应用到您的软件 如果您希望将木兰宽松许可证,第2版,应用到您的新软件,为了方便接收者查阅,建议您完成如下三步: 1, 请您补充如下声明中的空白,包括软件名、软件的首次发表年份以及您作为版权人的名字; 2, 请您在软件包的一级目录下创建以“LICENSE”为名的文件,将整个许可证文本放入该文件中; 3, 请将如下声明文本放入每个源文件的头部注释中。 Copyright (c) [Year] [name of copyright holder] [Software Name] is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. Mulan Permissive Software License,Version 2 Mulan Permissive Software License,Version 2 (Mulan PSL v2) January 2020 http://license.coscl.org.cn/MulanPSL2 Your reproduction, use, modification and distribution of the Software shall be subject to Mulan PSL v2 (this License) with the following terms and conditions: 0. Definition Software means the program and related documents which are licensed under this License and comprise all Contribution(s). Contribution means the copyrightable work licensed by a particular Contributor under this License. Contributor means the Individual or Legal Entity who licenses its copyrightable work under this License. Legal Entity means the entity making a Contribution and all its Affiliates. Affiliates means entities that control, are controlled by, or are under common control with the acting entity under this License, ‘control’ means direct or indirect ownership of at least fifty percent (50%) of the voting power, capital or other securities of controlled or commonly controlled entity. 1. Grant of Copyright License Subject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable copyright license to reproduce, use, modify, or distribute its Contribution, with modification or not. 2. Grant of Patent License Subject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable (except for revocation under this Section) patent license to make, have made, use, offer for sale, sell, import or otherwise transfer its Contribution, where such patent license is only limited to the patent claims owned or controlled by such Contributor now or in future which will be necessarily infringed by its Contribution alone, or by combination of the Contribution with the Software to which the Contribution was contributed. The patent license shall not apply to any modification of the Contribution, and any other combination which includes the Contribution. If you or your Affiliates directly or indirectly institute patent litigation (including a cross claim or counterclaim in a litigation) or other patent enforcement activities against any individual or entity by alleging that the Software or any Contribution in it infringes patents, then any patent license granted to you under this License for the Software shall terminate as of the date such litigation or activity is filed or taken. 3. No Trademark License No trademark license is granted to use the trade names, trademarks, service marks, or product names of Contributor, except as required to fulfill notice requirements in Section 4. 4. Distribution Restriction You may distribute the Software in any medium with or without modification, whether in source or executable forms, provided that you provide recipients with a copy of this License and retain copyright, patent, trademark and disclaimer statements in the Software. 5. Disclaimer of Warranty and Limitation of Liability THE SOFTWARE AND CONTRIBUTION IN IT ARE PROVIDED WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. IN NO EVENT SHALL ANY CONTRIBUTOR OR COPYRIGHT HOLDER BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO ANY DIRECT, OR INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING FROM YOUR USE OR INABILITY TO USE THE SOFTWARE OR THE CONTRIBUTION IN IT, NO MATTER HOW IT’S CAUSED OR BASED ON WHICH LEGAL THEORY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 6. Language THIS LICENSE IS WRITTEN IN BOTH CHINESE AND ENGLISH, AND THE CHINESE VERSION AND ENGLISH VERSION SHALL HAVE THE SAME LEGAL EFFECT. IN THE CASE OF DIVERGENCE BETWEEN THE CHINESE AND ENGLISH VERSIONS, THE CHINESE VERSION SHALL PREVAIL. END OF THE TERMS AND CONDITIONS How to Apply the Mulan Permissive Software License,Version 2 (Mulan PSL v2) to Your Software To apply the Mulan PSL v2 to your work, for easy identification by recipients, you are suggested to complete following three steps: i Fill in the blanks in following statement, including insert your software name, the year of the first publication of your software, and your name identified as the copyright owner; ii Create a file named “LICENSE” which contains the whole context of this License in the first directory of your software package; iii Attach the statement to the appropriate annotated syntax at the beginning of each source file. Copyright (c) [Year] [name of copyright holder] [Software Name] is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.

简介

开发者可按需调取免费招投标数据,快速搭建自己的招标数据库及应用程序。 #招标微信小程序 #政府招标爬虫 #招标爬取 #招标爬虫 #招标数据采集 #招标数据抓取 #招标信息采集 #中标数据小程序 #招标监控 #中标监控 #招标数据接口 #招标爬虫 #公共资源爬取 #建筑数据抓取 #医疗器械数据抓取 #医疗爬虫 #招标订阅 展开 收起
Java
MulanPSL-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/rtpay/free-bidding-data-interface.git
git@gitee.com:rtpay/free-bidding-data-interface.git
rtpay
free-bidding-data-interface
全国招投标数据免费接口
master

搜索帮助