VOOZH about

URL: https://apify.com/constant_quadruped/expired-domain-finder

⇱ Expired Domain Finder with SEO Metrics Β· Apify


πŸ‘ Expired Domain Finder with SEO Metrics avatar

Expired Domain Finder with SEO Metrics

Pricing

Pay per usage

Go to Apify Store

Expired Domain Finder with SEO Metrics

Find expired and expiring domains enriched with WHOIS data, backlink counts, domain authority, and Wayback Machine history. Quality scored and ranked.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ CQ

CQ

Maintained by Community

Actor stats

0

Bookmarked

37

Total users

12

Monthly active users

2 months ago

Last modified

Share

Find recently expired domains enriched with backlink counts, domain popularity scores, Wayback Machine archive history, spam detection, and a quality score with BUY/WATCH/SKIP recommendations.

What it does

This actor scrapes ExpiredDomains.net for domains that have recently expired or are about to drop, then enriches each domain with additional metrics to help domain investors make buy decisions.

Per domain, you get:

  • Basic info: domain name, TLD, expiry date, age, previous registrar
  • SEO metrics: backlink count, referring domains (domain popularity), archive snapshot count
  • Historical context: first and last Wayback Machine capture dates, last known page title
  • Risk signals: spam indicator count (from keyword heuristics on domain name and title)
  • Scoring: composite quality score (0-10) with BUY/WATCH/SKIP recommendation and rough estimated value

When to use it

  • Domain investors looking for aged domains with existing backlinks
  • SEO professionals finding expired domains for 301 redirects or backlink recovery
  • Brand monitoring watching for expired trademark variants
  • Content marketers finding relevant expired domains in specific niches

Input parameters

FieldTypeDefaultDescription
tldsarray["com"]TLDs to include (e.g., ["com","net","org"])
minBacklinksinteger5Minimum backlink count
minDomainPopularityinteger5Minimum referring domains
maxAgeinteger7Max days since expiry (0 = no filter, 7 = last week, 30 = last month)
maxDomainLengthinteger25Max domain name length (excl. TLD, 3-63)
keywordsstringβ€”Comma-separated keywords to filter (e.g., "tech,blog,shop")
maxResultsinteger100Max domains to return (1-1000)
checkWaybackbooleantrueQuery Wayback Machine archive history (~0.5s/domain)
proxyConfigurationobjectApify proxyProxy settings

Output format

Each result is stored in the dataset as a JSON object:

{
"domain":"scrantonrent.com",
"tld":"com",
"status":"expired",
"expiryDate":"2026-04-14",
"domainAge":"20 years",
"registrar":null,
"backlinks":25,
"referringDomains":929,
"domainAuthority":null,
"archiveSnapshots":83,
"firstArchiveDate":"2006-02-08",
"lastArchiveDate":"2025-07-13",
"previousTitle":null,
"spamIndicators":0,
"qualityScore":7.4,
"recommendation":"BUY",
"estimatedValue":"$500-2,000"
}

Quality scoring

The composite score (0-10) weighs:

  • Backlink count (0-2 pts)
  • Referring domains (0-2.5 pts)
  • Archive snapshot history (0-2 pts)
  • Domain age (0-1.5 pts)
  • Name quality (length, no hyphens, 0-1.5 pts)
  • Spam indicators (penalty, -0.5/indicator)

Recommendations:

  • BUY β€” score β‰₯ 7 (strong signals, worth acquiring)
  • WATCH β€” score 4-6.9 (moderate, keep an eye on it)
  • SKIP β€” score < 4 (weak or spammy)

Pricing model

Pay-per-result. Each enriched domain = 1 billable result.

Notes and caveats

  • Source data comes from the default ExpiredDomains.net feed (recently expired domains list). The feed refreshes daily.
  • No official API keys required. Runs entirely via HTTP scraping + free Wayback Machine API.
  • Wayback Machine adds latency β€” disable checkWayback for faster runs if history isn't needed.
  • Keyword filter scans up to 10x the requested page count to find matches, since keyword-matching domains are rare in the daily feed.
  • Domain authority field is always null in this version β€” integrating Moz/Ahrefs API is planned but requires paid keys.
  • dist_ and location fields do not apply β€” this is for domain metrics, not geographic fires.

Example inputs

Quick BUY list

{
"tlds":["com"],
"minBacklinks":100,
"minDomainPopularity":50,
"maxResults":20,
"checkWayback":true
}

Niche filter

{
"tlds":["com","net"],
"keywords":"tech,ai,saas",
"minBacklinks":10,
"maxResults":50,
"maxAge":30
}

Raw feed dump (no filters)

{
"tlds":["com"],
"minBacklinks":0,
"minDomainPopularity":0,
"maxAge":0,
"maxResults":200,
"checkWayback":false
}

Version history

  • v1.7 β€” Keyword filter now scans 10x more pages when active (was missing matches)
  • v1.6 β€” Fixed metric extraction bug where BL showed inflated values (582M instead of 582)
  • v1.5 β€” Fixed HTML table parser to match actual ExpiredDomains.net structure
  • v1.4 β€” Added maxAge parameter for date-range filtering; server-side filters for BL/DP
  • v1.3 β€” Added multi-strategy HTML parsing (selectors + regex fallback)
  • v1.2 β€” Output schema integration with dataset views
  • v1.1 β€” Logo, metadata refinements
  • v1.0 β€” Initial release

You might also like

Expired Domains Scraper

martin1080p/expired-domains-scraper

The Expired Domains Scraper automates finding valuable expired domains from expireddomains.com, offering filters and sorting by SEO metrics and auction details for efficient domain acquisition.

267

1.0

🎯 Expired Domain Sniper - Daily Drops with Backlink History

nogards95/domain-drop-monitor-scraper

Get daily lists of expiring, pending-delete, and dropped domains. Filter by TLD, age, Wayback history, and social signals. Perfect for SEO, domain investing, and PBN building. No login required.

Expired Domains Spider

getdataforme/expired-domains-spider

Expired Domains Spider is an Apify Actor that scrapes and extracts comprehensive data on expired domains, including backlinks, popularity metrics, birth years, and multi-TLD registration status....

36

Expired Article Hunter

eneiromatos/expired-article-hunter

Expired Article Hunter is a Wayback Machine Scraper designed to extract expired content to be reused in Moneysites and PBNs. With EAH Wayback Machine Scraper you'll never have to write or buy articles again!

139

🌐 WHOIS Domain Lookup β€” Bulk Domain Intel

nexgendata/whois-domain-lookup

Bulk WHOIS lookup for domain registration data β€” owner, registrar, creation date, expiry, name servers. Monitor domain portfolios, detect expired domains, and research competitor web properties.

Expired Domains Scraper

ib4ngz/expired-domains-scraper

This actor scrapes expired domain data from expireddomains.net, supporting user authentication with optional multi-factor authentication (MFA). It also allows users to apply filters for targeted domain scraping.

Backlink Opportunity Finder

easyapi/backlink-opportunity-finder

πŸ” Discover high-quality backlink opportunities to boost your domain authority and search rankings. Extract valuable data about potential websites for building authoritative backlinks, including domain metrics, relevance analysis, and estimated SEO impact.

Moz Domain Authority Checker

jdtpnjtp/moz-domain-authority-checker

The MOZ Domain Authority API provides comprehensive domain analysis and SEO metrics through a simple REST interface. Analyze any domain to retrieve critical SEO indicators including Domain Authority (DA), Page Authority

156

1.6