Amazon Scraper
收藏Amazon Scraper API 数据集概述
基本信息
- 数据集名称:Amazon Scraper
- 提供方:Syphoon
- 官方网址:https://syphoon.com
- 托管平台:RapidAPI
- 价格:免费
- 流行度:9
- 服务等级:100%
- 延迟:3193ms
功能描述
该API是一个专用的解决方案,使用户能够从美国亚马逊网站获取详细的产品信息。用户只需提供产品URL,API便会返回易于阅读的解析后数据。
核心特性
- 通过单个URL检索产品信息。
- 提供结构化的解析数据。
- 仅支持来自亚马逊美国域名(
www.amazon.com)的产品。
端点与请求
-
API端点:
https://amazon-scraper56.p.rapidapi.com/ -
请求方法:POST
-
必需头部:
x-rapidapi-key: API_KEYx-rapidapi-host: amazon-scraper56.p.rapidapi.comContent-Type: application/json
-
JSON载荷格式: json { "product_url": "https://www.amazon.com/dp/product-asin" }
-
必需参数:
product_url(字符串):来自亚马逊美国域名的产品页面URL。
响应格式
API返回包含结构化产品数据的JSON响应。
关键响应字段
product_name:产品名称。price:产品当前价格。rating:平均客户评分。total_ratings:客户评价总数。in_stock:库存状态。main_image:主图URL。images:图片URL数组。videos:视频详细信息数组(包含标题和链接)。attributes:关键产品规格。return_policy:退货政策信息。seller_info:卖家详细信息。
示例响应
json { "product_name": "Fogruaden Wired 60% Percent Mechanical Keyboard RGB Gaming Keyboard", "price": "$34.99", "rating": "4.5", "total_ratings": 561, "in_stock": true, "main_image": "https://m.media-amazon.com/images/I/61HVPWoR-yL.jpg", "images": [ "https://m.media-amazon.com/images/I/71Pv3nQTmxL.jpg", "https://m.media-amazon.com/images/I/71viFSbww9L.jpg" ], "videos": [ { "title": "FN+P backlight on/off", "link": "https://m.media-amazon.com/images/video-id.mp4" } ], "attributes": { "Brand": "Fogruaden", "Keyboard Type": "Mechanical", "Connectivity": "Wired" }, "return_policy": "Returnable until Jan 31, 2025", "seller_info": { "name": "HYSSP", "id": "A3PY5L4RJH9ZND" } }
错误处理
| 错误代码 | 消息 | 描述 |
|---|---|---|
| 400 | Invalid Payload | product_url 缺失或无效。 |
| 404 | Product Not Found | 未找到提供的URL对应的产品。 |
| 500/501 | Internal Server Error | 发生意外错误。 |
错误响应示例: json { "message": "Request failed. You wont be charged for this request" }
限制
- 仅限美国域名:API仅支持来自
www.amazon.com的URL。 - URL准确性:确保产品URL有效且可访问。
支持与联系
- 支持邮箱:support@syphoon.com
- 文档与常见问题:https://syphoon.com/dedicated/amazon
- 快速入门与专属支持:所有计划均提供。
示例用例
- 构建价格比较工具。
- 跟踪产品列表和库存。
- 监控评论和评分。
- 市场研究和产品情报。
速率限制
每个订阅计划都有特定的速率限制。(示例:免费计划有每日请求次数限制,但页面未提供具体数字)




