Price Intel is a modern and classy web application that allows users to compare product prices across different platforms like Amazon and Flipkart using SerpAPI. It features a stylish UI built with React + Tailwind, and fetches real-time product data using Node.js and SerpAPI.
- 🔍 Product search with live price comparison
- 🛍️ Fetches prices from Amazon , Flipkart and from other sites
- 🖥️ Modern UI with gradient design
- 🌐 External links to vendor websites
git clone https://github.com/your-username/price-intel.git
cd price-intelnpm installCreate a .env file in the root and add your SerpAPI key:
SERPAPI_KEY=your_serpapi_key_hereGet your API key from https://serpapi.com/.
node server/index.jsBy default it runs on
http://localhost:5000
cd client
npm install
npm run dev- Frontend: React + TailwindCSS + Vite
- Backend: Node.js + Express
- API: SerpAPI (Google Shopping & Amazon engine)
- Other Tools: Axios, Dotenv, CORS