Accounts
Single Account Enrichment
Accounts
Single Account Enrichment
Enrich a single company account with firmographic data
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
Your API key
Body
application/json
Company name
Company website domain
Two-letter ISO country code
LinkedIn company profile URL
Response
200
application/json
Successfully enriched companies
Original input data
Whether a match was found
Company name
Example:
"Pronto"
Company description
Example:
"Ready to hunt without running ?\n\nπ¨βπ©βπ¦βπ¦ Squad of 10 outbound experts +\nπ¦ One tool to automate your campaigns"
Primary industry
Example:
"Technology, Information and Internet"
Company type
Example:
"Privately Held"
Company website domain
Example:
"prontohq.com"
LinkedIn company profile URL
Example:
"https://www.linkedin.com/company/prontohq/"
LinkedIn company URN identifier
Example:
"urn:li:fs_salesCompany:104885158"
Current number of employees
Example:
5
Employee count range
Example:
"2-10"
Monthly employee count change
Example:
400
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"
}
}
}
}
]
}