Quickstart

From nothing to your first response. Five steps, one of them a purchase.

  1. Create an account. Sign up with an email address; there is no password, only a 6-digit code.
  2. Choose a plan. A free account has 0 lookups. Paid plans include 2,000 a month on Pro, 50,000 a month on Business and 250,000 a month on Business Plus. Pick one on the pricing page.
  3. Create a key. On your account page, name a key and create it. The full key is shown once; copy it somewhere safe. It looks like gdd_live_….
  4. Make one call.curl https://getdomaindata.com/api/v1/domain/allbirds.com \ -H "Authorization: Bearer gdd_live_YOUR_KEY"
  5. Read the headers. Every response carries X-Quota-Remaining and X-Quota-Reset, so your integration can watch its own budget. The call above spent one lookup.

Next

Look up many domains at once with batch, fetch the technology catalog for free, or put the API in a spreadsheet. Keep the key in an environment variable, never in a URL; the authentication page says why.