WallySmarter API documentation
WallySmarter API documentation
ver: 1.0
host: https://api.wallysmarter.com
Get product information
Getting product result Walmart data with Walmart API is as simple as making an HTTP GET request to the request endpoint.
WallySmarter API gathers data in real-time and will typically return a result in 1-5 seconds.
Requests must include an X-Authorization header as part of the request, with its value being an API key.
Walmart product or item id to fetch the details.
- Default:
737831850
- Example:
737831850
- Possible:
Additional tokens: 1 per product that is requested for stats. Include additional stats in the product result. Stats include the current prices as well as data about the price history and current sales as well as data about the sales history. This may slow down the response. This takes an integer to include stats for the last X days.
- Default:
90
- Example:
90
- Possible:
Gets product listing
Get product's AI generated title and description.
Requests must include an X-Authorization header as part of the request, with its value being an API key.
Product's brand name.
- Default:
- Example:
Puma
- Possible:
Product's Attribute if any.
- Default:
- Example:
Black,Extra-large
- Possible:
Walmart product or item id to fetch the details.
- Default:
- Example:
599006308
- Possible:
Search products
You can search for products using WallySmarter Product Search API. The parameters should be appended as querystring parameters to the Product Search API with GET method.
WallySmarter API gathers data in real-time and will typically return a result in 1-5 seconds.
Requests must include an X-Authorization header as part of the request, with its value being an API key.
Price more than possible value to search
- Default:
- Example:
1
- Possible:
Price less than possible value to search
- Default:
- Example:
100
- Possible:
Review more than possible value to search
- Default:
- Example:
100
- Possible:
Review less than possible value to search
- Default:
- Example:
1000
- Possible:
Rating more than possible value to search
- Default:
- Example:
3
- Possible:
Rating less than possible value to search
- Default:
- Example:
5
- Possible:
Sales more than possible value to search
- Default:
- Example:
1500
- Possible:
Sales less than possible value to search
- Default:
- Example:
5000
- Possible:
Revenue more than possible value to search
- Default:
- Example:
5000
- Possible:
Revenue less than possible value to search
- Default:
- Example:
15000
- Possible:
- Default:
- Example:
false
- Possible:
- Default:
- Example:
- Possible:
[
"Arts Crafts & Sewing",
"Auto & Tires",
"Baby",
"Beauty",
"Books",
"Cell Phones",
"Clothing",
"Collectibles",
"Electronics",
"Food",
"Gifts & Registry",
"Health",
"Home",
"Home Improvement",
"Household Essentials",
"Industrial & Scientific",
"Jewelry",
"Movies & TV Shows",
"Music",
"Musical Instruments",
"Office Supplies",
"Party & Occasions",
"Patio & Garden",
"Personal Care",
"Personalized Gifts",
"Pets",
"Photo Center",
"Services",
"Sports & Outdoors",
"Toys",
"Video Games"
]
Search walmart product by UPC
- Default:
- Example:
[
80376020123,
33317066056,
33317029990,
78693002694,
28914563015
]
- Possible:
- Default:
- Example:
- Possible:
[
"price",
"reviews",
"rating",
"sales_estimate",
"revenue"
]
- Default:
ASC
- Example:
- Possible:
[
"ASC",
"DESC"
]
Gets current token information
Get current token status information.
Requests must include an X-Authorization header as part of the request, with its value being an API key.