Press Monitor Google Search API

Onboarding Instructions

The Press Monitor Google Search API offers enterprise-grade search across Web, News, Images, Videos, Maps, and Autocomplete.
Designed for B2B analytics, AI agents, SEO tools, and automation pipelines, it delivers real-time, multilingual, geo-aware search with structured JSON responses.


Base URL

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

OpenAPI Schema: Download Schema


Authentication

All endpoints require a Bearer token:

Authorization: Bearer YOUR_API_KEY


Rate Limits


Endpoints Overview


Common Parameters


Sample Requests

Web Search

curl -s -X GET "https://api.pressmonitor.com/google/v1/web?query_text=AI&country_code=US&lang_code=en&count=5" -H "Authorization: Bearer YOUR_API_KEY"

News Search

curl -s -X GET "https://api.pressmonitor.com/google/v1/news?query_text=AI&country_code=US&lang_code=en&count=5" -H "Authorization: Bearer YOUR_API_KEY"

Image Search with Filters

curl -s -X GET "https://api.pressmonitor.com/google/v1/images?query_text=AI&country_code=US&lang_code=en&count=5&color=Blue&size=Large" -H "Authorization: Bearer YOUR_API_KEY"


Response Format

Each response returns structured JSON with data[] for results and credits{} for usage billing.


Support