跨境价格监控 API
做跨境电商的朋友应该深有体会——盯价格是个体力活。所以我写了个 API:PricePulse。
一句话:一个免费的 REST API,监控 Carousell SG、Amazon SG、Lazada、Vinted 的商品价格。免费额度 100次/天。
快速开始
import requests
resp = requests.get(
"https://incl-coupons-question-pair.trycloudflare.com/search",
params={"q": "iPhone 15", "source": "carousell"},
headers={"X-API-Key": "***"}
)
print(resp.json())
定价
| 方案 |
价格 |
日限额 |
| Free |
$0 |
100次 |
| Pro |
$10/月 |
1,000次 |
| Enterprise |
$50/月 |
10,000次 |
立即使用
👉 免费获取 API Key
📝 中文博客文章
⭐ GitHub 仓库
跨境价格监控 API
一句话:一个免费的 REST API,监控 Carousell SG、Amazon SG、Lazada、Vinted 的商品价格。免费额度 100次/天。
快速开始
定价
立即使用
👉 免费获取 API Key
📝 中文博客文章
⭐ GitHub 仓库