Skip to content

🕵️ Google Shopping Scraper - A TypeScript script for extracting product prices directly from Google Shopping using product IDs.

Notifications You must be signed in to change notification settings

addreeh/google-shopping-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕵️ Google Shopping Scraper

TypeScript script to retrieve product prices from Google Shopping efficiently.

Features

  • Scrape prices by product ID
  • TypeScript implementation
  • Simple and fast
  • Minimal dependencies
  • Handles multiple product lookups

Prerequisites

  • Node.js
  • npm/yarn
  • TypeScript

Installation

git clone https://github.com/addreeh/google-shopping-scraper
npm install

Usage

import { scrapeGoogleShoppingPrice } from './scraper';

const productId = 'your_product_id';
const price = await scrapeGoogleShoppingPrice(productId);

Configuration

Customize scraping settings in config.ts.

Contributing

PRs welcome. Open an issue first.

License

MIT License

About

🕵️ Google Shopping Scraper - A TypeScript script for extracting product prices directly from Google Shopping using product IDs.

Topics

Resources

Stars

Watchers

Forks