Google Search Results
Collect structured Google search results for one or more queries, including titles, snippets, URLs, ranks, and result types.
Übersicht
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.
Anwendungsbereich & Grenzen
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.
- Geeignet für
- 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.
- Nicht verwenden für
- 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.
Fehlerbehandlung
Vom Autor deklariertes Fehler- und Wiederholungsverhalten. Wir empfehlen, es bei der Integration in Ihren System-Prompt aufzunehmen.
- 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.
Eingabe
Parameter, die zum Aufruf dieser App erforderlich sind, generiert aus dem input.schema in der manifest.json.
| Feld | Fachlicher Name | Typ | Erforderlich | Standard | Enum / Einschränkungen | Beispiel | Beschreibung |
|---|---|---|---|---|---|---|---|
| query_terms | Search queries | array<string> | Ja | — | bis zu 5 Einträge | ["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 | Nein | 1 | 1–5 | — | Number of Google result pages to collect for each query. Defaults to 1 and accepts values from 1 to 5. |
Ausgabe
Feldstruktur eines einzelnen Datensatzes, generiert aus dem output.schema in der manifest.json.
| Feld | Fachlicher Name | Typ | Beispiel | Beschreibung |
|---|---|---|---|---|
| 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. |
Datensatz-Schema
Die Ausgabe wird Datensatz für Datensatz zurückgegeben. 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
}Integration
Diese App kann über MCP, API, SDK oder Dateiexport integriert werden — alle Kanäle teilen sich dieselben Fähigkeiten und Preise. Jede Anfrage authentifiziert sich über den Authorization: Bearer-Header mit einem API Key (langlebig, in der Open-Platform-Konsole erstellt); MCP-Clients können sich zusätzlich per OAuth ohne Key anmelden. Weitere Optionen wie CLI und Skill sind in Vorbereitung.
Über das MCP (Model Context Protocol) können Sie diese App direkt aus KI-Clients wie Claude und Cursor aufrufen. Wählen Sie Ihren Client und den Authentifizierungsmodus und kopieren Sie dann die Konfiguration unten.
Client-Konfiguration
Ersetzen Sie den Wert nach Bearer durch Ihren langlebigen API Key. Funktioniert in jedem Client, in CI und in Headless-Umgebungen.
{
"mcpServers": {
"YiJacobJohnRaku__google-search-scraper": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/google-search-scraper",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}Lassen Sie die KI die Einrichtung übernehmen
Sie möchten Konfigurationen nicht von Hand bearbeiten? Kopieren Sie den Installations-Prompt und fügen Sie ihn in einen beliebigen KI-Client ein — er schließt die Einrichtung auf seine eigene Weise ab. (Der Prompt weist die KI an, Ihren API Key bei Ihnen zu erfragen, damit Zugangsdaten nie im Chatverlauf oder in geteilten Konfigurationen landen.)
detail.access.mcp.composeHint
Preise
Berechnet nach der Anzahl der erfolgreich zurückgegebenen Datensätze. Fehlgeschlagene Aufgaben werden nicht berechnet.
Mehrere Abrechnungsereignisse werden unabhängig voneinander kumuliert — Details siehe jeweilige Position. Fehlgeschlagene Aufgaben werden nicht berechnet.
Jetzt ausprobieren
Füllen Sie die Parameter aus und starten Sie — die Ergebnisse stammen aus einem echten Aufruf.