domainleads.com scraper
Pricing
$5.00/month + usage
Go to Apify Store

domainleads.com scraper
Our domainleads.com scraper scraper makes it simple to collect over 330 million registered domains by keyword.
Pricing
$5.00/month + usage
Rating
0.0
(0)
Developer

youssef farhan
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
DomainLeads Keyword Scraper
This Actor extracts domain intelligence and market saturation data from DomainLeads.com. It is designed for domainers, brand protection agents, and SEO professionals who need to identify how many extensions (TLDs) are taken for specific keywords.
🚀 Features
- Multi-Keyword Support: Process a single keyword or a bulk list in one run.
- Market Saturation Insights: See exactly how many extensions are registered for a keyword.
- Development Tracking: Identifies how many of those registered domains actually have active websites.
- Reliability: Built-in retry logic and seamless Apify Proxy integration.
- Clean Data: Exports structured JSON ready for Excel, Google Sheets, or your custom CRM.
📥 Input Configuration
The Actor accepts a JSON object as input.
| Field | Type | Default | Description |
|---|---|---|---|
keywords | String / Array | "automate" | The keyword(s) you want to search for. Can be a single string or a list. |
match_type | String | "exact" | Search logic. Common values: exact, begins, ends, contains. |
proxy_configuration | Object | { "useApifyProxy": true } | Standard Apify proxy settings. Residential proxies are recommended. |
Example Input
{"keywords": ["pizza", "crypto", "solar"],"match_type": "exact"}
📤 Output Data
The results are stored in the default Dataset. Each entry provides a snapshot of the keyword's "footprint" across the web.
Output Fields
- keyword: The core SLD (Second Level Domain) found.
- extensions_taken: Total number of extensions registered (e.g., .com, .net, .org).
- ext_count_dev: Number of those extensions that are "developed" (have content).
- domain_count: Total global count of related domains.
- extensions_list: A string containing the specific TLDs that are already occupied.
Example Dataset Record
{"keyword": "pizza","extensions_taken": 482,"ext_count_dev": 156,"domain_count": 1250,"domain_count_dev": 400,"extensions_list": "com, net, org, biz, info, io, ai, co.uk","extensions_list_dev": "com, net, io"}