eBay UK Buyer Protection fee API
# eBay UK Buyer Protection Fee API Calculate the **eBay UK Buyer Protection Fee (BPF)** — the fee eBay charges *buyers* on most private‑seller UK listings — for any item price, and get a clean, itemised breakdown for both buyer and seller. Most fee tools are *seller‑side*. This API is the **buyer‑facing** BPF, computed from eBay's published tiered schedule with exact decimal maths and…
eBay UK Buyer Protection fee API endpoints
| Method | Endpoint | Description |
|---|---|---|
| fee | ||
| POST |
post_batch_v1_batch_post /v1/batch |
Itemise up to 1000 prices in one call (billed per item). Pro/Business only. |
| GET |
get_fee_v1_fee_get /v1/fee |
Given a price, itemise the Buyer Protection Fee for both sides of the trade. |
| POST |
post_inverse_v1_inverse_post /v1/inverse |
Given the buyer-displayed item price, recover the item price + embedded BPF. |
| meta | ||
| GET |
get_meta_v1_meta_get /v1/meta |
The fee model in force: version, tiers, exclusions, sources, worked examples. Public (no key). |
| GET |
healthz_healthz_get /healthz |
|
eBay UK Buyer Protection fee API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $35 / month | 2 / second |
|
| ULTRA | $125 / month | 10 / second |
|
| MEGA | $399 / month | — |
|