Sedo Domain Marketplace Scraper avatar

Sedo Domain Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Sedo Domain Marketplace Scraper

Sedo Domain Marketplace Scraper

Scrape sedo.com's domain marketplace - search by keyword or browse by category. Get domain name, TLD, asking price, sale type (Buy Now / Make Offer), bid count, and estimated monthly traffic for domains listed for sale.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Scrape Sedo.com — one of the world's largest domain name marketplaces. Search by keyword or browse any of Sedo's 14 top-level categories, and get asking price, sale type (Buy Now / Make Offer), bid count, and estimated monthly traffic for every listed domain. No login, no cookies, no paid proxy required.

What this actor does

  • Two modes: search (free-text keyword) and byCategory (browse one of Sedo's 14 top-level categories: Arts, Business, Computers, Education, Games, Health, Home, Miscellaneous, Recreation, Science, Shopping, Society, Sports, Adult)
  • Filters: TLD (extension), price range, minimum estimated monthly traffic, domain name length range, sale/listing type (Buy Now / Make Offer / Marketplace Auction / Expiring Domain Auction)
  • Sort by: relevance, price, traffic, name, bid count, or newest listings
  • Empty fields are omitted — every record only contains fields Sedo actually published for that listing

Output per domain

  • domainName, tld, domainLength
  • price, priceCurrency, priceFormatted — only present for listings with a visible asking price
  • saleTypeBuy Now, Make Offer, Marketplace Auction, or Expiring Domain Auction
  • bidCount — number of bids placed so far
  • estimatedMonthlyTraffic
  • listedAt — ISO 8601 date the listing was created, when published
  • listingId
  • category — the category browsed to find this result (mode=byCategory)
  • sourceUrl — canonical Sedo domain listing page
  • buyNowUrl — direct purchase link, for Buy Now listings
  • recordType: "domain", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / byCategory
searchQuerystringshopFree-text keyword (mode=search)
categoryIdstring1002 (Business)One of 14 top-level categories (mode=byCategory)
tldsarrayOnly include these extensions, e.g. com, net, ai, io
minPrice / maxPriceintPrice range in USD
minTrafficintMinimum estimated monthly visits
minLength / maxLengthintDomain name length range (excluding TLD), 1–63
saleTypestringanyany / buyNow / makeOffer / auction / expiringAuction
sortBystringrelevancerelevance / price / traffic / name / bids / dateCreated
sortDescendingbooleantrueSort highest-to-lowest (or newest-first)
maxItemsint50Hard cap on emitted records (1–2000)

Example: keyword search filtered to .com domains

{
"mode": "search",
"searchQuery": "crypto",
"tlds": ["com"],
"maxItems": 50
}

Example: browse a category, Buy Now only, sorted by price

{
"mode": "byCategory",
"categoryId": "1002",
"saleType": "buyNow",
"sortBy": "price",
"sortDescending": false,
"maxItems": 50
}

Example: high-traffic short domains under $10,000

{
"mode": "search",
"searchQuery": "app",
"maxPrice": 10000,
"minTraffic": 100,
"maxLength": 8,
"maxItems": 50
}

Use cases

  • Domain investing — screen Sedo's marketplace for undervalued or high-traffic domains matching a keyword or TLD
  • Brand research — check availability and asking price for domain names related to a new brand or product
  • Market monitoring — track pricing trends and bid activity within a category over time
  • Portfolio benchmarking — compare your own domain holdings' pricing against comparable live listings
  • Lead generation for domain brokers — surface newly listed or actively-bid-on domains in a niche

FAQ

What's the data source? Sedo's own public domain marketplace search and category browse pages at sedo.com. This actor is an independent third-party tool and is not affiliated with or endorsed by Sedo.

Do I need a proxy or login? No. This actor works with no configuration beyond the input fields above, and runs on the Apify free plan.

Why do some listings have no price field? Not every domain has a public asking price — some are marketplace-negotiable ("Make Offer") without a stated minimum. Only listings with a real, published price include price/priceFormatted.

What currency are prices in? Whatever currency Sedo itself displays for that listing — check priceCurrency on each record; minPrice/maxPrice filters use Sedo's own approximate USD equivalent.

How fresh is the data? Every run queries Sedo live — there is no caching.

Can I combine a keyword search with a TLD filter? Yes — tlds, price/traffic/length filters, and saleType all apply on top of searchQuery (mode=search) or categoryId (mode=byCategory).