Domainr v0.0.1 Domainr.Search

Domainr search function(s)

Summary

Functions

Search for terms and get some domain suggestions.

Term(s) to search against (required).

acme+cafe

Search for terms and get some domain suggestions

Functions

find(terms)

Search for terms and get some domain suggestions.

Term(s) to search against (required).

acme+cafe

Example:

find("acme+cafe")
find(terms, search)

Search for terms and get some domain suggestions.

Term(s) to search against (required).

"acme+cafe"

location (optional)

Optionally for country-code zones, with a two-character country code.

location: "de"

registrar (optional)

The domain name of a specific registrar to filter results by that registrar’s supported list of extensions (optional).

registrar: "namecheap.com"

defaults (optional)

Optional comma-separated list of default zones to include in the response.

defaults: "bike,cab"

Example:

find("acme+cafe", %Domainr.Search{location: "de",
registrar: "namecheap.com", defaults: "bike,cab"})
locale_find(terms, locale)