Sedo Domain Marketplace Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
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) andbyCategory(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,domainLengthprice,priceCurrency,priceFormatted— only present for listings with a visible asking pricesaleType—Buy Now,Make Offer,Marketplace Auction, orExpiring Domain AuctionbidCount— number of bids placed so farestimatedMonthlyTrafficlistedAt— ISO 8601 date the listing was created, when publishedlistingIdcategory— the category browsed to find this result (mode=byCategory)sourceUrl— canonical Sedo domain listing pagebuyNowUrl— direct purchase link, for Buy Now listingsrecordType: "domain",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCategory |
searchQuery | string | shop | Free-text keyword (mode=search) |
categoryId | string | 1002 (Business) | One of 14 top-level categories (mode=byCategory) |
tlds | array | – | Only include these extensions, e.g. com, net, ai, io |
minPrice / maxPrice | int | – | Price range in USD |
minTraffic | int | – | Minimum estimated monthly visits |
minLength / maxLength | int | – | Domain name length range (excluding TLD), 1–63 |
saleType | string | any | any / buyNow / makeOffer / auction / expiringAuction |
sortBy | string | relevance | relevance / price / traffic / name / bids / dateCreated |
sortDescending | boolean | true | Sort highest-to-lowest (or newest-first) |
maxItems | int | 50 | Hard 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).