Walmart 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=walmart

Head to the playground for a live and interactive demo.

API Examples

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"
  },
    ...
}

JSON structure overview

{
  ...
  "search_information": {
    ...
    "spelling_fix": "String - Corrected spelling suggestion",
    ...
  },
  ...
}