Walmart Category API: Async Structured Data in cURL
Scrape Walmart category pages into structured JSON/CSV with ScraperAPI async in cURL. Extract product listings, prices, and availability by department ID.
This endpoint will retrieve Walmart product list for a specified product category.
Single query request:
Multiple query request:
APIKEY
User account’s normal API key.
CATEGORY
Walmart category id. Example: 3944_1089430_37807
PAGE
Pagination. Example: 3
TLD
Top level domain. Valid values are com and ca
OUTPUT_FORMAT
For structured data methods we offer CSV and JSON output. JSON is default if parameter is not added. Options:
csv
json
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
Was this helpful?