Google Search Scraper

ENDPOINTS
GET/ai-overview

AI Overview

Google's AI Overview answer for a query: the text blocks, lists and the sources it cites.

QUERY PARAMS

Search term, or a full google.com/search link (its gl, hl and start fill country, language and page when those are not set).

Examples:

  • Term: how to make pizza
  • Link: https://www.google.com/search?q=how+to+make+pizza

2-letter country Google searches from (the gl edition). UK is accepted for GB.

Default: US

Allowed values: any ISO 3166-1 alpha-2 code (US, GB, IN, DE, FR, JP, ...)

Interface language of the results page (the hl code).

Default: en

Allowed values: any ISO 639-1 code (en, es, de, fr, ja, ...)

Search as if from this place: a Google Ads canonical location name, or a ready uule token.

Examples:

  • Austin,Texas,United States
  • Beverly Hills,California,United States

Resolve Google's /goto redirect links to the real destination URL (the wrapper is kept in google_link). Set false for a faster response.

Default: true

Allowed values: true, false

{
  "search_information": {
    "query": "how to make pizza",
    "total_results": 310000,
    "time_taken_seconds": 0.23,
    "showing_results_for": null
  },
  "ai_overview": {
    "is_available": true,
    "is_loaded": true,
    "text": "You can make homemade pizza by mixing simple dough ingredients, letting it rise, shaping it by hand, adding sauce and toppings, and baking it at a high temperature.\nIngredients\nDough: 3 cups all-purpose or bread flour, 1 1/3 cups warm water, 2 tsp active dry or fast-rise yeast, 1 tbsp sugar, 2 tsp olive oil, 1 tsp salt.\nSauce: 14 oz crushed tomatoes or tomato sauce, 1 tbsp olive oil, 1 tsp sugar, pinch of salt and oregano.\nToppings: 7 oz shredded low-moisture mozzarella cheese, plus your favorite meats or vegetables.\nStep 1: Make and Rise the Dough",
    "sources": [
      {
        "title": "Easy Pizza Dough Recipe, Video, watch on YouTube",
        "source": "YouTube · Preppy Kitchen",
        "link": "https://www.youtube.com/watch?v=-AuK92Jq4yQ",
        "google_link": "https://www.google.com/goto?url=CAESZgHrOzAVNdX_C_nqoln8r0xL0EBG7cUEjeIxqecz6UUV_2t5CmpT-MqO7b5snXi1X4oNE6mOOe5t1oBoyG8mTE8xUElaQs9r-eizSlKbdAZjc4CI8eDONniisUDOgKLZUZJcKNUcWg"
      },
      {
        "title": "How to Make Perfect Homemade Pizza! Best Pizza Recipe You'll ...",
        "source": null,
        "link": "https://www.youtube.com/watch?v=MDX8fylSisU",
        "google_link": "https://www.google.com/goto?url=CAESZgHrOzAV80DqHY09DZsKktuXYE8IDiHPea8YWaqfjOX1vT-q1yKGuSqLwNGnPDTddwsdvOyS4IssoGS7wBJhk0d0wci6u-qhk3v4gvgVAKf4WhRI89LB_RdFXjEmGK-N3i2bOcAKWA"
      },
      {
        "title": "How to make HOMEMADE pizza 🍕, Video, watch on YouTube",
        "source": null,
        "link": "https://www.youtube.com/shorts/lzxquhg_ISw",
        "google_link": "https://www.google.com/goto?url=CAESZQHrOzAVWgvXC1K_2-55nu-Zp77--55hw6rqNtapc3mExqayueMBvGog2PRnjPFxvOfNjtuNgTCEU1nYMr4xdVlYuXApPbABsvJy92Ezxy2q6FeS3xLsxoH8pnJlFxguYEv7n9m9"
      }
    ]
  },
  "people_also_ask": [
    {
      "question": "How is pizza made step by step?",
      "answer": null,
      "source": null
    },
    {
      "question": "What are the ingredients of a pizza?",
      "answer": null,
      "source": null
    },
    {
      "question": "How to make a simple pizza?",
      "answer": null,
      "source": null
    },
    {
      "question": "How do I cook a pizza in my oven?",
      "answer": null,
      "source": null
    }
  ]
}