BeiDou Navigation System News Scraper avatar

BeiDou Navigation System News Scraper

Pricing

Pay per event

Go to Apify Store
BeiDou Navigation System News Scraper

BeiDou Navigation System News Scraper

Scrapes official news, announcements, and policies from beidou.gov.cn — China's BDS satellite navigation authority. Covers 5 sub-channels: news, announcements, policy, data exchange, and applications. Outputs zh-CN articles with title, content, publish date, source, images, and attachments.

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

3 days ago

Last modified

Share

Scrape official news, announcements, policies, and technical bulletins from beidou.gov.cn — the Chinese government's BDS satellite navigation authority (国务院北斗办).

What this actor does

Crawls 5 official sub-channels of the BeiDou Navigation Satellite System website:

Sub-channelChinese nameContent
xwzx新闻中心News center — main news (~1000+ articles)
gfgg公告公示Official announcements & notices
zcfg政策法规Policy & regulations
sjjl数据交流Data exchange bulletins
yytg应用推广Application promotion & use cases

For each article, it extracts the title, full body text and HTML, publish date, source publication, images, file attachments, and satellite system references (BDS-3, GEO, IGSO, MEO mentions).

Who uses this

  • Aviation and maritime authorities tracking BDS-3 signal-in-space accuracy and anomaly announcements
  • BDS service providers in BRI countries monitoring policy changes
  • Researchers tracking dual-use satellite navigation policy
  • Organizations needing zh-CN primary-source data on GNSS developments

Input parameters

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of articles to scrape. Set to 0 for all.
subchannelsarrayallSub-channels to include. Omit to scrape all 5 channels.

Example input (scrape recent news + announcements)

{
"maxItems": 100,
"subchannels": ["xwzx", "gfgg"]
}

Output schema

Each record contains:

FieldTypeDescription
article_idstringArticle ID from URL (e.g. t20260609_29339)
subchannelstringSub-channel key (xwzx, gfgg, etc.)
subchannel_namestringSub-channel name in Chinese
title_zhstringArticle title (Chinese)
body_textstringFull article body as plain text
body_htmlstringFull article body as HTML
publish_datestringPublish date (YYYY-MM-DD)
sourcestringSource publication (e.g. 人民网, 新华网)
source_urlstringCanonical article URL
imagesstringPipe-separated absolute image URLs from the article
attachmentsstringPipe-separated attachment URLs (.pdf, .doc, etc.)
related_satellitesstringPipe-separated BDS satellite references found in text
scrapedAtstringISO-8601 scrape timestamp

Sample record

{
"article_id": "t20260609_29339",
"subchannel": "xwzx",
"subchannel_name": "新闻中心",
"title_zh": "5G+北斗,织密"三夏"丰收网",
"body_text": "近年来,北斗卫星导航系统在农业领域的应用不断深化...",
"publish_date": "2026-06-08",
"source": "河南日报",
"source_url": "http://www.beidou.gov.cn/yw/xwzx/202606/t20260609_29339.html",
"images": "http://www.beidou.gov.cn/yw/xwzx/202606/W020260609123456.jpg",
"attachments": "",
"related_satellites": "北斗三号",
"scrapedAt": "2026-06-11T00:00:00.000Z"
}

Notes

  • All content is in Simplified Chinese (zh-CN).
  • The site is server-rendered with no anti-bot measures. No proxy required.
  • Pagination uses index_N.html format (e.g. index_1.html through index_76.html for xwzx).
  • The xwzx (news center) channel has ~77 pages x 13 articles = ~1000 articles total.
  • Generous 60-second per-request timeout is set to handle occasional CN government server latency.