Expired Domains Scraper avatar
Expired Domains Scraper

Pricing

$10.00/month + usage

Go to Store
Expired Domains Scraper

Expired Domains Scraper

Developed by

Iqbal R

Iqbal R

Maintained by Community

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.

0.0 (0)

Pricing

$10.00/month + usage

3

Total users

24

Monthly users

4

Runs succeeded

>99%

Issue response

44 days

Last modified

4 months ago

MX

undefined domains returned

Open

mx2 opened this issue
2 months ago

📊 Scraped Domains:

  1. undefined
  2. undefined
  3. undefined
  4. undefined
  5. undefined
  6. undefined
  7. undefined
  8. undefined etc...

input

const input = { username: "removed", // Replace with your actual username password: "removed", // Replace with your actual password mfaCode: "removed, searchForList: "Deleted Domains", // "Deleted Domains", // Choose the type of domains nextPageDelay: 3000, // Delay before navigating to the next page depth: 2, // Number of pages to scrape startsWith: "", // Optional: filter domains starting with specific text contains: "", // Optional: filter domains containing specific text endsWith: "", // Optional: filter domains ending with specific text noNumbers: false, // Exclude domains with numbers lengthMin: 3, // Minimum domain length lengthMax: 18, // Maximum domain length backlinksMin: 1, // Minimum backlinks count // backlinksMax: 100, // Maximum backlinks count onlyAvailableDomains: true, // Only scrape available domains domainsPerPage: "200", // Number of domains per page (25, 50, 75, 100, 200) proxyConfiguration: { useApifyProxy: false }, // Use Apify Proxy };