[ Web Proxy ]
URL:
Viewing: https://serpapi.com/google-light-spell-check [Back]  [Original]

Google Light Spell Check API - SerpApi

Google Light Spell Check API

SerpApi extracts "Did you mean?" suggestions. As well than other spelling and grammar corrections.


The API endpoint is https://serpapi.com/search?engine=google_light

Head to the playground for a live and interactive demo.

API Examples

Results for: Cofee


JSON Example

{
  "search_information": {
    "query_displayed": "cofee",
    "organic_results_state": "Showing results for exact spelling despite spelling suggestion",
    "spelling_fix": "coffee"
  },
}

Results for: Coffeee


JSON Example

{
  "search_information": {
    "query_displayed": "Coffeee",
    "organic_results_state": "Some results for exact spelling but showing fixed spelling",
    "spelling_fix": "Coffee",
    "showing_results_for": "Coffee"
  },
}

Results for multiple spelling suggestions

Multiple spelling suggestions are returned as a string separated by newlines


JSON Example

{
  ...
  "search_information": {
    "query_displayed": "gggggreen",
    "organic_results_state": "Showing results for exact spelling despite spelling suggestions",
    "spelling_fix": "gg green\ng green\ngo green"
  },
  ...
}

JSON structure overview

{
  "search_information": [
    {
      ...
      "spelling_fix": "String - Spelling fix from 'Did you mean?' or directly fixed search",
      "showing_results_for": "String - Directly fixed search",
      ...
    },
  ],
}

© 2016-2026 SerpApi, LLC.


Web Proxy Viewer  |  New URL  |  Original Page