Subdomain finder

Enumerate subdomains for a domain.

Endpoint

GET https://api.wappalyzer.com/v2/subdomains/

Properties

Property Description
Execution Synchronous
Request timeout 10 seconds
Rate limit 5 requests per second
Pricing 1 credit per 10 subdomains

Query string parameters

Name Description
domains (required)

Between one and ten domain names, comma separated.

Example: example.com,example.org.

limit

The maximum number of results to return. Must be a multiple of 10.

Example: 100.

after

Get the next page of results by passing the value of moreAfter from a previous response.

Example: shop.example.com.

Response body

Name Description
subdomains List of subdomains found for the domain.
moreAfter Indicates that more results are available. To get the next page of results, set this value as the after parameter in a subsequent query.

Example

Request

curl -H "x-api-key: <your api key>" "https://api.wappalyzer.com/v2/subdomains/?domains=example.com"

Response

{ "subdomains": { "status.example.com": { "createdAt": 1670285563, "updatedAt": 1675604779 }, ... "shop.example.com": { "createdAt": 1670285563, "updatedAt": 1675604779 } }, "moreAfter": "shop.example.com" }

Subscribe to receive occasional product updates.