Walmart Spell Check API

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

API Examples

JSON structure overview

{
  ...
  "search_information": [
    {
      ...
      "spelling_fix": "String - Directly fixed search",
      ...
    },
  ],
  ...
}

Organic results page with spelling fix

Organic results page with spelling fix

JSON Example

{
  ...
  "search_information": {
    "query_displayed": "cofee",
    "organic_results_state": "Showing results for fixed spelling",
    "spelling_fix": "coffee"
  },
    ...
}