Skip to main content
POST
/
api
/
walmart
/
sellers
/walmart/sellers
curl --request POST \
  --url https://api.anysite.io/api/walmart/sellers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "seller": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@walmart_seller",
    "name": "<string>",
    "legal_name": "<string>",
    "type": "<string>",
    "is_pro_seller": true,
    "description": "<string>",
    "rating": 123,
    "review_count": 123,
    "text_review_count": 123,
    "image": "<string>",
    "banner": "<string>",
    "location": "<string>",
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "postal_code": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "status": "<string>",
    "is_active": true,
    "is_alcohol_seller": true,
    "is_qsr_seller": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
seller
string
required

Walmart seller catalogSellerId or a seller storefront URL containing it

Minimum string length: 1
Examples:

"102720383"

"https://www.walmart.com/seller/102720383"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@walmart_seller
name
string | null
type
string | null
is_pro_seller
boolean | null
description
string | null
rating
number | null
review_count
integer | null
text_review_count
integer | null
image
string | null
banner
string | null
location
string | null
address
string | null
city
string | null
state
string | null
country
string | null
postal_code
string | null
email
string | null
phone
string | null
status
string | null
is_active
boolean | null
is_alcohol_seller
boolean | null
is_qsr_seller
boolean | null