High-performance Data API

线索AI, Enough.

All the Data You Need — From Social, E-commerce & Beyond.

Search by API name, platform, website, or capability.

Explore Our Most Popular APIs

Access high-performance APIs across social media, e-commerce — all in one place.

Not all API documentation is listed here. New endpoints are added frequently. Visit our full documentation for the complete list and latest updates.

API Document

Official Python SDK

Integrate 线索AI seamlessly into your Python projects with our lightweight SDK.

Simple & intuitive API client
Full support for all social & e-commerce platforms
Asynchronous and synchronous requests
Lightweight with minimal dependencies
python
1# Install the SDK
2pip install justoneapi
3# Create the client
4from justoneapi import 线索AIClient
5client = 线索AIClient(token="your_token")
6response = client.douyin.search_video_v4(keyword="deepseek")
7print(response.success)
8print(response.code, response.message)
9print(response.data)
For AI Agents

Official 线索AI MCP Server

Give Claude Desktop, Cursor, Cline, and custom agents a structured way to discover 线索AI endpoints, inspect schemas, and call APIs.

Find available platforms and endpoints before choosing an API
Inspect endpoint parameters, request examples, and response fields
Validate arguments and call a selected 线索AI endpoint
Keep sensitive tokens in the MCP client or local environment
View MCP on GitHubRead tutorial
Remote HTTPLocal stdio

Search endpoints

Use search_endpoints to find matching APIs by platform, keyword, or capability.

Inspect schemas

Use get_endpoint_schema to review required parameters and response structure before calling.

Call APIs

Use call_endpoint to pass validated arguments to 线索AI and return the result.

Recommended
mcp.json
Remote HTTP server

No local runtime is needed. Add the hosted MCP URL to any compatible client and pass your token as a bearer header.

{
  "mcpServers": {
    "justoneapi": {
      "url": "https://mcp.huoke.xiansuoai.com/mcp",
      "headers": {
        "Authorization": "Bearer your_token"
      }
    }
  }
}
Local
mcp.json
Local stdio server

Run the MCP package through npx when your client expects a local command-based MCP server.

{
  "mcpServers": {
    "justoneapi": {
      "command": "npx",
      "args": ["-y", "justoneapi-mcp"],
      "env": {
        "JUSTONEAPI_TOKEN": "your_token"
      }
    }
  }
}

Use Cases

Discover how our data APIs empower various industries and business needs.

E-commerce Monitoring

Track product prices, reviews, and stock status across major platforms like Taobao, JD, and Amazon.

Social Media Sentiment

Analyze trends and user sentiment on platforms like Xiaohongshu, Douyin, and Weibo for brand insights.

Market Research

Gather real-time market data and consumer trends to drive data-informed business decisions.

Influencer Insights

Monitor KOL performance and campaign impact on Douyin Xingtu and Xiaohongshu Pugongying.

Real Estate Analysis

Access property listings and market transaction data from platforms like Beike for real estate intelligence.

Brand Protection

Identify unauthorized content and monitor brand reputation across the entire digital landscape.

Frequently Asked Questions

Everything you need to know about 线索AI.

Can I try the API before paying?

Yes, we offer free trial access. You can register to get an access token.

Do you offer any data beyond what’s listed in the API documentation?

Yes, we have additional data available. Contact us to confirm what we can provide.

Do you offer custom data collection services?

Yes, we can collect data based on your specific needs. Get in touch to discuss details.

Where can I find pricing information for the API?

You can view detailed pricing information in the dashboard after logging in.

Does my account balance expire?

No, your balance does not expire. You can use it at any time as long as it’s available.

Why is the API response sometimes slow?

Some of our APIs rely on real-time data collection and involve complex processes, which can occasionally slow things down — but typically no more than a few seconds. In some cases, network conditions or regional server restrictions may also affect response speed. If you notice any unusual delays, please contact us and we’ll check it out.

Still have questions?

Can't find the answer you're looking for? Please contact our support team.

Contact Us