ExtractMail
    ExtractMail
    • Quickstart
    • Validate Email Address
      POST
    • Get User Stats
      GET
    • Schemas
      • Schemas
        • EmailValidationRequest
        • EmailValidationResponse
        • HTTPValidationError
        • ValidationError

    Quickstart

    ExtractMail's API is a fast, reliable, and easy to use email validation API
    image.png

    Who is ExtractMail for?#

    ExtractMail helps anyone who sends emails reach real people. Here's a list of people who need it:
    Email marketers
    Sales teams
    Data-driven businesses
    Developers & IT teams
    SaaS
    Keep mailing lists clean, reduce bounces, and boost campaign performance

    Get Started#

    1.
    Go to https://extractmail.com
    2.
    Sign up or log in to your account
    3.
    Copy your generated API key
    image.png
    4.
    Go to "Validate Email Address"
    5.
    Click on the "Try it" button and paste your API key into the "Credentials" section
    image.png
    Снимок экрана 2025-10-11 в 23.57.37.png
    6.
    Make your first request (like example@gmail.com)

    Interpret the response#

    All the API responses are returned in JSON format
    {
        "confidence_score": 90,
        "details": "Valid business email",
        "domain_info": {
            "domain": "example.com",
            "has_mx_records": true
        },
        "email": "test@example.com",
        "is_disposable": false,
        "is_free_provider": false,
        "is_valid": true,
        "mx_records": [
            "mx.example.com"
        ],
        "possible_fraud": false,
        "smtp_check": true,
        "task_id": "uuid-here"
    }
    Modified at 2025-10-12 15:21:22
    Next
    Validate Email Address
    Built with