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.
GET
/v1/product
Token costs: 1 per product.
401
417
Requests must include an X-Authorization header as part of the request, with its value being an API key.
route
query
body
headers
Try it
Gets product listing
Get product's AI generated title and description.
GET
/v1/list
example 1
401
417
Requests must include an X-Authorization header as part of the request, with its value being an API key.
route
query
body
headers
Try it
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.
GET
/v1/product-search
Token costs: 10 per product.
401
417
Requests must include an X-Authorization header as part of the request, with its value being an API key.
route
query
body
headers
Try it
Gets current token information
Get current token status information.
GET
/v1/token
example 1
401
Requests must include an X-Authorization header as part of the request, with its value being an API key.
route
query
body
headers
Try it