---
title: Sell / Trade
url: 'https://v2.motorygroup.com/sell-or-trade-your-car/'
date: '2025-08-06T13:45:03+00:00'
modified: '2025-08-29T13:58:12+00:00'
author: Raghu Consbruck
---

# Sell / Trade

> https://v2.motorygroup.com/sell-or-trade-your-car/

Sell or Trade Your Car
======================

### **We want your car.**

### Sell or trade your used car to Motory Group. Enjoy a seamless and hassle-free process, ensuring you get the best value for your vehicle.

Our trusted team makes selling or trading your vehicle simple and fair. We offer competitive prices, straightforward transactions, and exceptional customer service from start to finish. See why so many choose Motory Group for their used vehicles.

***Find out if your car is eligible for us to buy or for a trade-in by completing this simple form.***

### Vehicle Information

Make\*(Required)

Year\*(Required)

Model\*(Required)

Trim\*(Required)

VIN Number (optional)

Mileage\*(Required)

Vehicle Condition\*(Required)Select OneFair (18% of used vehicles)Good (54% of used vehicles)Very Good (23% of used vehiclesExcellent (3% of used vehicles

### Contact Information

First Name\*(Required)

Last Name\*(Required)

Phone Number\*(Required)

Email\*(Required)

Zipcode\*(Required)

Comments about the vehicle

## Form: Sell / Trade form

This page contains a submittable form.

**Endpoint:** `POST https://v2.motorygroup.com/wp-json/gf/v2/forms/3/submissions`
**Content-Type:** `application/json`
**Auth:** None required

### Fields

| Field | Input Name | Type | Required | Value |
|-------|-----------|------|----------|-------|
| Make* | `input_3` | string | yes |  |
| Year* | `input_5` | string | yes |  |
| Model* | `input_4` | string | yes |  |
| Trim* | `input_6` | string | yes |  |
| VIN Number (optional) | `input_7` | string | no |  |
| Mileage* | `input_8` | string | yes |  |
| Vehicle Condition* | `input_9` | string (Fair (18% of used vehicles)|Good (54% of used vehicles)|Very Good (23% of used vehicles|Excellent (3% of used vehicles) | yes |  |
| First Name* | `input_11` | string | yes |  |
| Last Name* | `input_12` | string | yes |  |
| Phone Number* | `input_14` | string | yes |  |
| Email* | `input_15` | string | yes |  |
| Zipcode* | `input_13` | string | yes |  |
| Comments about the vehicle | `input_16` | string, multiline | no |  |
| lead_id | `input_17` | string, hidden | no |  |

### Submission Payload

POST with user-provided fields filled in:

    {
        "input_values": {
            "input_3": "",
            "input_5": "",
            "input_4": "",
            "input_6": "",
            "input_7": "",
            "input_8": "",
            "input_9": "",
            "input_11": "",
            "input_12": "",
            "input_14": "",
            "input_15": "",
            "input_13": "",
            "input_16": "",
            "input_17": ""
        }
    }
