Real-time product request
To make a simple request for a single market page, use the /realtime/ecommerce
endpoint with the following syntax:
Nimble APIs requires that a base64 encoded credential string be sent with every request to authenticate your account. For detailed examples, see E-commerce API Authentication.
Every request sent through Nimble API is automatically routed through Nimble IP - our premium proxy network!
Request Options
Walmart Options
Response
Headers
X-Task-ID: string
Payload examples:
If parsing was disabled or omitted in the request, the result data will be the raw HTML of the requested page. If parsing was enabled, a JSON object with a parsed version of the page will be delivered, with the raw HTML included under the html_content
property.
200 OK
500 Error
400 Input Error
Response Codes
Last updated