Listing Thumbnail

    Google Web, News, Images & Videos Search API + MCP Server for AI tools

     Info
    Quick Launch
    Integrate real-time Google Web, News, Images, and Videos search into your AI workflows with a single, secure API and MCP Server. Built for AI agents, analytics platforms, and enterprise automation, this solution delivers structured JSON search results optimized for speed, accuracy, and global coverage. Ideal for developers, data scientists, and businesses seeking rich search data for AI, compliance, and analytics applications.

    Overview

    The Google Web, News, Images & Videos Search API + MCP Server for AI tools enables enterprises, AI developers, and automation platforms to access real-time, structured search data from Google's vast index. With support for Web, News, Images, and Videos, this API and MCP Server integration offers AI-ready endpoints for natural language processing, sentiment analysis, knowledge graphs, and automated decision-making.

    Key benefits include:

    Unified API Access: A single interface to query Google search results across multiple verticals - Web, News, Images, and Videos - making it easy to embed real-time intelligence into your AI models, chatbots, and business dashboards.

    MCP Server for AI Agents: Seamless integration with AI agents and automation workflows, enabling automated queries, monitoring, and analytics pipelines.

    Enterprise-Grade Performance: Optimized for speed, scalability, and security with global language and country support, SafeSearch filters, advanced metadata, and low-latency JSON responses.

    Developer-Friendly Design: Comprehensive documentation, sample code, and modular endpoints simplify adoption for developers, data engineers, and system integrators.

    Whether you need to train AI models, monitor news in real-time, or power search-driven insights across your enterprise, this API and MCP Server combination delivers reliable, scalable, and production-ready search data at your fingertips.

    Highlights

    • Real-Time Multi-Vertical Search: Fetch Google Web, News, Images, and Videos results with global language, country, SafeSearch, and filter options in seconds.
    • AI-Ready MCP Integration: Plug-and-play MCP Server for AI agents, chatbots, and automation workflows to access live search intelligence.
    • Enterprise-Grade Scalability: High-throughput API designed for big data analytics, NLP pipelines, and compliance monitoring with secure Bearer token authentication.

    Details

    Delivery method

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Quick Launch

    Leverage AWS CloudFormation templates to reduce the time and resources required to configure, deploy, and launch your software.

    Pricing

    Google Web, News, Images & Videos Search API + MCP Server for AI tools

     Info
    Pricing is based on the duration and terms of your contract with the vendor, and additional usage. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. Usage-based pricing is in effect for overages or additional usage not covered in the contract. These charges are applied on top of the contract price. If you choose not to renew or replace your contract before the contract end date, access to your entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (4)

     Info
    Dimension
    Description
    Cost/month
    Overage cost
    Micro Tier
    For individual users and small teams exploring AI search tools. Limited daily queries with core endpoints: Web, News, Images, and Videos.
    $20.00
    Starter Tier
    For startups and small businesses needing real-time search data with scheduled digests, basic MCP workflows, and moderate query limits.
    $80.00
    Business Tier
    For SMBs and mid-sized enterprises running high-volume searches across multiple regions and languages with AI/LLM workflows.
    $200.00
    Enterprise Tier
    For global enterprises with compliance, streaming feeds, role-based access, SLA-backed support, and advanced security integrations.
    $600.00

    Vendor refund policy

    All payments for the selected subscription period are non-refundable once billing has been processed. Customers may cancel at any time to prevent future charges, but fees for the current billing cycle are not eligible for refunds.

    For billing or cancellation assistance, please contact: Email: support@pressmonitor.com 

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Software as a Service (SaaS)

    SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.

    Additional details

    Usage instructions

    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

    Press Monitor Google MCP Server

    Onboarding Instructions

    The Press Monitor Google MCP Server exposes the same search tools as JSON-RPC endpoints for AI agents, automation workflows, and serverless integrations.


    MCP Base URL

    <https://mcp.pressmonitor.com/google/v1>

    Authentication

    All MCP calls require:

    Authorization: Bearer YOUR_API_KEY

    MCP Configuration Example (mcp.json)

    { "mcpServers": { "google-search": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.pressmonitor.com/google/v1", "--header", "Authorization: Bearer " ], "env": { "GOOGLE_API_TOKEN": "" } } } }

    List Available Tools

    curl -s -X POST "https://mcp.pressmonitor.com/google/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

    Invoke a Tool - Example: Web Search

    curl -s -X POST "https://mcp.pressmonitor.com/google/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "searchWeb", "arguments": { "query_text": "AI", "country_code": "US", "lang_code": "en", "count": 5 } } }'

    Output Schema

    Each tool response contains:

    • data[] → array of results (Web, News, Images, Videos, Maps, Autocomplete)
    • credits{} → usage billing info: rate, quantity, total, request_id

    Support

    Support

    Vendor support

    Free support is available all working days. Please email support@pressmonitor.com . We usually reply within 1-2 working days.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.