Big W Product Search
收藏RapidAPI2025-12-03 更新2025-12-03 收录
下载链接:
https://rapidapi.com/data-stream-group-data-stream-group-default/api/big-w-product-search
下载链接
链接失效反馈官方服务:
资源简介:
Search products from Big W with flexible query, pagination, and detailed product information. Returns standardized product data including barcode, name, brand, current price, and a direct product URL. Ideal for building e-commerce apps, price comparison tools, or inventory tracking solutions.
创建时间:
2025-12-03
原始信息汇总
Big W Product Search API 数据集概述
基本信息
- 数据集名称: Big W Product Search
- 类别: Commerce
- 提供商: Data Stream Group
- 订阅计划:
- BASIC: $0.00 / mo
- PRO: $9.99 / mo
- ULTRA: $29.99 / mo
API 概述
- 功能: 提供对Big W(澳大利亚大型零售连锁店)产品目录的快速、可靠的程序化访问。
- 适用场景:
- 联盟营销网站
- 价格比较工具
- 市场研究应用
- 电子商务自动化
基础信息
- Base URL:
https://big-w-product-search.p.rapidapi.com - 认证方式: 需要在请求头中包含RapidAPI密钥 (
x-rapidapi-key: YOUR_RAPIDAPI_KEY)
端点
搜索产品
-
方法: GET
/search -
查询参数:
query(必填): 搜索词page(可选): 页码,从0开始,默认为0page_size(可选): 每页结果数,范围50-100,默认为50
-
响应示例: json { "query": "lego", "page": 0, "page_size": 50, "results_count": 1602, "page_count": 321, "results": [ { "barcode": "5702017814667", "product_name": "LEGO Star Wars Millennium Falcon", "product_brand": "LEGO", "current_price": 149.99, "url": "https://www.bigw.com.au/product/lego-star-wars-millennium-falcon/p/28295" } ] }
-
响应字段:
query: 搜索词page: 当前页码page_size: 每页结果数results_count: 总结果数(最多2000)page_count: 总页数results: 产品信息数组,包含:product_name: 产品名称product_brand: 品牌(可为空)barcode: 条形码(可为空)current_price: 当前价格(AUD)url: 产品链接
错误响应
- 422 Validation Error: 当缺少或参数无效时返回,包含详细验证错误信息。 json { "detail": [ { "loc": ["query"], "msg": "field required", "type": "value_error.missing" } ] }
使用案例
- 联盟网站展示实时产品列表和价格
- 构建价格比较应用
- 产品可用性和市场趋势分析
- 自动更新电子商务产品目录



