Vehicle · head-to-head
Auto Body Shop Directory vs CarVector
Auto Body Shop Directory lists more than 81,000 collision repair and auto body shops across the United States, searchable by ZIP code, city, or coordinates. The keyless API returns JSON across five public endpoints, including city search and single-shop profile lookups. It is a free directory service with no paid tier; listings that use the data should credit AutoBodyShopNear.com.
CarVector decodes VINs and license plates into specs, images, recall notices, and OBD-II DTC codes for vehicles spanning model years 1925 to 2029. A live unauthenticated GET against its real API host, api.carvector.io/v1/vehicles/{id}, returned a 401 "missing_api_key" JSON error over HTTPS — reconfirming auth "API Key" and https true — with no Access-Control-Allow-Origin header on either that request or a follow-up OPTIONS preflight, resolving the stored "yes" cors to "no". Its pricing page lists a $0 Free tier alongside paid $39/mo and $79/mo plans plus a custom Enterprise tier — freemium.
| Auto Body Shop Directory | CarVector | |
|---|---|---|
| Authentication | None | API Key |
| Pricing | free | freemium |
| Formats | JSON | JSON |
| CORS | no | no |
| HTTPS | Yes | Yes |
Auto Body Shop Directory needs no API key, while CarVector requires API Key — pick Auto Body Shop Directory to start without signup.