Google Scraper APIsImmersive Product API
Immersive Product API

Google Immersive Product API for Deep Product Details, Seller Offers, and Structured Specs

Look up a Google Shopping product by its listing identifier and retrieve deep product details, structured specs, images, and seller offers from Google's immersive product page through one purpose-built API endpoint.

1,000 free credits
No credit card required

Use the same API key and credit balance across every ScrapeBadger API.

GET /v1/google/products/detail
{
  "title": "Example Wireless Earbuds",
  "brand": "ExampleBrand",
  "rating": 4.6,
  "reviews_count": 812,
  "price_range": "$49.00 - $79.00",
  "sellers": [
    {
      "name": "Example Store",
      "price": "$59.99"
    }
  ]
}
Endpoints

Explore the Google Immersive Product API Endpoint

Move from a Google Shopping product identifier to deep product details, specs, images, and seller offers with one structured JSON response.

  1. Find a product's gpcid via Shopping search
  2. Retrieve the immersive product detail
  3. Use prices, specs, and seller offers
GET/v1/google/products/detail7 credits

Immersive Product Detail

Retrieve deep product details, structured specs, images, and seller offers from Google's immersive Shopping product page for a specific product.

This endpoint does not accept an arbitrary product ID on its own. Pass the product's gpcid as product_id together with the exact q that surfaced it, or pass that result's page_token alone, which already encodes product_id, q, gl, hl, and domain for you.

Parameters
product_idrequiredGoogle Shopping product identifier (gpcid), returned as product_id/gpcid on /shopping/search result tiles.
qrequiredThe original search query that surfaced the product. The product must be discoverable via this exact query.
Request
curl --get \
  'https://scrapebadger.com/v1/google/products/detail' \
  --data-urlencode 'product_id=12337842083609640743' \
  --data-urlencode 'q=wireless earbuds' \
  --data-urlencode 'include_offers=true' \
  --header 'x-api-key: YOUR_API_KEY'
Response200 OK
{
  "title": "Example Wireless Earbuds",
  "description": "True wireless earbuds with active noise cancellation and a 30-hour battery case.",
  "brand": "ExampleBrand",
  "rating": 4.6,
  "reviews_count": 812,
  "price_range": "$49.00 - $79.00",
  "sellers": [
    {
      "name": "Example Electronics",
      "price": "$59.99",
      "link": "https://example.com/product/wireless-earbuds",
      "shipping": "Free shipping"
    },
    {
      "name": "Example Marketplace",
      "price": "$54.99",
      "link": "https://marketplace.example.com/item/12345",
      "shipping": "$4.99 shipping"
    }
  ],
  "specs": {
    "Color": "Black",
    "Connectivity": "Bluetooth 5.3",
    "Battery Life": "8 hours (earbuds), 30 hours (case)"
  },
  "images": [
    "https://example.com/images/earbuds-1.jpg",
    "https://example.com/images/earbuds-2.jpg"
  ],
  "product_id": "12337842083609640743"
}
View Immersive Product Detail documentation

What Can You Build With the Google Immersive Product API?

Price comparison and seller monitoring

Retrieve the seller list for a product, including seller name, price, shipping, and link. Set include_offers=true to expand coverage from the top panel merchants to roughly fifty additional sellers, useful for price-comparison tools or tracking where a product is listed.

Immersive Product Detail

Product catalog and spec enrichment

Pull title, description, brand, price range, specs, and images for a product and use them to enrich an internal catalog, marketplace listing, or comparison page with structured data instead of manual entry.

Immersive Product Detail

Rating and review tracking

Track rating and reviews_count for competitor or in-house products across repeated requests to monitor reputation trends, spot rating changes, and support competitive research.

Immersive Product Detail

Variant and assortment research

Set include_variants=true to retrieve a product's available size or colour variants alongside its core details, useful for inventory research, assortment comparisons, or building richer product pages.

Immersive Product Detail
Sign Up For Free

1,000 free credits · No credit card required

More Google Data APIs

Use the same ScrapeBadger account, API key, and credit balance to connect immersive product detail with Shopping search, broader search results, demand signals, and current news.

Why Choose ScrapeBadger?

Build Faster

Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.

Scale Confidently

99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.

All Google Data on One Platform

Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.

Integrate Anywhere

RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.

Integrate With Your Stack

Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.

Python SDK

Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.

Node.js SDK

Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.

REST API

Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.

One API Key

Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.

MCP for AI Tools

Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.

ScrapeBadger CLI

Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.

Trusted by Developers Worldwide

See why developers choose ScrapeBadger for reliable, structured web data.

We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.

MC
Marcus Chen
Lead Data Engineer at DataFlow Analytics
2 weeks ago

The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.

SM
Sarah Mitchell
Marketing Director at SocialPulse Agency
1 month ago

Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.

JR
James Rodriguez
Founder at TweetMetrics
3 weeks ago

Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.

EW
Emily Watson
Research Scientist at Stanford NLP Lab
1 month ago

We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.

AP
Alex Petrov
CTO at MediaMonitor Pro
2 weeks ago

The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.

LP
Lisa Park
Product Manager at Trendy AI
3 weeks ago
Pricing

Simple, transparent pricing

Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.

Not Sure Which Plan Fits Your Needs? Calculate Your Cost and Find the Right Plan.

Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.

FAQ

Frequently asked questions

Everything you need to know about the Immersive Product API.

What data can I retrieve with the Google Immersive Product API?

The endpoint returns the product title, description, brand, rating, review count, price range, a structured specs object, an images array, and the seller list. Each seller entry can include its name, price, shipping, and link.

How do I identify which product to look up?

Pass the product's Google Shopping identifier (gpcid) in product_id together with the exact q that surfaced it in a /v1/google/shopping/search call. This endpoint does not accept an arbitrary product ID on its own.

What is page_token, and should I use it instead of product_id and q?

Every /v1/google/shopping/search result tile also returns a page_token that already encodes product_id , q , gl , hl , and domain . Passing page_token alone takes precedence over the legacy product_id + q form, so new integrations should prefer it.

What does include_offers return?

When set to true, include_offers expands the seller list beyond the top panel merchants to roughly fifty additional sellers gathered from Google's paginated offer data. It adds a small amount of latency in exchange for broader price-comparison coverage.

What do include_variants and resolve_deep_urls do?

include_variants fetches a product's available size or colour variants alongside its core details. resolve_deep_urls (only meaningful with include_offers=true) attempts to resolve additional merchant deep links by rendering the Shopping results page; some paid-listing merchants can still only be resolved to their homepage, and this option adds several seconds of latency.

Start Building With the Google Immersive Product API

Use 1,000 free credits to retrieve deep product details, structured specs, images, and seller offers through one structured JSON endpoint.

No credit card required · Failed requests cost 0 credits

Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.