Search for premium domains for sale across Afternic, Sedo, Atom, Dynadot, Namecheap, NameSilo, and Unstoppable Domains.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill search-premium-domains-for-sale --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Search Premium Domains For Sale?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-search-premium-domains-for-sale)More formats (shields.io, HTML) on the badges page.
---
name: search-premium-domains-for-sale
description: "Search for premium domains for sale across Afternic, Sedo, Atom, Dynadot, Namecheap, NameSilo, and Unstoppable Domains."
category: "Community"
author: community
version: "1.1.0"
icon: puzzle
---
# Premium Domain Search
Find domains for sale across major marketplaces. Free API, just curl.
## Usage
```bash
curl -s "https://api.domaindetails.com/api/marketplace/search?domain=example.com" | jq
```
## Marketplaces Checked
- **Afternic** — GoDaddy's premium marketplace
- **Sedo** — Global domain trading platform
- **Atom** — Premium domain marketplace
- **Dynadot** — Auctions & buy-now listings
- **Namecheap** — Integrated registrar marketplace
- **NameSilo** — Budget-friendly marketplace
- **Unstoppable Domains** — Web3 domains
## Response Fields
- `found` — whether any listings exist
- `marketplaces.<name>.listing.price` — price in cents or dollars
- `marketplaces.<name>.listing.currency` — USD, EUR, etc.
- `marketplaces.<name>.listing.url` — direct link to listing
- `marketplaces.<name>.listing.listingType` — buy_now, auction, make_offer
## Rate Limits
- 100 requests/minute (no auth needed)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!