SerpApi extracts "Did you mean?" suggestions and other spelling and grammar corrections.
API Examples
Results for: Cofee
{
"search_information": {
"query_displayed": "cofee",
"spelling_fix": "coffee",
"organic_results_state": "Showing results for exact spelling despite spelling suggestion"
},
}
Results for: Coffeee
{
"search_information": {
"query_displayed": "coffee",
"spelling_fix": "coffee",
"organic_results_state": "Some results for exact spelling but showing fixed spelling",
...
},
}
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",
...
},
],
}