Walmart Reviews API (Async)
This endpoint will retrieve reviews for a specified product from a Walmart reviews page and transform it into usable JSON.
Single query request
Multiple query request
Parameter
Details
api_key
Your API Key.
product_id
Walmart Product id. Example: 5253396052
sort
Sort by option. Valid values are:
relevancy
helpful
submission-desc
submission-asc
rating-desc
rating-asc
page
Specify the page number
TLD
Top level domain. Valid values are com
and ca
Sample Response
For single query request
For multiple query requests
After the job(s) finish, you will find the result under the response
key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.
Last updated