XiaoFlowXiaoFlow
Top Mots-clésTop Websites
Tools

Keyword Tools

Planificateur de mots-clésRecherche en masse
Accès APIIntégration MCP

Main Menu

Solde invité

0 CU

Search

Top Mots-clés
Top Websites
Tools
AperçuPlanificateur de mots-clésRecherche en masse
Accès API
Intégration MCP

Chargement de XiaoFlow

Préparation du moteur d'intelligence…

XiaoFlow

Outils professionnels de données de recherche et de mots-clés pour les SEO et les marketeurs.

Keywords

  • Planificateur de mots-clés
  • Top Mots-clés
  • Top Websites
  • Recherche en masse

Solutions

  • Accès API
  • Intégration MCP

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

À proposContactConfidentialitéConditions

© 2026 XiaoFlow. Tous droits réservés.

Documentation

Accès API

Protocoles de recherche à haut débit et gestion d'API pour les équipes d'ingénierie mondiales.

Quickstart

Sécurisez vos requêtes en incluant un jeton Authorization Bearer dans chaque en-tête.

https://api.xiaoflow.com/api
Couche d'autorisation
Authorization: Bearer YOUR_TOKEN
MCP

Protocole Officiel XiaoFlow

Libérez l'intelligence de recherche de XiaoFlow directement dans Claude, Cursor et ChatGPT. Obtenez des mots-clés, des volumes de recherche et des statistiques de domaine en temps réel là où vous travaillez.

01 Global Integration Registry

Optimisation des tendances

Utilisez le paramètre `historical=1` uniquement lorsque vous avez besoin du volume de recherche mensuel. La récupération de données historiques sur 48 mois nécessite beaucoup de calculs et peut augmenter les temps de réponse.

Mise en cache intelligente

Notre système met automatiquement en cache les résultats pendant 30 jours. Le fait de demander à nouveau le même mot-clé avec le même emplacement/la même langue dans cette fenêtre ne déduira pas d'unités supplémentaires.

Index du protocole

GET/api/v1/keywords
1 Unité de Calcul / Requête

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).
Exemple d'implémentation
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 Unité de Calcul / Requête

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.
Exemple d'implémentation
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 Unité de Calcul / Requête

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).
Exemple d'implémentation
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
}'

Matrice de protocole

Quota quotidien pour les invités5 Requests
Quota quotidien pour les utilisateurs Tier 110 Requests
Multiplicateur d'unitéCœur 1.0x
FormatJSON strict
AuthBearer JWT

Provisionnement standard

Les entités autorisées peuvent générer des identifiants uniques pour l'intégration de pipelines à haut débit.

Générer une clé d'accès