XiaoFlowXiaoFlow
上位キーワードTop Websites
Tools

Keyword Tools

キーワードプランナー一括検索
APIアクセスMCP統合

Main Menu

ゲスト残高

0 CU

Search

上位キーワード
Top Websites
Tools
概要キーワードプランナー一括検索
APIアクセス
MCP統合

XiaoFlow を読み込み中

インテリジェンスエンジンを準備中…

XiaoFlow

SEO担当者とマーケターのためのプロフェッショナルな検索データとキーワード調査ツール

Keywords

  • キーワードプランナー
  • 上位キーワード
  • Top Websites
  • 一括検索

ソリューション

  • APIアクセス
  • MCP統合

Google Ads is a trademark of Google LLC. XiaoFlow is not affiliated with, endorsed, or sponsored by Google LLC.

私たちについてお問い合わせプライバシーポリシー利用規約

© 2026 XiaoFlow. 全著作権所有。

Documentation

APIアクセス

グローバルなエンジニアリングチーム向けの、高スループット検索プロトコルおよび API 管理。

Quickstart

すべてのリクエストヘッダーに Authorization ベアラートークンを含めることで、リクエストを保護します。

https://api.xiaoflow.com/api
認証レイヤー
Authorization: Bearer YOUR_TOKEN
MCP

XiaoFlow 公式プロトコル

Claude、Cursor、ChatGPT 内で XiaoFlow の検索インテリジェンスを直接解放します。作業中の場所でリアルタイムのキーワード、検索ボリューム、ドメイン統計を取得できます。

01 Global Integration Registry

トレンド分析の最適化

月ごとの検索ボリュームデータが必要な場合のみ、`historical=1` パラメータを使用してください。48ヶ月分の履歴データを取得すると、計算ユニットの消費が増え、応答時間が長くなる可能性があります。

スマートキャッシュ機能

クエリ結果は自動的に30日間キャッシュされます。この期間内に、同じ場所・言語で同じキーワードを再クエリしても、追加の計算ユニットは差し引かれません。

プロトコルインデックス

GET/api/v1/keywords
1 コンピュートユニット / リクエスト

Get real-time keyword data and market insights. New keywords are automatically indexed for your search.

PropertyPrimitiveDescription
keyword stringSearch term (e.g."wedding rings").
url stringPage URL for content analysis.
site stringWebsite domain to map.
location_id stringLocation ID or ISO code (e.g., 2840 or US).
language_id stringLanguage ID or code (e.g., 1000 or en).
historical booleanEnable historical trend data (0 or 1).
date_range numberNumber of months of history (12, 24, 48).
実装例
curl -G "https://api.xiaoflow.com/api/v1/keywords" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d keyword=wedding%20rings \
  -d location_id=US \
  -d historical=1 \
  -d date_range=24
POST/api/v1/keywords/ideas
1 コンピュートユニット / リクエスト

Generate new keyword ideas based on a seed keyword, URL, or domain.

PropertyPrimitiveDescription
keyword •stringSeed keyword (required).
url stringSeed URL.
site stringSeed domain.
location_id stringLocation ID.
language_id stringLanguage ID.
historical booleanInclude historical trends for generated ideas.
実装例
curl -X POST "https://api.xiaoflow.com/api/v1/keywords/ideas" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": ["wedding rings"],
  "location_id": "us",
  "language_id": "en",
  "historical": true
}'
POST/api/v1/keywords/bulk
1 コンピュートユニット / リクエスト

High-throughput bulk metrics retrieval for unlimited keyword lists with automatic batching.

PropertyPrimitiveDescription
keywords •arrayList of keywords to analyze.
location_id stringLocation ID or ISO code.
language_id stringLanguage ID or code.
historical booleanEnable historical trend data (0 or 1).
date_range numberNumber of months of history (12, 24, 48).
実装例
curl -X POST "https://api.xiaoflow.com/api/v1/keywords/bulk" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": ["wedding rings", "diamond rings"],
  "location_id": "US",
  "historical": 1,
  "date_range": 12
}'

プロトコルマトリックス

ゲストの1日あたりのクォータ5 Requests
ティア1ユーザーの1日あたりのクォータ10 Requests
ユニット乗数1.0x コア
形式厳格な JSON
Authベアラー JWT

標準配備

認証されたエンティティは、高スループットのパイプライン統合用に一意の認証情報を生成できます。

アクセスキーを生成