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
- /global β Global keyword metrics (searches, CPC, competition)
- /country β Country-specific keyword metrics with ISO country codes
Common Parameters
- keyword β (Required) Search keywords or phrases
- country β (Required) ISO-2 country code (e.g., US, CA)
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:
- data[] β keyword metrics: monthly search volumes, CPC, competition
- credits{} β billing info: rate, quantity, total, request_id
Support
- Docs: https://www.pressmonitor.com/en/docs/keywords-api
- Email: support@pressmonitor.com