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"
      },
    ],
  ],
  ...
}

Results for: iPhone 12

Results for: iPhone 12

JSON Example

{
  ...
  "specs_results": {
    "universal_product_identifiers": {
      "brand": "Apple",
      "part_number": "MGJN3LL/A",
      "gtin": "00194252036181"
    }
  }
  ...
}