Skip to content
Meirra
Back to API Documentation

Overview

The Meirra API uses a pay-as-you-go (PAYG) credit system. You pre-load credits to your account and each API call deducts from your balance. There are no monthly fees, no minimum commitments, and credits never expire. This model gives you complete control over your spending and lets you scale usage up or down as needed.

Pay-As-You-Go Model

Key features of our billing model: • **No monthly fees** - Only pay for what you use • **No overage charges** - Hard stop at zero balance • **Credits never expire** - Use them whenever you need • **Transparent pricing** - Each endpoint has a fixed cost • **Real-time tracking** - See your balance after every request When your balance reaches zero, API requests will return a 402 (Payment Required) error. Top up anytime to resume service.

Adding Credits

Add credits to your account in the Developer Dashboard. Multiple top-up amounts are available to suit your needs. Payments are processed securely via Stripe. Credits are added to your balance immediately after payment confirmation.

Endpoint Pricing

Each endpoint has a fixed per-request cost: **Email Endpoints:** • Verify Single: £0.020/email • Verify Batch: £0.015/email • Find: £0.050/request • Guess: £0.020/request • Score: £0.020/request **Enrichment Endpoints:** • Contact Enrichment: £0.080/request • Company Enrichment: £0.25/request **Leads Endpoints:** • Google Maps Search: £0.030/request • Registry Search: £0.050/request • Sources List: FREE • Countries List: FREE **SEO Endpoints:** • PageSpeed: £0.010/request • SERP Track: £0.030/request • SERP Batch: £0.030/keyword

Usage Tracking

Every API response includes usage information: ```json { "success": true, "data": { ... }, "usage": { "cost": 0.005, "balanceRemaining": 19.995 } } ``` You can also check your balance and usage history via the Account endpoints or the Developer Dashboard.

Account Endpoints

Use these FREE endpoints to manage your account programmatically: **GET /v1/account/balance** Returns current balance and usage summary. ```json { "success": true, "data": { "balancePence": 1999, "totalToppedUpPence": 5000, "totalSpentPence": 3001 } } ``` **GET /v1/account/usage** Returns detailed usage history. **GET /v1/account/usage/daily** Returns usage aggregated by day. **GET /v1/account/keys** Returns list of your API keys.

Need More Help?

Contact Support