B2B Company Data Enrichment API avatar

B2B Company Data Enrichment API

Pricing

from $10.00 / 1,000 enriched companies

Go to Apify Store
B2B Company Data Enrichment API

B2B Company Data Enrichment API

Enrich company domains with social links, contact pages, and metadata. Supercharge your CRM and B2B sales pipelines.

Pricing

from $10.00 / 1,000 enriched companies

Rating

0.0

(0)

Developer

Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Company Enrichment & Research (Bulk)

Turn messy inputs (name, domain, VAT, etc.) into a clean, standardized company profile with evidence.

This is an Apify Actor designed for data enrichment pipelines and structured company research.

What it does (MVP)

For each input item, it can:

  • Fetch the company website and extract:
    • title + meta description
    • Organization name / logo (JSON-LD + OpenGraph)
    • basic technology signals (WordPress/Shopify/analytics widgets)
    • emails / phones (best-effort)
    • social links (LinkedIn/Twitter/Facebook/Instagram/YouTube)
  • Validate EU VAT numbers via the official VIES service (if countryCode + vatNumber provided)
  • Fetch simple SSL certificate signals (validTo, issuer, subject CN)
  • Fetch Wayback Machine signals (earliest + latest snapshot timestamp)

Input

  • items[] — list of objects where you can provide whatever you have:
    • query, name, domain, websiteUrl, countryCode, vatNumber, regNumber
  • Flags:
    • fetchWebsite (default true)
    • includeWayback (default true)
    • includeSsl (default true)
    • includeWebsiteText (default false)
  • Performance:
    • timeoutSeconds, concurrency

Output

One dataset item per input company, with:

  • canonical (best-effort normalized name/domain/website)
  • website (title/description/org/logo/technologies)
  • contacts (emails/phones/social)
  • vat (VIES validation result)
  • ssl + wayback signals
  • evidence[] and issues[]
  • apify-default-dataset-item: $0.01 per company (one dataset item per company)
  • apify-actor-start: $0.01

The Actor respects the user max charge per run limit.

Notes

  • This MVP avoids brittle anti-bot sources. It’s meant to be reliable.
  • Next step (if needed): optional web search + official registries per country.