Skip to main content
POST
/
api
/
wttj
/
companies
/wttj/companies
curl --request POST \
  --url https://api.anysite.io/api/wttj/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300,
  "language": "en"
}
'
[
  {
    "@type": "@wttj_company",
    "name": "<string>",
    "alias": "<string>",
    "reference": "<string>",
    "profile_type": "<string>",
    "default_language": "<string>",
    "image": "<string>",
    "cover": "<string>",
    "sectors": [],
    "offices": [],
    "employee_count": 123,
    "website_url": "<string>",
    "equality_index": {
      "@type": "@wttj_equality_index",
      "equality_index": 123,
      "gender_pay_gap": 123,
      "gap_in_promotions": 123,
      "gap_in_annual_raises": 123,
      "maternity_leave_return_raise": 123,
      "equality_among_highest_earners": 123,
      "workforce_range": "<string>",
      "year": 123,
      "published": true
    },
    "labels": [],
    "web_url": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Company slug or profile URL, e.g. 'doctolib' or https://www.welcometothejungle.com/en/companies/doctolib

Minimum string length: 1
Examples:

"doctolib"

"https://www.welcometothejungle.com/en/companies/algolia"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
language
enum<string>
default:en

Language for localized text fields

Available options:
cs,
en,
es,
fr,
sk

Response

Successful Response

@type
string
default:@wttj_company
name
string | null
alias
string | null
reference
string | null
profile_type
string | null
default_language
string | null
image
string | null
cover
string | null
sectors
WttjSectorEntity · object[]
offices
WttjOffice · object[]
employee_count
integer | null
website_url
string | null
equality_index
WttjEqualityIndex · object
labels
string[]
web_url
string | null
updated_at
string | null