Seller intake endpoint

Capture seller leads and trade-in requests.

Public intake page plus JSON endpoint for future CRM/webhook integration.

Sell / Trade-In Lead

Endpoints

GET /api/inventory
All vehicles.

GET /api/vehicle?vin=VIN
Single vehicle JSON.

GET /vehicle/VIN
Responsive vehicle dossier.

POST /api/sell
Sell/trade lead.

POST /api/refresh
Refresh scraper.

Sample payload

{
  "name": "John Dealer",
  "phone": "555-000-0000",
  "email": "lead@example.com",
  "vin": "optional",
  "year": "2021",
  "make": "BMW",
  "model": "X5",
  "mileage": "42000",
  "notes": "Customer wants instant cash offer."
}