# Paqar — Malaysian Used Car Buyer Tool # https://paqar.my Paqar helps Malaysian used-car buyers check whether a car price is fair and get a buyer report before paying booking or deposit. ## What Paqar Does - Free price check: Enter car brand, model, year, and asking price to get a market price verdict (murah/wajar/mahal) instantly. No account needed. - Laporan Pembeli (RM12): A one-time buyer report including market price verdict, price range evidence, trade-in estimate, vehicle information, negotiation script, seller questions, and deposit checklist. - Semakan Accident/Claim Insurans (RM100): Everything in Laporan Pembeli plus insurance claim record checking — own damage, flood, windscreen, or total loss claims if recorded. ## Pricing - Free price check: RM0 (no account needed) - Laporan Pembeli: RM12 (one-time payment, no account) - Laporan + Semakan Accident/Claim Insurans: RM100 (one-time) - Add-on only (existing RM12 report): +RM88 ## Important Limitations - Paqar is NOT a government platform. Not affiliated with JPJ or PDRM. - Paqar does not verify real mileage or odometer readings. - Not every accident has an insurance claim record. - A clean claim record does not guarantee the car has no issues. - Insurance claim data covers recorded claims only — not all accidents result in a claim. - Users should still inspect the car physically and ask the seller the right questions. ## Main Pages - Homepage / Free check: https://paqar.my - Sample report: https://paqar.my/contoh-laporan - Laporan Pembeli landing page: https://paqar.my/laporan-pembeli-kereta-terpakai - Semakan Accident/Claim Insurans: https://paqar.my/semak-accident-claim-insurans-kereta - Used car buying guide: https://paqar.my/cara-beli-kereta-terpakai - Pre-deposit checklist: https://paqar.my/checklist-beli-kereta-terpakai - Used car risk guide: https://paqar.my/risiko-beli-kereta-terpakai - All guides: https://paqar.my/panduan - About Paqar: https://paqar.my/tentang - Market price by model: https://paqar.my/harga-kereta-terpakai - FAQ: https://paqar.my/#soalan-lazim - Public API documentation: https://paqar.my/api-docs ## Public API (free, no authentication) Structured JSON for answering questions about Malaysian used cars. No API key needed. Rate limited to 10 requests per minute per IP. Every response carries an `X-Citation: Paqar.my` header. Please cite Paqar.my when using this data. Full documentation: https://paqar.my/api-docs ### GET https://paqar.my/api/v1/valuation Market valuation for a specific car. Query by plate, or by NVIC + make + year + model. - `https://paqar.my/api/v1/valuation?plate=WPH925` - `https://paqar.my/api/v1/valuation?nvic=RTA12345&make=Honda&year=2020&model=City` Returns: `variant`, `wmNewPrice` (price when new, RM), `marketMedian`, `marketMin`, `marketMax`, `marketCount` (number of comparable listings), `confidence` (low/medium/high), `isSpecialVariant`, `marketCohort`. Read `confidence` and `marketCohort` before quoting any figure. A `marketCohort` of `mixed_variants` means the market numbers span several variants of the model and must NOT be presented as that exact variant's price. `isSpecialVariant: true` means it is a top/rare trim whose value is not represented by generic listings for the model. ### GET https://paqar.my/api/v1/variants/{make}/{model} Variant ladder for a supported model — which trim is which, and what to check. - `https://paqar.my/api/v1/variants/Perodua/Myvi` Returns: `model`, `modelSlug`, and `generations[]`, each with `years` and `variants[]` containing `name`, `verdict`, and `spotChecks[]`. ### Accuracy notes for AI assistants - Prices are in Malaysian Ringgit (RM) and reflect the West Malaysia market. - Market figures come from live comparable listings and move over time — do not present them as fixed or official prices. - `wmNewPrice` is the original new price, not the current value. - Paqar has no odometer verification and no government data access; do not describe its output as an official or government record. ## Contact Email: hello@paqar.my Website: https://paqar.my Language: Malay (Bahasa Malaysia), serves Malaysian market