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

1
  1. Fetch Hot Search Data
  2. Send a GET request to the Bilibili hot search API using the provided ApiToken to retrieve raw trending data.
2
  1. Parse and Validate Response
  2. Convert the raw JSON response into an array format and confirm successful parsing before proceeding.
3
  1. Build Readable Top List
  2. Initialize a string list, loop through each hot search entry extracting rank, title, and URL, appending them in order.
4
  1. Generate Date Stamp
  2. Create the current date string for use in the email subject line to contextualize the report.
5
  1. Send Email Report
  2. 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

  1. Step 1. Configure Credentials
  2. Set up Gmail credentials in the workflow to enable sending emails.

  3. Step 2. Input Parameters
  4. Enter your ApiToken and the recipient Email address in the start node.

  5. Step 3. Run the Workflow
  6. Execute the workflow to trigger data fetching, processing, and email dispatch.

  7. Step 4. Monitor for Errors
  8. Check execution logs for any failures in data retrieval or email sending.

  9. Step 5. Verify Email Receipt
  10. Confirm that the recipient receives the hot search list email with the correct date and content.

FAQs

What happens if the API response cannot be parsed?
The workflow sets IsSuccess to false in the "Convert Response To Array" node, halting further processing to prevent invalid data usage.
How is the email subject line generated?
The "Generate Current Date" node formats the current date as a string, which is used to construct a dynamic email subject for timely identification.
Can I change the recipient email address after deployment?
Yes, you can update the Email parameter in the start node to direct the report to a different recipient without altering the workflow logic.
Is manual intervention needed to parse and format the hot search list?
No, the workflow automatically extracts rank, title, and URL fields, formats them, and builds the list without manual steps.
Was This Page Helpful?

More Workflows for Inspiration

🤖
Local LLM Batch Evaluator
Automate batch testing of local LLMs, capturing detailed metrics and saving results to Google Sheets.
Learn more >
📧
Intelligent Email Auto-reply
Automate Gmail replies with AI-based classification and calendar scheduling to save time.
Learn more >
📧
Smart Email Priority Manager
Automatically classify Gmail emails by urgency and importance to streamline inbox management.
Learn more >