← All Workflows

Junkyard Parts Finder

n8n Auto Repair auto-repairjunkyardsalvageparts-finderpull-a-partused-partsvehicle-partscost-savings

Search multiple salvage yards and pull-a-part inventories simultaneously. Enter year/make/model and part needed — get real-time availability, pricing, and yard locations from LKQ, Pick-n-Pull, Copart, and local yards.

This workflow automates the tedious process of calling multiple junkyards to find a specific part. It queries the inventory APIs and websites of major salvage yard networks (LKQ Pick Your Part, Pick-n-Pull, Copart, and configurable local yards), compares pricing, checks part condition ratings, and returns a sorted list with yard locations and contact info. Saves hours of phone calls per part search. Perfect for independent shops, fleet maintenance, and budget-conscious vehicle owners.
3Downloads
3Views
4 hours/searchTime Saved
n8nPlatform

Template Preview

{ "name": "Junkyard Parts Finder", "nodes": [ { "name": "Webhook Trigger", "type": "n8n-nodes-base.webhook", "position": [ 250, 300 ], "parameters": { "path": "parts-search", "httpMethod": "POST" } }, { "name": "Parse Vehicle Info", "type": "n8n-nodes-base.set", "position": [ 450, 300 ], "parameters": { "values": { "string": [ { "name": "year", "value": "={{$json.year}}" }, { "name": "make", "value": "={{$json.make}}" }, { "name": "model", "value": "={{$json.model}}" }, { "name": "part", "value": "={{$json.part}}" } ] } } }, { "name": "Query LKQ", "type": "n8n-nodes-base.httpRequest", "position": [ 650, ... truncated (225 lines total)
Download Workflow JSON

Recommended Tools & Services

These tools work great with this workflow.

LKQ Pick Your Part

Largest self-service auto parts chain in the US.

Learn more →

Car-Part.com

Search 200M+ recycled auto parts from 4,000+ yards.

Learn more →

n8n Cloud

Managed workflow automation.

Learn more →

Tags

auto-repairjunkyardsalvageparts-finderpull-a-partused-partsvehicle-partscost-savings