{
  "openapi": "3.0.3",
  "info": {
    "title": "竞价推广域名",
    "description": "通过查询域名分析该域名参与竞价的相关数据，快速挖掘获取精准价值信息。（仅包含百度搜索引擎信息，不保证数据100%完整）",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/3253-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 30,
      "x-connect-timeout": 30,
      "get": {
        "summary": "竞价推广域名",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "StateCode": {
                              "type": "number",
                              "description": "状态码"
                            },
                            "Reason": {
                              "type": "string",
                              "description": "状态说明"
                            },
                            "Result": {
                              "type": "object",
                              "properties": {
                                "list": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "companyname": {
                                        "type": "string",
                                        "description": "竞价企业"
                                      },
                                      "competition": {
                                        "type": "string",
                                        "description": "竞争难易度"
                                      },
                                      "engines": {
                                        "type": "string",
                                        "description": "搜索引擎"
                                      },
                                      "domain": {
                                        "type": "string",
                                        "description": "竞价域名"
                                      },
                                      "keyword": {
                                        "type": "string",
                                        "description": "竞价关键词"
                                      },
                                      "mobilesearchvolume": {
                                        "type": "number",
                                        "description": "移动日搜索量"
                                      },
                                      "mobilesem": {
                                        "type": "number",
                                        "description": "移动指导价"
                                      },
                                      "pcsearchvolume": {
                                        "type": "number",
                                        "description": "PC日搜索量"
                                      },
                                      "pcsem": {
                                        "type": "number",
                                        "description": "PC指导价"
                                      },
                                      "title": {
                                        "type": "string",
                                        "description": "竞价标题"
                                      },
                                      "updatetime": {
                                        "type": "string",
                                        "description": "核准时间"
                                      },
                                      "url": {
                                        "type": "string",
                                        "description": "竞价页面url"
                                      }
                                    }
                                  },
                                  "description": "列表"
                                },
                                "pageNo": {
                                  "type": "number",
                                  "description": "当前分页（最多100条数据）"
                                },
                                "pageSize": {
                                  "type": "number",
                                  "description": "分页返回的数量"
                                },
                                "pages": {
                                  "type": "string",
                                  "description": "收录量"
                                },
                                "totalCount": {
                                  "type": "number",
                                  "description": "总条数"
                                },
                                "totalPage": {
                                  "type": "number",
                                  "description": "总页数"
                                }
                              },
                              "description": "具体返回内容"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "3253_1_GET",
        "parameters": [
          {
            "name": "domain",
            "in": "query",
            "description": "需要查询的域名\n",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "默认第1页，可自行选择页码（每页最多100条数据）",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "engine",
            "in": "query",
            "description": "默认全部展示，可选择填入百度PC/百度移动",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ]
      }
    }
  },
  "components": {
    "securitySchemes": {
      "AppKeyAuth": {
        "type": "apiKey",
        "in": "query",
        "name": "appKey",
        "description": "从 ShowAPI 控制台获取的 appKey，管理地址：https://www.showapi.com/console#/myApp"
      }
    },
    "schemas": {
      "ShowapiResEnvelope": {
        "type": "object",
        "description": "ShowAPI 统一返回包裹（业务数据位于 showapi_res_body）",
        "properties": {
          "showapi_res_code": {
            "type": "integer",
            "description": "API 返回的状态码"
          },
          "showapi_res_error": {
            "type": "string",
            "description": "API 返回的错误信息"
          },
          "showapi_res_id": {
            "type": "string",
            "description": "API 请求的唯一标识"
          },
          "showapi_fee_num": {
            "type": "integer",
            "description": "API 调用计费次数"
          }
        }
      }
    }
  },
  "security": [
    {
      "AppKeyAuth": []
    }
  ],
  "externalDocs": {
    "url": "https://www.showapi.com/apiGateway/view/3253?tab=book"
  },
  "x-apiCode": "3253",
  "x-is-own": false,
  "x-is-op": true
}