TypeScript script to retrieve product prices from Google Shopping efficiently.
- Scrape prices by product ID
- TypeScript implementation
- Simple and fast
- Minimal dependencies
- Handles multiple product lookups
- Node.js
- npm/yarn
- TypeScript
git clone https://github.com/addreeh/google-shopping-scraper
npm install
import { scrapeGoogleShoppingPrice } from './scraper';
const productId = 'your_product_id';
const price = await scrapeGoogleShoppingPrice(productId);
Customize scraping settings in config.ts
.
PRs welcome. Open an issue first.
MIT License