car-part.com API: search_parts
car-part.com via Parse · automotive
Search for recycled car parts by vehicle year, make/model, part type, and ZIP code. Returns paginated results with part details including pricing, condition grade, mileage, dealer contact info, and a quote_url for drilling into full part details. Values for year, model, and part should come from get_search_metadata. Results are ordered by distance from the given ZIP code. API to search and extract recycled auto parts data from car-part.com. Fulfilled by Parse from car-part.com.
- automotive
- car-part-com
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/2e7463dd-fe7e-4b11-ba61-d8836ee35a31/search_parts
- Interface artifact
- sha256:0e1447febb2da45208664abb8aedee98da4249003265483e307edc00c1828a06
- Manifest digest
- sha256:58e00eaa2b29247f12fb0126846388bb13d89ec0d015789454a5c269d893bce4
Request fields
- zip (string, required): ZIP or postal code for proximity search (e.g. '48201').
- page (integer): Page number for pagination.
- part (string, required): Part type from get_search_metadata parts list (e.g. 'Engine').
- year (string, required): Vehicle manufacturing year from get_search_metadata years list (e.g. '2020').: Allowed values: 2020, 2021, 2022, 2023, 2024, 2025
- model (string, required): Car make/model from get_search_metadata models list (e.g. 'Honda Accord').
- location (string): Geographic location filter from get_search_metadata locations list.: Allowed values: All States, USA, Canada
Example queries
- {"zip":"48201","page":"1","part":"Engine","year":"2020","model":"Honda Accord","location":"All States"}