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
- Default: 60 requests/minute
- Burst: 100 requests/30 seconds
- Contact support for enterprise limits
Endpoints Overview
- /web β Search Web pages with titles, URLs, snippets
- /news β News articles with timestamps, sources, summaries
- /images β Image search with filters (color, size, layout, type)
- /videos β Video metadata, resolution/duration filters
- /map β Places, addresses, ratings, websites, coordinates
- /autocomplete β Search suggestions for high-CTR UX
Common Parameters
- query_text β (Required) Search keywords or phrases
- country_code β (Required) ISO-2 country code (e.g., US, CA)
- lang_code β (Optional) Language code (e.g., en, fr)
- count β (Optional) Number of results (default: varies)
- safesearch β (Optional) on, moderate (default), off
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
- Docs: https://www.pressmonitor.com/en/docs/web-search-api
- Email: support@pressmonitor.com