
Zhihu Search API
Fetch full Zhihu article details by keyword via API. Ideal for content monitoring, media research, and article intelligence workflows.
Brief
What is Zhihu Search API?
BrowserAct's Zhihu Search API lets you extract full article details from Zhihu (知乎) article search results through a single API request, without building crawler scripts or maintaining custom browser automation.
This API is designed for keyword-based article discovery and full-content extraction. Simply provide keywords and set Date_limit. BrowserAct will search relevant Zhihu articles, open each article detail page, extract the complete article content, and return it directly via API.
It is ideal for content monitoring, media research, trend tracking, knowledge base building, and internal article archives.
What data can you get through Zhihu Search API?
The API extracts structured article details from the Zhihu article detail page, including:
- Title: Full article title
- Body_Content: Full body content of the article
- Image_URL: Main image URL or article cover image URL when available
- Author: Article author or publishing account name
- Publication_Date: Article publication date
- URL_Link: Original article URL
Why Zhihu Search API is right for you
- Keyword-based discovery
Search Zhihu articles by keyword and extract structured data from matching results.
- Full-content extraction
Open each article detail page and extract the complete article body, not just list-level snippets.
- Zero operational overhead
No proxy setup, crawler scripts, or anti-bot handling required. BrowserAct runs the workflow in the background.
- Production-ready output
Consistent, structured responses designed for content systems, monitoring dashboards, and automation workflows.
In short:
Keyword → API call → Full article details delivered
API Parameters
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes | openclaw | Search keyword, for example: |
Publish_date | string | No | 7da | Time filter. Options: |
Code to Integrate
Click Get code, replace the API key, and run the code directly in your application.
API Key, get from: https://www.browseract.com/reception/integrations
API_KEY = os.getenv("BROWSERACT_API_KEY", "app-abcdefghijklmn")
Replace:
app-abcdefghijklmn
with your own API key, and the code will run successfully. You can find your API key in the API & Integrations section of the BrowserAct dashboard.
API Example
Input
keyword: openclaw
Date_limit: 10
Publish_date: 7d
Steps
1. Click Get the Code
2. Run the request
3. Receive structured full article details via API
Create Your Own Zhihu Search API
To create your own Zhihu Search API, simply start from a prebuilt template.
1. Click Create from Template in the top-right corner
2. Complete the setup
3. You'll receive a callable workflow_id
Once created, you can use the BrowserAct API to invoke your workflow programmatically and retrieve full Zhihu article details directly in your application.
Need help?
Discord: [Discord Community]
E-mail: service@browseract.com
