ScavioScavio
ToolsPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

E-Commerce

Walmart Search

Search Walmart product listings — title, price, rating, product ID, and fulfillment — with price and fulfillment filters, as JSON.

POST/api/v1/walmart/search

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
querystringrequired

Product search query (1-500 characters).

Example: laptop

domainstring

Walmart domain.

deviceenum<string>

Device to emulate: desktop, mobile, tablet.

sort_byenum<string>

Sort order (e.g. best_match, price_low, price_high, best_seller, rating_high).

start_pagenumber

Starting page number.

min_pricenumber

Minimum price filter.

max_pricenumber

Maximum price filter.

fulfillment_speedstring

Fulfillment speed filter.

fulfillment_typestring

Fulfillment type filter (shipping, pickup, delivery).

delivery_zipstring

Delivery ZIP code.

store_idstring

Walmart store ID.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.walmart.search("laptop")
print(results)

Response

"page": 1,
"products_count": 69,
"url": "https://www.walmart.com/search?sort=best_match&page=1&q=laptop"
},
"response_time": 1.62,
"credits_used": 1,
"credits_remaining": 49
}
PreviousAmazon ProductNextWalmart Product
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy