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

Expired Domains Scraper
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.
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
undefined domains returned
📊 Scraped Domains:
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- 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 };