Welcome to XiaoFlow

Login to access premium keyword metrics and rank monitoring.

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
Authorization: Bearer YOUR_TOKEN
AI Integration

AI-Powered Search

The Model Context Protocol (MCP) enables AI agents to use XiaoFlow tools directly. Connect your intelligence layer to our search data.

Index du protocole

GET/api/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).
curl -G "https://api.xiaoflow.com/api/keywords" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d keyword=wedding%20rings \
  -d location_id=US \
  -d language_id=en
GET/api/websites
1 Unité de Calcul / Requête

Extract domain-level keyword dominance and organic ranking data for any website or specific URL.

PropertyPrimitiveDescription
site stringDomain name (e.g. "nike.com").
url stringSpecific URL for deep analysis.
location_id stringLocation ID or ISO code.
language_id stringLanguage ID or code.
curl -G "https://api.xiaoflow.com/api/websites" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d site=apple.com \
  -d location_id=US
POST/api/keywords/bulk
1 Unité de Calcul / Requête

High-throughput bulk metrics retrieval for up to 1,000 keywords in a single call.

PropertyPrimitiveDescription
keywords arrayList of keywords to analyze.
location_id stringLocation ID or ISO code.
language_id stringLanguage ID or code.
curl -X POST "https://api.xiaoflow.com/api/keywords/bulk" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"keywords": ["wedding rings", "diamond rings"], "location_id": "US"}'
POST/api/keywords/bulk/trends
1 Unité de Calcul / Requête

Deep data bulk retrieval. Returns core metrics PLUS 12-month historical history for all keywords in the batch.

PropertyPrimitiveDescription
keywords arrayList of keywords to analyze.
location_id stringLocation ID or ISO code.
language_id stringLanguage ID or code.
curl -X POST "https://api.xiaoflow.com/api/keywords/bulk/trends" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"keywords": ["wedding rings", "engagement rings"], "location_id": "US"}'

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
Format JSON strict
Auth Bearer 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