Email Search - Get upto 5k emails avatar
Email Search - Get upto 5k emails
Deprecated

Pricing

Pay per event

Go to Apify Store
Email Search - Get upto 5k emails

Email Search - Get upto 5k emails

Deprecated

Developed by

The Unknown

The Unknown

Maintained by Community

Best email finder from your query. Get upto 5k emails!! Try now!!

0.0 (0)

Pricing

Pay per event

0

2

2

Last modified

2 days ago

Email Search Actor

This Apify Actor searches for emails in specific domains using the RapidAPI Email Search service with support for multiple queries, automatic rate limiting, and retry logic.

Features

  • Search for emails based on multiple custom queries
  • Target specific email domains
  • Configurable result limits (1-5000 emails per query)
  • Automatic rate limiting between requests
  • Retry logic with exponential backoff (up to 3 attempts)
  • Structured output with metadata
  • Error handling and failed query tracking

Input Parameters

  • Queries (required): Array of search queries to find emails (e.g., ["car dealer california usa", "software engineer"])
  • Email Domain (required): Target email domain (e.g., "gmail.com", "microsoft.com")
  • Limit (optional): Maximum number of results per query (default: 100, max: 5000)

Output

The Actor saves each found email as a separate record with the following structure:

{
"email": "carkingautoplex@gmail.com",
"query": "car dealer texas usa",
"emailDomain": "gmail.com",
"position": 9,
"foundAt": "2025-09-22T07:21:29.583Z"
}