Yandex 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 - Spelling fix for 'Including results for'",
      "type": "String - Typo for 'Fixed typo in'",
      "showing_results_for": "String - Directly fixed search",
      ...
    },
  ...
}

Results for: Coffeee

Results for: Coffeee

JSON Example

{
  ...
  "search_information":
    {
      "organic_results_state": "Including results for spelling fix",
      "total_results": "8 thousand results found",
      "query_displayed": "Coffeee",
      "spelling_fix": "Coffee",
      "showing_results_for": "Coffee"
    },
    ...
}

Results for: bernie sunders

Results for: bernie sunders

JSON Example

{
  ...
  "search_information":
    {
      "organic_results_state": "Showing results for fixed typo",
      "total_results": "744 thousand results found",
      "query_displayed": "bernie sanders",
      "showing_results_for": "bernie sanders",
      "typo": "sunders"
    },
  ...
}

Russian Results for: potatoe

Russian Results for: potatoe

JSON Example

{
  ...
  "search_information":
    {
      "organic_results_state": "Including results for spelling fix",
      "total_results": "Нашлось 68 тыс. результатов",
      "query_displayed": "potatoe",
      "impressions_per_month": "68 показов в месяц",
      "spelling_fix": "potatoes",
      "showing_results_for": "potatoes"
    },
  ...
}