Google Broaden Searches API

Google searches that may be related to other search terms are presented within the Broaden Searches section, typically near the bottom of the search page. These results usually only appear on mobile and tablet devices. They are parsed and exist within the broaden_searches array in the JSON output. Broaden searches can contain thumbnails, title, and link.

API Examples

JSON structure overview

{
  ...
  "broaden_searches": [
    {
      "thumbnails": "Array - List of thumbnails",
      "title": "String - Search query"
      "link": "String - Link to the Google search",
      "serpapi_link": "String - Link to the search results in JSON by SerpApi"
    },
    ...
  ],
  ...
}

Results for: charli d'amelio videos

Results for: charli d'amelio videos

JSON Example

{
  ...
  "broaden_searches": [
    {
      "thumbnails": [
        "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQRLxaqqA9Zylz1nlujiB7tvVd3QewViF6laDInEz3j62kBWKRxO5fg\u0026s=0",
        "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKoDE9YhCrdArLzSYmvn6yV8dh-Iz_x1CQDSI9C06t8IlQGr98yTTo\u0026s=0",
        "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS7yE47Vxq60_vpEBE8ipPm26k8jJnBBqlU77xH5jxcmHndKw-vBX9c\u0026s=0"
      ],
      "title": "What has Charli d amelio been in",
      "link": "https://google.com/search?q=What+has+Charli+d+amelio+been+in\u0026stick=H4sIAAAAAAAAAOOQMVIoz0gsUchILFZIzkgsyslUSFFIzE3NycxXSEpNzVPIzIsSQ5coy0xJzS8-xcirn65vaFhUXBBflW5QBuOnpZXFVyUVGcL5JeXJZilZ5jB-RlqheXZyStYvRoVwmNXO2K1uYGFcxEpQ1S02SYYLQrPOSzaqLalmlJIz23A2MWZ_65qHabx2ADWCRHLhAAAA\u0026sa=X\u0026ved=2ahUKEwiku7nNq5H2AhXYpnIEHRiiCGAQpKcGKAB6BAgQEAA",
      "serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google&gl=us&google_domain=google.com&hl=en&location=Austin%2C+TX%2C+Texas%2C+United+States&q=What+has+Charli+d+amelio+been+in&stick=H4sIAAAAAAAAAOOQMVIoz0gsUchILFZIzkgsyslUSFFIzE3NycxXSEpNzVPIzIsSQ5coy0xJzS8-xcirn65vaFhUXBBflW5QBuOnpZXFVyUVGcL5JeXJZilZ5jB-RlqheXZyStYvRoVwmNXO2K1uYGFcxEpQ1S02SYYLQrPOSzaqLalmlJIz23A2MWZ_65qHabx2ADWCRHLhAAAA"
    },
    {
      "thumbnails": [
        "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRJMZXKn7_awtiHcZOImBq1zsXwQo68p1gSpQ7XZsZq0gueVOv3_gjq\u0026s=0",
        "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfmfqO-5eyaYxj6pBXJrtbUGuzzasTyc_rh5LxaHiBqsW3guj-Nogc\u0026s=0"
      ],
      "title": "Tik Tok artists",
      "link": "https://google.com/search?q=Tik+Tok+artists\u0026stick=H4sIAAAAAAAAAOOQMeIvycxWKMnPVkgsKsksLimOEkvOSCzKyVRIUUjMTc3JzFcoy0xJzS8-xcirn65vaJhlnp1UmGJQAuPn5iWbZ5cbGsD4GQZllYVJFnkwfpp5kWmlcbIxXL9BvEWlaUU5jJ9sblpZkF4ONz8tr9jIIr2i6hQjt36uvoGhUVZ8klEFTDapwrLSwrgMbnqGkUmaYXxZ8i9G_hCgP0IQ_ljEii5yi02S4YLQrPNa7wz_2Hxmlb0ewWydG1Hw96fNHAYAsc-YEAkBAAA\u0026sa=X\u0026ved=2ahUKEwiku7nNq5H2AhXYpnIEHRiiCGAQpKcGKAB6BAgNEAA",
      "serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google&gl=us&google_domain=google.com&hl=en&location=Austin%2C+TX%2C+Texas%2C+United+States&q=Tik+Tok+artists&stick=H4sIAAAAAAAAAOOQMeIvycxWKMnPVkgsKsksLimOEkvOSCzKyVRIUUjMTc3JzFcoy0xJzS8-xcirn65vaJhlnp1UmGJQAuPn5iWbZ5cbGsD4GQZllYVJFnkwfpp5kWmlcbIxXL9BvEWlaUU5jJ9sblpZkF4ONz8tr9jIIr2i6hQjt36uvoGhUVZ8klEFTDapwrLSwrgMbnqGkUmaYXxZ8i9G_hCgP0IQ_ljEii5yi02S4YLQrPNa7wz_2Hxmlb0ewWydG1Hw96fNHAYAsc-YEAkBAAA"
    }
  ]
  ...
}