logo
languageESdown
menu

Google Search Results

Collect structured Google search results for one or more queries, including titles, snippets, URLs, ranks, and result types.

Descripción general

Google Search Results turns a small batch of search queries into structured records that can be compared, filtered, and analyzed without copying result pages by hand. Each record preserves the title, snippet, destination, displayed domain, reported position, result type, page number, next-page indicator, and collection date visible in the collected snapshot.

This data is useful wherever search visibility shapes a business decision. It provides a repeatable view of which pages and domains appear for a topic, what language they use in titles and snippets, and how their placement differs across queries. The resulting table is ready for SEO reviews, competitive research, content planning, and changes-over-time comparisons.

Data notes

Records come from publicly visible Google result pages and reflect the layout and content available when the collection runs. A record represents one reported result on one result page; the same destination may appear more than once when multiple queries or result-page features point to it. “Result position” is the position reported within that result page, not a guaranteed global rank across every Google interface. Titles, snippets, result types, and next-page indicators can vary with query wording, region, language, and changes made by Google. Signed-in or personalized results are not covered.

What the results look like

Each record is one Google search result or reported result feature:

Result titleResult snippetResult URLDisplayed domainResult positionResult type
Best and inexpensive CRM for small business - RedditJul 16, 2024 · Teamgate CRM is definitely the best CRM for small business as a generical sweeping statement, Pipedrive and Hubspot are also great options,https://www.reddit.com/r/CRM/comments/1e5141p/best_and_inexpensive_crm_for_small_business/www.reddit.com1organic
CRM For Small Business (Your Complete Guide) - SalesforceSalesforce CRM is the best for small businesses Small businesses need a CRM solution that addresses existing pain points, improves current sales operations,https://www.salesforce.com/crm/crm-for-small-business/www.salesforce.com2organic

The output also includes “Result page,” “More pages available,” and “Collection date.”

Use cases

  • For competitor visibility analysis, group “Result URL” by “Displayed domain” and compare how often each domain appears and where its “Result position” falls.
  • For content research, review “Result title” and “Result snippet” to identify recurring themes, claims, and wording among pages that currently surface for the topic.
  • For SERP composition checks, segment records by “Result type” and “Result page” to see whether the collected results are dominated by organic links or other reported features.
  • For ranking-change reviews, repeat the same query set and compare “Result position” and “Collection date” across snapshots to identify movement.

Alcance y límites

Each run accepts up to 5 queries and collects up to 5 Google result pages per query; only publicly visible results returned at collection time are covered.

  • Adecuada para
  • Use it when you need a structured snapshot of Google rankings for a small batch of search queries.
  • Use it for SEO research, competitor visibility checks, or identifying pages that dominate a topic.
  • No usar para
  • Do not use it for personalized or signed-in Google results because it collects public results without an account session.
  • Do not use it when exact result counts must be guaranteed because Google result layouts and availability can vary by query and collection time.

Gestión de fallos

Comportamiento de fallos y reintentos declarado por el autor. Recomendamos incluirlo en tu prompt del sistema al integrar.

  1. 1If a run stops before completion, retry the same small input once; if it stops again, reduce the number of queries or pages.
  2. 2An empty result may mean the query returned no public results or Google temporarily limited access; verify the query and retry later.

Entrada

Parámetros necesarios para llamar a esta App, generados a partir del input.schema del manifest.json.

CampoNombre de negocioTipoObligatorioPredeterminadoEnum / RestriccionesEjemploDescripción
query_termsSearch queriesarray<string>hasta 5 elementos["best crm for small business"]Words or phrases to search on Google, with one query per item. Enter 1 to 5 queries per run.
page_countResult pages per queryintegerNo11–5Number of Google result pages to collect for each query. Defaults to 1 and accepts values from 1 to 5.

Salida

Estructura de campos de un único registro, generada a partir del output.schema del manifest.json.

CampoNombre de negocioTipoEjemploDescripción
urlResult URLstringhttps://www.reddit.com/r/CRM/comments/1e5141p/best_and_inexpensive_crm_for_small_business/Destination address associated with the search result.
titleResult titlestringBest and inexpensive CRM for small business - RedditTitle displayed for the result on Google.
descriptionResult snippetstringJul 16, 2024 · Teamgate CRM is definitely the best CRM for small business as a generical sweeping statement, Pipedrive and Hubspot are also great options,Summary text displayed beneath the result title.
displayed_urlDisplayed domainstringwww.reddit.comDomain text displayed with the search result.
positionResult positionstring1Position reported for the result within its Google result page.
result_typeResult typestringorganicGoogle result category reported by the collector, such as organic.
current_pageResult pagestring1Google result page number on which the record appeared.
has_next_pageMore pages availablestringtrueText indicator showing whether Google reported another result page at collection time.
collected_dateCollection datestring2026-09-09Date recorded by the collector for this search result snapshot.

Schema del registro

La salida se devuelve registro a registro. detail.output.idFieldHint

output.schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "title": "Result URL",
      "description": "Destination address associated with the search result.",
      "prefill": "https://www.reddit.com/r/CRM/comments/1e5141p/best_and_inexpensive_crm_for_small_business/"
    },
    "title": {
      "type": "string",
      "title": "Result title",
      "description": "Title displayed for the result on Google.",
      "prefill": "Best and inexpensive CRM for small business - Reddit"
    },
    "description": {
      "type": "string",
      "title": "Result snippet",
      "description": "Summary text displayed beneath the result title.",
      "prefill": "Jul 16, 2024 · Teamgate CRM is definitely the best CRM for small business as a generical sweeping statement, Pipedrive and Hubspot are also great options,"
    },
    "displayed_url": {
      "type": "string",
      "title": "Displayed domain",
      "description": "Domain text displayed with the search result.",
      "prefill": "www.reddit.com"
    },
    "position": {
      "type": "string",
      "title": "Result position",
      "description": "Position reported for the result within its Google result page.",
      "prefill": "1"
    },
    "result_type": {
      "type": "string",
      "title": "Result type",
      "description": "Google result category reported by the collector, such as organic.",
      "prefill": "organic"
    },
    "current_page": {
      "type": "string",
      "title": "Result page",
      "description": "Google result page number on which the record appeared.",
      "prefill": "1"
    },
    "has_next_page": {
      "type": "string",
      "title": "More pages available",
      "description": "Text indicator showing whether Google reported another result page at collection time.",
      "prefill": "true"
    },
    "collected_date": {
      "type": "string",
      "title": "Collection date",
      "description": "Date recorded by the collector for this search result snapshot.",
      "prefill": "2026-09-09"
    }
  },
  "required": [],
  "additionalProperties": false
}

Integración

Esta App se puede integrar mediante MCP, API, SDK o exportación de archivos — todos los canales comparten las mismas capacidades y precios. Cada solicitud se autentica con la cabecera Authorization: Bearer usando una API Key (de larga duración, creada en la consola de Open Platform); los clientes MCP también pueden iniciar sesión con OAuth sin clave. Más opciones como CLI y Skill están en camino.

Con MCP (Model Context Protocol) puedes llamar a esta App directamente desde clientes de IA como Claude y Cursor. Elige tu cliente y el modo de autenticación, y copia la configuración de abajo.

Configuración del cliente

Sustituye el valor tras Bearer por tu API Key de larga duración. Funciona en cualquier cliente, CI o entorno sin interfaz.

mcpServers config
{
  "mcpServers": {
    "YiJacobJohnRaku__google-search-scraper": {
      "type": "http",
      "url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/google-search-scraper",
      "headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
    }
  }
}

Deja que la IA lo configure por ti

¿No quieres editar configuraciones a mano? Copia el prompt de instalación y pégalo en cualquier cliente de IA: completará la configuración a su manera. (El prompt le pide a la IA que te solicite tu API Key, de modo que las credenciales nunca queden en el historial de chat ni en configuraciones compartidas.)

detail.access.mcp.composeHint

Precios

returned record

Se cobra según el número de registros devueltos correctamente. Las tareas fallidas no se cobran.

0,0006 US$/ registro

Los distintos eventos de facturación se acumulan de forma independiente — consulta cada elemento para más detalles. Las tareas fallidas no se cobran.

Pruébalo ahora

Rellena los parámetros y ejecuta — los resultados provienen de una llamada real.

Ejemplo
Los parámetros se validan contra input.schema antes del envío
Rellena primero los parámetros obligatorios
0,0006 US$ / registro