JLCPCB Parts Finder — In-Stock Component Search avatar

JLCPCB Parts Finder — In-Stock Component Search

Pricing

from $0.00001 / result

Go to Apify Store
JLCPCB Parts Finder — In-Stock Component Search

JLCPCB Parts Finder — In-Stock Component Search

Search JLCPCB's in-stock electronics components (resistors, capacitors, inductors, MOSFETs, ICs, LEDs) by electrical specifications. Returns matching parts with stock counts and unit prices. Perfect for automating BOM generation and design validation.

Pricing

from $0.00001 / result

Rating

0.0

(0)

Developer

Satyam Das

Satyam Das

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

JLCPCB Parts Finder

JLCPCB Parts Finder

Find in-stock electronic components by specification — instantly.

Try on Apify 6 component types No API key


What It Does

Search JLCPCB's entire in-stock catalog of electronic components by electrical specifications. Instead of browsing pages of parts, describe what you need and get back matching components with stock counts, unit prices, and full specs.

Supported component types:

TypeSearch Filters
🔲 ResistorsResistance, package, tolerance, power
🔵 CapacitorsCapacitance, package, voltage, tolerance
🟡 InductorsInductance, package, current, tolerance
🔴 LEDsColor, package, voltage, current
MOSFETsPackage, voltage, current, channel type
🧠 ICsPackage, manufacturer, category

Use Cases

  • BOM generation — automate finding the right parts for your circuit design
  • Design validation — verify that components exist in JLCPCB stock before finalizing
  • Price comparison — find the cheapest in-stock part matching your specs
  • Alt-part discovery — find substitute components when your primary choice is out of stock

Input

{
"component_type": "resistor",
"resistance": "10k",
"package": "0603",
"tolerance": "1%",
"max_results": 50
}
ParameterTypeRequiredDescription
component_typestringOne of: resistor, capacitor, inductor, led, mosfet, ic
resistancestringResistance value (e.g. 1k, 4.7k, 10k). Resistors only.
capacitancestringCapacitance value (e.g. 100n, 10u, 22p). Capacitors only.
inductancestringInductance value (e.g. 10uH, 4.7uH). Inductors only.
packagestringPackage size (e.g. 0402, 0603, 0805)
tolerancestringTolerance (e.g. 1%, 5%, 10%)
voltagestringVoltage rating (e.g. 10V, 50V, 100V)
max_resultsintegerMax parts to return (1–500, default 50)

Output

Each result includes:

{
"lcsc": 123456,
"mfr": "0603WAF1002T5E",
"package": "0603",
"stock": 50000,
"price1": 0.0009,
"resistance": 10000,
"tolerance": "1%"
}
FieldDescription
lcscUnique LCSC/JLCPCB part number
mfrManufacturer part number
packageComponent footprint (0402, 0603, etc.)
stockCurrent in-stock quantity
price1Unit price in USD
Component-specific fieldsresistance, capacitance, inductance, voltage, tolerance, color

Examples

Find 10kΩ 0603 resistors with 1% tolerance

{
"component_type": "resistor",
"resistance": "10k",
"package": "0603",
"tolerance": "1%",
"max_results": 20
}

Find 100nF capacitors rated for 50V

{
"component_type": "capacitor",
"capacitance": "100n",
"voltage": "50V",
"max_results": 25
}

Find red 0805 LEDs

{
"component_type": "led",
"color": "red",
"package": "0805",
"max_results": 10
}

Data Source

All data comes from jlcsearch.tscircuit.com — a community-maintained search index of JLCPCB's in-stock inventory. No API key required.


Pricing

Pay-per-event pricing. You're charged only for results returned — no charge for empty searches.


Built By

Satyam Dasamicable_grid on Apify