Lead Profile DomainScope
Pricing
$3.00 / 1,000 domain profileds
Lead Profile DomainScope
Categorize and enrich a list of domains in one pass — industry, business model, and target market plus DNS/TLS/tech-stack signals.
Pricing
$3.00 / 1,000 domain profileds
Rating
0.0
(0)
Developer
Florin Badita
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
DomainScope Lead Profile — Apify Actor
Take a list of domains and get back a combined profile — category,
industry, business model, target market (via POST /categorize /
/categorize/bulk / /jobs/bulk-categorize) plus DNS/TLS/tech-stack
enrichment (via GET /domains/{url}/enrichment, public) — in one Actor
run instead of chaining
URL Categorizer
and
Company Enrichment
by hand.
This is the classic "take my list, give me back everything about it" pattern — built for cold-email/SDR teams and list brokers who don't want to run two Actors and join the results themselves.
Input
See .actor/input_schema.json: domains
(required). Same sync-single / sync-bulk / async-job cutover as URL
Categorizer for the categorization step (jobThreshold, default 25).
apiKey is required for more than one domain.
Output
One row per domain: the categorization fields, plus enrichment_available
and a flattened enrichment summary (registrar, domain age, email
provider, TLS issuer, HTTP security score, detected SaaS vendors, trust
grade/score) when enrichment data exists — enrichment coverage is
partial across the corpus, so enrichment_available: false is expected
for some domains and doesn't affect billing.
Billing
Charges one domain-profiled event per domain that was successfully
categorized (the core, always-available value). Enrichment is a
best-effort bonus layered on top and does not gate the charge, since its
coverage is partial. Actor.charge() is a documented no-op outside a
pay-per-event-enabled run, so local development works without any
billing setup.
Local development
npm installecho '{"domains": ["stripe.com"]}' > storage/key_value_stores/default/INPUT.jsonnpm run start:dev
Deploying
apify loginapify push