Skip to main content
GET
/
v1
/
google
/
shopping
/
product
/
click
Resolve merchant URL for a product
curl --request GET \
  --url https://scrapebadger.com/v1/google/shopping/product/click
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

title
string
required

Exact product title from a search result

source
string | null

Merchant source name (e.g. 'Walmart', 'Best Buy')

q
string | null

Original search query

product_id
string | null

Stable product_id

gl
string
default:us

Country code

hl
string
default:en

Language code

Response

Successful Response