Walmart Search API (Async)
This endpoint will retrieve product list data from Walmart as a result of a search.
Single query request:
Multiple Query Request:
REQUIRED | |
---|---|
| User account’s normal API key. |
| Walmart search term |
OPTIONAL | |
---|---|
| Pagination. Example: 3 |
| Top level domain. Valid values are com and ca |
| For structured data methods we offer CSV and JSON output. JSON is default if parameter is not added. Options:
|
Sample Response
For single query requests:
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