Company Contact Enrichment — details per domain avatar

Company Contact Enrichment — details per domain

Pricing

$3.00 / 1,000 row returneds

Go to Apify Store
Company Contact Enrichment — details per domain

Company Contact Enrichment — details per domain

For every domain: company name, postal address, published email addresses and phone numbers, social profiles, and links to the contact, about and careers pages. Only what the company published on its own site — no guessed addresses, no permuted name patterns.

Pricing

$3.00 / 1,000 row returneds

Rating

0.0

(0)

Developer

The Artifact Machine

The Artifact Machine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Share

Company Profile Enrichment — details per domain

For every domain: company name, social profiles, postal address, and links to the contact, about and careers pages, plus any email or phone the company publishes. Measured over 100 random sites: social profiles on 63%, company name on 43%, an email on 13% — most sites simply do not print an address on the homepage. Only what the company published itself; no guessed addresses and no permuted name patterns.

Turn a list of domains into company records: name, address, published contacts and social profiles.

What you get

One row per domain, with these columns:

  • companyName
  • address
  • roleEmails
  • allEmails
  • phones
  • linkedin
  • twitter
  • facebook
  • instagram
  • contactPageUrl
  • aboutPageUrl

Real output

Measured on https://www.hubspot.com/:

{
"companyName": "HubSpot",
"address": "2 Canal Park, Cambridge, MA, 02141, US",
"roleEmails": [],
"allEmails": [],
"phones": [],
"linkedin": "https://www.linkedin.com/company/hubspot?hubs_content=www.hubspot.com%2Fhomepg-b&hubs_content-cta=hstc_linkedin&wfoid=c0c2e3b257.1788995538",
"twitter": "https://x.com/HubSpot?hubs_content=www.hubspot.com%2Fhomepg-b&hubs_content-cta=hstc_twitter&wfoid=c0c2e3b257.1788995538",
"facebook": "https://www.facebook.com/hubspot?hubs_content=www.hubspot.com%2Fhomepg-b&hubs_content-cta=hstc_facebook&wfoid=c0c2e3b257.1788995538",
"instagram": "https://www.instagram.com/hubspot/?hubs_content=www.hubspot.com%2Fhomepg-b&hubs_content-cta=hstc_instagram&wfoid=c0c2e3b257.1788995538",
"contactPageUrl": "https://offers.hubspot.com/contact-sales?hubs_signup-url=www.hubspot.com%2Fhomepg-b&hubs_signup-cta=nav-utility-contactsales&hubs_content=www.hubspot.com%2Fhomepg-b&hubs_content-cta=nav-utility-contactsales&wfoid=c0c2e3b257.1788995538",
"aboutPageUrl": "https://www.hubspot.com/our-story?hubs_content=www.hubspot.com%2Fhomepg-b&hubs_content-cta=nav-utility-about&wfoid=c0c2e3b257.1788995538"
}

Input

Give it a list of domains:

{ "domains": ["example.com", "another.com"] }

Or chain it after any actor that produces a list — Google Maps Scraper, a CRM export, a prospect list — by passing that dataset as items and naming the column that holds the website:

{ "items": [{ "title": "Acme", "website": "acme.com" }], "field": "website" }

Domains it could not read

A domain that blocks the scan, times out, or errors comes back with measured: false, a reason, and every data column null — never a zero and never a false.

That matters at bulk. One fabricated false in a sheet of ten thousand rows is worse than a missing row, because nobody audits the row that looks plausible. Filter on measured and you know exactly what you are looking at.

Roughly one site in eight refuses an automated reader.

Notes

  • Reads the homepage only, one page per domain.
  • Loads each page in a real browser, so it sees client-rendered content.