Developer Tools
Instant Domain Search logo

Instant Domain Search API

https://instantdomainsearch.com/

Domain availability search, TLD pricing comparison, and creative name ideas.

Actions
3
Category
Developer Tools
Login
Not required
Output
JSON

Call the Instant Domain Search API

Submit a task, then poll the job until it settles. This example runs ids_bulk_search.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "ids_bulk_search",
    "params": {
      "keyword": "openwire"
    }
  }'

3 actions on https://instantdomainsearch.com/

Read

  • Bulk Search

    ids_bulk_searchread1 credit / call

    Returns domain availability across multiple TLDs with registration and aftermarket pricing.

    keyword
    string · required
    tlds
    string
  • Domain Check

    ids_domain_checkread1 credit / call

    Returns domain availability across multiple TLDs with registration and aftermarket pricing.

    keyword
    string · required
    tlds
    string
  • Domain Generator

    ids_domain_generatorread1 credit / call

    Returns similar and creative domain name ideas from a seed keyword.

    keyword
    string · required
    limit
    integer

Instant Domain Search API questions

Is there an API for Instant Domain Search?
Instant Domain Search does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for https://instantdomainsearch.com/. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Instant Domain Search data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when https://instantdomainsearch.com/ changes its markup, Anakin updates the action.
Do I need a Instant Domain Search account?
No. Every Instant Domain Search action listed here runs anonymously — no account and no credentials required.
What does the Instant Domain Search API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Developer Tools APIs

All Developer Tools sites