DomainDb Info

API

Free domain search API for finding domains with specific words or phrases

Visit Website

Overview

DomainDb Info API offers RESTful endpoints for searching domains containing targeted words, phrases, or patterns. Key endpoints include domain search with parameters like query (keywords/phrases), tld (top-level domain filter), and limit (result count). Responses are in JSON format, providing domain name, TLD, creation date, and status. Ideal for developers building domain suggestion tools, marketers researching keyword-rich domains, or businesses scouting brandable options for new projects. No authentication is required for basic usage, enabling quick integration and testing.

Example Integration (JavaScript)

script.js JS

fetch('https://api.domainsdb.info/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON response format
  • No authentication required
  • Keyword/phrase domain search
  • TLD filtering
  • Pagination support

Frequently Asked Questions

? Is DomainDb Info free to use?

Yes, the DomainDb Info API is free for public use with basic rate limits.

? Does it require an API Key?

No, authentication is not required to access the API endpoints.

? What is the response format?

The API returns responses in JSON format, including details like domain name, TLD, creation date, and status.

Top Alternatives

People Also Ask about DomainDb Info

DomainDb Info 2025 review

Tool Info

Pricing Free
Category Development
Platform Public API

Pros

  • Easy to integrate (no API key needed)
  • Free public access
  • Flexible search parameters
  • Comprehensive domain metadata

Cons

  • Rate-limited for high-volume requests
  • No SLA guarantee
  • Limited advanced search options

More Development Tools