返回 Skill 列表
extension
分类: 数据与分析需要 API Key

Google 搜索控制台性能分析器

从Google Search Console的/searchanalytics/query API拉取搜索分析数据,以识别下降页面和关键词内耗问题。通过比较实际点击率与预期点击率来计算CTR优化机会。

person作者: user_3c6cb52ehubcommunity

Google 搜索控制台性能分析器

Pulls search analytics from Google Search Console's /searchanalytics/query API to identify declining pages and keyword cannibalization. Calculates CTR optimization opportunities by comparing actual vs expected click-through rates.

Prerequisites

Google account, Search Console property access, Google Cloud project, and Search Console API enabled

Installation

Requirements and caveats from upstream:

  • Access a Python sample and JSON POST examples for easy API integration.
  • Requires authorization
  • See the python sample for calling this method.

Basic usage or getting-started notes:

  • JSON POST Example:

  • POST https://www.googleapis.com/webmasters/v3/sites/https%3A%2F%2Fwww.example.com%2F/searchAnalytics/query?key={MY_API_KEY}

  • http://www.example.com/ (for a URL-prefix property) or

  • Source: https://developers.google.com/webmaster-tools/v1/searchanalytics/query

Documentation

  • https://developers.google.com/webmaster-tools/v1/searchanalytics/query