VOOZH about

URL: https://apify.com/dami_studio/gdelt-news-scraper

โ‡ฑ GDELT Global News Scraper - Worldwide Articles ยท Apify


Pricing

$2.00 / 1,000 article returneds

Go to Apify Store

GDELT Worldwide News Scraper

Searches worldwide news via the public GDELT 2.0 DOC API and returns articles with title, URL, domain, source country, language, and publish date. Filter by keyword, timespan, country, and language to monitor any topic across global outlets.

Pricing

$2.00 / 1,000 article returneds

Rating

5.0

(1)

Developer

๐Ÿ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Search worldwide news through the GDELT 2.0 DOC API โ€” a public, no-key, no-login JSON endpoint that indexes online news from across the planet in 65+ languages. No proxy or anti-bot handling needed.

What it does

Given a search query, the actor calls the GDELT DOC API in ArtList mode and returns clean, structured articles. You can filter by recency, source country, and source language, and sort by newest, oldest, or relevance.

Input

FieldTypeDefaultNotes
querystringโ€” (required)Keywords. Quote phrases: "climate change". Very short/common single words may be rejected by GDELT.
maxItemsinteger100Capped at 250 โ€” GDELT returns at most 250 articles per request.
sortstringDateDescDateDesc (newest), DateAsc (oldest), HybridRel (relevance).
timespanstringโ€”Recency window, e.g. 1d, 3d, 1w, 1m, 3m. GDELT covers ~the last 3 months.
sourceCountrystringโ€”Appended as sourcecountry:{code} (e.g. US, UK, FR).
sourceLangstringโ€”Appended as sourcelang:{code} (e.g. english, french).
proxyConfigurationobjectโ€”Optional; not needed (public API).

Output

Each successful row:

{
"ok":true,
"title":"โ€ฆ",
"url":"https://โ€ฆ",
"domain":"example.com",
"sourceCountry":"United States",
"language":"English",
"publishedAt":"2026-06-11T12:00:00.000Z",
"socialImage":"https://โ€ฆ"
}

Results are de-duplicated by URL. Each ok:true article is billed one article charge unit. Diagnostic rows (ok:false) and empty/blocked runs are never charged.

Nullable fields: GDELT does not always populate every field. Any of title, url, domain, sourceCountry, language, publishedAt, and socialImage can be null for a given article (e.g. socialImage is often missing, and publishedAt is null when GDELT's seendate is unparseable). Rows with neither a url nor a title are dropped before charging.

Diagnostics

The actor never fails silently. Instead it writes a single diagnostic row (ok:false) with an errorCode and never charges for it:

  • BAD_INPUT โ€” GDELT rejected the query (e.g. "query too short"). Quote phrases and avoid overly short/common terms.
  • NO_RESULTS โ€” the query was valid but matched nothing. Broaden it or widen the timespan.
  • RATE_LIMITED / SERVER_ERROR / NETWORK โ€” transient issues; the actor retried with backoff first.

Notes / quirks

  • GDELT requires the query to be URL-encoded and phrases to be quoted โ€” the actor handles both.
  • On a malformed query GDELT may return a text/plain error string (sometimes with HTTP 200) or an empty body instead of JSON. The actor guards JSON.parse and surfaces a clear BAD_INPUT diagnostic.
  • GDELT's index covers roughly the last 3 months of news.
  • The actor rotates a real browser User-Agent per request attempt for retry resilience, and supports an optional proxy (proxyConfiguration). Neither is required โ€” GDELT is a public no-key API with no anti-bot โ€” so leave the proxy unset unless you hit IP-level rate limits.

You might also like

Free Google News API โ€” Search News by Keyword + Country

s-r/google-news

Free Google News scraper โ€” get clean structured news results for any query, country, and language. Use it as a Google News API for brand monitoring, topic alerts, news clipping, and bulk article URL harvesting.

Google News Scraper

dami_studio/google-news-scraper

Searches Google News by keyword or topic and returns structured articles with the real publisher URL (not Google's redirect), source, date, and snippet. Use it to monitor news coverage of a brand, com

3

5.0

Google News Scraper - Articles, Sources, Snippets & Dates

santhej/google-news-scraper

Scrape Google News for any topic or keyword: headline, source, URL, snippet, publish date and image. Track brands, competitors & trends across thousands of outlets. 190+ countries. Clean JSON/CSV for media monitoring. No API keys.

๐Ÿ‘ User avatar

Santhej Kallada

5

5.0

Google News Scraper

solidcode/google-news-scraper

[๐Ÿ’ฐ $1.0 / 1K] Search Google News by keyword and extract article titles, sources, publication dates, URLs, and thumbnails. Filter by time range, language, and country.

57

5.0