Business Partnership
Integrate CarExp into your platform. We offer two integration options for listing sites, dealerships, and automotive services.
Widget Integration
Users get analysis without leaving your platform Ready UI
Add a single
<script> tag to your listing page. The widget reads data-carexp attributes from the listing element and automatically renders a "Get CarExp Analysis" button. When clicked, users stay on your site — the analysis appears in a modal overlay.<!-- 1. Script'i <head>'e ekle -->
<script src="https://b2b.carexp.co/widget.js"></script>
<!-- 2. İlan elementine data nitelikleri ekle -->
<div data-carexp
data-make="Toyota"
data-model="Corolla"
data-year="2020"
data-km="85000"
data-price="320000"
data-description="Hasarsız, bakımlı..."
data-listing-id="ILN-12345">
</div>
Pricing: Each report costs a flat $1. Authentication is via the x-api-key header.API Integration
Build your own interface Full Control
Integrate directly via REST API. Async architecture: request returns
HTTP 202 immediately, report is generated in the background, status polled until complete.# Rapor isteği
POST https://b2b.carexp.co/api/v1/report
x-api-key: YOUR_API_KEY
{ "make":"Toyota", "model":"Corolla", "year":"2020",
"km":"85000", "price":"320000", "listingId":"ILN-12345" }
→ 202 { "reportId":"B2B-XXXX-...", "status":"generating",
"creditsRemaining":49,
"pollUrl":"/api/v1/report/B2B-XXXX-..." }
# Durum sorgulama (her ~5 saniyede)
GET https://b2b.carexp.co/api/v1/report/{reportId}
x-api-key: YOUR_API_KEY
→ 200 { "status":"completed", "verdict":"BUY",
"score":78, "report":"..." }
Each report costs 1 credit. Authentication via x-api-key header.
Credit Package Pricing
| Credits | $/credit |
|---|---|
| 1 – 1,000 | $0.49 |
| 1,001 – 10,000 | $0.45 |
| 10,001 – 100,000 | $0.40 |
The 100-credit pack is ideal for developers who want to test the integration first.
Integration Previews
Interested in integrating CarExp?
Contact us for API keys, credit packages, and technical integration support.
support@carexp.co