Google Specs Results API
To fetch Google product specs results from SerpApi, create a search with specs
parameter set to 1
or true
. (I.e., specs=1
)
API Examples
JSON structure overview
{
...
"specs_results": [
"{category}": "String - Specification category"
[
{
"String - Specification name": "String - Specification text"
},
],
],
...
}