๐ PricePulse API is now open source!
I just published the PricePulse API source code on GitHub. It's a FastAPI-powered price comparison engine for Singapore marketplaces (Carousell SG + Amazon SG).
๐ Links
- GitHub: https://github.com/rock2089/pricepulse-api
- Live API: https://shop.pricepulseapi.site/pricepulse/docs
- Free tier: 100 requests/day, no credit card
๐ ๏ธ What it does
- Search products across Carousell and Amazon SG in real-time
- Find cross-platform arbitrage opportunities
- Trending products feed
- Swagger docs included
๐ป Quick Start
# Get free API key
curl -X POST "https://shop.pricepulseapi.site/pricepulse/api/signup?email=you@example.com"
# Search for PS5 on Carousell
curl -H "X-API-Key: YOUR_KEY" "https://shop.pricepulseapi.site/pricepulse/search?q=ps5"
๐๏ธ Tech Stack
FastAPI + BeautifulSoup4 + SQLite + Caddy
๐ฐ Pricing
| Tier | Requests/Day | Price |
|---|---|---|
| Free | 100 | $0 |
| Starter | 1,000 | $10/mo |
| Pro | 10,000 | $50/mo |
Star the repo if you find it useful! โญ
Top comments (0)