Enterprise APIFlagship

Walmart Intelligence via API.

Embed Walmart intelligence directly into your internal applications. Power your ERP, BI tools, repricing engines, and custom business logic with live data.

Read the Docs
rivin_api.py
# Fetch a full product object with history
from rivin import Client

client = Client(api_key="rv_live_8f2...c91")

# Single item — returns everything
product = client.items.get("4K-LED-55-A1")

# Batch — up to 100 items per call
batch = client.items.batch([
    "4K-LED-55-A1", "HDMI-CBL-6FT", ...
])

print(product.buy_box.seller)    # "Walmart.com"
print(product.stats.avg_price_90d)  # 429.00
print(product.sellers[0].name)      # "SellerPro"
<400ms
p95 Latency
99.99%
API Uptime
100
Items Per Batch
0
Breaking Changes
Capabilities

Built for Integration. Designed for Scale.

bolt

Sub-Second Latency

p95 response times under 400ms globally. Built for real-time integrations where speed directly impacts margin.

integration_instructions

Embed into Your Stack

Pipe pricing, Buy Box, ranking, and sales data directly into your ERP, BI tools, repricing engines, or custom internal dashboards.

hub

REST + GraphQL

REST available today. GraphQL schema rolling out mid-2026 with versioned evolution — no breaking changes, ever.

code

Typed SDKs

Native Python and Node.js SDKs with full type coverage. Install, authenticate, and ship your first query in minutes.

history

Full Time-Series Access

Price history, Buy Box ownership, ranking, and review data as compressed alternating arrays — efficient at any scale.

security

Enterprise Security

SOC 2 compliant, SAML SSO, API key rotation, and HMAC-signed webhooks. Built for teams with real compliance requirements.

API Surface

Core Endpoints

MethodEndpointDescription
GET/items/:itemIdFull product object — metadata, prices, buy box, sellers, ranking, stats
POST/itemsBatch lookup — up to 100 item IDs in a single call
GET/items/:itemId/buyboxCurrent buy box owner + full ownership history
GET/items/:itemId/sellersAll sellers on listing with prices and fulfillment type
GET/items/:itemId/salesUnits sold estimates — daily, weekly, monthly
GET/searchSearch results with organic vs sponsored position data
Full reference with 20+ endpoints available in the API documentation.

Ship Your Integration This Week.

A 30-minute technical walkthrough with a Rivin engineer. Bring your use case — we'll map the endpoints live.