Product search, categories, deals, reviews, sellers, and pricing.
Category Listing
ASYNCREADNo auth
Returns products in a category, paginated.
ParametersFormJSON
Full Walmart browse URL from walmart_categories e.g. 'https://www.walmart.com/browse/electronics/4044'
1-based page number
Max products (1-50)
cost: 2 credits · balance: 0
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": "walmart_category_listing", "params": { "browse_url": "https://www.walmart.com/browse/electronics/shop-tvs-by-size/3944_1060825_2489948", "page": "1", "limit": "30" } }'