Skip to main content
GET
/
schema
/
companies
Get Companies Schema
curl --request GET \
  --url https://api.lemlist.com/api/schema/companies \
  --header 'Authorization: Basic <encoded-value>'
{
  "schema": {
    "company_id": "88945664",
    "company_website_url": "http://acme-tech.example.com",
    "company_name": "Acme Technologies",
    "company_linkedin_url": "https://www.linkedin.com/company/acme-technologies",
    "last_updated": "2025-09-07 02:11:32 UTC",
    "company_headquarters_city": "Example City",
    "company_headquarters_country": "India",
    "company_logo_url": "https://example.com/logo1.png",
    "company_description": "Acme, 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": "acme-tech.example.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": "123 Example Street, Suite 100, Example City, Example Country",
    "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"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Success

schema
object

A company record from lemlist's Companies database.

version
object
properties
string[]