沃尔玛产品数据获取 API

轻松获取沃尔玛的实时产品数据,以提升您的电子商务产品供应
通过 MCP 从您的 AI 代理使用此 API
支持 OpenClaw、Claude Code/Desktop、Cursor、Windsurf、Cline 以及任何兼容 MCP 的 AI 客户端。
文档和设置
通过封装此 MCP 创建技能: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

沃尔玛产品数据获取API提供对实时产品信息和客户评价的完全访问,直接来自沃尔玛目录。该API允许用户通过几个简单的查询检索详细的产品元数据和真实的消费者信息

该API返回关于成千上万沃尔玛产品的结构化数据,包括当前价格、货币、可用状态(例如,库存中、缺货)、品牌、状况(全新或二手)、简短描述和技术规格,如屏幕尺寸、处理器类型、电池容量、网络技术等。这种详细程度使其非常适合创建详细的产品比较工具、市场列表和购物助手

除了基本的产品数据,该API还提供用户生成的评论和评分,为客户满意度和实际产品性能提供了深入的洞察。对于每条评论,API提供评分(1到5星)、标题、完整评论文本、提交日期和评论者昵称。还包括聚合统计数据,如平均评分、评论总数和按星级评分的分布百分比,使您能够根据受欢迎程度和用户意见对产品进行排名或筛选

该API支持轻松集成,响应时间快,并针对大规模性能进行了优化。它是任何希望利用沃尔玛广泛目录和客户洞察驱动更大参与度和更智能电子商务功能的完美解决方案

API 文档

端点


要使用此端点,您必须指定要获取评论的产品的 URL


                                                                            
GET https://zylalabs.com/api/7860/walmart+product+data+fetch+api/12910/reviews
                                                                            
                                                                        

评论 - 端点功能

对象 描述
productUrl [必需] Specify the URL of a product
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"success":true,"reviewDetails":{"averageRating":4.4,"customerReviews":[{"rating":5,"reviewSubmissionTime":"6/16/2024","reviewText":"I had my phone almost identically set up compared to my SE and got all of my photos within 10 minutes. I was able to even further streamline my set up process/keep my number by inserting my old SIM card. This phone's battery life and camera quality are massive improvements over the SE","reviewTitle":"Ease of transfer from SE","userNickname":"Blake"},{"rating":5,"reviewSubmissionTime":"6/8/2024","reviewText":"It arrived before the estimated date of delivery with everything intact including the iPhone itself, the Straight Talk activation kit, and a new charger. The setup was fairly simple, and I was able to transfer all of my information from my old iPhone to the new one!","reviewTitle":"10/10 experience!","userNickname":"Breyuana"},{"rating":5,"reviewSubmissionTime":"6/16/2024","reviewText":"I ordered my new phone and received in two days as promised. I upgraded from an 11 to this. I picked this one for the price and storage option and felt this was a great deal. I am with straight talk and I always buy my new phones from the Walmart app.","reviewTitle":"I love my new I phone","userNickname":"HappyShopper"},{"rating":5,"reviewSubmissionTime":"5/29/2025","reviewText":"The item was fine. The problem I had was with the sales department. The sales person refused to give me any assistance on finishing setting up my new phone. I had to drive to Christiansburg to receive any assistance. The Fairlawn store won't receive any more business from me.","reviewTitle":"Upset in Radford,Va.","userNickname":"anonymous"},{"rating":5,"reviewSubmissionTime":"6/16/2025","reviewText":"Well I would like to say that I am currently using my new phone, however, I am not using it because I have to take it to Walmart to get it activated because it was not scanned when it was shipped. Unfortunately, I have to drive 40 miles from home to get to a Walmart. Needless to say I am not happy about that. While reviewing the past reviews I saw that this happens quite often. Well not everyone lives nextdoor to Walmart so I would like to know if I will be compensated for the trip I am having to make just to be able to use the phone I bought and paid for.","reviewTitle":"Could not activate","userNickname":"Teresa"},{"rating":5,"reviewSubmissionTime":"6/13/2025","reviewText":"Got the iPhone 12 mini for my son, and he really likes it—no complaints at all. I got this one as an upgrade for him, and everything has been smooth.\n\nYes, I do recommend Straight Talk Wireless phones! They're super easy to activate and typically work well across different networks.","reviewTitle":"Works Fine and No issues","userNickname":"anonymous"},{"rating":5,"reviewSubmissionTime":"6/20/2025","reviewText":"Although the comments about the speaker do seem to be accurate everything else works perfectly! I ordered the phone and got it the next day! Set up was super quick and simple as I have already used straight talk previously. Overall would recommend it","reviewTitle":"HONEST review","userNickname":"anonymous"},{"rating":1,"reviewSubmissionTime":"9/4/2024","reviewText":"Some one who packaged and shipped out my package from Walmart stole the phone that was inside and just sent me the box. I am very upset and am hoping who did that is held accountable and for a replacement phone as I really was looking forward twords my new one.","reviewTitle":"Stolen iphone","userNickname":"Mateo"},{"rating":1,"reviewSubmissionTime":"4/17/2025","reviewText":"One of the phones I purchase through straight talk ended up being a total wireless phone and they won't let me active my previously purchased plan through straight talk this is confusing and frustrating because I spent a lot of money on that phone when it specifically said it was supposed to be a straight talk phone","reviewTitle":null,"userNickname":"Darren"},{"rating":1,"reviewSubmissionTime":"5/29/2025","reviewText":"I purchased this phone on4/13/2025 and since the 18.5 updated that was automatically done it doesn't give me notifications and my apps and my security alarm and my bills that I am supposed to receive don't come through anymore. So basically, all this cell does is good for is making calls and texts. I did look to see if any other consumers are having these issues and there is real lot of people having the same thing happen and it looks like your company isn't doing anything about it. Which I think that is wrong. I paid $249.00 for my phone, and I have only had it for month or so and it doesn't work. I am also thinking at buying an Android instead.","reviewTitle":"My Apple Iphone 13 doesn't work the way it should","userNickname":"Tammy"}],"totalReviewCount":3175,"reviewsWithTextCount":812,"percentageFiveCount":76,"percentageFourCount":8,"percentageThreeCount":3,"percentageTwoCount":2,"percentageOneCount":10}}
                                                                                                                                                                                                                    
                                                                                                    

评论 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7860/walmart+product+data+fetch+api/12910/reviews?productUrl=https://www.walmart.com/ip/Straight-Talk-Apple-iPhone-13-128GB-Midnight-Prepaid-Smartphone-Locked-to-Straight-Talk/454408250?classType=VARIANT&athbdg=L1300&from=/search' --header 'Authorization: Bearer YOUR_API_KEY' 


    

要使用此端点,您必须指定产品的 URL 以获取产品详细信息



                                                                            
GET https://zylalabs.com/api/7860/walmart+product+data+fetch+api/12915/product+details
                                                                            
                                                                        

产品详情 - 端点功能

对象 描述
productUrl [必需] Specify the URL of a product.
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"success":true,"product":{"availabilityStatus":"IN_STOCK","averageRating":4.4,"brand":"Apple","price":199,"priceString":"$199.00","currency":"USD","shortDescription":"iPhone 13. Your new superpower. The iPhone 13 on Straight Talk is an all-out standout featuring the most advanced dual-camera system ever on iPhone and lightning-fast performance with the all-new A15 bionic chip. Shoot incredible low-light photos and videos with the new 12MP Wide & Ultra Wide cameras and make movie magic with Cinematic mode. With 128GB of storage space, you'll be able to download and store your favorite apps, games, music and more! Plus, the 6.1-inch Super Retina screen boasts an XDR display that's even brighter, so it's easier to see in full sunlight. ² Add in durability, power and speed with Ceramic Shield, a leap in battery life with up to 19 hours of video playback,³ and 5G capability for superfast downloads and high-quality streaming¹. Pair it with an unlimited talk, text & data plan on America's most reliable 5G† network without a contract from Straight Talk to keep you connected for less. Find the Apple iPhone 13 and Straight Talk plans online or in-store at your local Walmart.","conditionType":"New","images":["https://i5.walmartimages.com/seo/Straight-Talk-Apple-iPhone-13-128GB-Midnight-Prepaid-Smartphone-Locked-to-Straight-Talk_1c1e8882-6647-4f95-b6da-39183898618c.0b325bb079e2cd662542f5c50717c54a.jpeg","https://i5.walmartimages.com/asr/f7161c65-ec39-4243-a60d-1773db232445.4668f08e8c56be046a8c3c7b636c2e3c.jpeg","https://i5.walmartimages.com/asr/8d332c51-2bf8-4701-a499-f65c6d7cd51e.316fe6ae40fef39a3c2bf905b96015c2.jpeg","https://i5.walmartimages.com/asr/fee4cdc1-a243-42cd-9968-792825b92921.6db1b9f53ab13f008440efe3205147ec.jpeg","https://i5.walmartimages.com/asr/6d7d0dbf-0ef6-49f9-9866-992034e65196.943eced87a271529178b8dde85e42ddf.jpeg","https://i5.walmartimages.com/asr/20db6ed3-2428-46f5-b83e-27d0d36ded0a.59cc4378431efefb73fff403cddab51e.jpeg","https://i5.walmartimages.com/asr/6daa5b48-fa6b-42d8-b822-849496ec77f7.13b2c46c81d852898c3ffa4429f354d5.jpeg","https://i5.walmartimages.com/asr/020dbe1b-7670-422e-8fe6-4a0aa4f36f7e.a5dd4386ba5619f8b165f7de2711a6ad.jpeg","https://i5.walmartimages.com/asr/cbafc9db-37da-4ce8-ae4b-dcc18294c88d.de4e1d31d1509fca3a5de3dac27ceaed.jpeg"],"title":"Straight Talk Apple iPhone 13, 128GB, Midnight - Prepaid Smartphone [Locked to Straight Talk]","numberOfReviews":3193,"isPreowned":false,"specifications":["Processor Brand - Apple","Display Technology - LCD","Phone Feature - Wireless Charging","Resolution - 460ppi","Single or Dual IMEI - Single IMEI","Processor Speed - 2.92 GHz","SIM Card Size - Nano","Native Resolution - 1080x2340","Battery Capacity - 3227 mAh","Brand - Apple","Cell Phone Type - Prepaid Phones","Cell Phone Service Provider - Straight Talk","Screen Size - 6.1 in","Front-Facing Camera Megapixels - 12 MP","Rear-Facing Camera Megapixels - 12 MP","Model Name - iPhone 13","Condition - New","Manufacturer - Apple","Cellular Network Technology - 5G","RAM Memory - 4 GB","Virtual Assistant - Siri","Manufacturer Part Number - GPAPI13C128BKP","Color - Black","Assembled Product Dimensions (L x W x H) - 3.10 x 1.90 x 5.70 Inches"]}}
                                                                                                                                                                                                                    
                                                                                                    

产品详情 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7860/walmart+product+data+fetch+api/12915/product+details?productUrl=https://www.walmart.com/ip/Straight-Talk-Apple-iPhone-13-128GB-Midnight-Prepaid-Smartphone-Locked-to-Straight-Talk/454408250?classType=VARIANT&athbdg=L1300&from=/search' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 沃尔玛产品数据获取 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
标头
标头 描述
授权 [必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

🚀 企业版

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

客户喜爱的功能

  • ✔︎ 仅支付成功请求
  • ✔︎ 7 天免费试用
  • ✔︎ 多语言支持
  • ✔︎ 一个 API 密钥,所有 API。
  • ✔︎ 直观的仪表板
  • ✔︎ 全面的错误处理
  • ✔︎ 开发者友好的文档
  • ✔︎ Postman 集成
  • ✔︎ 安全的 HTTPS 连接
  • ✔︎ 可靠的正常运行时间

沃尔玛产品数据获取 API FAQs

获取评论端点返回用户生成的评论,包括评分 标题 评论文本 提交日期和评论者昵称 获取产品详情端点提供全面的产品元数据,例如当前价格 可用性 品牌 状态和技术规格

获取评论端点的关键字段包括评分 标题 评论文本 和提交日期 获取产品详情端点的关键字段包括价格 可用状态 品牌 状态 以及各种技术规格如屏幕尺寸和处理器类型

响应数据采用JSON格式结构。对于评论,每条评论都是数组中的一个对象,包含评级和评论文本等字段。对于产品详情,数据组织为键值对,使访问特定属性如价格和规格变得容易。

获取评价端点提供通过评分和评论了解客户满意度的洞察获取产品详情端点提供详细的产品信息包括价格可用性品牌和技术规格使用户能够做出明智的购买决策

用户可以通过为两个端点指定产品 URL 来自定义他们的请求 这使他们能够根据自己的需求检索特定的评论或产品详情 确保他们获得与感兴趣的产品相关的信息

典型的用例包括创建产品比较工具 增强电子商务列表和开发购物助手 详细的产品数据和客户评价帮助企业提高用户参与度并为决策提供有价值的见解

通过直接访问沃尔玛的目录和客户评论,数据准确性得以保持。API获取实时信息,确保用户获得最新和最可靠的产品数据和消费者反馈

如果API返回部分或空结果,用户应该检查产品URL的准确性 在您的应用程序中实施错误处理可以帮助管理这些情况,当数据不可用时允许备选选项或用户通知

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。

价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]


此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。

定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。

有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]

价格由月度或年度订阅决定,具体取决于所选计划。

API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。

Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。

要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。

要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。

要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。

"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。

是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。

您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。

7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。

当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。

付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。


相关 API


您可能还喜欢