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>",
  "summary": "<string>",
  "description": "<string>",
  "website": "<string>",
  "logo_url": "<string>",
  "linkedin_url": "<string>",
  "linkedin_company_id": "<string>",
  "twitter_url": "<string>",
  "crunchbase_url": "<string>",
  "headquarters_location": "<string>",
  "founding_year": "<string>",
  "company_size": "<string>",
  "is_agency": true,
  "categories": [
    "<string>"
  ],
  "funding_stage": "<string>",
  "total_funding": "<string>",
  "investors": [
    "<string>"
  ],
  "funding_rounds": [
    {
      "investment_type": "<string>",
      "announced_on": "<string>",
      "raised_amount": "<string>",
      "post_money_valuation": "<string>",
      "investor_count": 123,
      "lead_investor": "<string>"
    }
  ],
  "leadership": [
    {
      "name": "<string>",
      "title": "<string>",
      "linkedin_url": "<string>",
      "avatar_url": "<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
    }
  ],
  "source": "<string>",
  "external_company_id": "<string>",
  "last_scraped_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://jobo.world/docs/llms.txt

Use this file to discover all available pages before exploring further.

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
summary
string | null
description
string | null
website
string | null
logo_url
string | null
linkedin_url
string | null
linkedin_company_id
string | null
twitter_url
string | null
crunchbase_url
string | null
headquarters_location
string | null
founding_year
string | null
company_size
string | null
is_agency
boolean
categories
string[]
funding_stage
string | null
total_funding
string | null
investors
string[]
funding_rounds
object[]
leadership
object[]
ratings
object[]
press_references
object[]
h1b_annual_job_counts
object[]
h1b_title_distribution
object[]
source
string

ATS provider the company was discovered through (e.g., greenhouse, lever).

external_company_id
string | null
last_scraped_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>