# Specs Results

The body of the Google Product Specs Results response contains:

<table><thead><tr><th width="270">Element</th><th width="142">Type</th><th width="386">Description</th></tr></thead><tbody><tr><td><code>product_results</code></td><td><code>Object</code></td><td>Details found on the product main container</td></tr><tr><td>    <code>title</code></td><td><code>String</code></td><td>Product title</td></tr><tr><td>    <code>reviews</code></td><td><code>Integer</code></td><td>Total number of reviews</td></tr><tr><td>    <code>rating</code></td><td><code>Float</code></td><td>Product score based on customer's rating</td></tr><tr><td>    <code>description</code></td><td><code>String</code></td><td>Product description</td></tr><tr><td>    <code>extentions</code></td><td><code>Array</code></td><td>Product extentions</td></tr><tr><td><code>specs_results</code></td><td><code>Object</code></td><td>An object with all the specifications found on the product. The keys of this element are generated from DOM</td></tr></tbody></table>

### Product Results Request Example

## Request Example That Returns Google Product Specs Results

<mark style="color:blue;">`GET`</mark> `https://serpapi.webscrapingapi.com/v1?engine=google_product&api_key=<YOUR_API_KEY>&product_id=4887235756540435899&specs=1`

This is a basic GET request that returns the product results found on the Google page.

#### Query Parameters

| Name                                          | Type   | Description                         |
| --------------------------------------------- | ------ | ----------------------------------- |
| product\_id<mark style="color:red;">\*</mark> | String | `4887235756540435899`               |
| api\_key<mark style="color:red;">\*</mark>    | String | `<YOUR_API_KEY>`                    |
| engine<mark style="color:red;">\*</mark>      | String | `google_product`                    |
| specs<mark style="color:red;">\*</mark>       | Int    | `1`                                 |
| gl                                            | String | (for this example `gl=de` was used) |

{% tabs %}
{% tab title="200: OK API response" %}

```javascript
{
    ...
    "product_results": {
        "title": "Sony PlayStation 5 (PS5) Digital Edition",
        "reviews": 63800,
        "rating": "4.5 von 5 Sternen",
        "extensions": [
            "Blu-ray Player",
            "Digitale Ausgabe",
            "Abwärtskompatibel",
            "Mit Motion Control",
            "4K-Fähig",
            "PlayStation Network/Plus",
            "Bluetooth",
            "WLAN",
            "Mit Erweiterbarem Speicher"
        ],
        "description": "Freue dich auf ultrakurze Ladezeiten mit einer ultraschnellen SSD, eine realistischere Spielerfahrung durch haptisches Feedback, adaptive Trigger-Tasten und 3D-Audio sowie eine völlig neue Generation unglaublicher PlayStation-Spiele. Die PS5 Digital Edition ist eine vollständig digitale Version der PS5-Konsole ohne Disc-Laufwerk. Melde dich bei deinem Konto für PlayStation Network an und öffne den PlayStation Store, um Spiele zu kaufen und herunterzuladen."
    },
    "specs_results": {
        "allgemein": {
            "produkttyp": "Spielkonsole",
            "mitgelieferte_spiele": "Astro's Playroom",
            "integrierter_arbeitsspeicher": "825 GB SSD",
            "prozessor": "1 x AMD Ryzen Zen 2 3.5 GHz - 8 Kerne",
            "ram": "16 GB GDDR6 SDRAM bei 448 GB/s",
            "grafikprozessor": "AMD RDNA 2",
            "gleitkommazahlen_operation": "10.3 TFLOPS",
            "netzwerk": "Gigabit Ethernet, 802.11a/b/g/n/ac, Bluetooth 5.1",
            "besonderheiten": "Tempest 3D AudioTech, Ray Tracing Acceleration, 4K 120 fps",
            "hd_streaming": "Ja",
            "breite": "39 cm",
            "tiefe": "26 cm",
            "höhe": "9.2 cm",
            "gewicht": "3.9 kg"
        },
        "controller": {
            "typ": "DualSense - kabellos",
            "steuerungen": "PS-Taste, Richtungstasten, Aktionstasten, Touchpad, 2-Punkt-Touchpad, OPTIONS-Taste, Right stick, Left stick, L1-Taste, L3-Taste, R1-Taste, R3-Taste, R2-Taste, L2-Taste, Create-Taste, Stummschalttaste",
            "funktionen": "Bewegungserkennung (6 Achsen), integrierter Lautsprecher, Sprechgarnituranschluss, integriertes Mikrofon, kapazitives Touchpad, Klick-Mechanismus, haptisches Feedback, adaptive Trigger"
        },
        "videoausgang": {
            "tv_verbindung": "HDMI",
            "auflösung": "8K (4320p)",
            "hdr_fähig": "Ja"
        },
        "schnittstellen": {
            "anschlusstyp": "HDMI-Ausgang USB 2.0 2 x USB USB LAN"
        },
        "verschiedenes": {
            "leistungsaufnahme_im_betrieb": "340 Watt",
            "zubehör_im_lieferumfang": "USB-Kabel, HDMI-Kabel"
        },
        "herstellergarantie": {
            "service_und_support": "Begrenzte Garantie - 1 Jahr"
        }
    },
    ...
}
```

{% endtab %}
{% endtabs %}

<figure><img src="https://1192456954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9wbsYOleiAqS785aMtPp%2Fuploads%2FSDl3JTxquBE3SlAxHE1q%2Fimage_2022-12-13_123338951.png?alt=media&#x26;token=da3d3579-1427-4ab4-88f7-9c570ef807d8" alt=""><figcaption><p>Scrape Google Product Specs Results</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-product-api/specs-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
