ExpiredDomains.net Scraper πŸ” avatar

ExpiredDomains.net Scraper πŸ”

Under maintenance
Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
ExpiredDomains.net Scraper πŸ”

ExpiredDomains.net Scraper πŸ”

easyapi/expireddomains-net-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape expired domains data from ExpiredDomains.net. Extract detailed domain information including domain status, backlinks, creation date, and availability across multiple TLDs.

πŸ“‹ Overview

This actor scrapes detailed information about expired and deleted domains from ExpiredDomains.net. It's perfect for domain investors, SEO specialists, and digital marketers looking to discover valuable expired domains.

✨ Features

  • 🌐 Search through ExpiredDomains.net's extensive database
  • πŸ“Š Extract comprehensive domain metrics and statistics
  • πŸ”„ Multi-TLD status checking (.com, .net, .org, .biz, .info, .de)
  • πŸ“ˆ Get detailed domain metrics (backlinks, domain popularity, global rank)
  • πŸ“… Access creation dates and drop dates
  • ⚑ Fast and efficient pagination handling
  • πŸ›‘οΈ Built-in proxy support
  • πŸ€– Anti-detection mechanisms included

πŸ”’ Output Dataset

For each domain, the actor collects:

  • Domain name and length
  • Backlink count
  • Domain popularity
  • Creation date
  • Archive entries
  • Global rank
  • Status across multiple TLDs
  • Addition date
  • Domain list type
  • Availability status
  • Drop date
  • Search URL reference
  • Timestamp of scraping

πŸ’‘ Use Cases

  • Domain name research and acquisition
  • SEO opportunities discovery
  • Expired domain monitoring
  • Digital asset investment research
  • Brand protection monitoring
  • Historical domain analysis

πŸ”§ Input Parameters

  • searchUrls: Array of ExpiredDomains.net search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional, recommended for production use)

πŸ“ Notes

  • Respect ExpiredDomains.net's terms of service and rate limits
  • Consider using proxies to avoid IP blocks

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://member.expireddomains.net/domain-name-search/?q=api&searchinit=1"
4    ],
5    "maxItems": 50
6}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://member.expireddomains.net/domain-name-search/?q=api&searchinit=1",
4        "domain": {
5            "name": "api.com.kw",
6            "length": 3,
7            "backlinks": 0,
8            "domainPop": 0,
9            "creationDate": "-",
10            "archiveEntries": 0,
11            "globalRank": 0,
12            "status": {
13                "com": "registered",
14                "net": "registered",
15                "org": "registered",
16                "biz": "available",
17                "info": "registered",
18                "de": "registered"
19            },
20            "addDate": "2024-12-05",
21            "domainList": "Deleted",
22            "availability": "Available",
23            "droppedDate": "2024-12-05"
24        },
25        "scrapedAt": "2025-01-23T02:54:26.595Z"
26    },
27    ...
28]
Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 7 days ago