Skip to main content
Scrape Google Shopping product listings

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

q
string
required

Product search term, e.g. 'wireless headphones'.

gl
string
default:us

Market of search, ISO-2, e.g. 'us', 'de'. Sets prices/merchants.

min_price
integer | null

Minimum price filter (whole units, gl currency).

max_price
integer | null

Maximum price filter (whole units, gl currency).

max_results
integer
default:60

How many products to return (v1: first page).

Required range: 1 <= x <= 100
proxy_country
string | null

Exit-IP country (ISO-2). Prices/merchants are market-specific.

Response

JSON with a products array plus the query and count.