Skip to main content
POST
/
api
/
dice
/
companies
/dice/companies
curl --request POST \
  --url https://api.anysite.io/api/dice/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@dice_company",
    "legacy_company_id": "<string>",
    "name": "<string>",
    "profile_url": "<string>",
    "description": "<string>",
    "overview_header": "<string>",
    "website": "<string>",
    "image": "<string>",
    "banner": "<string>",
    "account_type": "<string>",
    "founded": 123,
    "employee_count": "<string>",
    "office_policy": "<string>",
    "categories": [],
    "technologies": [],
    "tech_stacks": [],
    "locations": [],
    "social_media": {
      "@type": "@dice_company_social_media",
      "facebook": "<string>",
      "instagram": "<string>",
      "twitter": "<string>"
    },
    "benefits": {
      "@type": "@dice_company_benefits",
      "child_care_parental": [],
      "diversity_equity_inclusion": [],
      "financial_retirement": [],
      "health_wellness": [],
      "perks_discounts": [],
      "professional_development": [],
      "vacation_time_off": [],
      "work_culture": []
    },
    "awards": [],
    "images": [],
    "videos": [],
    "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 profile GUID or a full Dice company-profile URL

Minimum string length: 1
Examples:

"3a49da6b-f646-4a86-a7fb-6800d711de1c"

"https://www.dice.com/company-profile/3a49da6b-f646-4a86-a7fb-6800d711de1c"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@dice_company
legacy_company_id
string | null
name
string | null
profile_url
string | null
description
string | null
overview_header
string | null
website
string | null
image
string | null
banner
string | null
account_type
string | null
founded
integer | null
employee_count
string | null
office_policy
string | null
categories
string[]
technologies
string[]
tech_stacks
DiceTechStack · object[]
locations
DiceCompanyLocation · object[]
social_media
DiceCompanySocialMedia · object
benefits
DiceCompanyBenefits · object
awards
DiceCompanyAward · object[]
images
string[]
videos
string[]
updated_at
string | null