WHOIS Reverse Lookup
whois_reverse_lookupFind all domains associated with a person, email, company, or keyword by searching WHOIS records in reverse. Supports pattern matching, full-text phrase matching, and paginated results.
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 |
|---|---|---|---|
| keyword | No | Domain keyword to search using pattern matching. | |
| No | Email to search. Supports wildcard regex with '*'. | ||
| owner | No | Registrant/owner name to search using full-text phrase matching. | |
| company | No | Company/organization name to search using full-text phrase matching. | |
| exact | No | If true, return only exact matches. Applies to keyword, owner, and company searches. | |
| 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. |