Tianyancha Basic Company Info avatar

Tianyancha Basic Company Info

Pricing

$3.00 / 1,000 basic infos

Go to Apify Store
Tianyancha Basic Company Info

Tianyancha Basic Company Info

天眼查公司基础信息查询/Tianyancha Basic Company Information Inquiry

Pricing

$3.00 / 1,000 basic infos

Rating

0.0

(0)

Developer

NewLai

NewLai

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

a day ago

Last modified

Share

What does tianyancha-basic-info do? | 天眼查企业工商信息查询

tianyancha-basic-info is a Tianyancha company profile scraper and China business registry data API. Given a company gid, it extracts registered company information from Tianyancha (天眼查) — company name, legal representative, registered capital, unified social credit code, establishment date, registration status, business scope, and more — into structured JSON.

中文简介: 这是一个面向中国企业数据的天眼查企业工商信息查询 API,可批量采集企业名称、法定代表人、注册资本、统一社会信用代码、成立日期、登记状态和经营范围等公开工商注册信息,适用于企业尽调、KYC、客户线索补全和公司档案建设。

The Actor uses the Tianyancha mobile API without a browser or manual login. Run it in Apify Console or automate company lookup and due-diligence workflows through the Apify API, schedules, webhooks, monitoring, and integrations.

Why use tianyancha-basic-info?

  • No browser, no manual login — the encrypted request header is generated in pure Python, so runs are fast and cheap.
  • Clean structured JSON — output lands in a standard Apify dataset, downloadable as JSON, CSV, Excel, XML, or HTML.
  • Ready for automation — combine it with Apify scheduling, webhooks, and API access to power lead-gen, due-diligence, and KYC pipelines.
  • Apify platform advantages — monitored runs, pay-per-use billing, proxy support, and 15 integrations out of the box.

How to use tianyancha-basic-info

  1. Open the Actor's Input tab in the Apify Console.
  2. Enter one or more company gids (e.g. [9519792, 9519793]).
  3. Click Start. The Actor fetches each company's base info and stores it in the run's dataset.
  4. Open the run's Dataset tab to preview the JSON, or download it in your preferred format.

You can also run it from the command line with the Apify CLI:

$apify call <username>/tianyancha-basic-info --input '{"gids": [9519792, 9519793]}'

Input

The Actor takes a single input field:

FieldTypeRequiredDescription
gidsarray<integer>YesTianyancha company group IDs (gids) to fetch, e.g. [9519792, 9519793]

Example input:

{
"gids": [9519792, 9519793]
}

All Tianyancha API requests use Apify Residential Proxy with the exit location fixed to mainland China (CN). No custom proxy URL or proxy environment variable is required. The Actor checks proxy access during startup and fails clearly instead of falling back to an unproxied request.

The remaining runtime option is preset in the Actor configuration:

VariableDescription
TYC_CONCURRENCYMaximum number of companies fetched concurrently. Preset and fallback: 8.

Output

The Actor pushes one Dataset item per company. Important fields are extracted to the top level for easy table viewing and export. Millisecond timestamps are converted to ISO dates, and the social-insurance staff count is converted to an integer. The complete, unmodified Tianyancha company object remains available under data, so no source fields are discarded.

A representative (abbreviated) output item looks like:

{
"gid": 1234567,
"name": "示例科技有限公司",
"legalPersonName": "张三",
"regStatus": "存续",
"regCapital": "1000万人民币",
"establishmentDate": "2015-06-15",
"approvedDate": "2025-01-15",
"creditCode": "91110108MA00XXXXXX",
"regNumber": "11000000XXXXXXXX",
"industry": "软件和信息技术服务业",
"socialStaffCount": 100,
"regLocation": "北京市海淀区示例街道1号",
"companyUrl": "https://www.tianyancha.com/company/1234567",
"data": {
"id": 1234567,
"name": "示例科技有限公司",
"estiblishTime": 1434326400000,
"...": "all original Tianyancha fields"
}
}

Use the Overview view for core company columns, Details for registration and contact fields, and All fields / 全部原始字段 to inspect the complete source object. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data table

Main fields you can expect in the output:

FieldDescription
gidTianyancha company group ID
nameRegistered company name
legalPersonNameLegal representative
regStatusCompany operating status
regCapitalRegistered capital with currency
establishmentDateParsed ISO establishment date
approvedDateParsed ISO registration approval date
creditCodeUnified social credit code
regNumberBusiness registration number
orgTypeNameRegistered organization type
industryCompany industry
staffNumRangeReported staff size range
socialStaffCountParsed social-insurance staff count
regLocationRegistered address
regInstituteRegistration authority
emailPrimary public email
phoneNumberPrimary public phone number
websitePrimary company website
companyUrlDirect Tianyancha company profile link
dataComplete unmodified company object containing all original fields

How much does it cost to scrape Tianyancha?

Apify usage is measured in compute units (CUs). Each run is a single lightweight HTTP request with no browser, so it consumes well under a fraction of a CU. With Apify's free tier, occasional lookups cost nothing. For bulk lookups, the default memory (256 MB) and short run duration keep costs minimal — you can estimate your exact spend on the Apify Pricing page.

Tips or Advanced options

  • Get the right gid — every Tianyancha company page has a numeric gid; use the Actor together with a Tianyancha search scraper to feed ids in bulk.
  • Batch lookups — pass many gids in a single run; each company is fetched and stored in the same dataset. Feed a long list, or schedule repeated runs via the Apify API.
  • Fast and cheap — the Actor uses plain HTTP, so it is far cheaper and faster than browser-based scrapers for the same data.

FAQ, disclaimers, and support

  • Is this legal? The Actor accesses Tianyancha's public mobile API. You are responsible for complying with Tianyancha's Terms of Service and applicable laws, and for how you use the data.
  • Known limitations — the private API may change without notice; if the Authorization cipher changes, runs may fail until the Actor is updated.
  • Need a custom solution? For tailored scraping, bulk export, or integration work, open an issue on the Issues tab or reach out for a custom Actor.

This page was generated with Apify's Actor README guidelines.