← Back to catalog
serper.shopping_search
mock data$0.002 / callGoogle Shopping Search
Google Shopping product listings — title, price, source, rating, delivery info, product images. Compare prices across retailers (Serper.dev)
Input schema
qrequired
stringProduct search query (e.g. "macbook pro 16 inch", "wireless headphones")
gl
stringCountry code for localized prices (e.g. "us", "gb")
num
integerNumber of products (default 10, max 100)
Call via REST
curl -X POST https://unifyapi.pro/api/call/serper.shopping_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","gl":"<gl>","num":0}'