Skip to content

Latest commit

 

History

History
101 lines (70 loc) · 2.99 KB

File metadata and controls

101 lines (70 loc) · 2.99 KB

OrbiSearch API

Catch-all email verification without sending any emails.

OrbiSearch validates email addresses in real-time, including catch-all domains that other validators mark as "risky" or "unknown". Our dual-layer verification technology validates up to 11.5x more catch-all emails than competitors—instantly, without sending a single email.

Why OrbiSearch?

Traditional email validators can't verify catch-all domains. They either:

  • Mark them all as "risky" (losing you valuable prospects)
  • Send actual emails and wait 48-72 hours for bounces

OrbiSearch solves this with proprietary detection technology that verifies mailbox existence in real-time. If we say an email exists, it exists.

Zero false positives guarantee.

Quick Start

1. Get Your API Key

Sign up at orbisearch.com to get 500 free email validations.

2. Verify an Email

curl "https://api.orbisearch.com/v1/verify?email=test@example.com" \
  -H "X-API-Key: your_api_key"

3. Response

{
  "email": "test@example.com",
  "status": "safe",
  "substatus": null,
  "explanation": "Safe to email. The mailbox exists and can receive mail.",
  "email_provider": "Google Workspace",
  "is_disposable": false,
  "is_role_account": false,
  "is_free": false
}

API Endpoints

Endpoint Method Description
/v1/verify GET Verify a single email address
/v1/bulk POST Submit bulk verification job
/v1/bulk/{job_id} GET Get bulk job status
/v1/bulk/{job_id}/results GET Get bulk job results
/v1/credits GET Check credit balance

Documentation

Code Examples

Features

  • Instant verification - Results in seconds, not days
  • Catch-all resolution - Verify emails other validators can't
  • Zero false positives - If we say it exists, it exists
  • No emails sent - 100% ethical verification
  • Pay-as-you-go - No monthly subscription required
  • Simple REST API - Easy integration with any platform

Pricing

Credits never expire. 1 credit = 5 email validations.

Plan Validations Price
Starter 10,000 $30
Standard 25,000 $39
Professional 50,000 $62
Business 100,000 $103
Enterprise 500,000 $207

View all plans

Rate Limits

  • Recommended for bulk tools (Clay, etc.): 15-17 requests/second
  • For large lists: Use the /v1/bulk endpoint for better performance

Support

Website: orbisearch.com

License

This API documentation is provided for reference. The OrbiSearch API is a commercial service.