Skip to main content
GET
/
companies
/
{company_id}
/
profile
Get company profile
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/companies/{company_id}/profile \
  --header 'x-api-key: <api-key>'
{
  "company_id": "0472a8a1-bdc4-4f53-93f6-7d9a967beb76",
  "company_name": "Sprout Social",
  "website_domain": "sproutsocial.com",
  "hq_country_name": "United States",
  "industry": "Apps",
  "revenue_range": "$100M-$500M",
  "employee_count_range": "1001-5000",
  "overview": {
    "public_company": true,
    "country_code": "US",
    "linkedin_url": "https://www.linkedin.com/company/sprout-social-inc-",
    "hq_city": "Chicago",
    "hq_state": "IL",
    "region": "North America",
    "ceo": "Mr. Ryan Paul Barretto",
    "sector": "Technology",
    "full_time_employees": 1322,
    "description": "Sprout Social, Inc. designs, develops, and operates a web-based social media management platform..."
  },
  "swot_analysis": [
    {
      "name": "AI-Powered Platform with Proprietary Trellis Agent",
      "type": "STRENGTH",
      "description": "Sprout Social has developed a proprietary AI agent called Trellis that transforms social data into actionable insights..."
    },
    {
      "name": "Limited International Presence",
      "type": "WEAKNESS",
      "description": "Despite growing international revenue, Sprout Social remains heavily concentrated in the North American market..."
    }
  ],
  "competitors": [
    {
      "name": "Hootsuite",
      "website": "https://hootsuite.com",
      "description": "Hootsuite is a comprehensive social media management platform..."
    },
    {
      "name": "Zoho Social",
      "website": "https://www.zoho.com/social/",
      "description": "Zoho Social is a social media management tool..."
    }
  ],
  "key_executives": [
    {
      "name": "Ryan Barretto",
      "title": "Chief Executive Officer and Member of the Board of Directors"
    },
    {
      "name": "Justyn Howard",
      "title": "Executive Chair and Member of the Board of Directors"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your PG:AI API key. Generate one from Settings → API Keys in the PG:AI dashboard.

Path Parameters

company_id
string<uuid>
required

Query Parameters

include
string

Comma-separated list of profile sections. Use full for all sections. Available: overview, key_executives, divisions, geographical_operations, swot_analysis, competitors, industry_insights, strategic_priorities, digital_strategies, risks, goals, events, value_pyramid, three_whys, discovery_questions, custom_insights, content

exclude
string

Comma-separated list of sections to exclude (useful with include=full)

sources
enum<string>

Set to true to include source citations

Available options:
true,
false

Response

200 - application/json

Company profile with requested sections