oxylabs_google_search
ActiveTool of Oxylabs
Run a Google search through the Oxylabs Web Scraper API and return structured organic results (position, title, url, description) — Google structured scraping with geo-targeting. Calls are synchronous proxying and can take 10-30 seconds. BYOK: _apiKey is "username:password" from the Oxylabs dashboard. Example: oxylabs_google_search({ query: "best espresso machine", geo_location: "United States", _apiKey: "myuser:mypass" })
Parameters schema
{
"type": "object",
"required": [
"query",
"_apiKey"
],
"properties": {
"pages": {
"type": "number",
"description": "Number of result pages to fetch. Default 1."
},
"query": {
"type": "string",
"description": "The Google search query, e.g. \"best espresso machine 2026\""
},
"_apiKey": {
"type": "string",
"description": "Oxylabs API credentials as \"username:password\" from the Oxylabs dashboard (https://dashboard.oxylabs.io). Free trial includes up to 2K results."
},
"geo_location": {
"type": "string",
"description": "Geo location for localized results, e.g. \"United States\", \"London,England,United Kingdom\". Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Oxylabs
https://github.com/pipeworx-io/mcp-oxylabs
1/7 registries