Company Object Model
Key: company
The Company
Object Model within the profileAPI system is for companies and organizations. The following are the fields that are included in company
.
About
Id
- Key:
id
- Data Type:
uuid
- Premium:
false
- Description: A universally unique identifier (UUID) compliant with RFC 4122 specification, used to uniquely identify entities in the system. Presented without hyphens.
- Example:
9e6a55b258ef11edb8780242ac120002
Name
- Key:
name
- Data Type:
string
- Premium:
false
- Description: The company's name, including any suffixes such as "Inc." if applicable.
- Example:
Acme Inc.
Logo Url
- Key:
logoUrl
- Data Type:
url
- Premium:
false
- Description: A link to the company's logo image, following the RFC 3986 URL formatting guidelines.
- Example:
https://d1hbpr09pwz0sk.cloudfront.net/logo_url/606f524f
Headcount
- Key:
headcount
- Data Type:
number
- Premium:
false
- Description: The total number of employees working at the company.
- Example:
22
Department Distribution
- Key:
departmentDistribution
- Data Type:
Array of <object>
- Premium:
true
- Description: Represents the distribution of employees across different departments within the company, expressed as a percentage. Only departments with at least one employee are included.
- Example:
[ { "department": "User Experience", "percentage": 0.02 } ]
info
Only departments with at least one employee will be returned. Departments with 0 employees will be omitted.
Team Distribution
- Key:
teamDistribution
- Data Type:
Array of <object>
- Premium:
true
- Description: Represents the distribution of employees across different teams within departments, expressed as a percentage. Only teams with at least one employee are included.
- Example:
[ { "department": "Human Resources", "team": "Recruitment and Staffing", "percentage": 0.02 } ]
info
Only teams with at least one employee will be returned. Teams with 0 employees will be omitted.
Emails
- Key:
emails
- Data Type:
Array of <object>
- Premium:
true
- Description: An array of email objects representing a person's email addresses. Each object includes detailed properties such as the email address, its type, the last validation date, and a reliability score.
- Example:
[
{
"email": "[email protected]",
"type": "professional",
"lastValidatedAt": "2020-08-12T02:12:33.231Z",
"scoreValue": 0.95
}
]
Email
- Key:
emails:email
- Data Type:
email
- Description: Represents an email address, conforming to the standard format defined in RFC 5322.
- Example:
[email protected]
Operating Status
- Key:
operatingStatus
- Data Type:
string
- Premium:
false
- Description: Indicates whether the company is currently operating or has ceased operations.
- Example:
Active
Name | Description |
---|---|
Active | The company is currently operational. |
Close | The company is no longer operational. |
Purpose Category
- Key:
purposeCategory
- Data Type:
string
- Premium:
false
- Description: Indicates the primary purpose of the company, specifying whether it is focused on providing profile-related services or operates as a non-profit organization.
- Example:
For Profile
Name | Description |
---|---|
For Profile | The company primarily provides profile-related services. |
Non Profit | The company operates as a non-profit organization. |
Stock Symbol
- Key:
stockSymbol
- Data Type:
string
- Premium:
false
- Description: Represents the stock ticker symbol for the company, used to identify the company's stock on public markets.
- Example:
AAPL
Founded At
- Key:
founedAt
- Data Type:
number
- Premium:
false
- Description: The year in which the company was founded, represented as a four-digit number (YYYY).
- Example:
2016
Links
Website
- Key:
website
- Data Type:
url
- Premium:
false
- Description: A link to the company's website, formatted according to RFC 3986 guidelines.
- Example:
https://acme.com
Angellist URL
- Key:
angellistUrl
- Data Type:
url
- Premium:
false
- Description: URL to an AngelList profile.
- Format:
https://angel.co/[handle]
- Example:
https://angel.co/acme
Crunchbase URL
- Key:
crunchbaseUrl
- Data Type:
url
- Premium:
false
- Description: URL to a Crunchbase profile.
- Format:
https://www.crunchbase.com/organization/[handle]
- Example:
https://www.crunchbase.com/organization/acme
Facebook URL
- Key:
facebookUrl
- Data Type:
url
- Premium:
false
- Description: URL to a Facebook profile.
- Format:
https://facebook.com/[username]
- Example:
https://facebook.com/acme
Github URL
- Key:
githubUrl
- Data Type:
url
- Premium:
false
- Description: URL to a GitHub profile.
- Format:
https://github.com/[username]
- Example:
https://github.com/acme
LinkedIn URL
- Key:
linkedInUrl
- Data Type:
url
- Premium:
false
- Description: URL to a LinkedIn profile.
- Format:
https://linkedin.com/company/[handle]
- Example:
https://linkedin.com/company/acme
X URL
- Key:
xUrl
- Data Type:
url
- Premium:
false
- Description: URL to an X (Twitter) profile.
- Format:
https://twitter.com/[username]
- Example:
https://twitter.com/acme
Youtube URL
- Key:
youtubeUrl
- Data Type:
url
- Premium:
false
- Description: URL to a YouTube channel.
- Format:
https://youtube.com/user/[username]
- Example:
https://youtube.com/user/acme
Industries
Industry
- Key:
industry
- Data Type:
string
- Premium:
false
- Description: Our AI classifies a company into a specific industry based on reading the company website and other public data. This differs from self-reported data sets, which may require additional cleaning and transformation.
- Example:
Media and Entertainment
Niche
- Key:
niche
- Data Type:
string
- Premium:
true
- Description: Our AI infers a company’s niche by analyzing its website and other public data sources, categorizing it into a specific subcategory within an industry. This value is derived automatically, rather than being self-reported.
- Example:
Dairy Farming
,Food Production
,Plastics Manufacturing
Headquarters Locations
United States State Codes
- Key:
unitedStatesHeadquartersStateCodes
- Data Type:
Array of <string>
- Premium:
false
- Description: The U.S. state codes where the company's headquarters are located, if applicable.
- Example:
["CA"]
United States Cities
- Key:
unitedStatesHeadquartersCities
- Data Type:
Array of <string>
- Premium:
false
- Description: An array of U.S. cities where the company's headquarters are located.
- Example:
["San Francisco"]
United States Zip Codes
- Key:
unitedStatesHeadquartersZipCodes
- Data Type:
Array of <string>
- Premium:
false
- Description: An array of U.S. zip codes for the locations of the company's headquarters.
- Example:
["98119"]
United States Regions
- Key:
unitedStatesHeadquartersRegions
- Data Type:
Array of <string>
- Premium:
false
- Description: Details geographical locations of company headquarters in the United States.
- Example:
["West Coast"]
Country Codes
- Key:
headquartersCountryCodes
- Data Type:
Array of <string>
- Premium:
false
- Description: The country codes where the company's headquarters are located, compliant with ISO 3166-1 alpha-2.
- Example:
["US"]
World Region
- Key:
headquartersWorldRegions
- Data Type:
Array of <string>
- Premium:
false
- Description: Details geographical locations of company headquarters globally.
- Example:
["MENA"]
Website
Website External Domain Categories
- Key:
websiteExternalDomainCategories
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI extracts external domains from the company website and classifies them into specific categories.
- Example:
["Real Estate"]
Website External Domains
- Key:
websiteExternalDomains
- Data Type:
Array of <url>
- Premium:
true
- Description: Our technology extracts external domains from company websites and organizes them into a list.
- Example:
["https://opentable.com"]
Website Pages
- Key:
websitePages
- Data Type:
string
- Premium:
true
- Description: Our AI analyzes the website and categorizes the internal menu into specific page types.
- Example:
Blog
,Pricing
Website Home Page Topics
- Key:
websiteHomePageTopics
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's home page and semantically maps its content to one or more of 10K predefined business topics.
Website Pricing Page Topics
- Key:
websitePricingPageTopics
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's pricing page and semantically maps its content to one or more of 10K predefined business topics.
info
We are in the process of scraping additional pages beyond the Home and Pricing pages. The documentation will be updated in the coming weeks once the new data becomes available.
Website Traffic
Website Traffic Global Rank
- Key:
websiteTrafficGlobalRank
- Data Type:
number
- Premium:
true
- Description: Represents the global traffic rank of the company's website, indicating its position relative to other websites worldwide.
- Example:
1223232
Funding
Funding Amount
- Key:
fundingAmount
- Data Type:
number
- Premium:
true
- Description: The total funds raised by the company, expressed in US dollars.
- Example:
1000000
Funding Last Round At
- Key:
fundingLastRoundAt
- Data Type:
date
- Premium:
true
- Description: The date when the company secured its most recent funding round, in ISO date format.
- Example:
2020-08-12
Spending
IT Spending Amount
- Key:
spendingItTotalAmount
- Data Type:
number
- Premium:
true
- Description: The total dollar amount the company spends on Information Technology.
- Example:
1000000
Business & Pricing
Business Model Types beta
- Key:
businessModelTypes
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's business pages (such as pricing pages) to infer the company's business model types. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["B2B", "Agencies"]
Business Models beta
- Key:
businessModels
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's websites to infer how the company generates revenue—whether through advertising, subscriptions, or other models. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["Marketplace", "Licensing"]
Pricing Strategies beta
- Key:
pricingStrategies
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's website to infer the pricing schemes offered to its buyers. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["Pay-as-you-go", "Tiered Pricing"]
Product
Product Categories beta
- Key:
productCategories
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's website to infer the types of products the company offers. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["Digital Products", "On-Demand Services"]
Product Service Models beta
- Key:
productServiceModels
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's product pages and review sites to infer whether the products are offered as self-serve, freemium, or via other service models. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["Self-Serve Platforms", "Subscription Services"]
Target Departments beta
- Key:
targetDepartments
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's product pages and review sites to infer who's the target department that will be interested in buying the company product. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["Product Management"]
Culture
Workplace Model beta
- Key:
workplaceModel
- Data Type:
string
- Premium:
true
- Description: Our AI analyzes the company's job descriptions to determine whether the company operates as remote only, hybrid, or onsite only. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
Fully Remote
Benefits beta
- Key:
benefits
- Data Type:
Array of <string>
- Premium:
true
- Description: Our AI analyzes the company's job descriptions and "About" pages to determine the benefits offered by the company. These values are automatically derived rather than self-reported, ensuring a higher fill rate and improved accuracy.
- Example:
["Health Insurance", "Stock Options"]
Example
{
"id": "9e6a55b258ef11edb8780242ac120002",
"name": "Acme Corporation",
"logoUrl": "https://d1hbpr09pwz0sk.cloudfront.net/logo_url/607a654e",
"headcount": 35,
"departmentDistribution": [
{ "department": "User Experience", "percentage": 0.02 },
{ "department": "Human Resources", "percentage": 0.04 }
],
"teamDistribution": [
{ "department": "Human Resources", "team": "Recruitment and Staffing", "percentage": 0.01 },
{ "department": "Human Resources", "team": "Training and Development", "percentage": 0.03 },
{ "department": "User Experience", "team": "User Interface Design", "percentage": 0.01 },
{ "department": "User Experience", "team": "User Research", "percentage": 0.01 }
],
"operatingStatus": "Active",
"purposeCategory": "For Profile",
"stockSymbol": "ACME",
"foundedAt": 2015,
"website": "https://acmecorp.com",
"angellistUrl": "https://angel.co/acmecorp",
"crunchbaseUrl": "https://www.crunchbase.com/organization/acmecorp",
"facebookUrl": "https://facebook.com/acmecorp",
"githubUrl": "https://github.com/acmecorp",
"linkedInUrl": "https://linkedin.com/company/acmecorp",
"xUrl": "https://twitter.com/acmecorp",
"youtubeUrl": "https://youtube.com/user/acmecorp",
"industry": "Technology",
"niche": "Cloud Computing",
"unitedStatesHeadquartersStateCodes": ["NY"],
"headquartersCountryCodes": ["US"],
"unitedStatesHeadquartersRegions": ["East Coast"],
"headquartersWorldRegions": ["North America"],
"websiteExternalDomainCategories": ["Solar Energy"],
"websiteExternalDomains": ["https://solarenergy.com"],
"websitePages": ["Products", "Pricing"],
"websiteHomePageTopics": ["Commercial Solar Projects", "Concentrated Solar Power (CSP)"],
"websitePricingPageTopics": ["Subscription", "Enterprise"],
"websiteTrafficGlobalRank": 1005234,
"fundingAmount": 5000000,
"fundingLastRoundAt": "2021-05-20",
"spendingItTotalAmount": 2500000,
"businessModelTypes": ["B2B (Business-to-Business)"],
"businessModels": ["Direct Sales"],
"pricingStrategies": ["Tiered Pricing"],
"productCategories": ["Subscription Services"],
"targetDepartments": ["Product Management"],
"productServiceModels": ["On-Demand Services"],
"workplaceModel": ["Hybrid"],
"benefits": ["Pet Friendly Policies", "Stock Options"]
}