Getting Started
Welcome to the Jambing API. Our API allows you to programmatically trigger deep sentiment analysis on any product or topic across major Chinese social media platforms like Bilibili and Zhihu.
Use this API to monitor brand reputation, discover consumer pain points, and gain market intelligence directly from 1.4 billion Chinese consumers.
Authentication
Authenticate your requests by including your secret API key in the X-API-KEY header.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Create Analysis
POST /v1/analyzeSubmit a new keyword for sentiment analysis. The system will start collecting data and processing it in the background.
Request Body
| Parameter | Type | Description |
|---|---|---|
| keyword | string | The product or topic name to analyze (English or Chinese). |
| platforms | array | List of platforms to scan. Defaults to ["bilibili", "zhihu"]. |
| lang | string | Output language for the analysis ("zh" or "en"). Defaults to "zh". |
Get Report
GET /v1/report/{task_id}Retrieve the status and structured results of an analysis task. Results include sentiment dimensions, evidence from social media, and full reports.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| task_id | integer | The ID of the task returned by the analyze endpoint. |
Pricing Plans
Choose the plan that fits your analysis needs. All plans include access to both Bilibili and Zhihu data sources.