GNView Douyin API Downloader for Openclaw

A comprehensive API toolkit for programmatically collecting Douyin user profiles, video metadata, and managing authentication cookies.

gnview
v1.0.0
Apr 11, 2026
0
598
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install gnview-api-downloader

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install gnview-api-downloader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is GNView Douyin API Downloader?

The gnview-api-downloader is a robust integration within the Openclaw Skills library designed for developers and data scientists who need high-fidelity data from the Douyin platform. It provides a standardized interface to interact with complex social media endpoints, allowing for the extraction of granular details such as video engagement metrics, creator statistics, and session management tokens. This skill bridges the gap between raw web data and actionable intelligence by automating the most challenging parts of the scraping workflow.

Built for reliability, the skill focuses on structured data retrieval. Whether you are tracking trending content or building a creator database, this tool provides the necessary hooks to pull data at scale. By leveraging this specific addition to the Openclaw Skills collection, users can bypass manual data entry and focus on analysis and visualization.

GNView Douyin API Downloader Use Cases

  • Automated market research to track trending creators and content performance on Douyin.
  • Batch harvesting of video metadata for sentiment analysis or content archival.
  • Real-time monitoring of competitor profile changes and post frequency.
  • Programmatic management of session persistence through automated cookie synchronization for long-running scrapers.

How GNView Douyin API Downloader Works

  1. The user initializes the skill by defining the base API endpoint in the configuration file.
  2. For user-specific data, the tool extracts the unique sec_user_id from a standard Douyin homepage link.
  3. The skill sends authenticated requests to the API to fetch specific video details or entire user post histories.
  4. Metadata is returned in a structured format, ready for processing or storage in a database.
  5. To maintain access, the skill uses a hybrid update mechanism to refresh session cookies, ensuring uninterrupted data flow.

GNView Douyin API Downloader Setup

To begin using this skill, you must configure your environment to point to your API service.

  1. Locate or create the config.json file in the skill's root directory.
  2. Define your API base URL as follows:
{
  "base_url": "http://your-api-service-address/"
}

Ensure your API endpoint is accessible to the Openclaw Skills runner to allow for seamless data fetching.

GNView Douyin API Downloader Data Schema & Taxonomy

The gnview-api-downloader organizes data based on the entity being queried. Below is the primary data taxonomy:

Data Category Key Fields Extracted
Single Video Title, Video ID, Play Count, Share Count, Cover URL
User Profile Nickname, Bio, Follower/Following Count, Verification Status
User Posts List of Video Objects, Pagination Tokens, Total Post Count
Identity sec_user_id, Web Session Cookies

GNView Douyin API Downloader Advanced Features

  • Multi-endpoint support for both single-video deep dives and user-level broad scraping.
  • Integrated URL parser to resolve user-friendly profile links into machine-readable sec_user_id tokens.
  • Hybrid cookie update system designed to minimize session expiration during high-volume operations.
  • Modular architecture allowing developers to call specific sub-modules for tailored data pipelines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*