Skip to main content
GET
Get Seller Products
List a marketplace seller’s inventory. Returns the same SearchResponse shape as /search. Credits: 5
query is required. The seller storefront renders its grid client-side, so this endpoint goes through Walmart search with a retailer_id facet — and that facet returns zero results with no query term. Scope the catalogue with a term (camera, laptop, a brand …) and repeat across terms to enumerate a seller.
No surveyed competitor offers Walmart seller inventory at all — the seller endpoints elsewhere are profile metadata only.

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Numeric catalog seller id, e.g. 6907 (Adorama). This is seller.catalog_seller_id on a productnot the 32-char hex seller.seller_id.

Query Parameters

string
required
Search term scoping the seller’s catalogue, e.g. camera.
integer
default:"1"
Result page, 110.
string
Result ordering. One of best_match, best_seller, price_low, price_high, rating_high, new.

Response

Identical to /search: query, url, page, total_results_reported, max_page (10), result_count, has_more_pages, sort, title, and items[] of SearchItem. Every item carries the seller’s seller_id / seller_name.

Example

Response
Same page ceiling as search: results stop after page 10, and consecutive pages overlap by roughly 20% — deduplicate on us_item_id. To enumerate a large seller, run several query terms rather than paging one term deeper.

Errors