# Immersive Products

{% tabs %}
{% tab title="Standard Result" %}

<figure><img src="/files/bWf3ev87arD7vzSf7OhO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="JSON Response" %}

```json
"immersive_products": [
        {
            "title": "Nike Women's Go FlyEase",
            "current_price": "$130.00",
            "last_price": "",
            "source": "Nike",
            "stores": "",
            "delivery": "",
            "rating": "4.3",
            "reviews": "196",
            "extension": "",
            "product_images": []
        },
        {
            "title": "On Cloud X 3 Women's Mesh",
            "current_price": "$105.00",
            "last_price": "$150",
            "source": "On",
            "stores": "",
            "delivery": "",
            "rating": "4.2",
            "reviews": "108",
            "extension": "30% OFF",
            "product_images": []
        },
        {
            "title": "adidas Men's Runfalcon 5 Wide Running Shoes",
            "current_price": "$34.50",
            "last_price": "$65",
            "source": "adidas",
            "stores": "",
            "delivery": "",
            "rating": "4.6",
            "reviews": "1.6K",
            "extension": "46% OFF",
            "product_images": []
        },
        {
            "title": "Nike Men's Court Vision Low Shoes",
            "current_price": "$80.00",
            "last_price": "",
            "source": "Nike",
            "stores": "",
            "delivery": "",
            "rating": "4.5",
            "reviews": "2.6K",
            "extension": "",
            "product_images": []
        },
        {
            "title": "Nike Men's Air VaporMax Plus",
            "current_price": "$128.00",
            "last_price": "$220",
            "source": "Finish Line",
            "stores": "",
            "delivery": "",
            "rating": "4.7",
            "reviews": "4K",
            "extension": "41% OFF",
            "product_images": []
        },
        {
            "title": "Nike Men's Air Max 97",
            "current_price": "$148.00",
            "last_price": "$185",
            "source": "JD Sports",
            "stores": "",
            "delivery": "",
            "rating": "4.6",
            "reviews": "3.1K",
            "extension": "20% OFF",
            "product_images": []
        },
        {
            "title": "adidas Men's Runfalcon 5 Running Shoes",
            "current_price": "$39.00",
            "last_price": "$65",
            "source": "adidas",
            "stores": "",
            "delivery": "",
            "rating": "4.6",
            "reviews": "2.8K",
            "extension": "40% OFF",
            "product_images": []
        },
        {
            "title": "Nike Women's Court Vision Low Next Nature Shoes",
            "current_price": "$80.00",
            "last_price": "",
            "source": "Nike",
            "stores": "",
            "delivery": "",
            "rating": "4.4",
            "reviews": "4.6K",
            "extension": "",
            "product_images": []
        },
        {
            "title": "Nike Men's Air Max 270",
            "current_price": "$136.00",
            "last_price": "$170",
            "source": "Finish Line",
            "stores": "",
            "delivery": "",
            "rating": "4.5",
            "reviews": "9K",
            "extension": "20% OFF",
            "product_images": []
        },
        {
            "title": "On Women's Cloud 6",
            "current_price": "$159.99",
            "last_price": "",
            "source": "DICK'S Sporting Goods",
            "stores": "",
            "delivery": "",
            "rating": "4.7",
            "reviews": "1K",
            "extension": "",
            "product_images": []
        }
    ]
```

{% endtab %}
{% endtabs %}


---

# 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.scrapingdog.com/google-search-api-documentation/google-response-breakdown/immersive-products.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.
