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 URL

Example: https://www.linkedin.com/company/salesforce

Note: Either linkedin_url or domain is required

domain
string

Company domain name

Example: salesforce.com

Note: Either linkedin_url or domain is required

include_funding
string
default:"exclude"

Include detailed funding and investment information

Options: include | exclude

Additional Cost: +2 credits when set to include

include_technology
string
default:"exclude"

Include technology stack and tools used by the company

Options: include | exclude

Additional Cost: +1 credit when set to include

include_contacts
string
default:"exclude"

Include key executive contacts and leadership information

Options: include | exclude

Additional 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

Best Practices

Error Responses

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