Skip to main content
GET
Get Seller Profile
Fetch a Walmart marketplace seller’s profile: display name, business contact details and address, rating, badges and policies. Credits: 5
This endpoint returns no product list. Walmart renders storefront grids client-side (searchResult comes back as {isEmptySearchResult: true} for every seller tested), and adding ?page= makes Walmart’s own server-side render throw. Use /sellers/{seller_id}/products for the catalogue.

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Numeric catalog seller id, e.g. 6907. This is seller.catalog_seller_id on a productnot the 32-char hex seller.seller_id, which 404s as a storefront URL.

Response

object
The seller profile.
Any items Walmart server-rendered on the storefront. Usually empty — the grid is client-side.

Example

Response

Errors