Product price and availability monitoring
Walmartエンドポイントを使えば、「Product price and availability monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public Walmart pages into structured product data — item detail with price, availability, brand, images, rating, seller, and specifications, plus search results across the Walmart catalog, as normalized JSON for pricing and catalog research. Credential-free.
Extract Walmart product detail and search results — price, availability, brand, images, ratings, and sellers — as structured JSON from public Walmart pages.
エンドポイントファミリー
2
ドキュメント化されたパラメータ
8
サンプル数
3
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
6
スキーマ参照
3
{
"platform": "Walmart",
"endpoint": "walmart-search",
"method": "GET",
"path": "/walmart/search",
"auth": "apiKey"
}ユースケース
Extract Walmart product detail and search results — price, availability, brand, images, ratings, and sellers — as structured JSON from public Walmart pages.
Walmartエンドポイントを使えば、「Product price and availability monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Walmartエンドポイントを使えば、「Search result and catalog research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Walmartエンドポイントを使えば、「Seller and rating collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のWalmartエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ8個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Walmartのエンドポイントは3件、2つのリクエストファミリーに分類されています(Product、Search)。
これらのWalmartエンドポイントには8個のリクエストパラメータがドキュメント化されており、うち6個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のWalmartエンドポイントのうち3件が実際のサンプルレスポンスを、3件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Walmartのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Walmartのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/walmart/product/{item_id}
/walmart/search
エンドポイントカタログ
/walmart/searchReturns Walmart search results: item id, title, brand, price, image, availability, seller, and rating per product. Credential-free public Walmart data, rendered from the search page through proxied browser renderers.
MCPツール walmart_search
/walmart/product/{item_id}Returns a normalized Walmart product: price, availability, brand, images, rating, seller, description, highlights, specifications, and variants. Credential-free public Walmart data, rendered from the product page through proxied browser renderers.
MCPツール walmart_product
/walmart/product/{item_id}/reviewsReturns the reviews snapshot embedded in a Walmart product page: average rating, total review count, the per-star rating breakdown, the recommended percentage, the top positive and top negative review, and a sample of recent reviews. This is a single on-page snapshot, not a full paginated feed. A product that exists but has no reviews returns zero counts and an empty reviews list. Credential-free public Walmart data, rendered from the product page through proxied browser renderers.
レスポンスに関する注記
- A product that exists but has no reviews returns zero counts and an empty `reviews` list (`200`), not an error. - `average_rating` is the overall 0–5 rating; `recommended_percent` is the percentage of reviewers who recommend the product (0–100). - `rating_counts` is the per-star review-count distribution (`five_star`…`one_star`). - Each review carries `rating`, `title`, `text`, `author`, `submission_date`, `positive_feedback`, `negative_feedback`, and `review_id`. `top_positive_review` / `top_negative_review` use the same review shape. - Bot blocks, challenge pages, and malformed upstream payloads return `503`. Example response: ```json {"code":200,"msg":"OK","data":{"item_id":"6543706564","average_rating":4.3,"total_review_count":2452,"reviews_with_text_count":1345,"recommended_percent":87,"rating_counts":{"five_star":1698,"four_star":273,"three_star":150,"two_star":116,"one_star":215},"top_positive_review":{"rating":5,"title":"Great sound","text":"The noise cancellation is great!","author":"MusicFan","submission_date":"11/30/2025","review_id":"406499690"},"reviews":[{"rating":5,"text":"Love these earbuds.","author":"MusicFan","submission_date":"11/30/2025","review_id":"406499690"}]}} ```
MCPツール walmart_product_reviews
関連API
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
Walmartのスクレイピング方法
Walmart's product and search pages carry price, availability, and seller data behind rendered storefront pages. Crawlora's Walmart endpoints return product detail and search results as normalized JSON — no login, rate-limit juggling, or proxy setup.
A single product by item id, or a keyword search across the Walmart catalog.
Pass an item id or a query to Crawlora's Walmart endpoint (e.g. /walmart/product, /walmart/search).
Receive price, availability, brand, images, rating, seller, and specifications as clean JSON.
Feed pricing dashboards and AI pipelines, or re-run to track price and availability changes over time.
FAQ
Send a product item id or a search query to Crawlora's Walmart endpoints and get price, availability, brand, images, rating, and seller data as structured JSON — no login. Collect public data and respect Walmart's terms.
Yes. /walmart/product returns current price and availability per item — re-run it on a schedule to track price drops and stock changes over time as JSON.
Collecting publicly accessible product, price, and availability data is generally permissible if you respect Walmart's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.
No — Walmart's Marketplace and Supplier APIs are gated behind an approved seller or supplier relationship and OAuth 2.0 credentials; there's no public product-data API for outside developers or researchers. Crawlora reads Walmart's public product and search pages directly, with a single API key and no seller account required.