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
Name | Required | Description | Default |
---|---|---|---|
gl | No | 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). | |
hl | No | 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). | |
query | Yes | 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. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Scrapeless MCP Server
Related Tools
- @TheSethRose/Fetch-Browser
- @mendableai/firecrawl-mcp-server
- @divslingerx/mcp-server
- @spragginsdesigns/perplexity-mcp-server
- @steel-dev/steel-mcp-server