Skip to main content
POST
/
v1
/
company
/
enrich
curl -X POST https://api.trigify.io/v1/company/enrich \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "companyUrl": "https://linkedin.com/company/trigify"
  }'
{
  "message": "<string>",
  "success": true,
  "data": {
    "linkedin_url": "<string>",
    "name": "<string>",
    "domain": "<string>",
    "size": "<string>",
    "industry": "<string>",
    "location": "<string>",
    "company_logo": "<string>",
    "city": "<string>",
    "country": "<string>",
    "description": "<string>",
    "employees_count": "<string>",
    "state": "<string>",
    "revenue": "<string>",
    "total_funding": "<string>",
    "monthly_visitors": "<string>",
    "technologies": [
      "<string>"
    ],
    "annual_growth_rate": "<string>"
  }
}
Transform any LinkedIn company URL into rich business intelligence including funding data, employee counts, technology stack, and comprehensive company details.

Overview

The Company Enrichment API provides instant access to detailed business information about any company on LinkedIn. Get funding history, employee counts, technology usage, industry classifications, and other key business metrics to power your sales intelligence, market research, and competitive analysis workflows.

Authentication

Requires a valid API key with the enrich:company:read permission.
curl -X POST https://api.trigify.io/v1/company/enrich \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "companyUrl": "https://linkedin.com/company/trigify"
  }'

Response Structure

The endpoint returns comprehensive company data including:

Basic Information

  • Company Details: Name, domain, industry, description
  • Location: City, state, country, full location string
  • Size: Employee count range and exact numbers
  • Branding: Company logo URL

Business Metrics

  • Funding: Total funding amount and growth rate
  • Revenue: Annual revenue estimates
  • Traffic: Monthly website visitors
  • Technology Stack: Technologies used by the company

LinkedIn Data

  • URLs: LinkedIn company URL and domain
  • Verification: Verified company information from LinkedIn

Credit Usage

This endpoint charges 1 credit per successful company enrichment. The number of credits spent is returned in the x-spent-credits response header. Examples:
  • Successful enrichment: Uses 1 credit
  • Company not found (404): Uses 0 credits
  • Service error (500): Uses 0 credits

Use Cases

  • Sales Intelligence: Qualify prospects by understanding company size, funding stage, and growth trajectory before outreach
  • Market Research: Analyze industry landscapes, competitor positioning, and market opportunities with comprehensive company data
  • Investment Analysis: Research funding history, growth metrics, and business fundamentals for investment decisions
  • Account-Based Sales: Build detailed target account profiles with employee counts, technology usage, and business intelligence
  • Competitive Intelligence: Monitor competitor companies, their funding rounds, and strategic developments
  • Technology Mapping: Understand what tools and platforms companies use to tailor your sales approach
  • Partnership Development: Identify and research potential business partners across different markets and industries

Company URL Format

The companyUrl parameter should be the full LinkedIn company URL:
  • Use the complete URL: "https://linkedin.com/company/company-name"
  • Works with numeric IDs: "https://linkedin.com/company/123456789"
  • Works with custom URLs: "https://linkedin.com/company/my-startup-inc"
The URL will be validated to ensure it’s a proper LinkedIn company URL format.

Headers

x-api-key
string
required

Body

application/json
companyUrl
string
required

The LinkedIn company URL to enrich. ex: 'https://linkedin.com/company/trigify'

Response

200 - application/json

Successfully enriched company

message
string
required
success
boolean
required
data
object
required