Data Attributes
Email Sources Attributes
Tomba tracks where email addresses are found across the web, associating each one with metadata about its origin and timing.
These fields describe where and when the email address was seen on the internet.
Attribute | Description | Example |
---|---|---|
uri | Source file or document URL | https://github.com/tomba-io/generic-emails/blob/... |
website_url | Base website where email was found | github.com |
extracted_on | Timestamp when email was extracted | 2021-02-08T20:09:54+01:00 |
last_seen_on | Timestamp of the last time the email was seen | 2021-02-08T22:43:40+01:00 |
still_on_page | Whether the email still exists on the page | true |
Source Limit
Tomba limits the number of sources returned per email address to 20 maximum.
This ensures performance while still providing reliable discovery data.
Timestamps Explained
extracted_on
: The first time this email address was detected on the source.last_seen_on
: The most recent time it was found on the same page.
These fields help track how long an email has been publicly available.