Scrape expired domains data from ExpiredDomains.net. Extract detailed domain information including domain status, backlinks, creation date, and availability across multiple TLDs.
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.
For each domain, the actor collects:
searchUrls
: Array of ExpiredDomains.net search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional, recommended for production use)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}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!