CNINFO China Listed-Company Disclosure Scraper avatar

CNINFO China Listed-Company Disclosure Scraper

Pricing

Pay per event

Go to Apify Store
CNINFO China Listed-Company Disclosure Scraper

CNINFO China Listed-Company Disclosure Scraper

Scrapes CNINFO (cninfo.com.cn) — China's official filings portal for Shanghai, Shenzhen, STAR Market, ChiNext and Beijing exchanges. Returns annual reports, prospectuses, related-party deals and restated financials. Filter by exchange, date range, stock code or keyword. PDF URL per record.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Scrapes CNINFO (cninfo.com.cn) — the official CSRC-mandated disclosure portal for all A-share listed companies on the Shanghai Stock Exchange (SSE), Shenzhen Stock Exchange (SZSE), STAR Market, ChiNext and Beijing Stock Exchange (BSE).

Every Chinese regulatory filing lands on CNINFO first: annual reports, semi-annual and quarterly reports, prospectuses, acquisition notices, related-party transaction disclosures, restated financials, and more. This is the first filing-level dataset for Chinese A-share companies on Apify — the Chinese equivalent of an SEC EDGAR scraper.

What You Get

Each output record contains:

FieldDescription
announcement_idUnique CNINFO filing ID
sec_code6-digit A-share stock ticker
sec_nameCompany short name (Chinese)
company_nameFull registered name
exchangeExchange plate (SZSE, SSE)
announcement_titleFull filing title
announcement_typeCNINFO category code(s)
announcement_timePublication timestamp (ISO-8601)
pdf_urlDirect CDN URL to the PDF filing
pdf_size_bytesPDF file size in bytes
languageFiling language (zh or en)
is_importantCNINFO importance flag
source_urlCanonical CNINFO detail page URL

Input Options

ParameterDescriptionDefault
maxItemsMaximum number of announcements to return
plateExchange plate: szse (Shenzhen/STAR/ChiNext) or sse (Shanghai). Leave blank for bothszse
dateFromStart date (YYYY-MM-DD)90 days ago
dateToEnd date (YYYY-MM-DD)today
stockCode6-digit A-share stock code for company-specific filings (e.g. 000001 for Ping An Bank)
categoryCNINFO category code filter (e.g. category_ndbg_szsh for annual reports)
keywordFull-text keyword search (Chinese or English)

Example Use Cases

Fetch the 100 most recent SZSE disclosures:

{
"plate": "szse",
"maxItems": 100
}

Get filings from Ping An Bank in 2025:

{
"plate": "szse",
"stockCode": "000001",
"dateFrom": "2025-01-01",
"dateTo": "2025-12-31",
"maxItems": 50
}

Event-driven search — related-party deals in Q1 2026:

{
"dateFrom": "2026-01-01",
"dateTo": "2026-03-31",
"keyword": "关联交易",
"maxItems": 200
}

Data Source

CNINFO is operated by Shenzhen Securities Information Co. Ltd under a CSRC mandate and has been the official disclosure platform for all Chinese A-share companies since 1999. The actor uses the same XHR endpoint as CNINFO's own search interface — no captcha, no rate-limiting observed, no authentication required.

Notes

  • Only szse and sse plates have data through the query endpoint. szse covers Shenzhen Main Board, ChiNext (GEM) and STAR Market simultaneously; sse covers Shanghai Main Board.
  • announcement_type returns CNINFO internal category codes (pipe-delimited). The API returns null for the human-readable label in most responses.
  • PDF files are hosted on static.cninfo.com.cn and are publicly accessible without authentication.
  • This actor targets a Chinese government-operated site. Cloud runs from Apify reach it reliably. Local runs from outside mainland China may see higher latency.