{"slug":"unit-price","name":"Unit Price","category":"fortune","tags":["saving","spending"],"tagline":"Which package is actually cheaper per unit.","endpoint":"https://xearno.tools/api/v1/tools/unit-price","page":"https://xearno.tools/t/unit-price","description":"Compares two package options by price per unit and quantifies the savings — the supermarket-shelf math, done honestly.","inputSchema":{"type":"object","properties":{"priceA":{"description":"Option A price","type":"number","minimum":0.001,"default":4.99},"qtyA":{"description":"Option A quantity Any unit — grams, sheets, count — as long as both options use the same one.","type":"number","minimum":0.001,"default":500},"priceB":{"description":"Option B price","type":"number","minimum":0.001,"default":8.49},"qtyB":{"description":"Option B quantity","type":"number","minimum":0.001,"default":1000}},"required":[],"additionalProperties":false},"methodology":["Unit price = price ÷ quantity, compared directly. The saving percentage is measured against the more expensive option.","The perishability caveat is the classic bulk-buying trap: per-unit price is only realized on units actually consumed."],"usage":"POST https://xearno.tools/api/v1/tools/unit-price with a JSON body matching inputSchema."}