Scrapeless MCP Server

by scrapeless-ai
Verified

google-search

Retrieve Google search results programmatically using specified queries, language, and country parameters. Ideal for integrating web data into applications via the Scrapeless MCP Server.

Instructions

Fetch Google Search Results

Input Schema

NameRequiredDescriptionDefault
glNoParameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France).
hlNoParameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French).
queryYesParameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:. We also support advanced search query parameters such as as_dt and as_eq.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "gl": { "description": "Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France).", "type": "string" }, "hl": { "description": "Parameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French).", "type": "string" }, "query": { "description": "Parameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:. We also support advanced search query parameters such as as_dt and as_eq.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Scrapeless MCP Server

Related Tools

ID: tsclz2u7tu