Core APIs
...
Google
Shopping & Products

Specifications

3min

Google Product Specifications Results

DESKTOP TABLET MOBILE

The Google Product Specifications results are returned when making a request with search_type=product and product_type=specifications to retrieve product specifications results for a given product ID. The product ID is specified in the product_id parameter and you should also specify a location parameter to geo-locate the request (locations can be retrieved via the Locations API).

Google Product IDs are returned by Google Shopping search requests.

Google Product Specifications Results
Google Product Specifications Results


Below is an example of how product specifications results are represented in the Scale SERP result JSON:

JSON



Scale SERP returns the following properties for search_type=product and product_type=specifications requests:

Property

Type

Description

product_results

object

  • product_id
  • string
  • The product ID.



  • title
  • string
  • The product name/title as shown at the top of the product specifications page.



  • description
  • string
  • The product description as shown at the top of the product specifications page.



  • specifications
  • array
  • Specifications Array An array of objects containing the product specifications.
    • 
      1. id
      2. string
      3. The locale-specific ID of the specification.
    • 
      1. name
      2. string
      3. The specification name.
    • 
      1. value
      2. number
      3. The specification value.
    • 
      1. category_id
      2. string
      3. The locale-specific ID of the category to which this specification belongs. This is typically the header text of the specification section.
    • 
      1. category
      2. string
      3. The category name of the category this specification belongs to.

Updated 13 Aug 2024
Did this page help you?