Academic Email Domain Verifier
Pricing
from $0.10 / 1,000 domain verification results
Academic Email Domain Verifier
Check whether email addresses or domains belong to recognized educational institutions and return institution names, match details, and blocked-domain status.
Pricing
from $0.10 / 1,000 domain verification results
Rating
0.0
(0)
Developer
Fetch Finch
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Verify whether email addresses or domains belong to recognized educational institutions. The actor is useful for academic discount workflows, eligibility checks, lead enrichment, and routing education-related applications.
Try the published example task, preconfigured with stanford.edu.
Input
Pass an array of email addresses or domains in identifiers:
{"identifiers": ["student@stanford.edu","cs.strath.ac.uk","example.com"],"includeUnmatched": true}
Subdomains inherit a matching parent institution domain. URLs and port numbers are also normalized, so values such as https://www.example.edu:443 can be submitted directly.
Output
The actor writes one record per input to the default dataset. Each record includes:
isAcademicandstatus(verified,blocked,not_found, orinvalid)- the normalized domain and match type
- the matched domain and institution names when available
- whether the source entry represents a shared domain
- the reason for the result and any blocking list that matched
Set includeUnmatched to false when only verified and blocked results are needed.
The actor uses the domain directory bundled in this project, so requests do not require external APIs and results are deterministic for a given dataset version.