
Expired Domains Scraper
Pricing
$10.00/month + usage

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