Deals
curl --request GET \
--url https://scrapebadger.com/v1/walmart/deals \
--header 'X-API-Key: <x-api-key>'import requests
url = "https://scrapebadger.com/v1/walmart/deals"
headers = {"X-API-Key": "<x-api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-Key': '<x-api-key>'}};
fetch('https://scrapebadger.com/v1/walmart/deals', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://scrapebadger.com/v1/walmart/deals",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"X-API-Key: <x-api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://scrapebadger.com/v1/walmart/deals"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("X-API-Key", "<x-api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://scrapebadger.com/v1/walmart/deals")
.header("X-API-Key", "<x-api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://scrapebadger.com/v1/walmart/deals")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["X-API-Key"] = '<x-api-key>'
response = http.request(request)
puts response.read_bodySearch
Deals
Walmart’s current deals, rollbacks and clearance as a paginated product feed.
GET
/
v1
/
walmart
/
deals
Deals
curl --request GET \
--url https://scrapebadger.com/v1/walmart/deals \
--header 'X-API-Key: <x-api-key>'import requests
url = "https://scrapebadger.com/v1/walmart/deals"
headers = {"X-API-Key": "<x-api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-Key': '<x-api-key>'}};
fetch('https://scrapebadger.com/v1/walmart/deals', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://scrapebadger.com/v1/walmart/deals",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"X-API-Key: <x-api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://scrapebadger.com/v1/walmart/deals"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("X-API-Key", "<x-api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://scrapebadger.com/v1/walmart/deals")
.header("X-API-Key", "<x-api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://scrapebadger.com/v1/walmart/deals")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["X-API-Key"] = '<x-api-key>'
response = http.request(request)
puts response.read_bodyWalmart’s live deals, rollbacks and clearance. Same result shape as
/search.
Credits: 5
No surveyed competitor offers a Walmart deals feed — every one of them
exposes
rollback only as a boolean on a product row.Authorization
string
required
Your ScrapeBadger API key.
Query Parameters
integer
default:"1"
Result page,
1–11. The feed dries up after page 11.number
Minimum price in USD.
number
Maximum price in USD.
Response
Identical to/search:
url, page, total_results_reported, max_page (11), result_count,
has_more_pages, title, and items[] of SearchItem. Discounted items
carry was_price and a populated price_info.savings_amount.
Example
curl "https://scrapebadger.com/v1/walmart/deals?min_price=25&max_price=100" \
-H "X-API-Key: YOUR_API_KEY"
const res = await fetch(
"https://scrapebadger.com/v1/walmart/deals?" +
new URLSearchParams({ min_price: "25", max_price: "100" }),
{ headers: { "X-API-Key": process.env.SCRAPEBADGER_API_KEY } },
);
const data = await res.json();
import requests
res = requests.get(
"https://scrapebadger.com/v1/walmart/deals",
headers={"X-API-Key": "YOUR_API_KEY"},
params={"min_price": 25, "max_price": 100},
)
data = res.json()
Response
{
"query": null,
"url": "https://www.walmart.com/shop/deals",
"page": 1,
"total_results_reported": 2054,
"max_page": 11,
"result_count": 50,
"has_more_pages": true,
"title": "Savings",
"items": [
{
"us_item_id": "43786351",
"item_id": "43786351",
"product_id": "39714L09OKKY",
"offer_id": "14EFE996F12E4C8B950E542CDDBB24D0",
"name": "Allegra Adult 24-Hour Allergy Relief Tablets, 180 mg Fexofenadine HCI, 40-Count",
"brand": "Allegra",
"url": "https://www.walmart.com/ip/Allegra-24-Hour-Allergy-Tablets-40-Ct/43786351",
"image_url": "https://i5.walmartimages.com/seo/Allegra-24-Hour-Allergy-Tablets-40-Ct....jpeg",
"price": 29.97,
"price_string": "$29.97",
"was_price": 41.98,
"price_info": {
"current_price": { "price": 29.97, "price_string": "$29.97", "price_display": "Now $29.97" },
"was_price": { "price": 41.98, "price_string": "$41.98" },
"savings_amount": 12.01,
"is_price_reduced": true
},
"rating": 4.7,
"review_count": 1893,
"in_stock": true,
"availability_status": "IN_STOCK",
"seller_name": "Walmart.com",
"badges": [{ "id": "L1600", "text": "Rollback", "type": "flag", "key": "PRICE_FLAG" }],
"position": 1
}
]
}
total_results_reported is Walmart’s own claim and is not reachable — the
feed stops after page 11. Page on has_more_pages, and deduplicate on
us_item_id: consecutive pages overlap by about 20%. Narrow with min_price
/ max_price bands to pull more of the feed.⌘I

