该产品由第三方服务商 世舶科技(武汉)有限公司 提供版权、质量保证及售后服务,请您知晓。
全国全行业招投标数据API接口-含结构化数据附件和源网址

全国全行业招投标数据API接口-含结构化数据附件和源网址

第三方服务

世舶科技3亿+招投标数据 API 接口,依托自研 AI 大模型,汇聚全国 10 万 + 权威数据源,覆盖全国行业招投标消费数据。覆盖综合采购平台、政府门户、企业、社会招标代理机构、公共资源交易中心、政府采购、医院、学校、招标代理机构等平台。企业接口,AI接口陆续上架中!

已选规格
9.90
自购买起有效期 1 个月
专用资源包
企业合作客户
接入点说明
这个API接口提供了招投标信息项目列表的查询功能,让您能够方便地获取最新的招投标项目详情,助力您在招投标过程中取得优势。入参出参说明参考:http://faq.zhvac.com/web/#/57/449
接口地址
https://route.showapi.com/3307-17?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST
请求参数
Header 参数
请求 Body 体
body
{
    "companyName": "string"
}
返回参数
该接口为透传模式,直接返回服务商原始数据,无 showapi_res_body 封装
返回体
cURL
curl -X POST "https://route.showapi.com/3307-17?appKey=YOUR_APPKEY" \
  -H "content-type: application/json" \
  -d '{
    "companyName": "string"
}'
返回示例
JSON
{
    "code": 200,
    "msg": "string",
    "data": {
        "companyName": "string",
        "baseInfo": {
            "enterpriseProfile": {
                "companyId": 0,
                "companyTypeName": "string",
                "companyTypeCode": "string",
                "industryName": "string",
                "industryCode": "string",
                "registeredRegion": {
                    "areaId": 0,
                    "provinceCode": "string",
                    "cityCode": "string"
                },
                "legalRepresentative": "string",
                "establishmentDate": "string",
                "operatingStatus": {
                    "statusCode": "string",
                    "statusName": "string"
                },
                "historicalNames": "string"
            },
            "registrationInfo": {
                "creditCode": "string",
                "registrationNumber": "string",
                "organizationCode": "string",
                "registrationAuthority": "string",
                "registeredCapital": {
                    "amount": 0,
                    "unitCode": "string",
                    "unitName": "string"
                },
                "paidInCapital": {
                    "amount": 0,
                    "unitCode": "string",
                    "unitName": "string"
                }
            },
            "operationInfo": {
                "businessScope": "string",
                "businessTerm": "string",
                "businessTermStart": "string",
                "businessTermEnd": "string",
                "approvalDate": "string",
                "revocationDate": "string",
                "cancellationDate": "string",
                "insuredPersonCount": "string"
            },
            "contactInfo": {
                "registeredAddress": "string",
                "latestAddress": "string",
                "website": "string",
                "contactPhones": [
                    "string"
                ],
                "contactEmails": [
                    "string"
                ]
            }
        },
        "projectInsights": {
            "bidStatistics": [
                {
                    "industryName": "string",
                    "projectCount": 0,
                    "projectShare": "string",
                    "budgetAmountWan": "string"
                }
            ],
            "winStatistics": [
                {
                    "industryName": "string",
                    "projectCount": 0,
                    "projectShare": "string",
                    "budgetAmountWan": "string"
                }
            ]
        },
        "relationshipSummary": {
            "contactPersonCount": 0,
            "customerProjectCount": 0,
            "supplierProjectCount": 0
        },
        "dataStatus": {
            "baseInfoAvailable": true,
            "projectStatisticsAvailable": true,
            "contactsAvailable": true,
            "customersAvailable": true,
            "suppliersAvailable": true
        }
    }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-3307": {
      "url": "http://www.showapi.com.cn/mcp/3307/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。