Fast and secure email validation service

Validate emails, boost deliverability & protect your sender reputation

Easily check if an email is valid!

Maki is for you if you're running a newsletter, marketing campaigns or building SaaS

Syntax Check

Catch common typos and formatting errors before they enter your system .

MX Record Check

Verify that the email domain can receive messages to improve deliverability.

SMTP Check

Verify if emails can receive messages, helping you maintain sender reputation.

Disposable Email Check

Filter out temporary email addresses to maintain a high-quality email list and reduce bounce rates in your marketing campaigns.

Free Email Provider Check

Identify users with free email domains to tailor your communication strategies your campaigns.

Remove fake users, improve sender reputation & save money

Use Maki to do real-time validation even before your users sign up!

Pricing

Pay as you go

Pay only for the emails you verify by purchasing credits

10K Monthly API Calls

0
100
1K
10K
50K
100K

$19

Estimated monthly cost

10K

API calls per month

Subscription plans

Subscribe if you have recurring large volume usage with our monthly or yearly plans

Pro

A cost-effective solution for startups

$299

per month

What's included:

upto 500K emails

upto 500K emails

Email Support

Email Support

Unlimited API Keys

Unlimited API Keys

Growth

Designed for expanding businesses

$499

per month

What's included:

Upto 1M emails

Upto 1M emails

Email Support

Email Support

Unlimited API Keys

Unlimited API Keys

Scale

Unlimited API calls for high-volume businesses,

$999

per month

What's included:

Unlimited emails

Unlimited emails

Email Support

Email Support

Unlimited API Keys

Unlimited API Keys

Enterprise

Custom solutions for large organizations

Contact sales

What's included:

Everything in Scale

Everything in Scale

Volume discounts

Volume discounts

99.9% Uptime

99.9% Uptime

Premium support

Premium support

Developer

Get started with less than 10 lines of code

Copy the API implementation code and start verifying your emails

import requests

# Set API Key 
api_key = "YOUR_API_KEY"

# Email to validate
email = "example@email.com"

# Create a New Call
response = requests.post(
    "https://api.maki.sh/verify", 
    headers={"Authorization": f"Bearer {api_key}"},
    json={
        "email": email, 
        "mx": True, 
        "smtp": True 
    }
)

# Print the JSON response
print(response.json())

Copy code snippet

import requests

# Set API Key 
api_key = "YOUR_API_KEY"

# Email to validate
email = "example@email.com"

# Create a New Call
response = requests.post(
    "https://api.maki.sh/verify", 
    headers={"Authorization": f"Bearer {api_key}"},
    json={
        "email": email, 
        "mx": True, 
        "smtp": True 
    }
)

# Print the JSON response
print(response.json())

Copy code snippet

FAQs

Questions? We got answers

Check out the answers to most frequently asked questions.

Can I try Maki for free?

How does your pricing work?

Can I cancel my subscription?

Is the scale plan really unlimited?

What is the difference between the pay as you go and subscription based plans