🏒 Company Profile Data Lookup: Firmographics & Socials avatar

🏒 Company Profile Data Lookup: Firmographics & Socials

Pricing

$1.00 / 1,000 corporate profile enrichment lookups

Go to Apify Store
🏒 Company Profile Data Lookup: Firmographics & Socials

🏒 Company Profile Data Lookup: Firmographics & Socials

Extract full corporate profiles, social links, email records, technology stacks, contact numbers, and industry firmographics for any domain.

Pricing

$1.00 / 1,000 corporate profile enrichment lookups

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

1

Bookmarked

10

Total users

3

Monthly active users

11 hours ago

Last modified

Share

🏒 Company Profile Data Lookup Actor

Extract corporate company profiles, official social media accounts, founded dates, geographical presence, and industry verticals for any target domain.


πŸš€ What it does

  1. Extracts Official Company Profile Information: Retrieves official website titles, business descriptions, and corporate metadata.
  2. Aggregates Social Media Links: Automatically compiles official social media handles across platforms (LinkedIn, Twitter/X, TikTok, Facebook, etc.).
  3. Identifies Established Timelines & Headquarters: Maps out the company's established date and geographic country classifications.
  4. Classifies Industry Verticals: Returns primary and secondary industry vertical classifications with confidence scores (SaaS & Cloud, B2B, E-Commerce, Fintech, etc.).

πŸ’Ό What people use it for

  • B2B Lead Enrichment & CRM Profiling: Instantly populate new inbound lead records in your CRM with complete firmographic and social metadata.
  • Outbound Sales Personalization: Build targeted sales workflows filtered by specific industry verticals and company age.
  • Investment & Market Intelligence: Conduct rapid automated firmographic reconnaissance on prospective startups and competitors.
  • Social Footprint Verification: Verify the official social media channels associated with a corporate domain name.

🧠 Decision Rule

Verify if the target domain's primary vertical matches your Ideal Customer Profile (ICP) (e.g. SaaS & Cloud or B2B). If matched, route the prospect to tier-1 account executives and enrich their account profile with social handles.


βš–οΈ What problem does this solve?

Most standard domain lookup tools only return:

  • "Who is the registrant of this domain name?"

They fail to provide:

  • "What does this company actually do?"
  • "What are their official social media accounts?"
  • "What industry verticals and market segments do they operate in?"

Company Profile Data Lookup Actor solves this by delivering structured corporate firmographics and social link arrays in a clean JSON format.


❓ Queries this actor answers

  • How do I get company information from a domain name?
  • How do I find a company's official LinkedIn and Twitter profiles automatically?
  • How do I classify a company's industry vertical via API?
  • What is an affordable alternative to Clearbit and ZoomInfo firmographic tools?

πŸ“¦ Canonical Usage

Given a target corporate domain (e.g. apify.com or stripe.com), run the Actor to retrieve the firmographic profile, social links, and industry vertical classifications.


🧭 Input Schema (fields you can use)

  • domain (string, required) β€” The target domain name to scan (e.g., stripe.com).

πŸ“€ Output Schema (what you get)

Results are written to the run's Dataset in this clean structure containing strictly the company profile data:

{
"domain_name": "apify.com",
"title": "Apify: Full-stack web scraping and data extraction platform",
"description": "Cloud platform for web scraping, browser automation, AI agents, and data for AI. Use 6,000+ ready-made tools, code templates, or order a custom solution.",
"social_links": [
{
"platform": "linkedin",
"url": "linkedin.com/company/apifytech"
},
{
"platform": "twitter",
"url": "x.com/apify"
},
{
"platform": "linkedin",
"url": "linkedin.com/company/apify"
},
{
"platform": "tiktok",
"url": "tiktok.com/@apifytech"
}
],
"date_established": "2015-01-01",
"country": {
"primary": "US",
"all": ["US", "CZ"]
},
"verticals": {
"primary": {
"name": "SaaS & Cloud",
"slug": "saas-cloud",
"source": "technology",
"confidence": 0.85,
"is_primary": true
},
"all": [
{
"name": "SaaS & Cloud",
"slug": "saas-cloud",
"source": "technology",
"confidence": 0.85,
"is_primary": true
},
{
"name": "B2B",
"slug": "b2b",
"source": "technology",
"confidence": 0.85,
"is_primary": false
}
]
}
}

⚠️ Failure Context & Error Handling

If an invalid domain is supplied or the target website is unindexed, the Actor handles it gracefully:

{
"success": false,
"domain": "invalid-domain.test",
"error": "Failed to extract company profile details."
}

🏷️ Keywords

company profile, firmographics, clearbit alternative, zoominfo alternative, domain enrichment, lead enrichment, social media lookup, industry classification, b2b sales, company lookup.