Skip to main content
GET
/
v1
/
google
/
shopping
/
search
Search products
curl --request GET \
  --url https://scrapebadger.com/v1/google/shopping/search
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

q
string
required

Product search query

gl
string
default:us
min_price
integer | null
max_price
integer | null
sort_by
string | null

Response

Successful Response