This endpoint uses the People Database Company object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
curl --request GET \
--url https://api.lemlist.com/api/schema/companies \
--header 'Authorization: Basic <encoded-value>'{
"schema": {
"company_id": "88945664",
"company_website_url": "http://codetentaclestechnologies.com",
"company_name": "Codetentacles Technologies",
"company_linkedin_url": "https://www.linkedin.com/company/codetentacles-technologies",
"last_updated": "2025-09-07 02:11:32 UTC",
"company_headquarters_city": "Pune, Maharashtra",
"company_headquarters_country": "India",
"company_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQH70W3TXccPPA/company-logo_200_200/company-logo_200_200/0/1719993740432/codetentacles_technologies_logo?e=2147483647&v=beta&t=Eehfy0lIdDuBL17dzRAYAFu4LdLHb6cUaLjeuBGBUic",
"company_description": "CodeTentacles, established on Aug-2015 with the idea \"Make Your Imagination Come True\". Which means anyone who came up with their idea, we will give a closely realistic solutions to them.",
"company_employee_count": "31",
"company_type": "Public Company",
"company_founded": "2015",
"company_size": "11-50",
"company_followers_count": "3958",
"revenue_bucket": "$5M - $10M",
"company_domain": "codetentaclestechnologies.com",
"employees_count_growth": -3,
"last_funding_round_at": "More than 6 months",
"techno_used_array": [
"Apache HTTP Server",
"Lightbox",
"LinkedIn Sales Navigator",
"Postman",
"React",
"Node.js",
"WordPress",
"JavaScript"
],
"business_business_customer": "B2B",
"company_quality_score": "3",
"company_industry": "Technology, Information and Media",
"company_subindustry": "Technology, Information and Internet",
"company_subsubindustry": "Software Development",
"company_location": "Office no.704 , 7th floor , City Avenue , Wakad - Pune , Maharashtra - 411057; Pune, Maharashtra 411057, IN",
"company_location_geopoint_array": [
73.92,
18.64
],
"company_occ_lead": "60",
"_score": 10.002095,
"_id": "88945664"
},
"version": {
"since": 20251031,
"type": "date"
},
"properties": [
"company_id",
"company_website_url",
"company_name",
"company_linkedin_url",
"last_updated",
"company_headquarters_city",
"company_headquarters_country",
"company_logo_url",
"company_description",
"company_employee_count",
"company_type",
"company_founded",
"company_size",
"company_followers_count",
"revenue_bucket",
"company_domain",
"employees_count_growth",
"last_funding_round_at",
"techno_used_array",
"business_business_customer",
"company_quality_score",
"company_industry",
"company_subindustry",
"company_subsubindustry",
"company_location",
"company_location_geopoint_array",
"company_occ_lead",
"_score",
"_id"
]
}Get the schema definition for companies in the database
curl --request GET \
--url https://api.lemlist.com/api/schema/companies \
--header 'Authorization: Basic <encoded-value>'{
"schema": {
"company_id": "88945664",
"company_website_url": "http://codetentaclestechnologies.com",
"company_name": "Codetentacles Technologies",
"company_linkedin_url": "https://www.linkedin.com/company/codetentacles-technologies",
"last_updated": "2025-09-07 02:11:32 UTC",
"company_headquarters_city": "Pune, Maharashtra",
"company_headquarters_country": "India",
"company_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQH70W3TXccPPA/company-logo_200_200/company-logo_200_200/0/1719993740432/codetentacles_technologies_logo?e=2147483647&v=beta&t=Eehfy0lIdDuBL17dzRAYAFu4LdLHb6cUaLjeuBGBUic",
"company_description": "CodeTentacles, established on Aug-2015 with the idea \"Make Your Imagination Come True\". Which means anyone who came up with their idea, we will give a closely realistic solutions to them.",
"company_employee_count": "31",
"company_type": "Public Company",
"company_founded": "2015",
"company_size": "11-50",
"company_followers_count": "3958",
"revenue_bucket": "$5M - $10M",
"company_domain": "codetentaclestechnologies.com",
"employees_count_growth": -3,
"last_funding_round_at": "More than 6 months",
"techno_used_array": [
"Apache HTTP Server",
"Lightbox",
"LinkedIn Sales Navigator",
"Postman",
"React",
"Node.js",
"WordPress",
"JavaScript"
],
"business_business_customer": "B2B",
"company_quality_score": "3",
"company_industry": "Technology, Information and Media",
"company_subindustry": "Technology, Information and Internet",
"company_subsubindustry": "Software Development",
"company_location": "Office no.704 , 7th floor , City Avenue , Wakad - Pune , Maharashtra - 411057; Pune, Maharashtra 411057, IN",
"company_location_geopoint_array": [
73.92,
18.64
],
"company_occ_lead": "60",
"_score": 10.002095,
"_id": "88945664"
},
"version": {
"since": 20251031,
"type": "date"
},
"properties": [
"company_id",
"company_website_url",
"company_name",
"company_linkedin_url",
"last_updated",
"company_headquarters_city",
"company_headquarters_country",
"company_logo_url",
"company_description",
"company_employee_count",
"company_type",
"company_founded",
"company_size",
"company_followers_count",
"revenue_bucket",
"company_domain",
"employees_count_growth",
"last_funding_round_at",
"techno_used_array",
"business_business_customer",
"company_quality_score",
"company_industry",
"company_subindustry",
"company_subsubindustry",
"company_location",
"company_location_geopoint_array",
"company_occ_lead",
"_score",
"_id"
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Was this page helpful?