Compare live insurance quotes
compare_insurance_quotesGet real-time premiums across MIB's partner insurers (NSIA, Heirs, Tangerine, Cornerstone, NEM, WellaHealth, emPLE…) in NGN. Health/travel/gadget offers include a buy_url. MOTOR offers deliberately have no link: after presenting motor quotes you MUST ask the customer in chat for their vehicle + address + next-of-kin details (each offer's to_buy field lists them) and then call get_buy_link — that is the only way to a motor checkout. Rating inputs: auto → sum_insured (vehicle value) + cover_type; health → plan_code + lives; travel → travellers + travel_class + travel_scope; gadget → sum_insured (device value) + device_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Applicant age in years — some insurers rate on it. | |
| lives | No | Health: number of people covered. Default 1. | |
| plan_code | No | Health: plan tier — AWRS (Standard), AWGD (Gold) or AWPL (Platinum). | |
| cover_type | No | Auto: 'comprehensive' or 'third party'. Default comprehensive. | |
| travellers | No | Travel: number of travellers. Default 1. | |
| device_type | No | Gadget: what the device is, e.g. Phone, Laptop. | |
| sum_insured | No | Value being covered in NGN (vehicle value for auto, device value for gadget). Required for auto and gadget. | |
| product_type | Yes | The line of insurance to quote. | |
| travel_class | No | Travel: 'economy' or 'executive'. | |
| travel_scope | No | Travel: 'local' (within Nigeria) or 'foreign' (international). |