AI Agent Hub
Back to skills
Riskbird Company Info Batch Lookup icon

Riskbird Company Info Batch Lookup

Data Analysis Updated 2026.08.30

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

Please install @user_b8af0005/riskbird-cominfo-batch according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem Background

When teams need to verify phone numbers, emails, addresses, legal representatives, registered capital, and social insurance coverage in bulk, buying commercial data memberships can be expensive, while manually checking each company on Riskbird is error-prone and can waste daily quota. This skill is intended for users who already have a free Riskbird account and want a repeatable script-based lookup workflow.

Core Workflow

It assumes the local Chrome browser is already exposed through CDP Proxy and has a Riskbird tab open. The skill reuses the existing tab instead of opening new ones, then walks through a JSON company list and prioritizes extraction from search results pages:

  • phone, email, address, legal representative, capital
  • social insurance enrollment count only when needed, which requires entering detail pages

Each result is saved after every company lookup, reducing data loss if the run stops. If the page reports that the daily query quota is exhausted, the skill stops immediately and keeps the data already collected. Because free Riskbird accounts have a limited daily detail-page quota, social insurance lookup is treated as an optional action.

Boundary and Cautions

This does not cover unauthenticated browsers, missing CDP Proxy, missing Riskbird tabs, or company lists that are not JSON arrays. Local proxy settings can cause curl timeouts, so requests should bypass the proxy. JavaScript comments should avoid // because script compression or newline changes can break execution. Extraction depends on Riskbird page fields, so field locators and quota warnings need updates if the site layout changes.

Use Cases

  • A law firm team verifies company phones and addresses without manually searching each firm on Riskbird.
  • Legal counsel extracts legal representatives, registered capital, and social insurance counts during supplier due diligence.
  • Sales prepares a prospect list by collecting phone numbers and emails from Riskbird search results into JSON.
  • Procurement checks supplier addresses and phones, entering detail pages only when social insurance data is needed.

Best For

  • Legal assistants who compile company contacts and social insurance counts for weekly due diligence projects.
  • Procurement specialists reviewing supplier onboarding and extracting legal representatives and registered capital.
  • Data engineers maintaining local CDP automation and reusing Chrome login sessions.
  • Operations analysts who need to use Riskbird free quota and keep result files.