DEV Community

rock2089
rock2089

Posted on • Originally published at github.com

PricePulse API Now Open Source on GitHub โ€” Free Cross-Platform Price Comparison

๐Ÿš€ 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

๐Ÿ› ๏ธ 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"
Enter fullscreen mode Exit fullscreen mode

๐Ÿ—๏ธ 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)