scraperapi_google_search
Pack: scraperapi · Endpoint: https://gateway.pipeworx.io/scraperapi/mcp
Run a Google search and get structured SERP results — organic results, titles, links, snippets, and related data.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | The Google search query, e.g. “best running shoes 2026” |
country_code | string | no | Two-letter country code for geotargeting the search, e.g. “us”. Optional. |
tld | string | no | Google top-level domain, e.g. “com”, “co.uk”. Optional (default com). |
_apiKey | string | yes | ScraperAPI key |
Example call
curl -X POST https://gateway.pipeworx.io/scraperapi/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"scraperapi_google_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"scraperapi": {
"url": "https://gateway.pipeworx.io/scraperapi/mcp"
}
}
}
See Getting Started for client-specific install steps.