Enrichment APIs
Company Enrichment
Enrichment APIs
Company Enrichment
Returns company information
GET
/
company
curl --request GET \
--url https://api.firmable.com/company \
--header 'Authorization: Bearer <token>'
{
"id": "f0000067890",
"name": "The name of the company.",
"website": "https://www.example.com",
"fqdn": "firmable.com",
"description": "CommBank offers personal banking, business solutions, institutional banking, company information, and more",
"tagline": "We are a team of 1000 people",
"linkedin": "commbank",
"au_employee_count": 1000,
"year_founded": 2000,
"hq_location": "Wallan",
"hq_country": "Australia",
"company_size": "1000+",
"company_type": "Public company",
"abn_operation_status": "active",
"locations": [
"Sydney",
"Melbourne"
],
"industries": [
"Finance",
"Tech"
],
"revenue": ">$1B+",
"phones": [
"0450 600 0000"
],
"emails": [
"email@example.com"
],
"social_media": {
"twitter": "username",
"youtube": "username",
"facebook": "username",
"linkedin": "username",
"instagram": "username"
},
"industry_codes": {
"abn": "1234567890",
"acn": "1234567890",
"sic": "1234567890",
"duns": "1234567890",
"naics": "1234567890",
"anzsic": "1234567890"
},
"keywords": [
"Finance",
"Tech"
],
"org_registers": {
"vc": "VCs & Investors"
},
"states": [
"NSW",
"VIC"
],
"nextGen": {
"technographics": {
"Software Development": [
"PostgreSQL",
"Java"
],
"Finance & Accounting": [
"Visa",
"Pace"
]
},
"website": "https://www.example.com",
"social_media": {
"youtube": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
},
"instagram": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
},
"linkedin": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
},
"facebook": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
}
},
"reviews_rating": {
"ceo_approval": "4.5",
"total_reviews": 100,
"rating": {
"ceo_approval_rating": "4.5",
"career_opportunities_rating": "4.5",
"compensation_and_benefits_rating": "4.5",
"culture_and_values_rating": "4.5",
"diversity_and_inclusion_rating": "4.5",
"senior_management_rating": "4.5",
"work_life_balance_rating": "4.5"
},
"overall_rating": "4.5",
"employee_rating_id": "fp000000067890",
"recommend_to_friend": 232,
"url": 4.5
},
"id": "f0000067890",
"web_traffic": {
"summary": {
"avg_visit_duration": "<string>",
"total_web_visitors": 123,
"bounce_rate": 123,
"pages_per_visit": 123
},
"traffic_share": {
"countries": {},
"organic": 123,
"paid": 123
},
"marketing_channels_distribution": {
"Direct": 123,
"Referrals": 123,
"Search": 123,
"Social": 123,
"Mail": 123
}
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The Firmable ID of the company (example: f000000117274)
The LinkedIn slug of the company (example: smec)
LinkedIn URL of the company (example: https://www.linkedin.com/company/smec/)
FQDN of the company (example: smec.com)
ABN of the company (example: 47065475149)
Website of the company (example: https://www.smec.com)
Response
200
application/json
Company response
The response is of type object
.
curl --request GET \
--url https://api.firmable.com/company \
--header 'Authorization: Bearer <token>'
{
"id": "f0000067890",
"name": "The name of the company.",
"website": "https://www.example.com",
"fqdn": "firmable.com",
"description": "CommBank offers personal banking, business solutions, institutional banking, company information, and more",
"tagline": "We are a team of 1000 people",
"linkedin": "commbank",
"au_employee_count": 1000,
"year_founded": 2000,
"hq_location": "Wallan",
"hq_country": "Australia",
"company_size": "1000+",
"company_type": "Public company",
"abn_operation_status": "active",
"locations": [
"Sydney",
"Melbourne"
],
"industries": [
"Finance",
"Tech"
],
"revenue": ">$1B+",
"phones": [
"0450 600 0000"
],
"emails": [
"email@example.com"
],
"social_media": {
"twitter": "username",
"youtube": "username",
"facebook": "username",
"linkedin": "username",
"instagram": "username"
},
"industry_codes": {
"abn": "1234567890",
"acn": "1234567890",
"sic": "1234567890",
"duns": "1234567890",
"naics": "1234567890",
"anzsic": "1234567890"
},
"keywords": [
"Finance",
"Tech"
],
"org_registers": {
"vc": "VCs & Investors"
},
"states": [
"NSW",
"VIC"
],
"nextGen": {
"technographics": {
"Software Development": [
"PostgreSQL",
"Java"
],
"Finance & Accounting": [
"Visa",
"Pace"
]
},
"website": "https://www.example.com",
"social_media": {
"youtube": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
},
"instagram": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
},
"linkedin": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
},
"facebook": {
"profile_name": "profile_name",
"handle": "handle",
"followers": 100,
"verified": true,
"videos": 100,
"likes": 100,
"views": 100,
"subscribers": 100,
"following": 100,
"joined": "2021-01-01"
}
},
"reviews_rating": {
"ceo_approval": "4.5",
"total_reviews": 100,
"rating": {
"ceo_approval_rating": "4.5",
"career_opportunities_rating": "4.5",
"compensation_and_benefits_rating": "4.5",
"culture_and_values_rating": "4.5",
"diversity_and_inclusion_rating": "4.5",
"senior_management_rating": "4.5",
"work_life_balance_rating": "4.5"
},
"overall_rating": "4.5",
"employee_rating_id": "fp000000067890",
"recommend_to_friend": 232,
"url": 4.5
},
"id": "f0000067890",
"web_traffic": {
"summary": {
"avg_visit_duration": "<string>",
"total_web_visitors": 123,
"bounce_rate": 123,
"pages_per_visit": 123
},
"traffic_share": {
"countries": {},
"organic": 123,
"paid": 123
},
"marketing_channels_distribution": {
"Direct": 123,
"Referrals": 123,
"Search": 123,
"Social": 123,
"Mail": 123
}
}
}
}