Expired Domains Scraper avatar

Expired Domains Scraper

Try for free

30 minutes trial then $10.00/month - No credit card required now

Go to Store
Expired Domains Scraper

Expired Domains Scraper

ib4ngz/expired-domains-scraper
Try for free

30 minutes trial then $10.00/month - No credit card required now

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.

Developer
Maintained by Community

Actor Metrics

  • 2 Monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • 3 hours response time

  • Created in Dec 2024

  • Modified 3 months ago

MX

undefined domains returned

Open
mx2 opened this issue
13 hours 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 };