UnifyAPI
← Back to catalog

serper.shopping_search

mock data$0.002 / call

Google Shopping Search

Google Shopping product listings — title, price, source, rating, delivery info, product images. Compare prices across retailers (Serper.dev)

Web Searchprovider: Serper#serper#search

Input schema

qrequired

Product search query (e.g. "macbook pro 16 inch", "wireless headphones")

string
gl

Country code for localized prices (e.g. "us", "gb")

string
num

Number of products (default 10, max 100)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.