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 '{
  "name": "<string>",
  "domain": "<string>",
  "country_code": "<string>",
  "linkedin_url": "<string>"
}'
{
  "results": [
    {
      "input": {},
      "matched": true,
      "data": {
        "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",
        "website": "prontohq.com",
        "linkedin_url": "https://www.linkedin.com/company/prontohq/",
        "linkedin_urn": "urn:li:fs_salesCompany:104885158",
        "employee_count": 5,
        "employee_count_range": "2-10",
        "employee_growth": {
          "monthly_change": 400
        },
        "headquarters": {
          "country": "France",
          "city": "Paris",
          "location": "Paris, Île-de-France, France"
        },
        "revenue_range": {
          "estimated_min_revenue": {
            "currency_code": "USD",
            "amount": 500,
            "unit": "THOUSAND"
          },
          "estimated_max_revenue": {
            "currency_code": "USD",
            "amount": 1,
            "unit": "MILLION"
          }
        }
      }
    }
  ]
}

Coming soon…

ADD Status

Authorizations

X-API-KEY
string
header
required

Your API key

Body

application/json
name
string
required

Company name

domain
string

Company website domain

country_code
string

Two-letter ISO country code

linkedin_url
string

LinkedIn company profile URL

Response

200
application/json
Successfully enriched companies
results
object[]