Product Pulse API
收藏Product Pulse API 数据集概述
基本信息
- API名称: Product Pulse API
- 提供者: vokenboy
- 类别: eCommerce (电子商务)
- 版本: v1 (current)
- API地址: https://rapidapi.com/vokenboy/api/product-pulse-api
功能描述
将产品URL规范化为结构化的电子商务快照,将其存储在内存中,并比较快照之间的变化差异。
端点 (Endpoints)
1. POST /snapshot
从产品URL创建快照。
示例请求: json { "url": "https://example.com/product/123" }
示例响应: json { "id": "snapshot_id", "data": { "title": "Product name", "price": 19.99, "currency": "USD", "source_url": "https://example.com/product/123", "description": "Optional description", "image": "Optional image URL", "availability": "Optional availability", "brand": "Optional brand", "sku": "Optional sku" }, "source_url": "https://example.com/product/123", "fetched_at": "2025-01-01T00:00:00.000Z" }
2. GET /snapshot/:id
获取先前存储的快照。
示例响应: json { "id": "snapshot_id", "data": { "title": "Product name" }, "source_url": "https://example.com/product/123", "fetched_at": "2025-01-01T00:00:00.000Z" }
3. POST /diff
比较两个快照。
示例请求: json { "left_id": "id1", "right_id": "id2" }
示例响应: json { "changed": [ { "field": "price", "from": 19.99, "to": 17.99 } ] }
4. GET /health
健康检查。
示例响应: json { "status": "ok" }
订阅计划
- BASIC: $0.00 / 月
- PRO: $9.00 / 月
- ULTRA: $29.00 / 月
- MEGA: $75.00 / 月
服务指标
- 流行度: 2 Popularity
- 服务等级: 75% Service Level
- 延迟: 389ms Latency
- 测试覆盖率: 50% Test
- 订阅者数量: 1



