Press Monitor
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.
https://api.pressmonitor.com/google/v1
OpenAPI Schema: Download Schema
All endpoints require a Bearer token:
Authorization: Bearer YOUR_API_KEY
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"
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"
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"
Each response returns structured JSON with data[]
for results and credits{}
for usage billing.