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 title | Result snippet | Result URL | Displayed domain | Result position | Result type |
|---|---|---|---|---|---|
| Best and inexpensive CRM for small business - Reddit | 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, | https://www.reddit.com/r/CRM/comments/1e5141p/best_and_inexpensive_crm_for_small_business/ | www.reddit.com | 1 | organic |
| CRM For Small Business (Your Complete Guide) - Salesforce | Salesforce 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.com | 2 | organic |
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.
- 1If a run stops before completion, retry the same small input once; if it stops again, reduce the number of queries or pages.
- 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.
| Campo | Nombre de negocio | Tipo | Obligatorio | Predeterminado | Enum / Restricciones | Ejemplo | Descripción |
|---|---|---|---|---|---|---|---|
| query_terms | Search queries | array<string> | Sí | — | 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_count | Result pages per query | integer | No | 1 | 1–5 | — | Number 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.
| Campo | Nombre de negocio | Tipo | Ejemplo | Descripción |
|---|---|---|---|---|
| url | Result URL | string | https://www.reddit.com/r/CRM/comments/1e5141p/best_and_inexpensive_crm_for_small_business/ | Destination address associated with the search result. |
| title | Result title | string | Best and inexpensive CRM for small business - Reddit | Title displayed for the result on Google. |
| description | Result snippet | string | 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, | Summary text displayed beneath the result title. |
| displayed_url | Displayed domain | string | www.reddit.com | Domain text displayed with the search result. |
| position | Result position | string | 1 | Position reported for the result within its Google result page. |
| result_type | Result type | string | organic | Google result category reported by the collector, such as organic. |
| current_page | Result page | string | 1 | Google result page number on which the record appeared. |
| has_next_page | More pages available | string | true | Text indicator showing whether Google reported another result page at collection time. |
| collected_date | Collection date | string | 2026-09-09 | Date recorded by the collector for this search result snapshot. |
Schema del registro
La salida se devuelve registro a registro. detail.output.idFieldHint
{
"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": {
"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
Se cobra según el número de registros devueltos correctamente. Las tareas fallidas no se cobran.
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.