← ClaudeAtlas

element14listed

Search Newark, Farnell, and element14 for electronic components — find parts by MPN or distributor part number, check pricing/stock, download datasheets, analyze specifications. One unified API covers all three storefronts (Newark for US, Farnell for UK/EU, element14 for APAC). Free API key, simple query-parameter auth, no OAuth. Datasheets download directly from farnell.com CDN with no bot protection. Sync and maintain a local datasheets directory for a KiCad project, or use batch MPN-list seeding (`--mpn-list`) for bulk workflows without a project. Use this skill when the user mentions Newark, Farnell, element14, needs parts from a non-US distributor, wants to compare pricing across regions, or needs datasheets from a source that doesn't require complex API auth. For package cross-reference tables and BOM workflow, see the `bom` skill.
juliuswiener/nord-kit · ★ 0 · AI & Automation · score 62
Install: claude install-skill juliuswiener/nord-kit
# element14 / Newark / Farnell — Component Search, Datasheets & Ordering ## Related Skills | Skill | Purpose | |-------|---------| | `kicad` | Schematic analysis — extracts MPNs for part lookup | | `bom` | BOM management — orchestrates sourcing across distributors | | `spice` | Uses element14 parametric data for behavioral SPICE models | One API covers three regional storefronts — same catalog, same datasheets, only pricing/stock vary by region: | Storefront | Region | Store ID | |------------|--------|----------| | **Newark** | North America | `www.newark.com` | | **Farnell** | UK / Europe | `uk.farnell.com` | | **element14** | Asia-Pacific | `au.element14.com` | For BOM management and export workflows, see `bom`. ## Key Differences from DigiKey/Mouser - **Simple auth** — API key as a query parameter, no OAuth flow - **Free API key** — register at partner.element14.com, courtesy usage allowance - **Global coverage** — same API covers US (Newark), EU (Farnell), APAC (element14) - **Unprotected PDFs** — datasheets hosted on farnell.com CDN, download freely with no bot protection - **Datasheet URL in API response** — `responseGroup=medium` includes `datasheets[].url` ## API Credential Setup 1. **Register** at [partner.element14.com/member/register](https://partner.element14.com/member/register) - Free account — just username, email, password. No credit card needed. - Provides a "courtesy usage allowance" (2 calls/sec, 1,000 calls/day — sufficient for normal use)