DigiKey Product Scraper — MPN, Pricing Tiers, Stock & Specs avatar

DigiKey Product Scraper — MPN, Pricing Tiers, Stock & Specs

Pricing

from $1.50 / 1,000 digikey product details

Go to Apify Store
DigiKey Product Scraper — MPN, Pricing Tiers, Stock & Specs

DigiKey Product Scraper — MPN, Pricing Tiers, Stock & Specs

DigiKey product scraper for MPN lookup, PDP enrichment, and category listings. Extract quantity-break pricing, stock, lead time, attributes, RoHS/REACH/ECCN, datasheets and substitutes. Keyword exact-match, filter pagination, sticky residential proxy — fast HTTP, no browser.

Pricing

from $1.50 / 1,000 digikey product details

Rating

0.0

(0)

Developer

Andrej Kiva

Andrej Kiva

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Disclaimer: Unofficial Actor for publicly accessible DigiKey product and catalog pages. DigiKey and related names are trademarks of Digi-Key Electronics. Not affiliated with, sponsored by, or endorsed by Digi-Key Electronics. Provided for informational and research purposes only. You are responsible for complying with applicable laws and DigiKey terms of use.

Scrape DigiKey electronic components by product URL, manufacturer part number (MPN), keyword, or category filter page. Export quantity-break pricing, stock, lead time, technical attributes, RoHS / REACH / ECCN / HTSUS, datasheets, images, and substitutes as clean JSON — built for BOM enrichment, price monitoring, component research, and procurement workflows.


Key Features

  • Product detail enrichment — full DigiKey PDP fields from product URLs
  • MPN / keyword resolution — exact-match search → automatic PDP scrape
  • Category / filter listings — crawl DigiKey filter pages with pagination (25 products per page)
  • Optional PDP enrich from listings — turn listing rows into full product records
  • Pricing & packaging — Cut Tape, Tape & Reel, Digi-Reel tiers with MOQ and fee messages
  • Compliance block — RoHS, REACH, ECCN, HTSUS, MSL when present on the PDP
  • Substitutes & documents — cross-references, datasheets, media (toggleable)
  • Fast HTTP scrapingcurl_cffi Chrome TLS impersonation; no headless browser
  • Sticky residential proxy — Apify RESIDENTIAL US sessions with warmup and challenge rotation

Use Cases

Use caseWhat you getWhy it helps
BOM enrichmentMPN → DigiKey PNs, specs, datasheetFill ERP / PLM component libraries
Price monitoringQuantity-break tables by packagingTrack unit cost vs volume
Stock & lead timeAvailable qty, standard lead time, backorder flagSourcing and shortage checks
Compliance screeningRoHS / REACH / ECCN / HTSUSExport-control and green status
Category harvestFilter listing rows at scaleBuild MCU / connector / passive shortlists

When to use this Actor

  • DigiKey product detail enrichment from known URLs or Digi-Key part numbers
  • MPN lookup when you need the matching DigiKey PDP (exact match → full specs)
  • Filter / category crawls for listing-level price and stock without opening every PDP
  • Procurement research — packaging options, MOQ, Digi-Reel fees, substitute parts

When not to use this Actor

  • Official DigiKey Partner / Product API workflows that require DigiKey API keys
  • Real-time cart / checkout / quote automation
  • Other electronics distributors — this Actor covers DigiKey only
  • Bulk PDF file download — returns datasheet URLs in the dataset; does not store PDF binaries in the Key-Value Store by default

Input Parameters

ParameterTypeDefaultDescription
productUrlsArrayDigiKey product detail page URLs
keywordsArrayKeywords or MPNs (exact-match → PDP)
filterUrlsArrayDigiKey filter / category listing URLs
maxItemsInteger50Maximum dataset items per run
maxPagesInteger1Max filter pages per filterUrls entry (1–40)
enrichListingProductsBooleanfalseFetch full PDP for each listing row
includeSubstitutesBooleantrueInclude substitute / cross-reference rows
includeDocumentsBooleantrueInclude documents and media links
includeSuggestionsBooleantrueEmit suggestion record when keyword has no exact match
requestDelaySecsNumber1.0Delay between requests on the sticky session
proxyConfigurationObjectResidential USApify Proxy — sticky RESIDENTIAL recommended

Input Example — PDP + MPN

{
"productUrls": [
"DIGIKEY_PDP_URL"
],
"keywords": ["STM32F407VGT6"],
"maxItems": 10,
"includeSubstitutes": true,
"includeDocuments": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Input Example — category listing

{
"filterUrls": [
"DIGIKEY_FILTER_URL"
],
"maxItems": 500,
"maxPages": 20,
"enrichListingProducts": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Output Format

Dataset records use recordType:

recordTypeMeaning
productFull DigiKey product detail enrichment
listingFilter / category table row
suggestionKeyword with no exact match (related categories)
errorFetch or parse failure

Key product fields

FieldDescription
productIdDigiKey numeric product id (canonical)
manufacturerProductNumberManufacturer part number (MPN)
manufacturerBrand / manufacturer name
digikeyProductNumbersDigi-Key PNs by packaging (TR / CT / Digi-Reel)
qtyAvailable / qtyAvailableValueStock text and parsed integer
standardLeadTimeManufacturer lead time when shown
unitPrice / unitPriceValue / currencyPrimary unit price
packagingOptionsPricing tiers, MOQ, packaging messages
attributesTechnical specifications
complianceRoHS, REACH, ECCN, HTSUS, MSL
datasheetUrlPrimary datasheet link
substitutesCross-reference rows (optional)
documents / imagesMedia and document links (optional)
urlCanonical product URL
scrapedAtISO-8601 timestamp

Output Example (abbreviated)

{
"source": "digikey",
"recordType": "product",
"productId": "1231577",
"manufacturerProductNumber": "74LVC2G125DP,125",
"manufacturer": "Nexperia USA Inc.",
"qtyAvailable": "12,000",
"qtyAvailableValue": 12000,
"unitPrice": "$0.37000",
"unitPriceValue": 0.37,
"currency": "USD",
"standardLeadTime": "20 Weeks",
"packagingOptions": [
{
"digikeyProductNumber": "1727-5989-1-ND",
"packaging": "Cut Tape (CT) & Digi-Reel®",
"minOrderQuantity": 1,
"tiers": [
{ "breakQty": "1", "unitPrice": "$0.37000", "unitPriceValue": 0.37 }
]
}
],
"compliance": {
"RoHS Status": "ROHS3 Compliant",
"ECCN": "EAR99",
"HTSUS": "8542.39.0070"
}
}

Notes

  • Prefer sticky Apify RESIDENTIAL proxies (US). Datacenter egress often hits Cloudflare challenges.
  • The numeric product id in a DigiKey URL is canonical; the MPN slug in the path can be outdated or wrong.
  • Filter pagination uses DigiKey’s encoded s state (pagination.p / pagination.pp), not bare ?page= alone.
  • suggestion and error rows are not billed as product/listing results.