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.
2Downloads
2Views
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)
Recommended Tools & Services
These tools work great with this workflow.