just one api
🏠Official Website🐱Github(SDK)✉️Contact Us💰Recharge
🏠Official Website🐱Github(SDK)✉️Contact Us💰Recharge
    • API Usage Guide
    • 📢 Unread Announcements
    • Account
      • Account Balance
      • API Usage
    • Taobao And Tmall
      • Product Detail(V1)
      • Product Detail(V3)
      • Product Detail(V4)
      • Product Detail(V5)
      • Product Reviews(V6)
      • Product Reviews(V7)
      • Product Reviews(V8)
      • Social Feed(V1)
      • Store Product List(V9)
      • Product Sales(V5)
      • Product Search(V6)
    • rednote
      • User Info(V3)
      • User Info(V4)
      • User Note List(V4)
      • Note Detail(V1)
      • Note Detail(V4)
      • Note Detail(V7)
      • Note Detail(V8)
      • Note Comments(V2)
      • Note Comments(V3)
      • Note Comments(V4)
      • Note Comment Replies(V2)
      • Note Comment Replies(V3)
      • Note Search(V2)
      • Note Search(V3)
      • User Search(V2)
      • Home Feed(V1)
    • rednote pugongying
      • KOL Profile(V1)
      • KOL Reach Performance(V1)
      • KOL Follower Profile(V1)
      • KOL Follower Analysis(V1)
      • KOL Follower Trend(V1)
      • Similar KOL Recommendations(V1)
      • KOL Note List(V1)
      • KOL Data Overview(V1)
      • KOL Data Overview(V2)
      • KOL Cost-Effectiveness Performance(V1)
      • Note Detail(V1)
    • Douyin
      • User Detail(V3)
      • User Video List(V3)
      • Video Detail(V2)
      • Video Search(V4)
      • User Search(V2)
      • Video Comments(V1)
      • Comment Replies(V1)
    • Douyin Xingtu
      • KOL Profile(V1)
      • KOL Audience Profile(V1)
      • KOL Follower Profile(V1)
      • KOL Service Pricing(V1)
      • KOL Data Overview(V1)
      • KOL Keyword Search(V1)
      • KOL Conversion Analysis(V1)
      • KOL Video Performance(V1)
      • KOL Xingtu Index(V1)
      • KOL Conversion Video Display(V1)
      • KOL Connected Users(1)
      • KOL Connected User Sources(V1)
      • KOL Cost-Effectiveness Analysis(V1)
      • KOL Content Performance(V1)
      • KOL Follower Trend(V1)
      • KOL Comment Keyword Analysis(V1)
      • KOL Content Keyword Analysis(V1)
      • Author Commerce Spread Info(V1)
      • Author Commerce Seeding Base Info(V1)
    • Kuaishou
      • User Search(V2)
      • User Video List(V2)
      • Video Detail(2)
      • Video Search(V2)
      • User Detail(1)
    • Weibo
      • Keyword Search(V2)
      • Keyword Search(V3)
      • Post Detail(V1)
      • User Detail(V1)
    • bilibili
      • Video Detail(V2)
      • User Video List(V2)
      • User Detail(V2)
      • Video Danmaku(V2)
      • Video Comments(V2)
      • Video Search(V2)
    • WeChat
      • User Posts(V1)
      • Article Engagement Metrics(V1)
      • Article Comments(V1)
      • Search(V1)
    • Ke Holdings
      • Resale Housing Detail(V1)
      • Community List(V1)
    • IMDb
      • Title Release Expectation Query(V1)
      • Title Extended Details(V1)
      • TitleTopCastAndCrew V1(TitleTopCastAndCrew V1)
      • Title Base Info(V1)
      • Title Redux Overview(V1)
      • Title “Did You Know” Insights(V1)
      • Title Critics Review Summary(V1)
      • Title Awards Summary(V1)
      • Title User Reviews Summary(V1)
      • Title Plot Summary(V1)
      • Title Contribution Questions(V1)
      • Title Details(V1)
      • Title Box Office Summary(V1)
      • Title Recommendations(V1)
      • Main Search(V1)
      • Streaming Picks(V1)
      • News by Category(V1)
      • Title Chart Rankings(V1)
      • Title Countries of Origin(V1)
    • JD
      • Product Detail(V1)
    • Meituan
    • Xiecheng
    • Gaode
    • Feizhu
    • Ele

    API Usage Guide

    This guide explains how to use our API services, including authentication, error handling, latency diagnostics, rate limits, and support resources.

    🔐 Authentication#

    To access our API, you must include your access token as a URL parameter in every request:
    http://<ip:port>/your-endpoint?token=your_access_token
    To request a token, please register.

    🚨 Response Handling & Error Codes#

    All API responses return HTTP status code 200 OK, regardless of business outcome.
    You must rely on the code field in the JSON response body to determine the business-level result.

    Example Response#

    {
      "code": 0,
      "message": "",
      "data": { ... }
    }
    ⚠️ If the HTTP status code is not 200, it indicates a system-level error (e.g., timeout, platform exception). Please contact us for further investigation.

    Business Code Reference#

    codeMeaningBilled
    0SuccessYes 💰
    100Invalid or Inactive TokenNo
    201No Content AvailableYes 💰
    301Collection Failed. Please Retry.No
    302Rate Limit ExceededNo
    303Daily Quota ExceededNo
    400Invalid ParametersNo
    500Internal Server ErrorNo
    600Permission DeniedNo
    601Insufficient BalanceNo
    ·201 indicates that the requested resource does not exist (e.g., product or article not found). The request is still billed because it was successfully processed — the data simply doesn’t exist.

    ⏱ Timeout Recommendation
    Although most API requests respond within a few seconds, we recommend setting your request timeout to at least 60 seconds.
    This does not indicate that our API is slow — it simply helps avoid unintended errors or duplicate charges due to temporary network issues or client-side timeouts.

    🐢 Latency Diagnostics#

    If you experience unusually slow response times, you can test your network connection to our server using the /ping endpoint
    Normal responses typically return within a few hundred milliseconds.
    If the /ping request is significantly delayed, it may indicate network throttling or regional limitations.
    We currently offer two environments optimized for different regions. If you notice high latency, please switch based on your location:
    RegionRecommended Environment
    Mainland Chinaprod-cn
    Outside Mainland Chinaprod-global
    image.png
    Switching to the appropriate environment can significantly improve speed and stability.
    If you're unsure which to use or still experience issues, feel free to contact us. We'll be happy to help.

    🚦 Rate Limits & Quota#

    There are no general rate limits for API usage.
    However, a few high-traffic endpoints may have specific rate restrictions (e.g., per minute/hour), which will be indicated in their respective documentation.

    🛠 Support & Feedback#

    For any questions, integration support, or to request a custom solution, feel free to reach out via our support page:
    👉 contact us
    Modified at 2025-08-07 16:18:18
    Next
    📢 Unread Announcements
    Built with