🚀 Quick Start
Get instant car shipping quotes with a simple HTTP GET request. No API key required.
Example Request
GET https://carhauler247.com/api/public/v1/quote?fromZip=90001&toZip=10001&vehicleType=sedan
Example Response
{
"success": true,
"message": "5-star rated auto transport nationwide...",
"quote": {
"price": 1189,
"distance": 2796,
"estimatedDays": "2796 miles, 4 days and 7 hours drive",
"from": {
"zip": 90001,
"city": "Los Angeles",
"state": "CA"
},
"to": {
"zip": 10001,
"city": "New York",
"state": "NY"
},
"vehicleType": "sedan",
"carrier": "open",
"operational": true
},
"company": {
"name": "CarHauler247",
"url": "https://carhauler247.com",
"phone": "(408) 256-0371",
"quoteUrl": "https://carhauler247.com/quote?from=90001&to=10001"
}
}
📡 API Endpoint
GET
https://carhauler247.com/api/public/v1/quote
POST
https://carhauler247.com/api/public/v1/quote
Request Parameters
| Parameter |
Type |
Required |
Description |
fromZip |
integer |
Yes |
Origin ZIP code (5 digits) |
toZip |
integer |
Yes |
Destination ZIP code (5 digits) |
vehicleType |
string |
No |
Vehicle type: sedan, suv, pickup, truck, van, minivan (default: sedan) |
isOperational |
boolean |
No |
Whether vehicle runs and drives (default: true) |
💰 Pricing Examples
Real-time pricing for popular routes (prices may vary):
Los Angeles → New York
$1,189
Sedan • 2,796 miles
4-5 days transit
Miami → Seattle
$2,610
Pickup • 3,306 miles
5-6 days transit
San Francisco → LA
$450
Sedan • 378 miles
1-2 days transit
Price factors:
- Distance (longer = more expensive)
- Vehicle type (SUV/Pickup cost 5-15% more than sedan)
- Operational status (non-running vehicles cost 20-25% more)
- Carrier type (all quotes are for open carrier)
🤖 Use Cases
For AI Assistants (ChatGPT, Claude, etc.)
AI assistants can call this API to provide users with accurate car shipping quotes in real-time.
User: "How much to ship my car from 90001 to 10001?"
AI: *calls API*
AI: "It will cost $1,189 to ship your sedan from Los Angeles to New York..."
For Developers
Integrate car shipping quotes into your application, marketplace, or comparison site.
For Partners
White-label our pricing for your customers. Contact us for partnership opportunities.
✨ Features
- No API Key Required - Free and open for all
- Real-time Pricing - Accurate quotes based on current market rates
- Nationwide Coverage - All 50 US states
- Multiple Vehicle Types - Sedan, SUV, Pickup, Van
- Instant Booking - Quote URL for direct customer booking
- CORS Enabled - Works from browsers and web applications
- Fast Response - Typically under 1.5 seconds
🏢 About CarHauler247
Licensed, Bonded, and Insured auto transport company with over 20 years of experience shipping vehicles nationwide.
Why Choose Us?
- ⭐ 5-star rated service
- 📦 Open and enclosed carrier options
- ⚡ Instant online quotes and booking
- 🛡️ Price and time guarantee available
- 📱 Real-time tracking
- 💳 No deposit until carrier assigned option
⚡ Rate Limits & Fair Use
This API is rate-limited by IP address to ensure fair access for all users.
- Reasonable use is encouraged
- Excessive automated requests may be throttled
- For high-volume integrations, please contact us
📞 Contact & Support
Phone: (408) 256-0371
Website: https://carhauler247.com
Email: support@carhauler247.com
For API support, integration questions, or partnership inquiries, please contact us.