Walmart
Web Scraping API Walmart Target
You can retrieve results from Walmart by providing a direct URL.
Specific target templates listed below are available with
Advanced
plans.
You can scrapeWalmart
target withCore
plans as well by providing page URL (it does not support parsing or target specific parameters). Both solutions can be tested in the Playground in Dashboard.Read more about
Core
solution here.
We have 3 templates available for Walmart:
- Walmart Search - designed to retrieve search results within the Walmart page. Parsed results are available for this template.
- Walmart Product - designed to retrieve details from Product pages. Parsed results are available for this template.
- Walmart - designed to retrieve results from any Walmart URL and return response in HTML.
Walmart search
Retrieve Walmart search results by supplying a full Walmart URL to the url
parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Walmart page URL. |
| boolean | Automatically parse content. If set to | |
| string | Enter the store ID to get results from a specific store. A list of Walmart store IDS is here. | |
| string | Pass ZIP CODE to specify delivery location, or retrieve results from specific store (by Store ID) Note: Use only the first part of the ZIP code (before the hyphen). For example, if the ZIP code is 99503-4050, you should pass geo=99503. | |
Walmart product
Retrieve Walmart product information by supplying Walmart product direct URL.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Walmart product URL. |
| boolean | Automatically parse content. If set to | |
| string | Enter the store ID to get results from a specific store. List of Walmart store IDS is here. | |
| string | Pass ZIP CODE to specify delivery location or retrieve results from specific store (by Store ID). | |
Walmart
Scrape any Walmart URL and get response in HTML format.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Walmart product URL. |
| string | Enter the store ID to get results from a specific store. List of Walmart store IDS is here | |
| string | Pass ZIP CODE to specify delivery location, or retrieve results from specific store (by Store ID) | |
Support
Need help or just want to say hello? Our customer support is available 24/7. You can also reach us anytime via email at [email protected].
Updated 6 days ago