Tianyancha Company Shareholders avatar

Tianyancha Company Shareholders

Pricing

$3.00 / 1,000 share holders

Go to Apify Store
Tianyancha Company Shareholders

Tianyancha Company Shareholders

Fetches a company's shareholder list from Tianyancha (天眼查) by company gid.

Pricing

$3.00 / 1,000 share holders

Rating

0.0

(0)

Developer

NewLai

NewLai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

What does tianyancha-shareholders do? | 天眼查股东信息与股权结构查询

tianyancha-shareholders is a Chinese company shareholder and ownership data scraper. Given a company gid, it extracts the shareholder list from Tianyancha (天眼查) — shareholder name, holding percentage, shareholder type, and tags such as controlling shareholder or actual controller — as structured JSON.

中文简介: 这是一个天眼查股东信息和企业股权结构查询 API,可批量采集股东名称、持股比例、股东类型、控股股东及实际控制人标签,适用于股权分析、关联关系研究、KYC 和企业尽调。

Each shareholder becomes a dataset row tagged with company ID, producing a flat company-to-shareholder table. Use it in Apify Console or automate ownership analysis through the Apify API, schedules, monitoring, and integrations.

Why use tianyancha-shareholders?

  • No browser, no manual login — plain HTTP requests, so runs are fast and cheap.
  • Clean structured JSON — every shareholder is flattened into its own dataset row, downloadable as JSON, CSV, Excel, XML, or HTML.
  • Batch by company — fetch many gids in a single run; every shareholder lands in the same dataset.
  • Ready for automation — combine it with Apify scheduling, webhooks, and API access to power due-diligence, KYC, and ownership-analysis pipelines.
  • Apify platform advantages — monitored runs, pay-per-use billing, proxy support, and 15 integrations out of the box.

How to use tianyancha-shareholders

  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 shareholders and stores them 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-shareholders --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 fails instead of falling back to a direct 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 record per shareholder to the default dataset. A representative (abbreviated) output item looks like:

{
"companyId": 9519792,
"shareholderTotal": 4,
"name": "马化腾",
"proportion": "54.2857%",
"type": 2,
"gid": 2277807374,
"tagList": [
{ "name": "受益所有人", "type": 3 },
{ "name": "实际控制人", "type": 2 },
{ "name": "控股股东", "type": 5 }
]
}

The underlying endpoint also returns the company's executives and brand/investment sections; this Actor extracts the shareholder list. 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
companyIdTianyancha company ID (gid) the shareholder belongs to
nameShareholder name
proportionShareholding proportion
typeShareholder type code
gidTianyancha ID of the shareholder entity
pidTianyancha pid of the shareholder
tagListTags (e.g. 实际控制人, 控股股东, 受益所有人)
shareholderTotalTotal shareholders for the company

How much does it cost to scrape Tianyancha?

Apify usage is measured in compute units (CUs). Each run is a lightweight set of HTTP requests with no browser, so it consumes well under a fraction of a CU per company. 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 — pair this with the tianyancha-search Actor to find companies by keyword, then feed their ids here.
  • Batch lookups — pass many gids in a single run; every shareholder is stored in the same dataset.
  • 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 endpoint 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.