Skip to main content
POST
/
v1
/
compare
Compare two listings
curl --request POST \
  --url https://import.kopagari.com/v1/compare \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url1": "https://www.beforward.jp/toyota/vitz/sc111/",
  "url2": "https://www.beforward.jp/toyota/aqua/sc222/",
  "rate": 2650,
  "lang": "en"
}
'
{
  "car1": {
    "input": {
      "url": "<string>"
    },
    "car": {
      "make": "TOYOTA",
      "model": "VITZ",
      "modelCode": "SJ5",
      "rawModelCode": "DBA-SJ5",
      "version": "S",
      "year": 2017,
      "engine_cc": 1490,
      "fuel": "PETROL",
      "fobPriceUSD": 8500,
      "cfPriceUSD": 11234,
      "images": [
        "<string>"
      ],
      "conditionReportUrl": "<string>"
    },
    "matched": {
      "make": "TOYOTA",
      "makeId": 1500298,
      "modelBody": "VITZ - SJ5 - SEDAN",
      "matchReason": "<string>",
      "adjustments": [
        {
          "field": "yom",
          "from": "<unknown>",
          "to": "<unknown>",
          "reason": "TRA has no 2013 entry for this model; using nearest year 1999."
        }
      ],
      "yom": 2017,
      "country": "JAPAN",
      "fuelType": "PETROL",
      "capacityBand": "1501 - 2000 CC"
    },
    "tax": {
      "referenceNumber": "25264120160",
      "make": "<string>",
      "model": "<string>",
      "bodyType": "SUV",
      "modelBody": "<string>",
      "yom": 123,
      "country": "<string>",
      "fuelType": "<string>",
      "engineCapacity": "1501 - 2000 CC",
      "cifInUSD": "2,439.00",
      "importDutyInUSD": "609.75",
      "exiseDutyInUSD": "152.44",
      "exiseDutyDueToAgeInUSD": "914.63",
      "vatInUSD": "797.86",
      "customProcessingFeeInUSD": "14.63",
      "railwayDevLevyInUSD": "48.78",
      "indDevLevy": "0.00",
      "hivRespLevy": "150,000.00",
      "totalImportTaxesInUSD": "2,538.08",
      "totalImportTaxesInTZS": "6,512,672.49",
      "vehicleRegistrationFeeInTZS": "500,000.00",
      "totalTaxesInTZS": "7,162,672.49",
      "quarter": 4,
      "year": 2025
    },
    "cached": true
  },
  "car2": {
    "input": {
      "url": "<string>"
    },
    "car": {
      "make": "TOYOTA",
      "model": "VITZ",
      "modelCode": "SJ5",
      "rawModelCode": "DBA-SJ5",
      "version": "S",
      "year": 2017,
      "engine_cc": 1490,
      "fuel": "PETROL",
      "fobPriceUSD": 8500,
      "cfPriceUSD": 11234,
      "images": [
        "<string>"
      ],
      "conditionReportUrl": "<string>"
    },
    "matched": {
      "make": "TOYOTA",
      "makeId": 1500298,
      "modelBody": "VITZ - SJ5 - SEDAN",
      "matchReason": "<string>",
      "adjustments": [
        {
          "field": "yom",
          "from": "<unknown>",
          "to": "<unknown>",
          "reason": "TRA has no 2013 entry for this model; using nearest year 1999."
        }
      ],
      "yom": 2017,
      "country": "JAPAN",
      "fuelType": "PETROL",
      "capacityBand": "1501 - 2000 CC"
    },
    "tax": {
      "referenceNumber": "25264120160",
      "make": "<string>",
      "model": "<string>",
      "bodyType": "SUV",
      "modelBody": "<string>",
      "yom": 123,
      "country": "<string>",
      "fuelType": "<string>",
      "engineCapacity": "1501 - 2000 CC",
      "cifInUSD": "2,439.00",
      "importDutyInUSD": "609.75",
      "exiseDutyInUSD": "152.44",
      "exiseDutyDueToAgeInUSD": "914.63",
      "vatInUSD": "797.86",
      "customProcessingFeeInUSD": "14.63",
      "railwayDevLevyInUSD": "48.78",
      "indDevLevy": "0.00",
      "hivRespLevy": "150,000.00",
      "totalImportTaxesInUSD": "2,538.08",
      "totalImportTaxesInTZS": "6,512,672.49",
      "vehicleRegistrationFeeInTZS": "500,000.00",
      "totalTaxesInTZS": "7,162,672.49",
      "quarter": 4,
      "year": 2025
    },
    "cached": true
  },
  "condReport1": "<string>",
  "condReport2": "<string>",
  "recommendation": "<string>",
  "cached": true
}

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer <key>.

Body

application/json
url1
string<uri>
required
url2
string<uri>
required
rate
number
default:2650

USD→TZS exchange rate used in the drive-away comparison.

lang
enum<string>
default:en
Available options:
en,
sw

Response

Comparison result

car1
object
car2
object
condReport1
string | null
condReport2
string | null
recommendation
string

Markdown buyer recommendation with a winner and per-car pros/cons.

cached
boolean