China Listed Company Profiles avatar

China Listed Company Profiles

Pricing

$1.00 / 1,000 results

Go to Apify Store
China Listed Company Profiles

China Listed Company Profiles

Retrieve English-first static profiles for issuers linked to current and delisted mainland-listed securities. The current release covers A-share issuers.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

Dazhi Du

Dazhi Du

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

English-first profiles for the issuers behind mainland Chinese listed securities. Look up issuer legal names, entity form, incorporation region, registered and operating locations, established date, industry, business overview, corporate website, investor contact, and linked securities.

The dataset is a static reference of company master data. It does not include market prices, financial statements, announcements, ratings, or recommendations.

How to run it

In Apify Console, open the Input tab, choose any filters, set Maximum records, and click Start. Leave the name and region filters empty to browse the current release in stable identifier order. Results appear in the run's Output and Dataset tabs; the Run summary link reports counts, release version, truncation state, and notices.

For a synchronous API call, use an Apify API token belonging to the caller's Apify account:

curl --request POST \
--header "Authorization: Bearer $APIFY_TOKEN" \
--header "Content-Type: application/json" \
--data '{"query_text":"Hangzhou Haoyue","max_items":10}' \
"https://api.apify.com/v2/acts/ddzzhen~china-listed-company-profiles/run-sync-get-dataset-items?clean=true&format=json"

The response is a JSON array of Dataset records. For scheduled or larger runs, start the Actor using Apify Console, API, CLI, Python client, or JavaScript client, then read the run's default Dataset. Users never need the private self-hosted API credential; it is configured only inside the Actor.

Example inputs:

{"incorporation_region":"CN","mainland_enterprise_only":true,"max_items":100}
{"query_text":"杭州豪悦","max_items":10}

What it returns

Each output record is one issuer with allowlisted public fields. The following is an abridged example; nullable fields remain present in complete JSON records:

{
"contract_version": "1.0",
"issuer_uid": "0003439e-5c7b-5a89-a407-68448cf5ebf5",
"issuer_name_zh": "杭州豪悦护理用品股份有限公司",
"issuer_name_en": "Hangzhou Haoyue Personal Care Co., Ltd",
"incorporation_region": "CN",
"mainland_enterprise_flag": true,
"operating_location_zh": "浙江省杭州市临平区东湖街道临平经济技术经开区红丰路655号",
"operating_location_en": null,
"established_on": "2008-03-11",
"industry_system": "licensed_mainland_industry_v1",
"business_overview_en": null,
"corporate_site_url": "www.hz-haoyue.com",
"investor_contact_email": "haoyue@hz-haoyue.com",
"linked_securities": [
{
"security_uid": "61e5911b-14cf-519b-a74c-e0563266ec63",
"display_symbol": "605009.XSHG",
"share_class": "a_share",
"lifecycle_state": "active"
}
],
"release_version": "rel-20260721-121622",
"evidence_grade": "licensed_en"
}

The actor also writes an OUTPUT key-value record with a run summary (contract_version, returned_items, api_pages, data_release_version, truncated_by_max_items, notices).

Contract and compatibility

This Actor implements ReidData Actor Contract 1.0. contract_version identifies the stable input/output structure, while release_version identifies the underlying public data release. All public keys use snake_case. Additive compatible fields require a contract minor-version update; removals, renames, incompatible type changes, or behavior changes require a new major version.

Input

FieldTypeDefaultDescription
query_textstringnoneChinese or English issuer-name text.
incorporation_regionenumnoneCN or HK.
mainland_enterprise_onlybooleantrueRestrict to mainland Chinese enterprises.
max_itemsinteger100Maximum records to return (1–5000).
page_sizeinteger100Self-hosted API page size (1–200).

With no filters the actor returns the first max_items issuers by stable identifier order.

Current coverage

The current public release covers issuers of current and delisted A-shares. B-share and positively verified mainland-enterprise H-share issuer coverage is deferred and is not claimed until a later release explicitly adds it.

Provenance and quality

Every record carries an evidence_grade (official_en, licensed_en, translated_reviewed, translated_unreviewed, missing) and a release_version. Optional descriptive fields such as English operating address, industry label, or business overview remain null when no reviewed translation is available; they are never inferred. For informational and research use only.