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