Acceso API
Protocolos de búsqueda de alto rendimiento y gestión de API para equipos de ingeniería globales.
Quickstart
Asegure sus solicitudes incluyendo un token de portador de autorización en cada encabezado.
https://api.xiaoflow.com/apiAI-Powered Search
The Model Context Protocol (MCP) enables AI agents to use XiaoFlow tools directly. Connect your intelligence layer to our search data.
Índice de protocolo
Get real-time keyword data and market insights. New keywords are automatically indexed for your search.
| Property | Primitive | Description |
|---|---|---|
| keyword | string | Search term (e.g. "wedding rings"). |
| url | string | Page URL for content analysis. |
| site | string | Website domain to map. |
| location_id | string | Location ID or ISO code (e.g., 2840 or US). |
| language_id | string | Language 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
Extract domain-level keyword dominance and organic ranking data for any website or specific URL.
| Property | Primitive | Description |
|---|---|---|
| site | string | Domain name (e.g. "nike.com"). |
| url | string | Specific URL for deep analysis. |
| location_id | string | Location ID or ISO code. |
| language_id | string | Language ID or code. |
curl -G "https://api.xiaoflow.com/api/websites" \ -H "Authorization: Bearer YOUR_TOKEN" \ -d site=apple.com \ -d location_id=US
High-throughput bulk metrics retrieval for up to 1,000 keywords in a single call.
| Property | Primitive | Description |
|---|---|---|
| keywords • | array | List of keywords to analyze. |
| location_id | string | Location ID or ISO code. |
| language_id | string | Language 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"}'Deep data bulk retrieval. Returns core metrics PLUS 12-month historical history for all keywords in the batch.
| Property | Primitive | Description |
|---|---|---|
| keywords • | array | List of keywords to analyze. |
| location_id | string | Location ID or ISO code. |
| language_id | string | Language 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"}'Matriz de protocolo
Provisión estándar
Las entidades autorizadas pueden generar credenciales únicas para la integración de tuberías de alto rendimiento.
