Company Enrichment DomainScope
Pricing
$3.00 / 1,000 domain enricheds
Company Enrichment DomainScope
Enrich domains with DNS, RDAP, TLS, HTTP, GeoIP, SaaS tech-stack, and trust-signal data from the DomainScope API.
Pricing
$3.00 / 1,000 domain enricheds
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 Company Enrichment — Apify Actor
Enrich domains with DNS, RDAP (WHOIS), TLS, HTTP, favicon, GeoIP, Wayback,
detected SaaS/tech-stack signals, and dozens of extended trust/quality
probes, via GET /api/v1/domains/{url}/enrichment — public, no DomainScope
account or API key required.
The natural second step after DomainScope Domain Finder: discover domains by industry/city, then enrich each one here.
Input
See .actor/input_schema.json: domains
(required list). The domain must already be in DomainScope's catalogue —
this reads existing enrichment data, it does not crawl new domains on
demand.
Output
One dataset row per domain. A curated set of top-level columns (registrar,
domain age, email provider, TLS issuer, HTTP security score, geo country,
detected SaaS vendors, trust grade/score) is flattened out of the much
deeper raw response for a usable table view — the full raw payload is
still included under raw for anyone who wants everything (dozens of
registry.domain_* probes: SEO signals, tracker density, accessibility,
Wikidata linkage, well-known-URI catalogue coverage, and more).
Domains with no enrichment data on file get
error: "no enrichment data for that domain"Billing
Charges one domain-enriched event per domain successfully enriched.
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", "github.com"]}' \> storage/key_value_stores/default/INPUT.jsonnpm run start:dev
Or: apify run --input '{"domains": ["stripe.com"]}'
Deploying
apify loginapify push