Answer Box Results
Sometimes if you make a operation (transform currency, calculate sum of two numbers and so on) in the google search query you will get the result in a separate box. This box can be found in the answer_box
property, if it exists.
Answer Box Results JSON
{
...
'answer-box': [
{
'type': 'String - Type of answer box (calculator, organic result, converter, etc.)',
'result': 'String - When the answer box can be inlined, the actual answer.'
},
]
...
}
Answer Box Results examples