VOOZH about

URL: https://apify.com/nogards95/domain-drop-monitor-scraper

โ‡ฑ ๐ŸŽฏ Expired Domain Sniper - Daily Drops with Backlink History ยท Apify


๐Ÿ‘ ๐ŸŽฏ Expired Domain Sniper - Daily Drops with Backlink History avatar

๐ŸŽฏ Expired Domain Sniper - Daily Drops with Backlink History

Pricing

from $2.00 / 1,000 results

Go to Apify Store

๐ŸŽฏ Expired Domain Sniper - Daily Drops with Backlink History

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.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Nogards

Nogards

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

What does Daily Domain Drop Monitor do?

Daily Domain Drop Monitor downloads fresh lists of expiring, pending-delete, and dropped domains from domainreborn.com โ€” a public aggregator built on ICANN CZDS zone files. It works as a domain expiry API alternative: no login, no browser, no proxies. Just a direct CSV download filtered and structured for immediate use.

It covers 12 major TLDs (org ยท info ยท dev ยท app ยท blog ยท store ยท tech ยท site ยท online ยท xyz ยท name ยท biz) and returns up to 5,000 domains per run with registration history, Wayback Machine snapshots, social signals, and Certificate Transparency data.


Why use Daily Domain Drop Monitor?

Finding quality expired domains manually is tedious โ€” you'd have to visit multiple registrars, export data, and cross-reference history signals. This Actor automates the entire pipeline:

  • ๐Ÿ” Filter by TLD, age, and history signals โ€” target exactly the domains that match your use case
  • ๐Ÿ“ฆ Structured output โ€” JSON, CSV, or Excel ready to import into your workflow
  • โฑ๏ธ Fast runs โ€” typically under 30 seconds with no browser overhead
  • ๐Ÿ” Schedule daily โ€” run automatically at 07:30 UTC right after the source updates
  • ๐Ÿ”— Integrate anywhere โ€” connect to Google Sheets, Airtable, Slack, or your own API via Apify integrations

Common use cases:

  • Domain investors looking for valuable names before they hit the open market
  • SEO professionals building PBNs or acquiring domains with existing backlink history
  • Marketers finding aged brand domains with Wikipedia refs or social proof
  • Developers building domain monitoring and drop-catching workflows
  • Researchers tracking expiration trends across TLDs

What data can Daily Domain Drop Monitor extract?

FieldTypeDescription
domainstringFull domain name (e.g. example.org)
tldstringTop-level domain without dot
statusstringpending_delete or available
registeredAtstringOriginal registration date (ISO 8601)
expiresAtstringExpiration date
droppedAtstringExpected or actual drop date
ageYearsintegerDomain age in years
waybackCountintegerWayback Machine snapshot count โ€” proxy for historical web presence
wikipediaRefsintegerNumber of Wikipedia references
hnMentionsintegerHacker News mentions
redditMentionsintegerReddit mentions
ctCertsintegerCertificate Transparency certificates issued
ctSubdomainsintegerUnique subdomains seen in CT logs
registrarstringLast known registrar
registerUrlstringDirect link to the domain page on domainreborn.com

How to scrape expired and pending delete domains

  1. Open the Actor and click Try for free
  2. Set the status filter โ€” use pending_delete for drop-catching (last 5 days before release) or available to find domains you can register today
  3. Add TLD filters (optional) โ€” enter TLDs without the dot: org, dev, blog. Leave empty to fetch all supported TLDs at once
  4. Set quality filters โ€” use minAge, minWayback, minHnMentions, or minRedditMentions to narrow results to domains with real history
  5. Set maxResults โ€” start with 50โ€“100 for a test run, up to 5,000 for full lists
  6. Click Start โ€” results appear in the Output tab within seconds
  7. Export โ€” download as JSON, CSV, or Excel from the Output tab, or connect to Google Sheets via Apify integrations

Schedule for daily monitoring: Open the Schedules tab, set the cron to 30 7 * * * (07:30 UTC), and configure your filters once. You'll get a fresh dataset every morning.


How much will it cost to scrape expired domains?

This Actor is priced at $2.00 per 1,000 results.

  • Free tier: includes enough platform credits to run a test with 50โ€“100 results at no cost
  • A daily run returning 1,000 domains costs $2.00/day โ€” $60/month
  • A daily run returning 5,000 domains (maximum) costs $10.00/day โ€” $300/month

Since the source is a single CSV download (no browser, no pagination), compute costs are minimal โ€” you're paying almost entirely for the results, not infrastructure.


Input

See the Input tab for the full configuration form. Key fields:

  • Status (pending_delete / available / all) โ€” controls which stage of the expiration lifecycle to fetch
  • TLDs โ€” comma-separated list, leave empty for all 12 supported TLDs
  • minWayback โ€” set to 50 or higher to filter for domains with documented history
  • maxResults โ€” keep low (50โ€“200) for targeted searches, up to 5,000 for bulk data

โš ๏ธ .com is not available โ€” Verisign requires separate zone file access not covered by ICANN CZDS.


Output

You can download the dataset in various formats such as JSON, CSV, or Excel from the Output tab.

Example output record:

{
"domain":"opendesign.org",
"tld":"org",
"status":"pending_delete",
"registeredAt":"2011-06-14",
"expiresAt":"2026-06-14",
"droppedAt":"2026-07-02",
"ageYears":15,
"waybackCount":842,
"wikipediaRefs":0,
"hnMentions":3,
"redditMentions":1,
"ctCerts":4,
"ctSubdomains":2,
"ctFirstSeen":"2018-03-10",
"registrar":"GoDaddy",
"registerUrl":"https://domainreborn.com/d/opendesign.org",
"scrapedAt":"2026-06-06T07:31:00.000Z"
}

Tips and advanced options

  • status: "pending_delete" is the best window for drop-catching services โ€” domains are in their last 5 days before release
  • minWayback: 100 reliably filters for domains that had real web presence; 500+ indicates heavy traffic history
  • minHnMentions: 1 or minRedditMentions: 1 finds domains with actual community presence โ€” strong signal for brand value
  • minAge: 5 + minWayback: 200 is a solid combo for domain investing
  • Specify multiple TLDs (e.g. ["org", "dev", "app"]) to get separate filtered lists for each โ€” results are deduplicated across TLDs
  • Use the Apify API tab to trigger runs programmatically and integrate into your own pipeline

FAQ, disclaimers, and support

Is this legal to use?
This Actor fetches publicly available data from domainreborn.com, which aggregates public ICANN CZDS zone files. No login, authentication, or private data is accessed.

Our Actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our Actors, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

Why is .com not available?
Verisign, the .com registry, does not participate in ICANN CZDS and requires a separate data access agreement. All other major TLDs in this Actor are covered via the public CZDS program.

The data looks the same every run โ€” is it stale?
The source updates once daily between 06:00โ€“07:30 UTC. Schedule your runs at 07:30 UTC to always get the freshest data. Running multiple times per day will return identical results.

Found a bug or need a new feature?
Open an issue in the Issues tab and I'll respond quickly. For programmatic access and integrations, see the API tab.

You might also like

Expired Domain Finder with SEO Metrics

constant_quadruped/expired-domain-finder

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

ExpiredDomains.net Scraper

codingfrontend/expireddomains-net-scraper

Scrape expired, deleted, and pending-delete domain listings from ExpiredDomains.net. Extracts domain names, backlinks, domain pop, archive birth year, TLD availability status, and expiration dates.

๐Ÿ‘ User avatar

codingfrontend

2

Domain Age Checker

onescales/domain-age-checker

Bulk domain age lookup tool. Get registration date, expiration date, and domain history for hundreds of domains at once. Supports .com, .co.uk, .io, .ai, and 100+ TLDs.

21

5.0

Daily Data Feeds Scraper

soft_but_savage/daily-datasets

Scrapes daily datasets: VC funding, domain drops, patents, crypto prices, and news.

๐Ÿ‘ User avatar

Soft But Savage

2

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 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 Domains API - 16 Platforms, SEO Metrics & Scores

catchdoms/expired-domains-api

Search 55,000+ expired and expiring domains from 16 auction platforms (GoDaddy, Dynadot, DropCatch, Catched, Gname, SnapNames, BloomUp). Get domain age, backlinks, DA, Trust Flow, quality score, language detection and auction prices via API. Updated daily.

Mangools Advanced SEO & Historical Backlink Checker

dev00/mangools-advanced-seo-historical-backlink-checker

Instantly extract years of historical Majestic backlink data, Facebook share metrics, and global ranking history for any domain

dev00

3

TLD List Domain Price Scraper

makaraman/tld-list-scraper

Scrapes domain registrar prices from tld-list.com for any TLD extension. Returns registration, renewal, and transfer prices across multiple registrars.