SYSTEM all green source scmp.com queue 12,491 URLs p99 latency 318ms dataflirt.com · scraper/scmp-com
RUN . 42 active pipelines . scmp.com live

SCMP news data,
at warehouse scale.

We extract article text, metadata, author intelligence, and historical archives from the South China Morning Post. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Articles extracted
84,192 /day
Archive pages
1.2M /month
Author updates
3,401 /run
Active pipelines
42
Uptime
99.98%
Data Dictionary

Every field we extract from scmp.com

Structured, schema-consistent data across all major object types — delivered clean, typed, and ready to query.

Complete list of extractable fields for Article Metadata objects from scmp.com. All fields typed and schema-versioned.

article_idurlheadlineauthor_nameauthor_urlpublish_dateupdate_datecategorysub_categorytagspaywall_statusword_count
article_metadata
● 200 OK
"article_id": "3214567",
"url": "https://www.scmp.com/tech/big-tech/article/3214567/example",
"headline": "China tech giants increase AI investment",
"author_name": "Jane Doe",
"publish_date": "2026-05-12T09:14:00Z",
"category": "Tech",
"paywall_status": "free",
"word_count": 842
# article_idurlheadlineauthor_nameauthor_urlpublish_date
1
2
3

Complete list of extractable fields for Article Content objects from scmp.com. All fields typed and schema-versioned.

article_idheadlinesubheadlinebody_textimage_urlsvideo_urlsquotesexternal_linksinternal_linkssummary_bullets
article_content
● 200 OK
"article_id": "3214567",
"headline": "China tech giants increase AI investment",
"subheadline": "Major firms allocate new budgets for research.",
"body_text": "Leading technology companies in Shenzhen have announced...",
"image_urls": "['https://cdn.i.scmp.com/sites/default/files/example.jpg']",
"quotes": "['This investment marks a turning point.']",
"summary_bullets": "['New funding exceeds previous estimates.']"
# article_idheadlinesubheadlinebody_textimage_urlsvideo_urls
1
2
3

Complete list of extractable fields for Author Profiles objects from scmp.com. All fields typed and schema-versioned.

author_idnamerolelocationbioarticle_counttwitter_handlelinkedin_urlprofile_image_urllatest_article_url
author_profiles
● 200 OK
"author_id": "auth_8912",
"name": "Jane Doe",
"role": "Senior Tech Reporter",
"location": "Hong Kong",
"bio": "Jane covers the intersection of technology and policy.",
"article_count": 412,
"twitter_handle": "@janedoe_scmp",
"profile_image_url": "https://cdn.i.scmp.com/author/jane.jpg"
# author_idnamerolelocationbioarticle_count
1
2
3

Complete list of extractable fields for Category Feeds objects from scmp.com. All fields typed and schema-versioned.

feed_idcategory_namesub_categoryurltop_storiestrending_articleslatest_articlesscrape_timestamptotal_articles_indexed
category_feeds
● 200 OK
"category_name": "Economy",
"sub_category": "China Economy",
"url": "https://www.scmp.com/economy/china-economy",
"top_stories": "['3214568', '3214569']",
"trending_articles": "['3214570']",
"scrape_timestamp": "2026-05-12T10:00:00Z",
"total_articles_indexed": 154
# feed_idcategory_namesub_categoryurltop_storiestrending_articles
1
2
3

Complete list of extractable fields for Comments objects from scmp.com. All fields typed and schema-versioned.

comment_idarticle_iduser_nameuser_idcomment_texttimestampupvotesreplies_countmoderation_status
comments
● 200 OK
"comment_id": "cmt_99213",
"article_id": "3214567",
"user_name": "HK_Reader_99",
"comment_text": "This analysis misses the key regulatory changes from last week.",
"timestamp": "2026-05-12T11:22:00Z",
"upvotes": 45,
"replies_count": 3
# comment_idarticle_iduser_nameuser_idcomment_texttimestamp
1
2
3

Capabilities

Complete coverage of SCMP publishing

Our scmp.com scraper captures every layer of the publication: breaking news, historical archives, author intelligence, and multimedia content.

Full Article Extraction

Extract headlines, subheadlines, body text, quotes, and embedded media from any public SCMP article.

Metadata & Taxonomy

Capture categories, tags, publication dates, and update timestamps to categorise news flow accurately.

Author Intelligence

Track journalist output, location, bio changes, and social handles across the entire SCMP contributor base.

Historical Archives

Traverse sitemaps and pagination to extract decades of historical reporting and opinion pieces.

Real-Time Feeds

Monitor category pages and RSS endpoints for breaking news with sub-minute extraction latency.

Comment Section Mining

Extract public user comments, upvotes, and reply threads for sentiment and engagement analysis.

Search Result Scraping

Automate keyword searches on scmp.com and extract the ranked article results and metadata.

Multimedia Links

Extract high-resolution image URLs, infographic links, and embedded video sources from article bodies.

Stealth Edit Detection

Continuously monitor high-value articles and emit diffs when headlines or body text are updated post-publication.

// engagement pipeline

From URL list to warehouse record

Brief in. Clean data out.

Define Scope
d 0

Provide target categories, author profiles, or keyword sets. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Scrapy crawlers, proxy rotation, session management, and CDN bypass for scmp.com.

Validation & QA
d 4–6

Schema validation, null-rate checks, and text completeness verification before full launch.

Delivery
ongoing

JSON / CSV / Parquet pushed to your S3 bucket, BigQuery dataset, or Snowflake stage on agreed cadence.

Under the hood

How our SCMP pipeline handles the hard parts

News sites deploy strict caching, paywalls, and bot protection. Here is how we maintain reliable data flow.

pipeline-monitor · scmp.com · live ● active
// fingerprinting
Identity rotation
TLS fingerprintrandomised
User-agentrotated
IP poolresidential
Challenges blocked0
// pagination
Page coverage
48,291 pages queued running
// observability
Pipeline health
99.9%
uptime
142ms
p99 lat
0.3%
null rate
2
alerts
CDN bypass
Navigating edge protection and rate limits

Media sites use aggressive edge caching and bot mitigation. We route requests through residential proxies with realistic TLS fingerprints to prevent IP bans and ensure consistent access to article pages.

Dynamic rendering
Executing JavaScript for lazy-loaded content

Images, embedded tweets, and comment sections often require client-side execution. We use Playwright to render the full DOM, ensuring no text or media links are missing from the final payload.

Paywall detection
Accurate flagging of premium content

We identify and tag articles protected by SCMP Pro or standard paywalls. For gated content, we extract the available public teaser text and metadata without attempting unauthorised access.

Schema stability
Resilient selectors for varied layouts

Feature articles, opinion pieces, and standard news reports use different HTML templates. Our extraction logic uses fallback chains and JSON-LD parsing to ensure structural consistency across all formats.

Archive pagination
Deep traversal without infinite loops

Extracting historical data requires navigating complex pagination and sitemap structures. We maintain strict state tracking to prevent duplicate extraction and ensure complete historical coverage.

Applications

Who uses SCMP data and how

Teams across industries use scmp.com data to build competitive products and smarter operations.

01
Geopolitical Intelligence

Think tanks and analysts monitor reporting on China-US relations, regional policies, and diplomatic shifts.

02
Financial Trading Signals

Quantitative funds extract breaking news on Asian markets, corporate earnings, and regulatory changes to inform trading algorithms.

03
NLP & Sentiment Analysis

Machine learning teams use the vast SCMP English corpus to train language models on Asian geopolitical terminology and sentiment.

04
Media Monitoring

PR firms and corporate communications teams track brand mentions, executive quotes, and industry coverage across the publication.

05
Academic Research

Universities analyse decades of historical archives to study media narratives and economic development in the APAC region.

06
Competitor Analysis

Other media organisations track SCMP publishing volume, author output, and category focus to benchmark their own editorial strategy.

Why DataFlirt

"South China Morning Post holds the most comprehensive English language reporting on Asian markets and geopolitical shifts. We make it queryable."

Most teams underestimate the complexity of scraping global news publishers. Extracting SCMP requires handling strict rate limits, dynamic content loading, CDN blocks, and paywall variations. DataFlirt absorbs that infrastructure burden so your analysts can focus on the data.

Technical Spec

SCMP scraper technical capabilities

Everything supported by our scmp.com scraper — rendered SPA elements, auth walls, rate-limit evasion and beyond.

JavaScript rendering
Full Playwright sessions required for comments and lazy-loaded media
Supported
Residential proxy rotation
ISP-grade residential IPs to navigate CDN rate limits
Supported
Article text extraction
Clean body text devoid of ads, navigation, and boilerplate HTML
Supported
JSON-LD parsing
Extraction of structured schema.org metadata embedded in the page
Supported
Author tracking
Dedicated pipelines for monitoring specific journalists and their output
Supported
Historical sitemap traversal
Automated discovery of archived articles via XML sitemaps
Supported
SCMP Pro premium content
Full text of articles locked behind the SCMP Pro subscription paywall
Partial
User account details
Private subscriber information, billing data, or reading history
Partial
Infrastructure

Infrastructure powering the SCMP pipeline

Open-source tooling on proven cloud infra — no vendor lock-in, full observability.

ScrapyPlaywrightPython 3.12RedisPostgreSQLApache AirflowAWS LambdaS3CloudWatch2CaptchaCapSolverResidential ProxiesDockerKubernetesGrafanaPrometheus
Scrapy + Playwright Stack

Scrapy handles crawl orchestration, deduplication, and retry logic. Playwright handles JavaScript rendering and interaction flows. Combined via scrapy-playwright middleware.

Residential Proxy Infrastructure

We maintain pools of residential ISP proxies. Rotation happens per-request with sticky sessions where required. IP score monitoring prevents blacklisted pool contamination.

Cloud-Native Orchestration

Pipelines run on AWS Lambda and ECS. Airflow handles scheduling, dependency management, and SLA alerting. All state stored in managed Postgres.

Output & Delivery

Your data, your destination

Data delivered to where your team already works — no new tooling required.

JSON
Newline-delimited or nested schema versioned per run
CSV
Flat file with typed columns for metadata
XLS
Excel compatible format for analyst teams
Parquet
Columnar format for BigQuery, Snowflake, Athena
AWS S3
Direct bucket delivery compatible with any data lake
Webhook
HTTP POST per article for real-time news alerts
API
REST endpoints to query extracted article data
BigQuery
Streamed directly into your dataset with schema auto-detect
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

About scmp.com scraping, legality, and pipeline operations.

Ask us directly →
Is scraping SCMP legal?

Scraping publicly available news articles is generally permissible for factual data extraction. DataFlirt targets only public, non-authenticated content and metadata. We do not bypass paywalls to steal premium content or extract personal user data. Clients should consult legal counsel regarding copyright and fair use for their specific application of the text.

How do you handle the SCMP paywall?

We detect paywalled articles and extract only the publicly available teaser text, headline, and metadata. We do not use compromised credentials or exploits to access SCMP Pro or subscriber-only content.

Can you extract historical articles?

Yes. We can traverse SCMP sitemaps and search pagination to extract decades of historical reporting. Volume and timeframe parameters are defined during the scoping phase.

How fast can you detect new articles?

For continuous monitoring, we poll category feeds and RSS endpoints at high frequency. Breaking news can be extracted and delivered via Webhook within minutes of publication.

Do you extract images and videos?

We extract the high-resolution URLs for images, infographics, and embedded videos. We do not download and host the media files directly, but provide the source links in the structured data.

Can you track changes to an article after it is published?

Yes. We can configure pipelines to revisit specific URLs at defined intervals, hashing the body text and headline to detect stealth edits or updates, delivering only the diffs.

$ dataflirt scope --new-project --source=scmp.com ready

Tell us what
to extract.
We do the rest.

20-minute scoping call. Pilot dataset within the week. Production within two. Whether you need a full historical archive export or a continuous live news feed, we scope, build, and operate the pipeline. Tell us what you need.

hello@dataflirt.com · Bengaluru · IST · typical reply < 4h
Related Scrapers

More in news and media

Services

Data Extraction for Every Industry

View All Services →