AI Agent Hub
Back to skills
Tianyancha New Business Monitor icon

Tianyancha New Business Monitor

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_65867666/tianyancha-region-monitor into your AI assistant.

About this skill

Business development and risk control teams often need real-time visibility into newly registered enterprises in specific regions (e.g., Songjiang and Jiading districts). Manually refreshing the Tianyancha web page and filtering results is time-consuming, prone to human error, and lacks automated alerting.

Core Mechanism

This skill takes over an already opened browser session to automate monitoring of the "App > New Enterprises" module on Tianyancha.
- Region-Specific Filtering: Configured via the TARGET_REGIONS environment variable to precisely extract same-day new businesses in target areas.
- Scheduled Polling & Deduplication: Utilizes a */5 * * * * cron schedule to refresh the page every 5 minutes. It employs a DOM snapshot-based mechanism to compare page states, filtering out previously alerted data to prevent duplicate notifications.
- WeCom Integration: Upon detecting a new enterprise, it triggers the WECOM_WEBHOOK_URL to push key information in real-time to designated group chats.

Boundaries & Caveats

  • Browser State Dependency: The skill relies on an active, logged-in browser session remaining on the target page. If the tab is closed or the session expires, monitoring will halt.
  • Rate Limiting: The default 5-minute refresh interval should be evaluated to ensure it does not trigger Tianyancha's anti-bot or rate-limiting mechanisms.
  • Environment Setup: Requires Python 3.7+, with dependencies like requests and beautifulsoup4 installed, or it must be executed alongside the OpenClaw browser tool.

Use Cases

  • When owning market expansion in Songjiang and Jiading, capture same-day new business lists early and share them with the team.
  • When a logged-in browser has Tianyancha's new business page open, filter same-day companies by target regions and avoid duplicate alerts.
  • When setting up WeCom group notifications, push new businesses from the selected Tianyancha regions to a designated business channel.
  • When building a regional market intelligence workflow, check the page every five minutes and log newly appearing enterprise entries.

Best For

  • Market development staff who need real-time WeCom alerts for same-day new businesses in Songjiang and Jiading.
  • Sales support operations staff who filter regional leads from Tianyancha's new business page and need deduplication.
  • Risk or compliance analysts who monitor new registrations in selected districts and trigger WeCom notifications.
  • Engineering staff who maintain browser automation scripts and integrate OpenClaw browser tooling.