cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/domain/search \ --header 'X-API-Key: <api-key>'
{ "count": 123, "results": [ { "domain": { "domain": "<string>", "image_url": "<string>", "name": "<string>", "organization_slug": "<string>", "total_subdomains": 123 }, "name": "<string>", "organization": { "acquirer_slug": "<string>", "contact_email": "<string>", "domain": "<string>", "image_url": "<string>", "industries": [ "<string>" ], "legal_name": "<string>", "linkedin": "<string>", "name": "<string>", "num_employees_enum": "<string>", "org_status": "<string>", "short_description": "<string>", "slug": "<string>", "subsidary_domains": [ "<string>" ], "total_subdomains": 123, "total_subsidaries": 123, "total_subsidary_domains": 123, "total_subsidary_subdomains": 123, "twitter": "<string>" }, "search_score": 123, "type": "organization" } ], "total": 123 }
Search query for domain or organization name
Number of results to return
Fields to include in response (CSV)
Scope of search
all
domains
orgs
Domain Search Results
The response is of type object.
object
Was this page helpful?