mcp-server-rag-web-browser

Official
by apify
Apache 2.0
330
77
  • Apple

search

Retrieve web page content from Google Search results or a specific URL in text or Markdown format, ideal for LLMs and RAG pipelines.

Instructions

Search phrase or a URL at Google and return crawled web pages as text or Markdown

Input Schema

NameRequiredDescriptionDefault
maxResultsNoThe maximum number of top organic Google Search results whose web pages will be extracted
queryYesGoogle Search keywords or a URL of a specific web page

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "default": 1, "description": "The maximum number of top organic Google Search results whose web pages will be extracted", "exclusiveMinimum": 0, "type": "integer" }, "query": { "description": "Google Search keywords or a URL of a specific web page", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-rag-web-browser

Related Tools

ID: sr8xzdi3yv