Tools / Catalogue Scraper / Use Cases / Track New Product Launches in a Catalogue

Track New Product Launches in a Catalogue

Monitor a competitor or supplier catalogue for new product launches and get alerts the moment new SKUs appear.

Tool
Catalogue Scraper icon
Catalogue Scraper

New product launches are the most strategically important changes in a catalogue — they signal a competitor's direction, a supplier's new capacity, or a category expansion. But they are also the easiest to miss because they arrive as a small number of new SKUs inside a larger catalogue that hasn't otherwise changed.

Catalogue Scraper extracts a full catalogue as a structured dataset. Running it on a schedule and comparing new extractions against a baseline surfaces every new SKU the moment it appears — without you having to manually watch the site.

Product managers, competitive intelligence teams, and merchandising buyers use this to be first to know when a competitor launches into a new category, monitor suppliers for new SKUs relevant to their range, and time their own launches around competitor releases.

Agent Guides

Claude logo

Claude

  1. Connect ToolRouter in Claude: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Provide the catalogue URL and a baseline SKU list from the previous extraction.
  3. Ask Claude to use `catalogue-scraper` with `scrape_catalogue` to extract the current catalogue.
Read full guide →
ChatGPT logo

ChatGPT

  1. Connect ToolRouter in ChatGPT: {"mcpServers":{"toolrouter":{"command":"npx","args":["-y","toolrouter-mcp"]}}}
  2. Provide the catalogue URL and the baseline SKU list.
  3. Ask ChatGPT to run `scrape_catalogue` and identify new SKUs not in the baseline.
Read full guide →
Copilot logo

Copilot

  1. Connect ToolRouter in Copilot: {"mcpServers":{"toolrouter":{"command":"npx","args":["-y","toolrouter-mcp"]}}}
  2. Provide the catalogue URL and the baseline SKU list as JSON.
  3. Ask Copilot to run `scrape_catalogue` and compute the diff against the baseline.
Read full guide →
OpenClaw logo

OpenClaw

  1. Connect ToolRouter in OpenClaw: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. List the catalogue URLs to monitor and the initial SKU baseline for each.
  3. Run `catalogue-scraper` with `scrape_catalogue` against each catalogue on your chosen schedule.
Read full guide →

Related Use Cases

Open Extract a Competitor's Product Catalogue

Extract a Competitor's Product Catalogue

Pull structured product data from a competitor's catalogue — names, prices, descriptions, and images — for competitive analysis.

Catalogue Scraper icon
Catalogue Scraper
4 agent guides
Open Monitor Product Price Changes

Monitor Product Price Changes

Track price changes across a product catalogue over time and alert when prices drop, increase, or products go out of stock.

Catalogue Scraper icon
Catalogue Scraper
4 agent guides