Google AI Overviews API: Antworten und Quellen

Sammle die von Nutzern gesehenen Google AI Overviews-Antworten, Quellen und Suchdaten als JSON für GEO-Messungen.

Google Search AI Overview with wireless earbud recommendations and supporting source cards.

Antwortstruktur

Sieh dir die strukturierten Felder dieses Engines an: Antwort, Quellen und Suchanfragen, sofern vorhanden.

  • aioverview.text, aioverview.sources: the overview and its cited pages. Check aioverview for null before reading either field.
  • organicResults: available organic search results, separate from the AI overview citations.
  • peopleAlsoAsk: related questions when present. Search panels are optional, so missing fields are not empty rankings.
{
  "task": {
    "taskType": "GOOGLE"
  },
  "response": {
    "sources": [
      {
        "url": "https://www.techgearlab.com/topics/audio/best-wireless-earbuds",
        "label": "TechGearLab (+1) - Related results",
        "position": 1
      },
      {
        "url": "https://www.rtings.com/headphones/reviews/best/wireless-earbuds",
        "label": "RTINGS.com (+1) - Related results",
        "position": 2
      },
      {
        "url": "https://www.forbes.com/sites/forbes-personal-shopper/article/the-best-wireless-earbuds/",
        "label": "Forbes (+1) - Related results",
        "position": 3
      },
      {
        "url": "https://www.cnet.com/tech/mobile/best-wireless-earbuds/",
        "label": "CNET - Related results",
        "position": 4
      },
      {
        "url": "https://www.youtube.com/watch?v=23My2YGjKzE",
        "label": "1:40",
        "position": 5
      },
      {
        "url": "https://www.youtube.com/watch?v=JLGn9NLfE6g&t=496",
        "label": "Best Running Earbuds 2026: 5 That Stay Put Through Any ..., Video, watch on YouTube",
        "position": 6
      }
    ],
    "peopleAlsoAsk": [
      {
        "question": "What is the 60-60 rule for earbuds?"
      },
      {
        "question": "What are the best wireless earbuds for home office use?"
      },
      {
        "question": "Which earbuds are best while driving?"
      },
      {
        "question": "Which earbuds are best for daily use?"
      }
    ],
    "aioverview": {
      "text": "The best wireless earbuds for commuting are the Sony WF-1000XM6\nGo to product viewer dialog for this item.\n, which provide incredible active noise cancellation (ANC) to silence loud transit sounds like subway rumbles and traffic.\nTop Commuter Picks\nBest Overall for Noise Blocking: Sony WF-1000XM6\nGo to product viewer dialog for this item.\noffer top-tier noise isolation, rich customizable sound, a great microphone for calls on the go, and over 8 hours of battery life with ANC on.",
      "sources": [
        {
          "url": "https://www.techgearlab.com/topics/audio/best-wireless-earbuds",
          "label": "TechGearLab (+1) - Related results",
          "position": 1
        },
        {
          "url": "https://www.rtings.com/headphones/reviews/best/wireless-earbuds",
          "label": "RTINGS.com (+1) - Related results",
          "position": 2
        },
        {
          "url": "https://www.forbes.com/sites/forbes-personal-shopper/article/the-best-wireless-earbuds/",
          "label": "Forbes (+1) - Related results",
          "position": 3
        },
        {
          "url": "https://www.cnet.com/tech/mobile/best-wireless-earbuds/",
          "label": "CNET - Related results",
          "position": 4
        },
        {
          "url": "https://www.youtube.com/watch?v=23My2YGjKzE",
          "label": "1:40",
          "position": 5
        },
        {
          "url": "https://www.youtube.com/watch?v=JLGn9NLfE6g&t=496",
          "label": "Best Running Earbuds 2026: 5 That Stay Put Through Any ..., Video, watch on YouTube",
          "position": 6
        }
      ]
    },
    "text": "The best wireless earbuds for commuting are the Sony WF-1000XM6\nGo to product viewer dialog for this item.\n, which provide incredible active noise cancellation (ANC) to silence loud transit sounds like subway rumbles and traffic.\nTop Commuter Picks\nBest Overall for Noise Blocking: Sony WF-1000XM6\nGo to product viewer dialog for this item.\noffer top-tier noise isolation, rich customizable sound, a great microphone for calls on the go, and over 8 hours of battery life with ANC on."
  }
}

Markennennungen und Quellen analysieren

Wiederhole dieselben Fragen und vergleiche Markennennungen und Quellen je Markt.

Antworten mit der API sammeln

Sende die Frage mit deinem API-Schlüssel und speichere das response jeder abgeschlossenen Aufgabe.

curl -X POST https://api.querying.ai/v1/async/task \
  -H "Authorization: Bearer $QUERYING_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "taskType": "GOOGLE",
  "payload": {
    "query": "beste kabellose Ohrhörer für den Arbeitsweg",
    "country": "DE"
  }
}'

Abgeschlossene Antwort lesen

Rufe das Ergebnis mit task.id ab und lies die engine-spezifischen Felder in response.

curl https://api.querying.ai/v1/async/task/TASK_ID \
  -H "Authorization: Bearer $QUERYING_API_KEY"

Kosten und Verfügbarkeit

Anfragekosten nach Tarif
Tarif1 Anfrage1.000 Anfragen
Basic≈ $0.00400≈ $4.00
Max≈ $0.00190≈ $1.90

Effektive Kosten bei vollständiger Nutzung der enthaltenen Monats-Credits.

Abgeschlossene Anfragen verbrauchen je nach Engine Credits. Fehlgeschlagene Anfragen werden nicht berechnet.

Grenzen bei der Interpretation

Antworten und optionale Felder können sich pro Ausführung ändern. Eine Antwort repräsentiert nicht den gesamten Markt.

API-Dokumentation

Verwandte Funktionen