ExpiredDomains.net Scraper avatar

ExpiredDomains.net Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
ExpiredDomains.net Scraper

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.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

3

Monthly active users

20 days ago

Last modified

Share

Collect compact, deduplicated records from ExpiredDomains.net's public expired- and deleted-domain listing tables. The Actor fails with zero dataset rows if the target presents a login, CAPTCHA, rate limit, access block, unexpected redirect, empty table, or changed page structure.

Input

FieldTypeDefaultDescription
listTypestringexpired-domainsexpired-domains, deleted-domains, or the pending-delete-domains alias.
sortBystringblA public table sort key exposed by the input editor.
sortOrderstringdd for descending or a for ascending.
startPageinteger1One-based starting page, from 1 through 1,000.
maxPagesinteger10Page cap, from 1 through 20.
maxItemsinteger50Record cap, from 1 through 500.
maxConcurrencyinteger1Browser concurrency, from 1 through 3.
minDelayMsinteger250Delay before navigation, from 0 through 10,000 ms.
maxRequestRetriesinteger2Navigation retries, from 0 through 5.
requestHandlerTimeoutSecsinteger60Per-page timeout, from 10 through 120 seconds.
proxyConfigurationobjectdirectOptional Apify or custom proxy configuration.

Example:

{
"listType": "expired-domains",
"sortBy": "domainpop",
"sortOrder": "d",
"maxPages": 2,
"maxItems": 40,
"proxyConfiguration": { "useApifyProxy": false }
}

Unknown fields and invalid types or limits stop the run before the browser starts. Detail-page extraction is not advertised because the site's domain detail links currently require authentication; the Actor uses only public listing tables.

Output

Each dataset item represents one unique syntactically valid domain. Available fields include:

  • domain and one-based output rank;
  • exact and displayed backlink/domain-pop metrics;
  • archive birth, first-seen, and entry data;
  • Dmoz, common-TLD, Whois, end-date, change, and related-domain values;
  • public detail, source, canonical, and next-page URLs;
  • list/sort/page provenance and scrape timestamp.

Empty optional values are removed while numeric zero is preserved. Records are buffered and written once only after a clean crawl, preventing blocked later pages from leaving a misleading partial dataset. The OUTPUT key-value record summarizes record count, pages processed, normalized list type, and Actor duration.

Local development

npm ci --ignore-scripts
npm test
apify run --input-file qa-inputs/local-validation.json

The production image uses the Apify Node 22 Playwright/Chrome base image and installs the lockfile with lifecycle scripts disabled.

Responsible use

Collect only public information you are permitted to process. Respect the target's terms, applicable law, and reasonable request rates. Authentication, CAPTCHA bypass, private endpoints, account cookies, and credential handling are outside this Actor's scope.