zhihu-search-api-skill

Extract structured Zhihu article data and full content from search results.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill zhihu-search-api-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: zhihu-search-api-skill
Source: https://github.com/browser-act/skills/tree/main/solutions/social-listening/zhihu-search-api-skill
Command: npx skills add https://github.com/browser-act/skills --skill zhihu-search-api-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Automates extraction of structured Zhihu article data and full content from search results.

Core Features & Use Cases

  • Automated extraction of article title, body_content, author, publication_date, and url_link from Zhihu search results.
  • Retrieval of full article content for selected results to enable deeper analysis.
  • Use cases include industry trend monitoring, public relations tracking, competitor research, and market analysis on Zhihu.

Quick Start

Execute the search with a keyword to fetch articles, e.g., python scripts/zhihu_search_api.py 'AI' '7d' 10, after setting the BROWSERACT_API_KEY environment variable.

Frequently Asked Questions about zhihu-search-api-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Zhihu article data and full content from search results?▼

You can extract Zhihu article data and full content from search results by executing the script with parameters like keyword, Publish_date, and Date_limit to retrieve structured fields including title, body_content, author, and url_link.

Can I monitor industry trends and track competitors using Zhihu search data?▼

You can monitor industry trends and track competitors using Zhihu search data by automating topic-based article discovery and extracting full article content for comprehensive market analysis and PR tracking.

What do I need to set up before running the Zhihu web scraping script?▼

Before running the Zhihu web scraping script, you need to set the BROWSERACT_API_KEY environment variable and ensure the requests dependency is installed to execute the search API template successfully.

What structured fields can I retrieve when scraping Zhihu articles?▼

When scraping Zhihu articles, you can retrieve structured fields including title, body_content, image_url, author, publication_date, and url_link from the search results output.

How do I filter Zhihu articles by publication date during data extraction?▼

To filter Zhihu articles by publication date during data extraction, you specify the Publish_date and Date_limit input parameters when executing the search API template script.