Overview
Manually tracking Bilibili's trending topics is tedious and error-prone. This workflow automates data retrieval via a third-party API, parses the hot search entries, compiles them into a clear list, and emails it directly to your inbox—eliminating manual overhead and speeding up insight delivery.
The Impact
- Stop manual monitoring. Automate daily scraping of Bilibili's hot searches without lifting a finger.
- Skip data chaos. Convert raw API responses into a clean, readable top list instantly.
- Flag trending topics fast. Receive timely email reports to act on current audience interests.
- Save hours daily. Free up time by eliminating manual compilation and distribution tasks.
Who This Is For
- Media Operators Automate hot topic tracking to fuel content creation decisions.
- Market & Product Managers Monitor competitor buzz and industry trends effortlessly.
- Community Managers Distribute trending info to editorial teams for curated content planning.
- Data Analysts Streamline data collection for timely reporting and insights.
How It Works
- Fetch Hot Search Data
- Send a GET request to the Bilibili hot search API using the provided ApiToken to retrieve raw trending data.
- Parse and Validate Response
- Convert the raw JSON response into an array format and confirm successful parsing before proceeding.
- Build Readable Top List
- Initialize a string list, loop through each hot search entry extracting rank, title, and URL, appending them in order.
- Generate Date Stamp
- Create the current date string for use in the email subject line to contextualize the report.
- Send Email Report
- Use Google email credentials to send the compiled top list to the specified recipient email address.
What You'll Need
Before using this template, make sure you have:
- A valid API authentication token (ApiToken) for the Bilibili hot search data API.
- A Gmail account authorized for email sending within the workflow.
- The target recipient email address to receive the daily hot search list.
How to Use
- Step 1. Configure Credentials
- Step 2. Input Parameters
- Step 3. Run the Workflow
- Step 4. Monitor for Errors
- Step 5. Verify Email Receipt
Set up Gmail credentials in the workflow to enable sending emails.
Enter your ApiToken and the recipient Email address in the start node.
Execute the workflow to trigger data fetching, processing, and email dispatch.
Check execution logs for any failures in data retrieval or email sending.
Confirm that the recipient receives the hot search list email with the correct date and content.