docs / news-article

News Articles

Extract clean article text from any news URL.

base /news-article/v12 endpoints
post/news-article/v1/extract2 credits

Extract a clean article from any news or blog URL: returns title, full text, author, publication date, top image, all images, language, site name, and canonical URL. Automatically follows Google News and Bing News redirect links to the original publisher page.

ParameterAllowed / rangeDescription
urlrequiredArticle URL to extract. Google-News / Bing-News redirect URLs are auto-resolved to the real publisher URL first.
render = autooptionalauto · never · forceBrowser-render policy. NOTE: this image ships without a browser, so render is a graceful no-op (meta.rendered=false); recon proved it recovers ~0.
include_markdown = trueoptionalAlso return the article body as Markdown (default true).
timeout = 20optional1–Per-request timeout in seconds (default 20).
max_attempts = 3optional1–Max fetch attempts before giving up (default 3).
Try in playground →