Documentation has been updated: see help center and changelog in one place.

URL

Scrape any Walmart URL of your choice.

The walmart source is designed to retrieve the content of direct URLs of various Walmart pages. Instead of sending multiple parameters, you can provide us with a direct URL for the required Walmart page. We do not strip any parameters or alter your URLs in any other way.

Request samples

The samples below illustrate how you can get Walmart pages.

curl 'https://realtime.oxylabs.io/v1/queries' \
--user 'USERNAME:PASSWORD' \
-H 'Content-Type: application/json' \
-d '{
        "source": "walmart",
        "url": "https://www.walmart.com/cp/new-arrivals/2593086"
    }'

We use synchronous Realtime integration method in our examples. If you would like to use Proxy Endpoint or asynchronous Push-Pull integration, refer to the integration methods section.

Request parameter values

Generic

Parameter
Description
Default Value

source

Sets the scraper.

walmart

url

Direct URL (link) to any page.

-

render

Enables JavaScript rendering when set to html. More info.

-

parse

Returns parsed data when set to true. Limited to search and product pages.

-

callback_url

URL to your callback endpoint. More info.

-

user_agent_type

Device type and browser. The full list can be found here.

desktop

- mandatory parameter

Last updated

Was this helpful?