Press Monitor Keywords API

Onboarding Instructions

The Press Monitor Keywords API delivers global and country-specific keyword metrics including search volume, CPC, and competition data.
Built for SEO analytics, marketing automation, and AI-driven insights, it returns structured JSON responses for easy integration.


Base URL

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

OpenAPI Schema: Download Schema


Authentication

All endpoints require Bearer token authentication:

Authorization: Bearer YOUR_API_KEY


Endpoints Overview


Common Parameters


Sample Requests

Global Keyword Metrics

curl -s -X GET "https://api.pressmonitor.com/keywords/v1/global?keyword=AI" -H "Authorization: Bearer YOUR_API_KEY"

Country-Specific Metrics

curl -s -X GET "https://api.pressmonitor.com/keywords/v1/country?keyword=AI&country=US" -H "Authorization: Bearer YOUR_API_KEY"


Response Format

Each response includes:


Support