Skip to main content
GET
/
api
/
companies
/
{id}
Get a fully enriched company profile by id
curl --request GET \
  --url https://connect.jobo.world/api/companies/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "legal_name": "<string>",
  "summary": "<string>",
  "description": "<string>",
  "website": "<string>",
  "listing_url": "<string>",
  "logo_url": "<string>",
  "linkedin_url": "<string>",
  "linkedin_company_id": "<string>",
  "twitter_url": "<string>",
  "facebook_url": "<string>",
  "instagram_url": "<string>",
  "angellist_url": "<string>",
  "youtube_url": "<string>",
  "github_url": "<string>",
  "g2_url": "<string>",
  "crunchbase_url": "<string>",
  "headquarters_location": "<string>",
  "headquarters_region": "<string>",
  "headquarters_regions": [
    "<string>"
  ],
  "country_code": "<string>",
  "continent": "<string>",
  "phone_number": "<string>",
  "email_address": "<string>",
  "founding_year": "<string>",
  "company_size": "<string>",
  "revenue": "<string>",
  "is_agency": true,
  "industries": [
    "<string>"
  ],
  "primary_industry": "<string>",
  "categories": [
    "<string>"
  ],
  "naics_codes": [
    "<string>"
  ],
  "operating_status": "<string>",
  "ipo_status": "<string>",
  "company_type": "<string>",
  "stock_symbol": "<string>",
  "stock_exchange": "<string>",
  "is_acquired": true,
  "acquired_by_company": "<string>",
  "parent_company_url": "<string>",
  "funding_stage": "<string>",
  "total_funding": "<string>",
  "funds_total_formatted": "<string>",
  "investors": [
    "<string>"
  ],
  "funding_rounds": [
    {
      "investment_type": "<string>",
      "announced_on": "<string>",
      "raised_amount": "<string>",
      "post_money_valuation": "<string>",
      "investor_count": 123,
      "lead_investor": "<string>"
    }
  ],
  "founders": [
    "<string>"
  ],
  "leadership": [
    {
      "name": "<string>",
      "title": "<string>",
      "linkedin_url": "<string>",
      "avatar_url": "<string>"
    }
  ],
  "leadership_hires": [
    {
      "date": "<string>"
    }
  ],
  "layoffs": [
    {
      "date": "<string>"
    }
  ],
  "ratings": [
    {
      "source": "<string>",
      "rating": "<string>",
      "url": "<string>",
      "review_count": 123
    }
  ],
  "press_references": [
    {
      "url": "<string>",
      "posted_on": "<string>",
      "title": "<string>",
      "publisher": "<string>"
    }
  ],
  "h1b_annual_job_counts": [
    {
      "year": "<string>",
      "count": 123
    }
  ],
  "h1b_title_distribution": [
    {
      "title": "<string>",
      "count": 123
    }
  ],
  "technology_list": [
    "<string>"
  ],
  "tech_stack": [
    {
      "name": "<string>",
      "categories": [
        "<string>"
      ]
    }
  ],
  "products": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "software_used": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "research_focus_areas": [
    "<string>"
  ],
  "acquisitions": [
    {
      "acquiree_name": "<string>",
      "title": "<string>"
    }
  ],
  "exits": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "subsidiary_list": [
    "<string>"
  ],
  "sub_organizations": [
    {
      "name": "<string>",
      "ownership_type": "<string>",
      "title": "<string>"
    }
  ],
  "featured_lists": [
    {
      "title": "<string>",
      "org_num": 123,
      "funding_total_formatted": "<string>",
      "funding_total_usd": 123
    }
  ],
  "event_appearances": [
    {
      "appearance_type": "<string>",
      "event": "<string>",
      "event_starts_on": "<string>",
      "image": "<string>"
    }
  ],
  "investor_types": [
    "<string>"
  ],
  "page_rank": 123
}

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Path Parameters

id
string<uuid>
required

Unique company identifier

Response

The requested company profile

Fully enriched company profile.

id
string<uuid>
name
string

Registered legal entity name when distinct from the trade name.

summary
string | null

Short company blurb. AI-generated when available, otherwise the SEO meta-description / first paragraph from the enrichment source.

description
string | null
website
string | null
listing_url
string | null

Canonical careers / job-listing page URL on the company's ATS (e.g. its Greenhouse / Lever / Workday board). Populated by every discovery provider.

logo_url
string | null
linkedin_url
string | null
linkedin_company_id
string | null
twitter_url
string | null
facebook_url
string | null
instagram_url
string | null
angellist_url
string | null
youtube_url
string | null
github_url
string | null
g2_url
string | null
crunchbase_url
string | null
headquarters_location
string | null
headquarters_region
string | null

Region/state when known.

headquarters_regions
string[]

Additional region tags when more than one applies.

country_code
string | null

ISO 3166-1 alpha-2 country code.

continent
string | null
phone_number
string | null
email_address
string | null
founding_year
string | null
company_size
string | null

Headcount band (e.g. "1-10", "51-200").

revenue
string | null

Annual revenue band (e.g. "under-1m", "100m-200m", "over-1b").

is_agency
boolean
industries
string[]

Vertical industry labels (e.g. "HR & Staffing").

primary_industry
string | null

Single high-level industry label (e.g. "Finance").

categories
string[]

Business-model bucket tags (b2b / b2c / saas / service-provider).

naics_codes
string[]
operating_status
string | null

"active" | "closed".

ipo_status
string | null

"private" | "ipo" | "delisted".

company_type
string | null

"for_profit" | "non_profit".

stock_symbol
string | null
stock_exchange
string | null
is_acquired
boolean
acquired_by_company
string | null
parent_company_url
string | null

URL of the parent organization when this company is a subsidiary.

funding_stage
string | null
total_funding
string | null
funds_total_formatted
string | null

Total funds raised when the company itself is a VC firm.

investors
string[]
funding_rounds
object[]
founders
string[]
leadership
object[]
leadership_hires
object[]
layoffs
object[]
ratings
object[]
press_references
object[]
h1b_annual_job_counts
object[]
h1b_title_distribution
object[]
technology_list
string[]

Flat list of technologies the company is reported to use.

tech_stack
object[]

Structured per-technology records.

products
object[]
software_used
object[]
research_focus_areas
string[]
acquisitions
object[]
exits
object[]
subsidiary_list
string[]

Flat list of subsidiary company names.

sub_organizations
object[]
event_appearances
object[]
investor_types
string[]

Investor classification (only populated when the company is itself an investor).

page_rank
number<double> | null

Domain authority score (useful for ranking).