Skip to content

rock2089/pricepulse-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PricePulse — Southeast Asian E-Commerce Price Monitoring API

PyPI version Python 3.8+ License: MIT Free 100 req/day

Real-time product price data from Carousell SG, Amazon SG, and Vinted.
Free tier: 100 requests/day — no credit card required.

pip install pricepulse
import pricepulse
client = pricepulse.Client(api_key="your_key")
results = client.search("ps5", site="carousell")

Features

  • 🔍 Search — Find products by keyword across platforms
  • 📈 Trending — See what's popular right now
  • 💰 Arbitrage — Discover cross-platform price differences
  • 🏷️ Categories — Browse structured categories
  • 📊 Compare — Compare prices across Carousell, Amazon SG, Vinted

Quick Start

1. Get your free API key

curl -X POST https://incl-coupons-question-pair.trycloudflare.com/api/signup \
  -H "Content-Type: application/json" \
  -d '{"email":"your@email.com"}'

2. Make your first request

curl "https://incl-coupons-question-pair.trycloudflare.com/search?q=laptop" \
  -H "X-API-Key: your_api_key"

3. Or use the Python client

from pricepulse import Client

api = Client(api_key="your_api_key")
products = api.search("iphone", site="carousell")
for p in products[:5]:
    print(f"{p['title']} — ${p['price']}")

Pricing

Tier Price Requests/day Best for
Free $0 100 Try it out
Starter $10/month 1,000 Hobby projects
Pro $50/month 10,000 Production apps

API Reference

Full API docs at /docs (Swagger UI).

Data Sources

  • Carousell SG — Singapore's largest peer-to-peer marketplace
  • Amazon SG — Amazon Singapore
  • Vinted — Second-hand fashion marketplace

Use Cases

  • Price tracking and alerts
  • E-commerce research and analysis
  • Cross-platform arbitrage detection
  • Market trend analysis
  • Developer demos and prototypes

Why PricePulse?

  • Free to start — 100 requests/day, no credit card
  • No complex setup — Single REST API, instant results
  • Southeast Asia focused — Covers the rapidly growing SEA market
  • Open source — Python SDK on PyPI, full source on GitHub
  • PayPal payments — Secure, instant upgrades

Links

License

MIT


Buy the Dataset

Need the raw data? Grab 10,800 products (Carousell SG + Vinted EU) as CSV + JSON.

$3.99 / 19 yuan - Instant download after payment.

Buy Dataset →

About

Real-time price comparison API for Carousell SG and Amazon SG - Search, trend, arbitrage opportunities, price history. Free tier available.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages