WHOIS Reverse Lookup
whois_reverse_lookupFind all domains linked to an owner, email, company, or keyword by searching WHOIS records in reverse. Supports wildcard email and phrase matching.
Instructions
Search WHOIS records in reverse to find all domains linked to an owner, email, company, or keyword. Provide exactly one of: keyword, email, owner, or company. keyword uses pattern matching, email supports wildcard regex (e.g. 'm*@gmail.com'), owner and company use full-text phrase matching. Results are paginated. Default mode returns 50 records per page with full WHOIS data; mini mode returns 100 records per page with key fields only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Result mode: 'default' (50 records per page, full WHOIS data) or 'mini' (100 records per page, key fields only). | default |
| page | No | Page number for paginated results. Defaults to 1. | |
| No | Email to search. Supports wildcard regex with '*'. | ||
| exact | No | If true, return only exact matches. Applies to keyword, owner, and company searches. | |
| owner | No | Registrant/owner name to search using full-text phrase matching. | |
| company | No | Company/organization name to search using full-text phrase matching. | |
| keyword | No | Domain keyword to search using pattern matching. |