Company Enrichment DomainScope avatar

Company Enrichment DomainScope

Pricing

$3.00 / 1,000 domain enricheds

Go to Apify Store
Company Enrichment DomainScope

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

Florin Badita

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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"
and are not charged.

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 install
echo '{"domains": ["stripe.com", "github.com"]}' \
> storage/key_value_stores/default/INPUT.json
npm run start:dev

Or: apify run --input '{"domains": ["stripe.com"]}'

Deploying

apify login
apify push