google_immersive_product
Scrapes Google's immersive product popup to retrieve brand info, price range, and store listings with ratings and reviews.
Instructions
Scrapes Google's immersive product popup view for a specific product, returning brand info, price range, and per-store listings with ratings and reviews. [Credits: Not specified in documentation] Notes: Seller pagination is manual: enable stores=true and increment sori by the cumulative count of sellers already returned across previous calls. Returns: { title, brand, reviews, rating, price_range, stores: [{name, link, price, ratings, reviews}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sori | No | Used with `stores` to fetch the next page of seller results. Its value depends on how many sellers were returned in prior responses; e.g. if the last two responses each returned 5 sellers, set sori=10 to continue. | |
| stores | No | Enables pagination to fetch more sellers. Pass true to enable. Must be used together with `sori`. (default: false) | |
| country | No | Two-letter country code for the Google search (e.g. US, UK, FR). (default: us) | |
| language | No | Language of the results, e.g. en, es, fr, de. (default: en) | |
| page_token | Yes | Token required to display additional product details in Google's immersive popup. Typically obtained from a google_shopping response's scrapingdog_immersive_product_link. |