SYSTEM all green source theglobeandmail.com queue 12,491 URLs p99 latency 218ms dataflirt.com · scraper/theglobeandmail-com
RUN * 31 active pipelines * theglobeandmail.com live

Canadian news data,
at warehouse scale.

We extract articles, author metadata, financial reporting, and opinion pieces from The Globe and Mail. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Articles extracted
18.4K /day
Author profiles
1,240 /run
Market updates
4.1K /24h
Active pipelines
31
Uptime
99.94%
Data Dictionary

Every field we extract from theglobeandmail.com

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

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

urlheadlinesubheadauthorpublished_dateupdated_datesectionbody_textword_countpaywalled
articles
● 200 OK
"url": "https://www.theglobeandmail.com/business/article-bank-of-canada-rate-decision/",
"headline": "Bank of Canada holds key interest rate steady",
"author": "Mark Rendell",
"published_date": "2023-10-25T14:00:00Z",
"section": "Business",
"word_count": 845,
"paywalled": true
# urlheadlinesubheadauthorpublished_dateupdated_date
1
2
3

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

author_idnameprofile_urlrolebiotwitter_handlearticle_countrecent_articles
authors
● 200 OK
"name": "Mark Rendell",
"profile_url": "https://www.theglobeandmail.com/authors/mark-rendell/",
"role": "Economics Reporter",
"twitter_handle": "@mark_rendell",
"article_count": 412,
"bio": "Mark Rendell covers economics and the Bank of Canada for the Report on Business."
# author_idnameprofile_urlrolebiotwitter_handle
1
2
3

Complete list of extractable fields for Business & Markets objects from theglobeandmail.com. All fields typed and schema-versioned.

article_urltickers_mentionedsectormarket_sentimentcompany_namespublication_dateheadlineauthor
business_& markets
● 200 OK
"article_url": "https://www.theglobeandmail.com/investing/markets/article-tsx-update/",
"tickers_mentioned": "['RY-T', 'TD-T']",
"sector": "Financials",
"company_names": "['Royal Bank of Canada', 'TD Bank']",
"publication_date": "2023-10-25T16:30:00Z",
"headline": "TSX rallies as bank stocks gain"
# article_urltickers_mentionedsectormarket_sentimentcompany_namespublication_date
1
2
3

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

article_urlcomment_iduser_namecomment_texttimestampupvotesrepliesis_subscriber
comments
● 200 OK
"article_url": "https://www.theglobeandmail.com/politics/article-housing-policy/",
"comment_id": "c_9823741",
"user_name": "CanuckInvestor",
"comment_text": "This policy misses the fundamental supply issues in major markets.",
"timestamp": "2023-10-26T09:15:22Z",
"upvotes": 42
# article_urlcomment_iduser_namecomment_texttimestampupvotes
1
2
3

Complete list of extractable fields for Sections & Metadata objects from theglobeandmail.com. All fields typed and schema-versioned.

section_namesub_sectionurltop_story_urlstrending_urlsextraction_timestamptotal_articleslayout_type
sections_& metadata
● 200 OK
"section_name": "Report on Business",
"sub_section": "Economy",
"url": "https://www.theglobeandmail.com/business/economy/",
"extraction_timestamp": "2023-10-26T12:00:00Z",
"total_articles": 15,
"layout_type": "grid"
# section_namesub_sectionurltop_story_urlstrending_urlsextraction_timestamp
1
2
3

Capabilities

Everything you need from The Globe and Mail - nothing you do not

Our pipeline handles every layer of the publication: article extraction, author metadata, financial ticker mapping, and comment sections, with JavaScript rendering and anti-bot circumvention built in.

Full Article Extraction

Headline, subhead, body text, publication date, update timestamps, and section metadata scraped cleanly without HTML bloat.

Report on Business Intelligence

Extract financial reporting, stock tickers mentioned, and sector tags from Canada's premier business section.

Author & Journalist Tracking

Capture author profiles, contact information, biographies, and historical article counts across the platform.

Comment & Engagement Mining

Extract user comments, upvotes, and reply threads on public articles for sentiment analysis and audience research.

Tag & Category Mapping

Map articles to their exact taxonomy, including primary sections, sub-sections, and editorial tags.

Paywall State Detection

Identify whether an article is free, registered-user only, or fully paywalled, capturing available metadata regardless of state.

Breaking News Tracking

Monitor updated_date timestamps to capture revisions and factual corrections on developing stories.

Multimedia Extraction

Capture image URLs, caption text, photo credits, and embedded video links associated with each article.

Scheduled & Streaming Modes

Run one-off historical archive exports or configure continuous pipelines at minute-level cadences.

// engagement pipeline

From URL list to warehouse record

Brief in. Clean data out.

Define Scope
d 0

Provide section URLs, author names, or keyword sets. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Scrapy / Playwright crawlers, proxy rotation, and anti-bot handling for theglobeandmail.com.

Validation & QA
d 4–6

Schema validation, null-rate checks, and text-cleanliness 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 pipeline handles the hard parts

News publishers invest heavily in edge caching and bot detection. Here is how we stay resilient, and why teams choose managed infrastructure over DIY.

pipeline-monitor · theglobeandmail.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
Anti-bot layer
Residential proxy rotation and edge bypass

The Globe and Mail uses strict edge protection to block automated scrapers. Our crawlers use residential ISP proxies with realistic browser fingerprints and full cookie session management to bypass Akamai and Cloudflare challenges.

JavaScript rendering
Handling dynamic front-end hydration

Modern news sites load content via complex JavaScript frameworks. We run full Playwright browser sessions to ensure lazy-loaded text, dynamic images, and comment sections hydrate fully before extraction.

Paywall logic
Accurate metadata extraction on gated content

While we do not bypass authentication walls, our pipeline accurately identifies paywall states and extracts all publicly available metadata, headlines, and partial text before the gate triggers.

Schema stability
Resilient selectors for editorial layouts

Editorial layouts change frequently for special features and interactive graphics. Our selector strategy uses fallback chains and structured data extraction (LD+JSON) to ensure text capture remains stable.

Change detection
Tracking breaking news updates

Articles are frequently updated after initial publication. We maintain a hash index of article states and monitor the updated_date field, pushing diffs when journalists revise a story.

Applications

Who uses Globe and Mail data, and how

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

01
Financial Sentiment Analysis

Hedge funds and quantitative analysts scan the Report on Business for ticker mentions and executive quotes to gauge market sentiment.

02
Media Monitoring & PR

Agencies track brand mentions, executive coverage, and crisis developments across national Canadian news.

03
LLM & NLP Training

Machine learning teams ingest high-quality, professionally edited Canadian journalism to train regional language models.

04
Political & Economic Research

Think tanks and academic researchers analyse policy coverage, opinion pieces, and editorial stances over time.

05
Competitor Intelligence

Corporate strategy teams monitor news coverage of rival firms, tracking executive movements and strategic announcements.

06
Journalist Outreach

Communications teams map author beats, recent article topics, and publication frequency to optimise press pitching.

Why DataFlirt

"The Globe and Mail represents the definitive record of Canadian business and politics, but extracting it at scale requires navigating strict edge protection and dynamic layouts."

News sites rely on heavy caching, edge protection, and complex DOM structures for ad delivery. DataFlirt manages the residential proxies, JavaScript rendering, and selector maintenance so your data science teams receive clean text and metadata, not HTML bloat.

Technical Spec

Globe and Mail scraper - technical capabilities

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

Full article text (free)
Extraction of complete body text, subheadings, and formatting for non-paywalled articles
Supported
Report on Business tickers
Mapping of financial stock tickers mentioned in business articles
Supported
Author profile extraction
Capture of journalist biographies, contact links, and historical article lists
Supported
Article revision history
Tracking of updated_date timestamps and text diffs for breaking news
Supported
Comment extraction
Scraping of user comments, upvotes, and replies on enabled articles
Supported
Edge protection bypass
Handling of Akamai and Cloudflare anti-bot challenges via residential proxies
Supported
Subscriber-only full text
Bypassing the paywall to extract full text of premium articles without credentials
Partial
Globe Investor premium portfolios
Access to user-specific watchlists and premium investment tools requiring login
Partial
Infrastructure

Infrastructure powering the news 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, cookie sessions, and interaction flows. Combined via scrapy-playwright middleware.

Residential Proxy Infrastructure

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

Cloud-Native Orchestration

Pipelines run on AWS Lambda (burst) and ECS (sustained). 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 - Excel/Sheets compatible
XLS
Standard spreadsheet format for business analysts
Parquet
Columnar format for BigQuery, Snowflake, Athena
AWS S3
Direct bucket delivery - compatible with any data lake
Webhook
HTTP POST per record for real-time downstream processing
API
REST endpoint to query extracted records on demand
PostgreSQL
Upsert into your existing schema with conflict resolution
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

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

Ask us directly →
Is scraping news articles legal?

Scraping publicly available metadata, headlines, and non-paywalled text is generally permissible under fair dealing and fair use doctrines for specific analytical purposes. DataFlirt targets only public data and does not circumvent authentication walls to steal paywalled content. Clients should consult legal counsel regarding copyright and specific commercial use cases.

How do you handle The Globe and Mail paywall?

We do not bypass the paywall. Our pipeline identifies paywalled articles, flags them with a boolean indicator, and extracts all publicly available metadata, headlines, author details, and preview text.

Can you track breaking news updates?

Yes. We configure high-frequency polling on specific sections or author feeds to capture new articles and monitor the updated_date field for revisions to developing stories.

Do you extract images and video links?

Yes. We capture the primary article image URLs, captions, photo credits, and embedded multimedia links within the article body.

How fast can I get data?

Streaming pipelines achieve sub-5-minute latency for new article detection on defined section feeds. Full historical archive exports depend on the requested date range and volume.

What is the minimum viable engagement?

Our smallest packages start at defined section monitoring or author tracking. For large historical archiving or custom NLP schema requirements, we price based on compute volume and delivery frequency. Contact us for a scoped quote.

$ dataflirt scope --new-project --source=theglobeandmail.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 historical archive dump or a continuous media monitoring 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 →