Yandex Spell Check API
Yandex returns results with "Did you mean?" suggestions as well as other spelling and grammar corrections for some searches. SerpApi is able to scrape, extract, and make sense of this information.
The API endpoint is https://serpapi.com/search?engine=yandex
Head to the playground for a live and interactive demo.
API Examples
JSON structure overview
{
...
"search_information": [
{
...
"spelling_fix": "String - Spelling fix for the organic result state 'Including results for spelling fix'",
"typo": "String - Typo for the organic results state 'Showing results for fixed typo'",
"showing_results_for": "String - Fixed Search Query",
...
},
...
}