Improve email deliverability and inbox rates with the IPQS spam trap detection API. This email validation service is built to cleanse email marketing lists from harmful honeypots which can hurt sender scores and IP address or domain reputation. Detecting spam traps can greatly improve deliverability rates and significantly reduce the chance of being blacklisted by RBLs, ESPs, and mail providers.
This email hygiene service works best when combined with the email verification API to validate emails with bounce testing. Preventing spam traps and invalid accounts from entering your email marketing lists is the ultimate goal, as this ensures you can successfully inbox on popular services like gmail.com, yahoo.com, aol.com, hotmail.com, etc.
In addition to identifying honeypots, the spam trap detection API can also identify frequent complainers which are sensitive to marketing messages. These accounts may be overly aggressive with reporting email as spam. This service is an extension of the IPQS Email Validation API. Our spam trap database and complainer lists are updated daily with millions of new low reputation email addresses.
Get an accurate understanding of your current email deliverability with our email spam check tool that can analyze all aspects of your email. This quick test will verify your email content and headers have a valid SPF, DKIM, and PTR records for your email domain. The content is also analyzed for any possible issues that could cause blacklisting or bounced messages.
NOTE: Keep your spam trap lookup API key hidden as it can be used to view data on your account.
The XML and JSON URLs below can be used to fetch the result using cURL or a similar method. The example below displays our end points for the spam trap email address detection API. Please replace "USER_EMAIL_HERE" with the request email.
NOTE: For a description of each field listed above please consult the response documentation below.
NOTE: For a description of each field listed above please consult the response documentation below.
Example errors that you may encounter when accessing our API due to an exhausted credit balance or an invalid email address format.
Analyzing Spam Trap & Complainer Email Results
Anytime the spam trap email address API service returns "spam_trap_score" as high, it is likely that the email address is an active spam trap. Sending marketing messages to this user would be strongly discouraged. Confidence scores as medium can also be removed at your own preference. The API results can also indicate "frequent_complainer" as true, which would indicate the email address has recently been involved in many reports against marketing messages.
Field | Description | Possible Values | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
valid | Does this email address appear valid? | boolean | ||||||||||||
deliverability | How likely is this email to be delivered to the user and land in their mailbox. Values can be "high", "medium", or "low". | string | ||||||||||||
catch_all | Is this email likely to be a "catch all" where the mail server verifies all emails tested against it as valid? It is difficult to determine if the address is truly valid in these scenarios, since the email's server will not confirm the account's status. | boolean | ||||||||||||
honeypot | Is this email believed to be a "honeypot" or "SPAM trap"? Bulk mail sent to these emails increases your risk of being blacklisted by large ISPs & ending up in the spam folder. | boolean | ||||||||||||
spam_trap_score | Confidence level of the email address being an active SPAM trap. Values can be "high", "medium", "low", or "none". We recommend scrubbing emails with "high" or "medium" statuses. Avoid "low" emails whenever possible for any promotional mailings. | string | ||||||||||||
frequent_complainer | Indicates if this email frequently unsubscribes from marketing lists or reports email as SPAM. | boolean | ||||||||||||
suggested_domain | Default value is "N/A". Indicates if this email's domain should in fact be corrected to a popular mail service. This field is useful for catching user typos. For example, an email address with "gmai.com", would display a suggested domain of "gmail.com". This feature supports all major mail service providers. | string | ||||||||||||
first_seen |
|
object | ||||||||||||
domain_age |
|
object | ||||||||||||
sanitized_email | Sanitized email address with all aliases and masking removed, such as multiple periods for Gmail.com. | string | ||||||||||||
request_id | A unique identifier for this request that can be used to lookup the request details or send a postback conversion notice. | string | ||||||||||||
success | Was the request successful? | boolean | ||||||||||||
message | A generic status message, either success or some form of an error notice. | string | ||||||||||||
errors | Array of errors which occurred while attempting to process this request. | array of strings |