Structured product results with price, merchant, rating, and pagination.
Product Search
Returns Google Shopping results with title, price, merchant, rating, discount, and delivery.
Product search term, e.g. 'office chair', 'wireless earbuds'. Fold filters into the query ('office chair sale', 'used office chair', 'office chair under 200') - Google honours these on the Shopping surface
ISO country code for the results region, e.g. 'US', 'IN', 'GB'. Sets the result locale and price currency
UI language code, e.g. 'en'
Page to fetch. Pages are random-access - request any page directly. ~150-170 products per query; beyond that returns empty
Products per page, 1-60
Also fetch each product's seller offers - real buy URLs - into products[].offers. Off; use in_depth_limit to cap how many are enriched
When in_depth=true, how many products to fetch offers for. Adds +2 credits each
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "gs_search_products", "params": { "query": "office chair", "country": "US", "language": "en", "page": "1", "page_size": "40", "in_depth": false, "in_depth_limit": "10" } }'