Skip to main content
GET
/
api
/
v1
/
company
/
profile
Get Company Profile
curl --request GET \
  --url https://api.tuesday.so/api/v1/company/profile \
  --header 'X-API-KEY: <x-api-key>'
{
    "data": {
        "id": "tu_cmp_sf2023",
        "name": "Salesforce",
        "linkedin_url": "https://www.linkedin.com/company/salesforce",
        "website_url": "https://www.salesforce.com",
        "primary_domain": "salesforce.com",
        "domains": [
            "salesforce.com",
            "force.com",
            "trailhead.com",
            "tableau.com"
        ],
        "description": "Salesforce is the global leader in Customer Relationship Management (CRM), bringing companies and customers together in the digital age.",
        "industry": "Computer Software",
        "industries": [
            "Computer Software",
            "Cloud Computing",
            "CRM Software"
        ],
        "specialities": [
            "CRM",
            "Cloud Computing",
            "Mobile",
            "Social",
            "Platform",
            "App Development",
            "Analytics"
        ],
        "founded_year": 1999,
        "company_size": "10001+",
        "employee_count": 79390,
        "headquarters": {
            "address": "415 Mission Street, 3rd Floor",
            "city": "San Francisco",
            "state": "California",
            "country": "United States",
            "postal_code": "94105"
        },
        "locations": [
            {
                "city": "San Francisco",
                "state": "California",
                "country": "United States",
                "is_headquarters": true
            },
            {
                "city": "New York",
                "state": "New York", 
                "country": "United States",
                "is_headquarters": false
            }
        ],
        "phone": "+1-415-901-7000",
        "logo_url": "https://logo.clearbit.com/salesforce.com",
        "stock_symbol": "CRM",
        "type": "Public",
        "annual_revenue": {
            "amount": 31352000000,
            "currency": "USD",
            "year": 2023
        },
        "funding": {
            "total_funding": 1700000000,
            "last_funding_round": {
                "type": "IPO",
                "amount": 110000000,
                "date": "2004-06-23",
                "valuation": 1100000000
            },
            "funding_rounds": [
                {
                    "type": "Series A",
                    "amount": 4000000,
                    "date": "1999-12-01"
                }
            ],
            "investors": [
                "Kleiner Perkins",
                "Oracle Corporation"
            ]
        },
        "technology": {
            "categories": [
                "Customer Support",
                "CRM",
                "Analytics",
                "Marketing Automation"
            ],
            "tools": [
                "Slack",
                "Tableau",
                "MuleSoft",
                "Heroku"
            ],
            "integrations": [
                "Microsoft Office 365",
                "Google Workspace",
                "AWS"
            ]
        },
        "contacts": [
            {
                "name": "Marc Benioff",
                "title": "Chairman & CEO",
                "linkedin_url": "https://www.linkedin.com/in/marcbenioff",
                "email": "marc@salesforce.com"
            },
            {
                "name": "Amy Weaver",
                "title": "President & CFO",
                "linkedin_url": "https://www.linkedin.com/in/amy-weaver-salesforce",
                "email": "aweaver@salesforce.com"
            }
        ]
    },
    "statusCode": 200,
    "message": "Success"
}

Overview

Get detailed company information including business details, funding data, technology stack, employee metrics, and more. This endpoint provides comprehensive business intelligence for companies using either their LinkedIn URL or domain.

Authentication

X-API-KEY
string
required
Your Tuesday API key

Query Parameters

linkedin_url
string
LinkedIn company page URLExample: https://www.linkedin.com/company/salesforceNote: Either linkedin_url or domain is required
domain
string
Company domain nameExample: salesforce.comNote: Either linkedin_url or domain is required
include_funding
string
default:"exclude"
Include detailed funding and investment informationOptions: include | excludeAdditional Cost: +2 credits when set to include
include_technology
string
default:"exclude"
Include technology stack and tools used by the companyOptions: include | excludeAdditional Cost: +1 credit when set to include
include_contacts
string
default:"exclude"
Include key executive contacts and leadership informationOptions: include | excludeAdditional Cost: +3 credits when set to include

Response

data
object
statusCode
number
HTTP status code (200 for success)
message
string
Response message

Example Requests

curl --location 'https://api.tuesday.so/api/v1/company/profile?domain=salesforce.com' \
--header 'X-API-KEY: your-api-key-here'

Example Response

{
    "data": {
        "id": "tu_cmp_sf2023",
        "name": "Salesforce",
        "linkedin_url": "https://www.linkedin.com/company/salesforce",
        "website_url": "https://www.salesforce.com",
        "primary_domain": "salesforce.com",
        "domains": [
            "salesforce.com",
            "force.com",
            "trailhead.com",
            "tableau.com"
        ],
        "description": "Salesforce is the global leader in Customer Relationship Management (CRM), bringing companies and customers together in the digital age.",
        "industry": "Computer Software",
        "industries": [
            "Computer Software",
            "Cloud Computing",
            "CRM Software"
        ],
        "specialities": [
            "CRM",
            "Cloud Computing",
            "Mobile",
            "Social",
            "Platform",
            "App Development",
            "Analytics"
        ],
        "founded_year": 1999,
        "company_size": "10001+",
        "employee_count": 79390,
        "headquarters": {
            "address": "415 Mission Street, 3rd Floor",
            "city": "San Francisco",
            "state": "California",
            "country": "United States",
            "postal_code": "94105"
        },
        "locations": [
            {
                "city": "San Francisco",
                "state": "California",
                "country": "United States",
                "is_headquarters": true
            },
            {
                "city": "New York",
                "state": "New York", 
                "country": "United States",
                "is_headquarters": false
            }
        ],
        "phone": "+1-415-901-7000",
        "logo_url": "https://logo.clearbit.com/salesforce.com",
        "stock_symbol": "CRM",
        "type": "Public",
        "annual_revenue": {
            "amount": 31352000000,
            "currency": "USD",
            "year": 2023
        },
        "funding": {
            "total_funding": 1700000000,
            "last_funding_round": {
                "type": "IPO",
                "amount": 110000000,
                "date": "2004-06-23",
                "valuation": 1100000000
            },
            "funding_rounds": [
                {
                    "type": "Series A",
                    "amount": 4000000,
                    "date": "1999-12-01"
                }
            ],
            "investors": [
                "Kleiner Perkins",
                "Oracle Corporation"
            ]
        },
        "technology": {
            "categories": [
                "Customer Support",
                "CRM",
                "Analytics",
                "Marketing Automation"
            ],
            "tools": [
                "Slack",
                "Tableau",
                "MuleSoft",
                "Heroku"
            ],
            "integrations": [
                "Microsoft Office 365",
                "Google Workspace",
                "AWS"
            ]
        },
        "contacts": [
            {
                "name": "Marc Benioff",
                "title": "Chairman & CEO",
                "linkedin_url": "https://www.linkedin.com/in/marcbenioff",
                "email": "marc@salesforce.com"
            },
            {
                "name": "Amy Weaver",
                "title": "President & CFO",
                "linkedin_url": "https://www.linkedin.com/in/amy-weaver-salesforce",
                "email": "aweaver@salesforce.com"
            }
        ]
    },
    "statusCode": 200,
    "message": "Success"
}

Credit Usage

Base Profile
Technology Stack
Funding Data
Executive Contacts

Data Sources & Accuracy

Company data is aggregated from multiple sources:
  • LinkedIn company pages and employee profiles
  • Company websites and SEC filings
  • Funding databases (Crunchbase, PitchBook)
  • Technology tracking services
  • Public business registries
  • Basic company information: Updated weekly
  • Employee counts: Updated monthly
  • Funding data: Updated within 24-48 hours of announcements
  • Technology stack: Updated quarterly
  • Executive contacts: Updated bi-weekly
  • Public companies: 95%+ accuracy on core data
  • Private companies: 85-90% accuracy
  • Startups (<2 years): 75-85% accuracy
  • Technology data: 80-85% accuracy
  • Contact information: 70-75% accuracy

Best Practices

Use domain when:
  • You have the company’s primary website
  • Working with large datasets of domains
  • Domain is well-established and matches company name
Use LinkedIn URL when:
  • Domain lookup returns incorrect company
  • Working with subsidiaries or divisions
  • Need to ensure exact company match
Start with basic profile to verify the company, then add enrichments:
  • Basic profile (1 credit) - Verify company identity
  • Add funding data (+2 credits) - For investment analysis
  • Add technology (+1 credit) - For competitive intelligence
  • Add contacts (+3 credits) - For sales outreach
For companies with subsidiaries:
  • Each subsidiary may have its own profile
  • Use specific LinkedIn URLs for divisions
  • Check domains array for all associated domains
  • Consider using Company Search to find related entities

Error Responses

{
    "statusCode": 400,
    "message": "Bad Request",
    "error": "Either domain or linkedin_url parameter is required"
}
{
    "statusCode": 404,
    "message": "Not Found",
    "error": "No company found matching the provided criteria"
}
{
    "statusCode": 400,
    "message": "Bad Request",
    "error": "Invalid LinkedIn URL format. Must be a company page URL"
}

Use Cases

Sales Intelligence

Research target companies before sales outreach and meetings

Market Research

Analyze competitors, market sizing, and industry trends

Investment Due Diligence

Evaluate companies for investment opportunities and partnerships

Lead Qualification

Qualify inbound leads and prioritize high-value prospects

Competitive Analysis

Monitor competitor technology stacks and strategic moves

Account-Based Marketing

Create targeted campaigns based on company characteristics

Company Profile Fields

Always included in the base response:
  • Company name and description
  • Industry and specialties
  • Founded year and size
  • Website and LinkedIn URLs
  • Headquarters location
Included when available:
  • Multiple office locations
  • Phone number and logo
  • Stock symbol (public companies)
  • Revenue information
  • All associated domains
  • Total funding raised
  • Funding round history
  • Investor list
  • Valuation data
  • IPO information
  • Software categories used
  • Specific tools and platforms
  • Third-party integrations
  • Technology partnerships
  • C-level executives
  • VP-level leadership
  • Key decision makers
  • Direct contact information
I