{
  "info": {
    "_postman_id": "d25e5b2b-2f6b-5ab9-a927-307e25015460",
    "name": "SeerMarTech API 完整集合",
    "description": "SeerMarTech DataForSEO 代理 API 完整接口集合。\n\n使用前请在 Variables 中设置：\n- `api_key`: SeerMarTech API Key，例如 smt_live_xxx\n\n基础地址：https://api.seermartech.cn/v3/",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "api_key",
      "value": "",
      "description": "SeerMarTech Bearer API Key（smt_live_* 或 smt_sandbox_*）"
    }
  ],
  "item": [
    {
      "name": "AI 优化 API",
      "item": [
        {
          "name": "[GET] AiKeywordDataAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/ai_keyword_data/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "ai_keyword_data",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/ai_keyword_data/available_filters"
          },
          "response": []
        },
        {
          "name": "[POST] AiKeywordDataKeywordsSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/ai_keyword_data/keywords_search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "ai_keyword_data",
                "keywords_search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/ai_keyword_data/keywords_search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AiKeywordDataLocationsAndLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/ai_keyword_data/locations_and_languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "ai_keyword_data",
                "locations_and_languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/ai_keyword_data/locations_and_languages"
          },
          "response": []
        },
        {
          "name": "[POST] ChatGptLlmResponsesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_responses/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_responses",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/chat_gpt/llm_responses/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmResponsesModels",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_responses/models",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_responses",
                "models"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_responses/models"
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmResponsesTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_responses/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_responses",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_responses/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] ChatGptLlmResponsesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_responses/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_responses",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/chat_gpt/llm_responses/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmResponsesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_responses/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_responses",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_responses/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmScraperLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_scraper/languages"
          },
          "response": []
        },
        {
          "name": "[POST] ChatGptLlmScraperLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/chat_gpt/llm_scraper/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ChatGptLlmScraperLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/chat_gpt/llm_scraper/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmScraperLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_scraper/locations"
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmScraperLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_scraper/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmScraperTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_scraper/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmScraperTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_scraper/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] ChatGptLlmScraperTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/chat_gpt/llm_scraper/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ChatGptLlmScraperTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/chat_gpt/llm_scraper/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "chat_gpt",
                "llm_scraper",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/chat_gpt/llm_scraper/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] ClaudeLlmResponsesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/claude/llm_responses/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "claude",
                "llm_responses",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/claude/llm_responses/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ClaudeLlmResponsesModels",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/claude/llm_responses/models",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "claude",
                "llm_responses",
                "models"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/claude/llm_responses/models"
          },
          "response": []
        },
        {
          "name": "[GET] ClaudeLlmResponsesTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/claude/llm_responses/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "claude",
                "llm_responses",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/claude/llm_responses/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] ClaudeLlmResponsesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/claude/llm_responses/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "claude",
                "llm_responses",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/claude/llm_responses/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ClaudeLlmResponsesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/claude/llm_responses/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "claude",
                "llm_responses",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/claude/llm_responses/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GeminiLlmResponsesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_responses/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_responses",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/gemini/llm_responses/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmResponsesModels",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_responses/models",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_responses",
                "models"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_responses/models"
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmResponsesTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_responses/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_responses",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_responses/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GeminiLlmResponsesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_responses/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_responses",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/gemini/llm_responses/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmResponsesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_responses/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_responses",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_responses/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmScraperLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_scraper/languages"
          },
          "response": []
        },
        {
          "name": "[POST] GeminiLlmScraperLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/gemini/llm_scraper/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GeminiLlmScraperLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/gemini/llm_scraper/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmScraperLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_scraper/locations"
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmScraperTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_scraper/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmScraperTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_scraper/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GeminiLlmScraperTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/gemini/llm_scraper/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GeminiLlmScraperTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/gemini/llm_scraper/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "gemini",
                "llm_scraper",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/gemini/llm_scraper/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] LlmMentionsAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/llm_mentions/available_filters"
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsHistoricalLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/historical/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "historical",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/historical/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] LlmMentionsLocationsAndLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/locations_and_languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "locations_and_languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/llm_mentions/locations_and_languages"
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsMultiTargetMetricsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/multi_target_metrics/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "multi_target_metrics",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/multi_target_metrics/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsSearchMentionsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/search_mentions/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "search_mentions",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/search_mentions/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTargetMetricsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/target_metrics/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "target_metrics",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/target_metrics/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTargetMetricsLiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/target_metrics_lite/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "target_metrics_lite",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/target_metrics_lite/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTimeseriesDeltaLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/timeseries_delta/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "timeseries_delta",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/timeseries_delta/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTimeseriesNewLostLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/timeseries_new_lost/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "timeseries_new_lost",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/timeseries_new_lost/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedBrandCategoriesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_brand_categories/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_brand_categories",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_brand_categories/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedBrandCategoriesLiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_brand_categories_lite/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_brand_categories_lite",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_brand_categories_lite/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedBrandsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_brands/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_brands",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_brands/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedBrandsLiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_brands_lite/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_brands_lite",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_brands_lite/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedDomainsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_domains/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_domains",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_domains/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedDomainsLiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_domains_lite/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_domains_lite",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_domains_lite/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedPagesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_pages/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_pages",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_pages/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] LlmMentionsTopMentionedPagesLiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/llm_mentions/top_mentioned_pages_lite/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "llm_mentions",
                "top_mentioned_pages_lite",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/llm_mentions/top_mentioned_pages_lite/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] PerplexityLlmResponsesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/perplexity/llm_responses/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "perplexity",
                "llm_responses",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/ai_optimization/perplexity/llm_responses/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] PerplexityLlmResponsesModels",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/ai_optimization/perplexity/llm_responses/models",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "ai_optimization",
                "perplexity",
                "llm_responses",
                "models"
              ]
            },
            "description": "官方 v3 接口：GET /v3/ai_optimization/perplexity/llm_responses/models"
          },
          "response": []
        }
      ],
      "description": "AI 优化 API 相关接口"
    },
    {
      "name": "应用数据 API",
      "item": [
        {
          "name": "[GET] AppleAppInfoTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_info/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_info",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_info/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/apple/app_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppListTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_list/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_list",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_list/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppListTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_list/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_list",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/apple/app_list/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppListTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_list/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_list",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_list/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppListingsCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_listings/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_listings",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_listings/categories"
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppListingsSearchLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_listings/search/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_listings",
                "search",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/apple/app_listings/search/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppReviewsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_reviews/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_reviews",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_reviews/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppReviewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_reviews/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_reviews",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/apple/app_reviews/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppReviewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_reviews/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_reviews",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_reviews/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppSearchesTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_searches/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_searches",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_searches/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppSearchesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_searches/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_searches",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/apple/app_searches/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AppleAppSearchesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/app_searches/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "app_searches",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/app_searches/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] AppleCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/categories"
          },
          "response": []
        },
        {
          "name": "[GET] AppleLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/languages"
          },
          "response": []
        },
        {
          "name": "[GET] AppleLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/apple/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "apple",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/apple/locations"
          },
          "response": []
        },
        {
          "name": "[POST] AppDataErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppInfoTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_info/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_info",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_info/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppInfoTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_info/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_info",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_info/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/google/app_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppListTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_list/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_list",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_list/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppListTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_list/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_list",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_list/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppListTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_list/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_list",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/google/app_list/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppListTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_list/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_list",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_list/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppListingsCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_listings/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_listings",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_listings/categories"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppListingsSearchLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_listings/search/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_listings",
                "search",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/google/app_listings/search/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppReviewsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_reviews/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_reviews",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_reviews/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppReviewsTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_reviews/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_reviews",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_reviews/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppReviewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_reviews/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_reviews",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/google/app_reviews/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppReviewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_reviews/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_reviews",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_reviews/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppSearchesTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_searches/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_searches",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_searches/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppSearchesTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_searches/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_searches",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_searches/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppSearchesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_searches/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_searches",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/google/app_searches/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAppSearchesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/app_searches/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "app_searches",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/app_searches/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/categories"
          },
          "response": []
        },
        {
          "name": "[GET] AppDataGoogleLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/languages"
          },
          "response": []
        },
        {
          "name": "[GET] AppDataGoogleLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/locations"
          },
          "response": []
        },
        {
          "name": "[GET] AppDataGoogleLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/google/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "google",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/google/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] AppDataIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/app_data/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AppDataTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/app_data/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "app_data",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/app_data/tasks_ready"
          },
          "response": []
        }
      ],
      "description": "应用数据 API 相关接口"
    },
    {
      "name": "附录",
      "item": [
        {
          "name": "[GET] Errors",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/appendix/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "appendix",
                "errors"
              ]
            },
            "description": "官方 v3 接口：GET /v3/appendix/errors"
          },
          "response": []
        },
        {
          "name": "[GET] AppendixStatus",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/appendix/status",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "appendix",
                "status"
              ]
            },
            "description": "官方 v3 接口：GET /v3/appendix/status"
          },
          "response": []
        },
        {
          "name": "[GET] UserData",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/appendix/user_data",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "appendix",
                "user_data"
              ]
            },
            "description": "官方 v3 接口：GET /v3/appendix/user_data"
          },
          "response": []
        },
        {
          "name": "[POST] WebhookResend",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/appendix/webhook_resend",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "appendix",
                "webhook_resend"
              ]
            },
            "description": "官方 v3 接口：POST /v3/appendix/webhook_resend",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ],
      "description": "附录 相关接口"
    },
    {
      "name": "外链数据 API",
      "item": [
        {
          "name": "[POST] AnchorsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/anchors/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "anchors",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/anchors/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BacklinksAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/backlinks/available_filters"
          },
          "response": []
        },
        {
          "name": "[POST] BacklinksLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/backlinks/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "backlinks",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/backlinks/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkBacklinksLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_backlinks/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_backlinks",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_backlinks/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkNewLostBacklinksLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_new_lost_backlinks/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_new_lost_backlinks",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_new_lost_backlinks/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkNewLostReferringDomainsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_new_lost_referring_domains/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_new_lost_referring_domains",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_new_lost_referring_domains/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkPagesSummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_pages_summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_pages_summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_pages_summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkRanksLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_ranks/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_ranks",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_ranks/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkReferringDomainsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_referring_domains/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_referring_domains",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_referring_domains/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BulkSpamScoreLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/bulk_spam_score/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "bulk_spam_score",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/bulk_spam_score/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] CompetitorsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/competitors/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "competitors",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/competitors/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DomainIntersectionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/domain_intersection/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "domain_intersection",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/domain_intersection/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DomainPagesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/domain_pages/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "domain_pages",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/domain_pages/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DomainPagesSummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/domain_pages_summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "domain_pages_summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/domain_pages_summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BacklinksErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] HistoryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/history/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "history",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/history/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BacklinksIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] Index",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/index",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "index"
              ]
            },
            "description": "官方 v3 接口：GET /v3/backlinks/index"
          },
          "response": []
        },
        {
          "name": "[POST] PageIntersectionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/page_intersection/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "page_intersection",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/page_intersection/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ReferringDomainsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/referring_domains/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "referring_domains",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/referring_domains/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ReferringNetworksLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/referring_networks/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "referring_networks",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/referring_networks/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] SummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] TimeseriesNewLostSummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/timeseries_new_lost_summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "timeseries_new_lost_summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/timeseries_new_lost_summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] TimeseriesSummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/backlinks/timeseries_summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "backlinks",
                "timeseries_summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/backlinks/timeseries_summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"target\": \"example.com\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ],
      "description": "外链数据 API 相关接口"
    },
    {
      "name": "商业数据 API",
      "item": [
        {
          "name": "[GET] BusinessListingsAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/business_listings/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "business_listings",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/business_listings/available_filters"
          },
          "response": []
        },
        {
          "name": "[GET] BusinessListingsCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/business_listings/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "business_listings",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/business_listings/categories"
          },
          "response": []
        },
        {
          "name": "[POST] BusinessListingsCategoriesAggregationLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/business_listings/categories_aggregation/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "business_listings",
                "categories_aggregation",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/business_listings/categories_aggregation/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BusinessListingsLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/business_listings/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "business_listings",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/business_listings/locations"
          },
          "response": []
        },
        {
          "name": "[POST] BusinessListingsSearchLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/business_listings/search/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "business_listings",
                "search",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/business_listings/search/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BusinessDataErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleExtendedReviewsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/extended_reviews/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "extended_reviews",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/extended_reviews/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleExtendedReviewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/extended_reviews/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "extended_reviews",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/extended_reviews/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleExtendedReviewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/extended_reviews/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "extended_reviews",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/extended_reviews/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHotelInfoLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_info/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_info",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/hotel_info/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHotelInfoLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_info/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_info",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/hotel_info/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleHotelInfoTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_info/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_info",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/hotel_info/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleHotelInfoTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_info/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_info",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/hotel_info/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHotelInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/hotel_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleHotelInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/hotel_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHotelSearchesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_searches/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_searches",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/hotel_searches/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleHotelSearchesTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_searches/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_searches",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/hotel_searches/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHotelSearchesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_searches/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_searches",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/hotel_searches/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleHotelSearchesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/hotel_searches/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "hotel_searches",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/hotel_searches/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] BusinessDataGoogleLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/languages"
          },
          "response": []
        },
        {
          "name": "[GET] BusinessDataGoogleLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/locations"
          },
          "response": []
        },
        {
          "name": "[GET] BusinessDataGoogleLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleMyBusinessInfoLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_info/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/my_business_info/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMyBusinessInfoTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_info/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/my_business_info/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleMyBusinessInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/my_business_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMyBusinessInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/my_business_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMyBusinessUpdatesTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_updates/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_updates",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/my_business_updates/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleMyBusinessUpdatesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_updates/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_updates",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/my_business_updates/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMyBusinessUpdatesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/my_business_updates/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "my_business_updates",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/my_business_updates/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleQuestionsAndAnswersLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/questions_and_answers/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "questions_and_answers",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/questions_and_answers/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleQuestionsAndAnswersTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/questions_and_answers/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "questions_and_answers",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/questions_and_answers/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleQuestionsAndAnswersTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/questions_and_answers/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "questions_and_answers",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/questions_and_answers/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleQuestionsAndAnswersTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/questions_and_answers/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "questions_and_answers",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/questions_and_answers/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleReviewsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/reviews/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "reviews",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/reviews/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleReviewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/reviews/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "reviews",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/google/reviews/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleReviewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/google/reviews/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "google",
                "reviews",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/google/reviews/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] BusinessDataIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] SocialMediaPinterestLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/social_media/pinterest/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "social_media",
                "pinterest",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/social_media/pinterest/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BusinessDataTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/languages"
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/locations"
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorReviewsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/reviews/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "reviews",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/reviews/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] TripadvisorReviewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/reviews/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "reviews",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/tripadvisor/reviews/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorReviewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/reviews/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "reviews",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/reviews/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorSearchTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/search/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "search",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/search/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] TripadvisorSearchTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/search/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "search",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/tripadvisor/search/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] TripadvisorSearchTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/tripadvisor/search/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "tripadvisor",
                "search",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/tripadvisor/search/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] TrustpilotReviewsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/trustpilot/reviews/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "trustpilot",
                "reviews",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/trustpilot/reviews/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] TrustpilotReviewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/trustpilot/reviews/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "trustpilot",
                "reviews",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/trustpilot/reviews/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] TrustpilotReviewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/trustpilot/reviews/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "trustpilot",
                "reviews",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/trustpilot/reviews/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] TrustpilotSearchTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/trustpilot/search/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "trustpilot",
                "search",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/trustpilot/search/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] TrustpilotSearchTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/trustpilot/search/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "trustpilot",
                "search",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/business_data/trustpilot/search/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] TrustpilotSearchTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/business_data/trustpilot/search/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "business_data",
                "trustpilot",
                "search",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/business_data/trustpilot/search/tasks_ready"
          },
          "response": []
        }
      ],
      "description": "商业数据 API 相关接口"
    },
    {
      "name": "内容分析 API",
      "item": [
        {
          "name": "[GET] ContentAnalysisAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/content_analysis/available_filters"
          },
          "response": []
        },
        {
          "name": "[GET] ContentAnalysisCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/content_analysis/categories"
          },
          "response": []
        },
        {
          "name": "[POST] CategoryTrendsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/category_trends/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "category_trends",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/category_trends/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ContentAnalysisIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] Languages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/content_analysis/languages"
          },
          "response": []
        },
        {
          "name": "[GET] Locations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/content_analysis/locations"
          },
          "response": []
        },
        {
          "name": "[POST] PhraseTrendsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/phrase_trends/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "phrase_trends",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/phrase_trends/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] RatingDistributionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/rating_distribution/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "rating_distribution",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/rating_distribution/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] SearchLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/search/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "search",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/search/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] SentimentAnalysisLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/sentiment_analysis/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "sentiment_analysis",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/sentiment_analysis/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ContentAnalysisSummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/content_analysis/summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "content_analysis",
                "summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/content_analysis/summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ],
      "description": "内容分析 API 相关接口"
    },
    {
      "name": "Labs 数据 API",
      "item": [
        {
          "name": "[POST] AmazonBulkSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/amazon/bulk_search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "bulk_search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/amazon/bulk_search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonProductCompetitorsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/amazon/product_competitors/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_competitors",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/amazon/product_competitors/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonProductKeywordIntersectionsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/amazon/product_keyword_intersections/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_keyword_intersections",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/amazon/product_keyword_intersections/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonProductRankOverviewLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/amazon/product_rank_overview/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_rank_overview",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/amazon/product_rank_overview/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonRankedKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/amazon/ranked_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "ranked_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/amazon/ranked_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonRelatedKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/amazon/related_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "related_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/amazon/related_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppCompetitorsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/apple/app_competitors/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "apple",
                "app_competitors",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/apple/app_competitors/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AppleAppIntersectionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/apple/app_intersection/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "apple",
                "app_intersection",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/apple/app_intersection/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AppleBulkAppMetricsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/apple/bulk_app_metrics/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "apple",
                "bulk_app_metrics",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/apple/bulk_app_metrics/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AppleKeywordsForAppLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/apple/keywords_for_app/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "apple",
                "keywords_for_app",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/apple/keywords_for_app/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/dataforseo_labs/available_filters"
          },
          "response": []
        },
        {
          "name": "[GET] Categories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/dataforseo_labs/categories"
          },
          "response": []
        },
        {
          "name": "[POST] DataforseoLabsErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppCompetitorsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/app_competitors/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "app_competitors",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/app_competitors/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAppIntersectionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/app_intersection/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "app_intersection",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/app_intersection/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAvailableHistory",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/available_history",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "available_history"
              ]
            },
            "description": "官方 v3 接口：GET /v3/dataforseo_labs/google/available_history"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleBulkAppMetricsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/bulk_app_metrics/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "bulk_app_metrics",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/bulk_app_metrics/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleBulkKeywordDifficultyLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/bulk_keyword_difficulty/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "bulk_keyword_difficulty",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/bulk_keyword_difficulty/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleBulkTrafficEstimationLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/bulk_traffic_estimation/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "bulk_traffic_estimation",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/bulk_traffic_estimation/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleCategoriesForDomainLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/categories_for_domain/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "categories_for_domain",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/categories_for_domain/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleCategoriesForKeywordsLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/categories_for_keywords/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "categories_for_keywords",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/dataforseo_labs/google/categories_for_keywords/languages"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleCategoriesForKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/categories_for_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "categories_for_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/categories_for_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleCompetitorsDomainLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/competitors_domain/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "competitors_domain",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/competitors_domain/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDomainIntersectionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/domain_intersection/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "domain_intersection",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/domain_intersection/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDomainMetricsByCategoriesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/domain_metrics_by_categories/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "domain_metrics_by_categories",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/domain_metrics_by_categories/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDomainRankOverviewLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/domain_rank_overview/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "domain_rank_overview",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/domain_rank_overview/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHistoricalBulkTrafficEstimationLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/historical_bulk_traffic_estimation/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "historical_bulk_traffic_estimation",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/historical_bulk_traffic_estimation/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHistoricalKeywordDataLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/historical_keyword_data/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "historical_keyword_data",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/historical_keyword_data/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHistoricalRankOverviewLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/historical_rank_overview/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "historical_rank_overview",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/historical_rank_overview/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleHistoricalSerpsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/historical_serps/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "historical_serps",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/historical_serps/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleKeywordIdeasLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/keyword_ideas/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keyword_ideas",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/keyword_ideas/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleKeywordOverviewLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/keyword_overview/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keyword_overview",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/keyword_overview/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleKeywordSuggestionsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/keyword_suggestions/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keyword_suggestions",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/keyword_suggestions/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleKeywordsForAppLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/keywords_for_app/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keywords_for_app",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/keywords_for_app/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleKeywordsForCategoriesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/keywords_for_categories/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keywords_for_categories",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/keywords_for_categories/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleKeywordsForSiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/keywords_for_site/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keywords_for_site",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/keywords_for_site/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GooglePageIntersectionLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/page_intersection/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "page_intersection",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/page_intersection/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleRankedKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/ranked_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "ranked_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/ranked_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleRelatedKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/related_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "related_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/related_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleRelevantPagesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/relevant_pages/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "relevant_pages",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/relevant_pages/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleSearchIntentLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/search_intent/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "search_intent",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/search_intent/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleSerpCompetitorsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/serp_competitors/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "serp_competitors",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/serp_competitors/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleSubdomainsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/subdomains/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "subdomains",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/subdomains/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleTopSearchesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/google/top_searches/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "top_searches",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/google/top_searches/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DataforseoLabsIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/dataforseo_labs/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] LocationsAndLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/locations_and_languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "locations_and_languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/dataforseo_labs/locations_and_languages"
          },
          "response": []
        },
        {
          "name": "[GET] Status",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/dataforseo_labs/status",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "dataforseo_labs",
                "status"
              ]
            },
            "description": "官方 v3 接口：GET /v3/dataforseo_labs/status"
          },
          "response": []
        }
      ],
      "description": "Labs 数据 API 相关接口"
    },
    {
      "name": "域名分析 API",
      "item": [
        {
          "name": "[POST] DomainAnalyticsErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DomainAnalyticsIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] TechnologiesAggregationTechnologiesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/aggregation_technologies/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "aggregation_technologies",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/technologies/aggregation_technologies/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] TechnologiesAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/domain_analytics/technologies/available_filters"
          },
          "response": []
        },
        {
          "name": "[POST] TechnologiesDomainTechnologiesLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/domain_technologies/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "domain_technologies",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/technologies/domain_technologies/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] TechnologiesDomainsByHtmlTermsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/domains_by_html_terms/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "domains_by_html_terms",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/technologies/domains_by_html_terms/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] TechnologiesDomainsByTechnologyLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/domains_by_technology/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "domains_by_technology",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/technologies/domains_by_technology/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] TechnologiesLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/domain_analytics/technologies/languages"
          },
          "response": []
        },
        {
          "name": "[GET] TechnologiesLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/domain_analytics/technologies/locations"
          },
          "response": []
        },
        {
          "name": "[GET] TechnologiesTechnologies",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/technologies",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "technologies"
              ]
            },
            "description": "官方 v3 接口：GET /v3/domain_analytics/technologies/technologies"
          },
          "response": []
        },
        {
          "name": "[POST] TechnologiesTechnologiesSummaryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/technologies_summary/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "technologies_summary",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/technologies/technologies_summary/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] TechnologiesTechnologyStatsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/technologies/technology_stats/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "technologies",
                "technology_stats",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/technologies/technology_stats/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] WhoisAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/whois/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "whois",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/domain_analytics/whois/available_filters"
          },
          "response": []
        },
        {
          "name": "[POST] WhoisOverviewLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/domain_analytics/whois/overview/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "domain_analytics",
                "whois",
                "overview",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/domain_analytics/whois/overview/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ],
      "description": "域名分析 API 相关接口"
    },
    {
      "name": "关键词数据 API",
      "item": [
        {
          "name": "[GET] BingAudienceEstimationIndustries",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/audience_estimation/industries",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "audience_estimation",
                "industries"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/audience_estimation/industries"
          },
          "response": []
        },
        {
          "name": "[GET] BingAudienceEstimationJobFunctions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/audience_estimation/job_functions",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "audience_estimation",
                "job_functions"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/audience_estimation/job_functions"
          },
          "response": []
        },
        {
          "name": "[POST] BingAudienceEstimationLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/audience_estimation/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "audience_estimation",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/audience_estimation/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingAudienceEstimationTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/audience_estimation/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "audience_estimation",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/audience_estimation/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingAudienceEstimationTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/audience_estimation/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "audience_estimation",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/audience_estimation/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingAudienceEstimationTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/audience_estimation/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "audience_estimation",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/audience_estimation/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] BingKeywordPerformanceLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keyword_performance/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keyword_performance",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/keyword_performance/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordPerformanceLocationsAndLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keyword_performance/locations_and_languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keyword_performance",
                "locations_and_languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keyword_performance/locations_and_languages"
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordPerformanceTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keyword_performance/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keyword_performance",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keyword_performance/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingKeywordPerformanceTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keyword_performance/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keyword_performance",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/keyword_performance/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordPerformanceTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keyword_performance/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keyword_performance",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keyword_performance/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] BingKeywordsForKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/keywords_for_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordsForKeywordsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_keywords/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_keywords",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keywords_for_keywords/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingKeywordsForKeywordsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_keywords/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_keywords",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/keywords_for_keywords/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordsForKeywordsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_keywords/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_keywords",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keywords_for_keywords/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] BingKeywordsForSiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_site/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_site",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/keywords_for_site/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordsForSiteTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_site/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_site",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keywords_for_site/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingKeywordsForSiteTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_site/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_site",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/keywords_for_site/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingKeywordsForSiteTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/keywords_for_site/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "keywords_for_site",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/keywords_for_site/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] KeywordsDataBingLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/languages"
          },
          "response": []
        },
        {
          "name": "[GET] KeywordsDataBingLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/locations"
          },
          "response": []
        },
        {
          "name": "[POST] BingSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingSearchVolumeTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/search_volume/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingSearchVolumeTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/search_volume/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingSearchVolumeTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/search_volume/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] BingSearchVolumeHistoryLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume_history/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume_history",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/search_volume_history/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingSearchVolumeHistoryLocationsAndLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume_history/locations_and_languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume_history",
                "locations_and_languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/search_volume_history/locations_and_languages"
          },
          "response": []
        },
        {
          "name": "[GET] BingSearchVolumeHistoryTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume_history/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume_history",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/search_volume_history/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingSearchVolumeHistoryTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume_history/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume_history",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/bing/search_volume_history/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingSearchVolumeHistoryTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/bing/search_volume_history/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "bing",
                "search_volume_history",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/bing/search_volume_history/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] ClickstreamDataBulkSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/clickstream_data/bulk_search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "clickstream_data",
                "bulk_search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/clickstream_data/bulk_search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ClickstreamDataDataforseoSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/clickstream_data/dataforseo_search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "clickstream_data",
                "dataforseo_search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/clickstream_data/dataforseo_search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ClickstreamDataGlobalSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/clickstream_data/global_search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "clickstream_data",
                "global_search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/clickstream_data/global_search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] ClickstreamDataLocationsAndLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/clickstream_data/locations_and_languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "clickstream_data",
                "locations_and_languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/clickstream_data/locations_and_languages"
          },
          "response": []
        },
        {
          "name": "[POST] DataforseoTrendsDemographyLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/dataforseo_trends/demography/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "dataforseo_trends",
                "demography",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/dataforseo_trends/demography/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DataforseoTrendsExploreLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/dataforseo_trends/explore/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "dataforseo_trends",
                "explore",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/dataforseo_trends/explore/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] DataforseoTrendsLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/dataforseo_trends/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "dataforseo_trends",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/dataforseo_trends/locations"
          },
          "response": []
        },
        {
          "name": "[GET] DataforseoTrendsLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/dataforseo_trends/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "dataforseo_trends",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/dataforseo_trends/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] DataforseoTrendsMergedDataLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/dataforseo_trends/merged_data/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "dataforseo_trends",
                "merged_data",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/dataforseo_trends/merged_data/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DataforseoTrendsSubregionInterestsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/dataforseo_trends/subregion_interests/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "dataforseo_trends",
                "subregion_interests",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/dataforseo_trends/subregion_interests/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] KeywordsDataErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsAdTrafficByKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/ad_traffic_by_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "ad_traffic_by_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/ad_traffic_by_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsAdTrafficByKeywordsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "ad_traffic_by_keywords",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/ad_traffic_by_keywords/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsAdTrafficByKeywordsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "ad_traffic_by_keywords",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/ad_traffic_by_keywords/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsAdTrafficByKeywordsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "ad_traffic_by_keywords",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsKeywordsForKeywordsLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_keywords/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_keywords",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/keywords_for_keywords/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsKeywordsForKeywordsTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_keywords/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_keywords",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/keywords_for_keywords/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsKeywordsForKeywordsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_keywords/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_keywords",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/keywords_for_keywords/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsKeywordsForKeywordsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_keywords",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsKeywordsForSiteLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_site/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_site",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/keywords_for_site/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsKeywordsForSiteTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_site/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_site",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/keywords_for_site/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsKeywordsForSiteTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_site/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_site",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/keywords_for_site/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsKeywordsForSiteTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/keywords_for_site/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "keywords_for_site",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/keywords_for_site/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/languages"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/locations"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsSearchVolumeLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/search_volume/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "search_volume",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/search_volume/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsSearchVolumeTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/search_volume/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "search_volume",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/search_volume/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsSearchVolumeTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/search_volume/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "search_volume",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_ads/search_volume/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsSearchVolumeTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/search_volume/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "search_volume",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/search_volume/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsStatus",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_ads/status",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "status"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_ads/status"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleTrendsCategories",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/categories",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "categories"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_trends/categories"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleTrendsExploreLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/explore/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "explore",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_trends/explore/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleTrendsExploreTaskGet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/explore/task_get/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "explore",
                "task_get",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_trends/explore/task_get/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleTrendsExploreTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/explore/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "explore",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/google_trends/explore/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleTrendsExploreTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/explore/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "explore",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_trends/explore/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleTrendsLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_trends/languages"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleTrendsLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_trends/locations"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleTrendsLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/google_trends/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "google_trends",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/keywords_data/google_trends/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] KeywordsDataIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/keywords_data/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "keywords_data",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/keywords_data/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ],
      "description": "关键词数据 API 相关接口"
    },
    {
      "name": "商家数据 API",
      "item": [
        {
          "name": "[POST] AmazonAsinLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/asin/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/asin/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonAsinLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/asin/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/asin/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AmazonAsinTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/asin/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/asin/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] AmazonAsinTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/asin/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/asin/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AmazonAsinTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/asin/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/asin/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AmazonAsinTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/asin/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/asin/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] AmazonLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/languages"
          },
          "response": []
        },
        {
          "name": "[GET] AmazonLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/locations"
          },
          "response": []
        },
        {
          "name": "[GET] AmazonLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] AmazonProductsLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/products/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "products",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/products/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonProductsLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/products/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "products",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/products/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AmazonProductsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/products/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "products",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/products/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] AmazonProductsTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/products/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "products",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/products/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AmazonProductsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/products/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "products",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/products/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AmazonProductsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/products/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "products",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/products/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] AmazonSellersLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/sellers/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "sellers",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/sellers/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] AmazonSellersLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/sellers/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "sellers",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/sellers/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AmazonSellersTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/sellers/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "sellers",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/sellers/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] AmazonSellersTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/sellers/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "sellers",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/sellers/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] AmazonSellersTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/sellers/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "sellers",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/amazon/sellers/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] AmazonSellersTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/amazon/sellers/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "amazon",
                "sellers",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/amazon/sellers/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] MerchantErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] MerchantGoogleLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/languages"
          },
          "response": []
        },
        {
          "name": "[GET] MerchantGoogleLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/locations"
          },
          "response": []
        },
        {
          "name": "[GET] MerchantGoogleLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleProductInfoTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/product_info/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "product_info",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/product_info/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleProductInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/product_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "product_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/google/product_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleProductInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/product_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "product_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/product_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleProductsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/products/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "products",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/products/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleProductsTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/products/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "products",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/products/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleProductsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/products/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "products",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/google/products/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleProductsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/products/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "products",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/products/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleSellersAdUrl",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/sellers/ad_url/:shop_ad_aclk",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "sellers",
                "ad_url",
                ":shop_ad_aclk"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/sellers/ad_url/{shop_ad_aclk}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleSellersTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/sellers/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "sellers",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/sellers/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleSellersTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/sellers/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "sellers",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/google/sellers/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleSellersTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/google/sellers/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "google",
                "sellers",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/google/sellers/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] MerchantIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/merchant/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] MerchantTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/merchant/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "merchant",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/merchant/tasks_ready"
          },
          "response": []
        }
      ],
      "description": "商家数据 API 相关接口"
    },
    {
      "name": "页面分析 API",
      "item": [
        {
          "name": "[GET] OnPageAvailableFilters",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/available_filters",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "available_filters"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/available_filters"
          },
          "response": []
        },
        {
          "name": "[POST] ContentParsing",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/content_parsing",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "content_parsing"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/content_parsing",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ContentParsingLive",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/content_parsing/live",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "content_parsing",
                "live"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/content_parsing/live",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DuplicateContent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/duplicate_content",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "duplicate_content"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/duplicate_content",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] DuplicateTags",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/duplicate_tags",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "duplicate_tags"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/duplicate_tags",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] OnPageErrors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] ForceStop",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/force_stop",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "force_stop"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/force_stop",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] OnPageIdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] InstantPages",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/instant_pages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "instant_pages"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/instant_pages",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] KeywordDensity",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/keyword_density",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "keyword_density"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/keyword_density",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] LighthouseAudits",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/audits",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "audits"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/lighthouse/audits"
          },
          "response": []
        },
        {
          "name": "[GET] LighthouseLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/lighthouse/languages"
          },
          "response": []
        },
        {
          "name": "[POST] LighthouseLiveJson",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/live/json",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "live",
                "json"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/lighthouse/live/json",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] LighthouseTaskGetJson",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/task_get/json/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "task_get",
                "json",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/lighthouse/task_get/json/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] LighthouseTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/lighthouse/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] LighthouseTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/lighthouse/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] LighthouseVersions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/lighthouse/versions",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "lighthouse",
                "versions"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/lighthouse/versions"
          },
          "response": []
        },
        {
          "name": "[POST] Links",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/links",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "links"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/links",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] Microdata",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/microdata",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "microdata"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/microdata",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] NonIndexable",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/non_indexable",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "non_indexable"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/non_indexable",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] PageScreenshot",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/page_screenshot",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "page_screenshot"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/page_screenshot",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] Pages",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/pages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "pages"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/pages",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] PagesByResource",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/pages_by_resource",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "pages_by_resource"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/pages_by_resource",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] RawHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/raw_html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "raw_html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/raw_html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] RedirectChains",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/redirect_chains",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "redirect_chains"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/redirect_chains",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] Resources",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/resources",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "resources"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/resources",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] Summary",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/summary/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "summary",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/summary/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] TaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] OnPageTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/on_page/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] UncrawlableResources",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/uncrawlable_resources",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "uncrawlable_resources"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/uncrawlable_resources",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] Waterfall",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/on_page/waterfall",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "on_page",
                "waterfall"
              ]
            },
            "description": "官方 v3 接口：POST /v3/on_page/waterfall",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ],
      "description": "页面分析 API 相关接口"
    },
    {
      "name": "SERP 搜索结果 API",
      "item": [
        {
          "name": "[POST] AiSummary",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/ai_summary",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "ai_summary"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/ai_summary",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BaiduLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/languages"
          },
          "response": []
        },
        {
          "name": "[GET] BaiduLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/locations"
          },
          "response": []
        },
        {
          "name": "[GET] BaiduLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[GET] BaiduOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] BaiduOrganicTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/organic/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "organic",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/organic/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] BaiduOrganicTaskGetRegular",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/organic/task_get/regular/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "organic",
                "task_get",
                "regular",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/organic/task_get/regular/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BaiduOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/baidu/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BaiduOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] BaiduOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/baidu/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "baidu",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/baidu/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] BingLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/languages"
          },
          "response": []
        },
        {
          "name": "[GET] BingLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/locations"
          },
          "response": []
        },
        {
          "name": "[GET] BingLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] BingOrganicLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/bing/organic/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BingOrganicLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/bing/organic/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] BingOrganicLiveRegular",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/live/regular",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "live",
                "regular"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/bing/organic/live/regular",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] BingOrganicTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/organic/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] BingOrganicTaskGetRegular",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/task_get/regular/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "task_get",
                "regular",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/organic/task_get/regular/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] BingOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/bing/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] BingOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] BingOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/bing/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "bing",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/bing/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] Errors",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/errors",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "errors"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/errors",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsAdvertisersLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_advertisers/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_advertisers",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ads_advertisers/locations"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsAdvertisersTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_advertisers/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_advertisers",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ads_advertisers/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsAdvertisersTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_advertisers/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_advertisers",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/ads_advertisers/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsAdvertisersTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_advertisers/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_advertisers",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ads_advertisers/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsSearchLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_search/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_search",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ads_search/locations"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsSearchTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_search/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_search",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ads_search/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAdsSearchTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_search/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_search",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/ads_search/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAdsSearchTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ads_search/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ads_search",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ads_search/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAiModeLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ai_mode/languages"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAiModeLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/ai_mode/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAiModeLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/ai_mode/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAiModeTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ai_mode/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAiModeTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ai_mode/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAiModeTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/ai_mode/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAiModeTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ai_mode/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAiModeTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/ai_mode/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "ai_mode",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/ai_mode/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAutocompleteLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/autocomplete/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "autocomplete",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/autocomplete/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAutocompleteTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/autocomplete/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "autocomplete",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/autocomplete/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleAutocompleteTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/autocomplete/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "autocomplete",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/autocomplete/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAutocompleteTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/autocomplete/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "autocomplete",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/autocomplete/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleAutocompleteTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/autocomplete/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "autocomplete",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/autocomplete/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDatasetInfoLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_info/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_info",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/dataset_info/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleDatasetInfoTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_info/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_info",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/dataset_info/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDatasetInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/dataset_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleDatasetInfoTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_info/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_info",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/dataset_info/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleDatasetInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/dataset_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDatasetSearchLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_search/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_search",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/dataset_search/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleDatasetSearchTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_search/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_search",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/dataset_search/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleDatasetSearchTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_search/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_search",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/dataset_search/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleDatasetSearchTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_search/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_search",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/dataset_search/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleDatasetSearchTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/dataset_search/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "dataset_search",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/dataset_search/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleEventsLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/events/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "events",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/events/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleEventsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/events/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "events",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/events/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleEventsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/events/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "events",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/events/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleEventsTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/events/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "events",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/events/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleEventsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/events/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "events",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/events/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceExploreLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_explore/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_explore",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_explore/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceExploreLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_explore/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_explore",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_explore/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceExploreTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_explore/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_explore",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_explore/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceExploreTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_explore/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_explore",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_explore/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceExploreTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_explore/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_explore",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_explore/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceExploreTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_explore/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_explore",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_explore/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceMarketsLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_markets/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_markets",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_markets/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceMarketsLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_markets/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_markets",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_markets/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceMarketsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_markets/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_markets",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_markets/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceMarketsTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_markets/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_markets",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_markets/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceMarketsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_markets/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_markets",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_markets/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceMarketsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_markets/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_markets",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_markets/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceQuoteLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_quote/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_quote",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_quote/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceQuoteLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_quote/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_quote",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_quote/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceQuoteTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_quote/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_quote",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_quote/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceQuoteTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_quote/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_quote",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_quote/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceQuoteTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_quote/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_quote",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_quote/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceQuoteTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_quote/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_quote",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_quote/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceTickerSearchLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_ticker_search/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_ticker_search",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_ticker_search/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceTickerSearchTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_ticker_search/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_ticker_search",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_ticker_search/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleFinanceTickerSearchTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_ticker_search/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_ticker_search",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/finance_ticker_search/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleFinanceTickerSearchTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/finance_ticker_search/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "finance_ticker_search",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/finance_ticker_search/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleImagesLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/images/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleImagesLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/images/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleImagesTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/images/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleImagesTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/images/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleImagesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/images/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleImagesTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/images/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleImagesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/images/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "images",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/images/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleJobsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/jobs/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "jobs",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/jobs/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleJobsTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/jobs/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "jobs",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/jobs/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleJobsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/jobs/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "jobs",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/jobs/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleJobsTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/jobs/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "jobs",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/jobs/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleJobsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/jobs/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "jobs",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/jobs/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/languages"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleLocalFinderLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/local_finder/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleLocalFinderLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/local_finder/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLocalFinderTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/local_finder/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLocalFinderTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/local_finder/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleLocalFinderTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/local_finder/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLocalFinderTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/local_finder/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLocalFinderTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/local_finder/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "local_finder",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/local_finder/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/locations"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleMapsLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/maps/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "maps",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/maps/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMapsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/maps/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "maps",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/maps/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleMapsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/maps/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "maps",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/maps/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMapsTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/maps/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "maps",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/maps/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleMapsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/maps/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "maps",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/maps/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleNewsLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/news/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleNewsLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/news/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleNewsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/news/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleNewsTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/news/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleNewsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/news/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleNewsTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/news/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleNewsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/news/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "news",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/news/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleOrganicLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/organic/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleOrganicLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/organic/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] GoogleOrganicLiveRegular",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/live/regular",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "live",
                "regular"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/organic/live/regular",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleOrganicTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/organic/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleOrganicTaskGetRegular",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/task_get/regular/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "task_get",
                "regular",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/organic/task_get/regular/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleSearchByImageTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/search_by_image/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "search_by_image",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/search_by_image/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] GoogleSearchByImageTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/search_by_image/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "search_by_image",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/google/search_by_image/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] GoogleSearchByImageTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/search_by_image/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "search_by_image",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/search_by_image/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] GoogleSearchByImageTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/google/search_by_image/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "google",
                "search_by_image",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/google/search_by_image/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] IdList",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/id_list",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "id_list"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/id_list",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] NaverOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/naver/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "naver",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/naver/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] NaverOrganicTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/naver/organic/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "naver",
                "organic",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/naver/organic/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] NaverOrganicTaskGetRegular",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/naver/organic/task_get/regular/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "naver",
                "organic",
                "task_get",
                "regular",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/naver/organic/task_get/regular/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] NaverOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/naver/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "naver",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/naver/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] NaverOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/naver/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "naver",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/naver/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] NaverOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/naver/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "naver",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/naver/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] Screenshot",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/screenshot",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "screenshot"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/screenshot",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] SeznamLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/languages"
          },
          "response": []
        },
        {
          "name": "[GET] SeznamLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/locations"
          },
          "response": []
        },
        {
          "name": "[GET] SeznamLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[GET] SeznamOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] SeznamOrganicTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/organic/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "organic",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/organic/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] SeznamOrganicTaskGetRegular",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/organic/task_get/regular/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "organic",
                "task_get",
                "regular",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/organic/task_get/regular/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] SeznamOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/seznam/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] SeznamOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] SeznamOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/seznam/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "seznam",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/seznam/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] TasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] YahooLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/languages"
          },
          "response": []
        },
        {
          "name": "[GET] YahooLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/locations"
          },
          "response": []
        },
        {
          "name": "[GET] YahooLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] YahooOrganicLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/yahoo/organic/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] YahooOrganicLiveHtml",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/live/html",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "live",
                "html"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/yahoo/organic/live/html",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[POST] YahooOrganicLiveRegular",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/live/regular",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "live",
                "regular"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/yahoo/organic/live/regular",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YahooOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] YahooOrganicTaskGetHtml",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/task_get/html/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "task_get",
                "html",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/organic/task_get/html/{id}"
          },
          "response": []
        },
        {
          "name": "[GET] YahooOrganicTaskGetRegular",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/task_get/regular/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "task_get",
                "regular",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/organic/task_get/regular/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] YahooOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/yahoo/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YahooOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] YahooOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/yahoo/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "yahoo",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/yahoo/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeLanguages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/languages",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "languages"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/languages"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeLocations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/locations",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "locations"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/locations"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeLocationsCountry",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/locations/:country",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "locations",
                ":country"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/locations/{country}"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeOrganicLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/organic/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "organic",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/organic/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeOrganicTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/organic/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "organic",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/organic/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeOrganicTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/organic/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "organic",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/organic/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeOrganicTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/organic/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "organic",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/organic/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeOrganicTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/organic/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "organic",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/organic/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeVideoCommentsLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_comments/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_comments",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/video_comments/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoCommentsTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_comments/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_comments",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_comments/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeVideoCommentsTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_comments/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_comments",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/video_comments/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoCommentsTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_comments/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_comments",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_comments/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoCommentsTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_comments/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_comments",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_comments/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeVideoInfoLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_info/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_info",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/video_info/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoInfoTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_info/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_info",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_info/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeVideoInfoTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_info/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_info",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/video_info/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoInfoTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_info/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_info",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_info/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoInfoTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_info/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_info",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_info/tasks_ready"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeVideoSubtitlesLiveAdvanced",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_subtitles/live/advanced",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_subtitles",
                "live",
                "advanced"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/video_subtitles/live/advanced",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoSubtitlesTaskGetAdvanced",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_subtitles/task_get/advanced/:id",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_subtitles",
                "task_get",
                "advanced",
                ":id"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_subtitles/task_get/advanced/{id}"
          },
          "response": []
        },
        {
          "name": "[POST] YoutubeVideoSubtitlesTaskPost",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_subtitles/task_post",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_subtitles",
                "task_post"
              ]
            },
            "description": "官方 v3 接口：POST /v3/serp/youtube/video_subtitles/task_post",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"keyword\": \"seo tools\",\n    \"language_code\": \"zh\",\n    \"location_code\": 2156,\n    \"limit\": 10\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoSubtitlesTasksFixed",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_subtitles/tasks_fixed",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_subtitles",
                "tasks_fixed"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_subtitles/tasks_fixed"
          },
          "response": []
        },
        {
          "name": "[GET] YoutubeVideoSubtitlesTasksReady",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.seermartech.cn/v3/serp/youtube/video_subtitles/tasks_ready",
              "protocol": "https",
              "host": [
                "api",
                "seermartech",
                "cn"
              ],
              "path": [
                "v3",
                "serp",
                "youtube",
                "video_subtitles",
                "tasks_ready"
              ]
            },
            "description": "官方 v3 接口：GET /v3/serp/youtube/video_subtitles/tasks_ready"
          },
          "response": []
        }
      ],
      "description": "SERP 搜索结果 API 相关接口"
    }
  ]
}
