
Fetch full Zhihu article details by keyword via API. Ideal for content monitoring, media research, and article intelligence workflows.
Install this skill for me:
https://github.com/browser-act/skills/tree/main/zhihu-search-api-skill
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.
The API extracts structured article details from the Zhihu article detail page, including:
Search Zhihu articles by keyword and extract structured data from matching results.
Open each article detail page and extract the complete article body, not just list-level snippets.
No proxy setup, crawler scripts, or anti-bot handling required. BrowserAct runs the workflow in the background.
Consistent, structured responses designed for content systems, monitoring dashboards, and automation workflows.
In short:
Keyword → API call → Full article details delivered
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes | openclaw | Search keyword, for example: |
Publish_date | string | No | 7da | Time filter. Options: |
Click Get code, replace the API key, and run the code directly in your application.
API Key, get from: https://docs.browseract.com/integrations/api-keys
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.
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
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.
Discord: [Discord Community]
E-mail: service@browseract.com