Tianyancha Company Listing Info
Pricing
$3.00 / 1,000 listings
Tianyancha Company Listing Info
Fetches a company's stock/listing information from Tianyancha (天眼查) by company gid.
Pricing
$3.00 / 1,000 listings
Rating
0.0
(0)
Developer
NewLai
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
What does tianyancha-listing do? | 天眼查上市公司与股票信息查询
tianyancha-listing is a Chinese listed company and stock data scraper. Given a company gid, it extracts listing information from Tianyancha (天眼查) — stock name, security code, exchange, market board, listing status, and market capitalization — as structured JSON.
中文简介: 这是一个天眼查上市公司查询和股票信息 API,可批量采集股票名称、证券代码、证券交易所、上市板块、上市状态和市值等数据,适用于中国上市公司研究、投资分析和合规核验。
The output is one dataset row per listing, tagged with its Tianyancha company ID. Use it in Apify Console or automate public-company research through the Apify API, schedules, monitoring, and integrations.
Why use tianyancha-listing?
- No browser, no manual login — plain HTTP requests, so runs are fast and cheap.
- Clean structured JSON — every listing is flattened into its own dataset row, downloadable as JSON, CSV, Excel, XML, or HTML.
- Batch by company — fetch many
gidsin a single run. - Ready for automation — combine it with Apify scheduling, webhooks, and API access to power investment and compliance pipelines.
- Apify platform advantages — monitored runs, pay-per-use billing, proxy support, and 15 integrations out of the box.
Related Tianyancha Actors | 天眼查 Actor 工具集
These Actors share a gid-based workflow. Start with Tianyancha Company Search to find companies by keyword, then pass each returned id to the detail Actors below.
中文工作流: 先用天眼查企业查询按关键词获取公司 gid,再把 gid 传给其他 Actor,组合完成工商、股东、动态、风险、知识产权和上市信息查询。
| Actor | Best for / 用途 |
|---|---|
| Tianyancha Company Search / 天眼查企业查询 | Find companies by keyword and return reusable gid values / 按关键词查公司 |
| Tianyancha Basic Company Info / 天眼查工商信息 | Company profile, legal representative, capital, credit code, and address / 企业工商档案 |
| Tianyancha Shareholders / 天眼查股东信息 | Shareholders, holding percentages, controlling shareholder, and actual controller / 股权结构 |
| Tianyancha Company Dynamics / 天眼查企业动态 | Company changes, lawsuits, court hearings, penalties, and alerts / 企业风险动态 |
| Tianyancha Risk & IP Counts / 天眼查风险与知识产权 | Lawsuit, penalty, patent, trademark, branch, and risk counts / 风险与知识产权统计 |
| Tianyancha Listed Company Data / 天眼查上市信息 | Stock code, exchange, market board, listing status, and market cap / 上市公司与股票信息 |
How to use tianyancha-listing
- Open the Actor's Input tab in the Apify Console.
- Enter one or more company
gids(e.g.[9519792, 9519793]). - Click Start. The Actor fetches each company's listing info and stores it in the run's dataset.
- 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-listing --input '{"gids": [9519792, 9519793]}'
Input
The Actor takes a single input field:
| Field | Type | Required | Description |
|---|---|---|---|
gids | array<integer> | Yes | Tianyancha 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:
| Variable | Description |
|---|---|
TYC_CONCURRENCY | Maximum number of companies fetched concurrently. Preset and fallback: 8. |
Output
The Actor pushes one record per listing to the default dataset. A representative (abbreviated) output item looks like:
{"gid": 9519792,"shorthand": "腾讯控股","type": "港股","bondNum": "HK.00700","stockExchange": "香港交易所主板","listingStatus": "正常上市","listingDate": "2004-06-16","totalMarketCapitalisation": "47361.85亿港元"}
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:
| Field | Description |
|---|---|
gid | Tianyancha company ID |
shorthand | Stock short name (股票简称) |
type | Listing market type (港股/A股) |
bondNum | Stock code (股票代码) |
stockExchange | Stock exchange name |
listingStatus | Listing status (正常上市/已退市) |
listingDate | Listing date |
totalMarketCapitalisation | Total market capitalisation |
How much does it cost to scrape Tianyancha?
This Actor uses pay-per-event pricing at $0.003 per successfully processed company (gid). The number of records, pages, articles, shareholders, events, or listing items returned for that company does not change the price.
| Successfully processed companies | Event charge |
|---|---|
| 1 | $0.003 |
| 2 | $0.006 |
| 10 | $0.030 |
| 100 | $0.300 |
A company is charged only after Tianyancha returns a valid response and all output records for that gid are saved to the Dataset. Failed requests, restricted/error responses, and Dataset write failures are not charged. A valid response with zero matching detail records is still a completed company lookup and is charged once. Duplicate input gid values are normalized and processed only once.
Tips or Advanced options
- Get the right
gid— pair this with thetianyancha-searchActor to find companies by keyword, then feed theirids here. - Batch lookups — pass many
gidsin a single run; every listing 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.