POST
/
accounts
/
single_enrich
curl --request POST \
  --url https://app.prontohq.com/api/v2/accounts/single_enrich \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "company_linkedin_url": "https://linkedin.com/company/prontohq",
  "name": "Pronto",
  "domain": "prontohq.com",
  "country": "FR"
}'
{
  "name": "Pronto",
  "description": "Ready to hunt without running ?\n\nπŸ‘¨β€πŸ‘©β€πŸ‘¦β€πŸ‘¦ Squad of 10 outbound experts +\n🦁 One tool to automate your campaigns",
  "industry": "Technology, Information and Internet",
  "type": "Privately Held",
  "employeeCount": 5,
  "flagshipCompanyUrl": "https://www.linkedin.com/company/prontohq/",
  "entityUrn": "urn:li:fs_salesCompany:104885158",
  "website": "prontohq.com",
  "employeeCountInfo": {
    "monthlyChange": -17,
    "employeeCount": 5,
    "employeeDisplayCount": "5"
  },
  "companyPictureDisplayImage": {
    "artifacts": [
      {
        "width": 200,
        "fileIdentifyingUrlPathSegment": "200_200/company-logo_200_200/0/1724258638180/prontohq_logo?e=1753920000&v=beta&t=lkLO8u_KIjlFSsPuh_jbf47z0zPzEumAzAtxYGDsZlA",
        "height": 200
      }
    ],
    "rootUrl": "https://media.licdn.com/dms/image/v2/D4D0BAQFbBl6GwyL9IA/company-logo_"
  },
  "employeeCountRange": "2-10",
  "headquarters": {
    "country": "France",
    "city": "Paris"
  },
  "revenueRange": {
    "estimatedMinRevenue": {
      "currencyCode": "USD",
      "amount": 500,
      "unit": "THOUSAND"
    },
    "estimatedMaxRevenue": {
      "currencyCode": "USD",
      "amount": 1,
      "unit": "MILLION"
    }
  },
  "employeeDisplayCount": "5",
  "location": "Paris, Île-de-France, France"
}

Authorizations

X-API-KEY
string
header
required

Your API key

Body

application/json

Response

200
application/json

Successfully enriched company

The response is of type object.