Discover/afternic.com API
live

afternic.com APIafternic.com

Query Afternic domain listings for buy-now price, minimum offer, availability, and seller details. Returns 9 structured fields per domain lookup.

Endpoints
1
Updated
3mo ago
Try it
The domain name to look up (e.g., 'gaming.org', 'ai.trading').
api.parse.bot/scraper/c865c3e4-61c8-4fe9-8d6b-42a5e74d07ee/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c865c3e4-61c8-4fe9-8d6b-42a5e74d07ee/get_domain_listing?domain=cars.com' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get detailed information about a specific domain listing on Afternic. Returns pricing, availability, and sale configuration for the given domain name. Domains not currently listed for sale will return with sellable=false and zero prices.

Input
ParamTypeDescription
domainrequiredstringThe domain name to look up (e.g., 'gaming.org', 'ai.trading').
Response
{
  "type": "object",
  "fields": {
    "sld": "string, second-level domain portion (e.g. 'gaming')",
    "tld": "string, top-level domain portion (e.g. 'org')",
    "currency": "string, currency code (e.g. 'USD')",
    "sellable": "boolean, whether the domain is currently for sale",
    "min_price": "integer, minimum acceptable offer price in minor units",
    "seller_id": "integer, seller's numeric ID",
    "domain_name": "string, the full domain name",
    "display_name": "string, display name for the domain",
    "buy_now_price": "integer, buy-now price in minor units",
    "is_boost_spin": "boolean, whether the listing is a boost/spin promotion",
    "buy_now_enabled": "boolean, whether instant purchase is available",
    "is_fast_transfer": "boolean, whether fast transfer is available",
    "min_price_display": "string, formatted minimum price with currency symbol",
    "is_unsupported_tld": "boolean, whether the TLD is unsupported for standard transfers",
    "lease_to_own_enabled": "boolean, whether lease-to-own option is available",
    "buy_now_price_display": "string, formatted buy-now price with currency symbol"
  },
  "sample": {
    "data": {
      "sld": "gaming",
      "tld": "org",
      "currency": "USD",
      "sellable": true,
      "min_price": 60000,
      "seller_id": 390973760,
      "domain_name": "gaming.org",
      "display_name": "gaming.org",
      "buy_now_price": 200000,
      "is_boost_spin": false,
      "buy_now_enabled": true,
      "is_fast_transfer": false,
      "min_price_display": "$60,000.00",
      "is_unsupported_tld": false,
      "lease_to_own_enabled": false,
      "buy_now_price_display": "$200,000.00"
    },
    "status": "success"
  }
}

About the afternic.com API

The Afternic API exposes one endpoint — get_domain_listing — that returns 9 structured fields for any domain name queried against Afternic's marketplace. You can retrieve whether a domain is currently for sale, its buy-now price, minimum acceptable offer, the seller's numeric ID, and the listing's promotion status. Domains not listed return sellable: false with zero-value price fields, so absence of a listing is a clean data point, not an error.

What get_domain_listing Returns

The get_domain_listing endpoint accepts a single required parameter — domain — and returns a structured record covering all the commercially relevant attributes of that Afternic listing. The response splits the domain into its constituent parts (sld and tld), which is useful when you are iterating across TLD variants of the same brand name. Pricing fields — buy_now_price and min_price — are returned as integers in minor currency units (e.g., cents for USD), so a buy_now_price of 150000 means $1,500.00. The currency field tells you which currency those integers represent.

Availability and Seller Data

The sellable boolean is the fastest way to filter listings: if false, the domain exists in the Afternic system but is not currently offered for sale, and both price fields will be zero. When sellable is true, you also get seller_id — the numeric identifier of the seller — alongside domain_name (the canonical full domain) and display_name (the formatted label shown in the marketplace). The is_boost_spin boolean indicates whether the listing participates in Afternic's paid promotional program, which can be a useful signal when evaluating seller activity or listing prominence.

Practical Notes

All lookups are single-domain queries; the API does not accept wildcard or bulk batch inputs in a single call. Prices reflect the current listed price at query time and are not historical. If you need to monitor price changes over time, you would need to poll the endpoint at your desired interval and record the results yourself.

Common use cases
  • Check whether a specific domain is listed for sale before initiating an outreach campaign
  • Compare buy_now_price across multiple TLD variants of a brand name (e.g., .com, .net, .org)
  • Filter domains by sellable status to build a curated watchlist of available assets
  • Detect is_boost_spin listings to identify actively promoted domains in a niche
  • Pull seller_id to group domains sold by the same owner across different queries
  • Validate domain availability and pricing before embedding Afternic buy links in a marketplace or registrar interface
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Afternic have an official developer API?+
Afternic offers a Domain Distribution Network for registrar partners, documented at https://www.afternic.com/forsale/partners, but it is not a general-purpose public API for arbitrary domain lookups. Access requires a partner relationship with GoDaddy/Afternic.
What does the API return for a domain that is not listed on Afternic?+
The endpoint still returns a valid response. The sellable field is false and both buy_now_price and min_price are zero. You can use this to distinguish unlisted domains from domains where the query itself failed.
Are auction-style or lease-to-own listings covered?+
The current endpoint returns buy-now and minimum-offer pricing fields, but does not expose auction bid history, auction end dates, or lease-to-own payment terms. You can fork this API on Parse and revise it to add an endpoint targeting those listing types.
Can I look up multiple domains in a single API call?+
The get_domain_listing endpoint takes one domain parameter per call. There is no batch input currently supported. You can fork this API on Parse and revise it to add a batch endpoint that accepts a list of domains.
How fresh is the pricing data returned by the API?+
Prices reflect the current state of the listing at the time of the request. The API does not cache or store historical pricing, so if a seller updates their buy_now_price, a fresh call to get_domain_listing will return the updated value.
Page content last updated . Spec covers 1 endpoint from afternic.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
Afternic Domain Listing API · Parse