Skip to main content
GET
Resolve merchant URL for a Google Shopping product

Authorizations

x-api-key
string
header
required

Query Parameters

title
string
required

Exact product title from a search result

source
string | null

Merchant source name from the shopping card (e.g. 'Walmart', 'Best Buy'). Forces the resolved URL to that merchant via site: operator.

q
string | null

Original search query (optional, improves disambiguation)

product_id
string | null

Stable product_id from the /shopping/search result

gl
string
default:us

Country code

hl
string
default:en

Language code

Response

Successful Response

Response for GET /api/v1/shopping/product/click.

Returns the direct merchant URL for a given product title by using Google's "I'm Feeling Lucky" redirect. Mirrors immersive product link pattern — an on-demand per-product enrichment that materializes the merchant link that Google strips from organic Shopping HTML.

title
string
required
product_id
string | null
merchant_url
string | null
merchant_domain
string | null
source_query
string | null