Skip to main content
POST
/
api
/
otta
/
companies
/otta/companies
curl --request POST \
  --url https://api.anysite.io/api/otta/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300,
  "currency": "GBP"
}
'
[
  {
    "@type": "@otta_company",
    "id": "<string>",
    "external_id": "<string>",
    "name": "<string>",
    "alias": "<string>",
    "domain_name": "<string>",
    "companies_house_name": "<string>",
    "dealroom_id": "<string>",
    "image": "<string>",
    "favicon": "<string>",
    "primary_colour": "<string>",
    "profile_type": "<string>",
    "website_url": "<string>",
    "linkedin_url": "<string>",
    "crunchbase_url": "<string>",
    "angellist_url": "<string>",
    "short_description": "<string>",
    "mission": "<string>",
    "live_job_count": 123,
    "employee_count": 123,
    "employee_survey_count": 123,
    "hq_address": "<string>",
    "parsed_hq_address": "<string>",
    "only_on_otta": true,
    "is_bcorp": true,
    "is_otta_certified": true,
    "glassdoor_rating": 123,
    "glassdoor_url": "<string>",
    "trustpilot_rating": 123,
    "trustpilot_url": "<string>",
    "response_rate": 123,
    "percentage_female": 123,
    "year_employee_growth_percentage": 123,
    "min_days_in_office": 123,
    "max_days_in_office": 123,
    "integrated_with_dealroom": true,
    "diversity_author_name": "<string>",
    "diversity_author_title": "<string>",
    "job_locations": [],
    "size": "<string>",
    "sectors": [],
    "values": [],
    "market_bullets": [],
    "other_benefits": [],
    "visa_sponsorship_countries": [],
    "articles": [],
    "photos": [],
    "offices": [],
    "teams": [],
    "total_funding": {
      "@type": "@otta_money",
      "amount": 123,
      "currency": "<string>"
    },
    "funding_rounds": [],
    "investors": [],
    "founders": [],
    "people_progressing": [],
    "diversity_statistics": {
      "@type": "@otta_diversity_statistics",
      "updated_at": "<string>",
      "genders": [],
      "ethnicities": [],
      "working_locations": []
    },
    "live_jobs": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Company alias (URL-safe name) or profile URL, e.g. 'monzo' or https://app.welcometothejungle.com/companies/monzo

Minimum string length: 1
Examples:

"monzo"

"https://app.welcometothejungle.com/companies/monzo"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
currency
enum<string>
default:GBP

Currency for funding amounts

Available options:
CAD,
EUR,
GBP,
USD

Response

Successful Response

@type
string
default:@otta_company
id
string | null
external_id
string | null
name
string | null
alias
string | null
domain_name
string | null
companies_house_name
string | null
dealroom_id
string | null
image
string | null
favicon
string | null
primary_colour
string | null
profile_type
string | null
website_url
string | null
linkedin_url
string | null
crunchbase_url
string | null
angellist_url
string | null
short_description
string | null
mission
string | null
live_job_count
integer | null
employee_count
integer | null
employee_survey_count
integer | null
hq_address
string | null
parsed_hq_address
string | null
only_on_otta
boolean | null
is_bcorp
boolean | null
is_otta_certified
boolean | null
glassdoor_rating
number | null
glassdoor_url
string | null
trustpilot_rating
number | null
trustpilot_url
string | null
response_rate
number | null
percentage_female
integer | null
year_employee_growth_percentage
integer | null
min_days_in_office
integer | null
max_days_in_office
integer | null
integrated_with_dealroom
boolean | null
diversity_author_name
string | null
diversity_author_title
string | null
job_locations
string[]
size
string | null
sectors
OttaSector · object[]
values
string[]
market_bullets
string[]
other_benefits
OttaBenefit · object[]
visa_sponsorship_countries
string[]
articles
OttaArticle · object[]
photos
string[]
offices
OttaOffice · object[]
teams
OttaTeam · object[]
total_funding
OttaMoney · object
funding_rounds
OttaFundingRound · object[]
investors
OttaInvestor · object[]
founders
OttaFounder · object[]
people_progressing
OttaPersonProgressing · object[]
diversity_statistics
OttaDiversityStatistics · object
live_jobs
OttaCompanyJob · object[]