Expired Domains API — 9M+ Domains, 40+ Sources, 90+ SEO Filters
Pricing
$0.017 / actor start
Expired Domains API — 9M+ Domains, 40+ Sources, 90+ SEO Filters
Search 9M+ expired domains from 40+ platforms (GoDaddy, DropCatch, Dynadot, Namecheap, Gname, NameSilo, SnapNames, Nicsell, Sedo, Sav.com, and more) via API — 90+ SEO filters (Ahrefs DR, Moz DA, Majestic, Semrush, traffic, age), 400,000+ domains updated every day.
Pricing
$0.017 / actor start
Rating
0.0
(0)
Developer
Karma.Domains
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
Expired Domains API
Buy expired domains with SEO reputation — the same catalog as Karma.Domains: expired, deleted, and dropped names plus live auctions, backorder, and buy-now.
9+ million domains. ~400,000 new every day. 90+ filters. 40+ auction and marketplace sources in one Expired Domains API. gTLDs and ccTLDs.
Not a thin scrape of one registrar. Each row is a full Karma report: Ahrefs DR, Moz DA / spam score / backlinks, Majestic TF/CF, Semrush, SimilarWeb traffic, Open PageRank, Wayback age and languages, Karma Score, AI categories, AI history summary, and Wayback screenshots. Names are not masked.
Full product: karma.domains · Expired Domains API
Why Karma (not another expired-domains scraper)
- Ultimate aggregator. One search across GoDaddy, DropCatch, Dynadot, Namecheap, GNAME, Sedo, Nicsell, Sav.com, and the rest of the list below — auctions, closeouts, backorder, and buy-now together.
- Wayback Machine + spam context. Archive age, languages, last title/description, and historical snapshots — the same Wayback-oriented workflow as the web app.
- AI summary of domain history.
ai_summaryon the full report: what the name was used for, in plain language, so you do not replay 20 years of archive by hand. - AI categories. Topic tags on the listing (
categories) so you can filter education, health, finance, and the rest of the Karma taxonomy. - Screenshots in the response.
screenshot_url(andwa_screenshot_snaped_at) — a JPEG of the archived site, not “go click the report in a browser”. - Many SEO metrics on every row. Ahrefs Domain Rating, Moz DA / SS / BL / RD, Majestic TF / CF / BL / RD, Semrush authority and visits, SimilarWeb visits, Karma Score / Karma Metric, Open PageRank — one JSON, not five extra APIs.
- No name masking. Domain +
report_type+report_idin the payload.
Live per-domain SEO tools (fresh DR/DA, backlinks, traffic, WHOIS, DNS) are a separate Actor: Domain SEO Tools API.
Auction and marketplace sources
Same sources as the Karma.Domains app. Types in parentheses:
| Source | Listings |
|---|---|
| GoDaddy | Auctions, Closeouts |
| DropCatch | Pre-Release, Dropped, Private Seller |
| Namecheap | Auctions, Buy Now |
| Namejet / SnapNames | Auctions |
| GNAME | Auctions, Backorder, Buy Now |
| Sav.com | Dropped, Customer, Expired |
| Dynadot | Auctions, Closeout, Backorder, Buy Now |
| NameSilo | Auctions, Buy Now |
| Park.io | Auctions |
| WebExpire | Auctions |
| DomainLore | Auctions |
| Subreg | Auctions |
| CZ.NIC | Auctions |
| Aftermarket.pl | Auctions, Buy Now |
| WHC.ca | Auctions, Backorder |
| Sedo | Expiring, Buy Now |
| Nicsell | Auctions |
| SEO.domains | Buy Now |
| Porkbun | Buy Now |
| Alibaba Cloud | Buy Now |
| Nameshift | Auctions, Buy Now |
| Rakkodomain | Buy Now |
| Efty | Buy Now |
| HugeDomains | Buy Now |
Inventory types in the API: expired, auctions, backorder, buynow.
Typical flow
- search — filtered list (
page,page_size1–100;page × page_size≤ 5000). - Read
report_typeandreport_idfrombody.items. - get_report — full report (AI summary, categories, screenshot URL, SEO metrics).
- Or by_domain — report ids for an exact name.
Filter parameters
| Input | Description |
|---|---|
action | search (default), by_domain, get_report |
tlds | e.g. com or fr,de |
domain | Substring (search) or exact name (by_domain) |
domain_type | auctions, expired, backorder, buynow |
keywords | Wayback text |
languages | Archive languages |
ahrefs_dr_min | Ahrefs Domain Rating |
moz_da_min | Moz Domain Authority |
majestic_tf_min / majestic_cf_min | Majestic TF / CF |
majestic_rd_min / moz_rd_min | Referring domains |
moz_bl_min | Moz backlinks |
wa_age_min | Wayback age (years) |
karmascore_min | Karma Score |
sr_as_min / sr_visits_min | Semrush |
sw_visits_min | SimilarWeb visits |
page / page_size / sort_by / sort_desc | Pagination |
report_type / report_id | get_report only |
Origin has 90+ filters (AI categories, Moz spam score, Semrush EDU/GOV, country share, …). Do not send favorites.
Output schema
Search row (fields vary by report; null = unknown):
{"action": "search","ok": true,"status_code": 200,"body": {"items": [{"domain": "example.com","report_type": "expired","report_id": "REPORT_ID","karmascore": 80,"categories": ["Education"],"ahrefs_dr": 12,"moz_da": 15,"moz_ss": 1,"majestic_tf": 8,"sw_last_traffic": 1200,"wa_age": 11,"screenshot_url": "https://karma.domains/api/screenshot/expired/REPORT_ID/1234567890.jpg"}],"total": 1}}
Full report (get_report) adds ai_summary, richer Wayback fields, and the same SEO vendors. Failed origin calls set ok: false.
Example queries
Aged .com with Ahrefs DR:
{"action": "search","tlds": "com","wa_age_min": 10,"ahrefs_dr_min": 10,"page_size": 20}
Expired + auction .io with Moz DA:
{"action": "search","tlds": "io","domain_type": ["expired", "auctions"],"moz_da_min": 15,"page_size": 50}
Lookup one name:
{"action": "by_domain","domain": "example.com"}
Full report (AI summary + screenshot + metrics):
{"action": "get_report","report_type": "expired","report_id": "REPORT_ID"}
How to run
Apify Console or apify-client. Billing is this listing’s Apify pricing.
Karma.Domains · Expired Domains API · Python SDK · TypeScript SDK · CLI
Live SEO checkers: Domain SEO Tools API.