Skip to content
Skip to Content
SearchREST API Overview

REST API Overview

The SearchMCP REST API gives you fast, reliable Google search results via JSON over HTTPS. Use it from any backend, script, or integration.

Prerequisite: You’ll need an API key. Create and manage keys at Manage Keys and read the API Keys guide.


🔑 Base URL & Authentication

Base URL

https://api.searchmcp.io

Headers

  • X-API-Keyrequired
  • Content-Type: application/json

API keys are tied to your team and enforce credits and rate limits.


📍 Endpoint

POST /v1/search

One endpoint, all search types — just set the resultType in your request.


📚 API Reference

👉 Explore request/response contracts and try live calls in the interactive API Reference page.

The API Reference is the source of truth for all fields, models, and error codes.


🚀 Next Steps

Last updated on