Namegrep: Count Combinations
Namegrep via Parse · developer_tools
Returns the total count of domain labels matching a regex pattern without fetching per-TLD availability. Useful for estimating result size before running a full search_domains query — patterns producing over 50,000 matches will only return a count from search_domains anyway. Search for available domain names using regular expression patterns, with TLD availability for .com, .net, .org, .co, and .io Fulfilled by Parse from namegrep.com.
- b2b-directory
- developer-tools
- namegrep
- namegrep-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cc2caa1d-c089-4f45-b72e-ba4b4e94cdf8/count_combinations
- Interface artifact
- sha256:0e5734bb4ea6be1ac6b646b0cd66b131e4894008373c9823d37bd2eecd34a112
- Manifest digest
- sha256:ec762dd782bc9fb11098dd29d9049316c03f448c8aa12151a467d49b6327f16b
Request fields
- pattern (string, required): Regular expression pattern to match domain names against (e.g. '^tech[a-z]{2}$' for 6-letter names starting with 'tech').
Example queries
- {"pattern":"^cloud[a-z]{2}$"}