digikey

Extract structured DigiKey product data from Cloudflare-protected HTML category pages into JSON records with detailUrl and image fields.

5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/AgentComputerAI/torch --skill digikey-agentcomputerai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digikey
Source: https://github.com/AgentComputerAI/torch/tree/main/skills/sites/digikey
Command: npx skills add https://github.com/AgentComputerAI/torch --skill digikey-agentcomputerai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates extraction of DigiKey product listings from Cloudflare-protected category pages by leveraging a real Chrome session to bypass challenges, delivering structured data.

Core Features & Use Cases

  • Server-rendered table scraping: reads the catalog listing table and discovers detail URLs and images.
  • Robust against Cloudflare challenges using puppeteer-core connected to an existing Chrome instance.
  • Outputs structured JSON with fields like detailUrl, image, and associated product attributes such as Core Processor, Speed, RAM, etc.
  • Use Case: scrape DigiKey category pages to feed inventory or pricing analytics pipelines.

Quick Start

Run the digikey skill against a DigiKey category page to extract the product table into structured JSON.

Frequently Asked Questions about digikey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape DigiKey product listings when the page is protected by Cloudflare?

To scrape Cloudflare-protected DigiKey product listings, connect puppeteer-core to a real Chrome instance to bypass challenges, read server-rendered HTML, auto-detect table headers, and output structured JSON.

What is the best way to extract DigiKey catalog data from a server-rendered HTML table?

The best way to extract DigiKey catalog data is to use puppeteer-core with a real Chrome session to read the server-rendered HTML table, discover detail URLs and images, and output per-product records.

Can I automate DigiKey category page scraping to feed inventory and pricing pipelines?

Yes, you can automate DigiKey category page scraping to feed inventory or pricing analytics pipelines by extracting structured JSON with fields like detailUrl, image, Core Processor, Speed, and RAM.

Do I need a real Chrome instance to extract DigiKey product data?

Yes, you need a real Chrome instance because the Skill uses puppeteer-core connected to it to successfully bypass Cloudflare challenges and access the DigiKey server-rendered catalog data.

What fields are included in the JSON output when scraping DigiKey category pages?

The JSON output includes per-product records with fields like detailUrl, image, and associated product attributes such as Core Processor, Speed, RAM, and packaging, depending on the auto-detected table headers.

Why does my web scraper fail to read DigiKey product tables?

Standard web scrapers fail to read DigiKey product tables because Cloudflare blocks automated requests, requiring puppeteer-core connected to a real Chrome instance to bypass the challenge.