Enrichments
Single Account Enrichment
Enrich a single company account with firmographic data.
Rate limit: 2 requests per minute
POST
/
accounts
/
single_enrich
Copy
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"
}'
Copy
{
"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
Your API key
Body
application/json
Response
200
application/json
Successfully enriched company
The response is of type object
.
Copy
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"
}'
Copy
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.