Three ways to surface live DomainWorld inventory on your site. Copy, paste, done. No signup, no key, no commission.
A small panel showing N premium domains. Refreshes every 30 minutes. Drop it in a sidebar, footer, or content block.
<iframe src="https://domainworld.ai/embed/showcase.php?count=5"
width="320" height="320"
frameborder="0"></iframe>
count=N · 1–20 (default 5)
cat=tech · filter category
theme=dark · for dark sites
A live search box. Visitor types a keyword, sees DomainWorld inventory matches plus availability across TLDs. Click goes to purchase flow on DomainWorld.com.
<iframe src="https://domainworld.ai/find.php?embed=1"
width="100%" height="450"
frameborder="0"></iframe>
For sites that don't allow iframes (most major blogs, newsletters, Substacks). Pull the JSON or CSV feed and render however you like — your CMS, your design, your rules.
// Pull the feed in your code
fetch('https://domainworld.ai/inventory.json')
.then(r => r.json())
.then(data => {
data.inventory.forEach(item => {
// render item.domain, item.price, item.buy_url
});
});
Or download once and embed statically: inventory.csv · inventory.json
If a reader buys a domain you featured, the seller pays you nothing through us — but you have a fresh, useful widget for your readers and a live link to a relevant marketplace. If you want commission, list the same domains on Sedo or Afternic and use their affiliate links instead. We're not in your way.