Spell Check
Know when Google fixes your spelling mistakes.
If you misspell your query term for a Google search, Google will show up a message to inform you about it. Information regarding misspelled queries can be found inside the search_information
property, under spelling_fix
. The full body of the search_information
property contains:
Element | Type | Description |
---|---|---|
|
| The state of the results |
|
| The total number of results |
|
| Time in seconds displayed by Google to show the results |
|
| The query displayed |
|
| The query that the results are from |
|
| Spelling fix recommendation from Google |
Spell Check Results Request Example
Request Example That Returns Spell Check Elements
GET
https://serpapi.webscrapingapi.com/v1?engine=google&api_key=<YOUR_API_KEY>&q= yoggurt
This is a basic GET request that returns the spell check results found on the Google page.
Query Parameters
Name | Type | Description |
---|---|---|
q* | String |
|
api_key* | String |
|
Last updated