Press Monitor Global News Search API

Onboarding Instructions

The Press Monitor Global News Search API provides real-time, multilingual access to global news content, including headlines, briefs, full-text articles, enriched metadata, translations, and AI-powered executive summaries. Designed for developers, data scientists, compliance teams, and media intelligence platforms, this API supports structured search, pagination, filtering by language/country, and AI-ready JSON responses for seamless integration into analytics, dashboards, and automation workflows.


Base URL & OpenAPI Schema

Base Endpoint:

https://api.pressmonitor.com/news/v1

OpenAPI Schema: Download Schema


Authentication

All endpoints require Bearer Token authentication:

Authorization: Bearer YOUR_TOKEN

Each request deducts credits based on content type (headlines, briefs, full-text, metadata). Credits and request IDs are returned in responses for usage tracking.


Rate Limits


Core Endpoints


Common Query Parameters


Example Requests

Headlines Search

curl -i -H "Authorization: Bearer YOUR_TOKEN" "https://api.pressmonitor.com/news/v1/news-headlines?query_text=tariffs&lang_code=en&sort=latest"

News Briefs Search

curl -i -H "Authorization: Bearer YOUR_TOKEN" "https://api.pressmonitor.com/news/v1/news-briefs?query_text=tariffs&lang_code=en&country_code=US&sort=latest"

Full Text

curl -i -H "Authorization: Bearer YOUR_TOKEN" "https://api.pressmonitor.com/news/v1/news-fulltext?query_text=economy&lang_code=en&country_code=US&sort=latest"