Skip to Content
Company Object

Company object

The company object is present in most responses (/enrich, /search) and represents a company.

Any property can be null if no data is available. High-level properties (such as location) can also be null, hence accessing nested keys needs to be done carefully (null-check).

PropertyType / StructureDescription
company_idstringUnique identifier for the company in Prospeo’s system.
namestringCompany name.
websitestringURL of the main website of the company.
domainstringRoot domain extracted from website (e.g., prospeo.io).
other_websitesarray of stringsAdditional websites or domains linked to the company.
descriptionstringSocial-network company description.
description_seostringSEO description of the company as found on Google.
description_aistringAI-generated summary of the company.
typestringLegal type, values can be: Private, Public, Non profit, Other.
industrystringMain industry of the company. See our list of industries here.
employee_countintegerEstimated headcount of the company.
employee_rangestringBucketed employee range (e.g., "1000-5000"). See our list of employee ranges here.
locationobjectRegistered HQ or primary location of the company (see Location Details below).
sic_codesarray of stringsStandard Industrial Classification codes. See our list of SIC codes here.
naics_codesarray of stringsNorth American Industry Classification System codes. See our list of NAICS codes here.
email_techobjectTechnical details about the company email infrastructure (see Email Tech Details below).
linkedin_urlstringPublic LinkedIn page for the company.
twitter_urlstringTwitter page for the company.
facebook_urlstringFacebook page for the company.
instagram_urlstringInstagram page for the company.
youtube_urlstringYoutube page for the company.
crunchbase_urlstringCrunchbase page for the company.
phone_hqobjectCompany headquarters phone data (see Phone HQ Details below). This is usually a landline number.
linkedin_idstringLinkedIn’s internal numeric ID for the company page.
foundedintegerYear the company was founded.
revenue_rangeobjectNumeric min/max annual revenue in USD (see Revenue Range Details).
revenue_range_printedstringHuman-readable revenue range (e.g., "$5B-10B+").
keywordsarray of stringsSelf-reported keywords describing the company.
logo_urlstringProspeo-hosted URL to the company’s logo image.
attributesobjectCompany attributes such as has_pricing, etc. (see Attribute Flags below).
fundingobjectFunding information (see Funding Details below).
technologyobjectTechnology stack (see Technology Details below).
job_postingsobjectActive job postings (see Job Postings Details below).

Location Details (location)

KeyTypeDescription
countrystringFull country name.
country_codestringAlpha-2 code.
statestringState / province / region.
citystringCity name.
raw_addressstringSelf-reported unstructured company address.

Email Tech Details (email_tech)

KeyTypeDescription
domainstringMain domain used for emails.
mx_providerstringMail-exchange provider for the company. See our list of MX providers here.
catch_all_domainbooleantrue if the domain accepts all email addresses (catch-all).

Phone HQ Details (phone_hq)

KeyTypeDescription
phone_hqstringE.164 formatted phone (e.g., "+12345678900").
phone_hq_nationalstringNational format (e.g., "234 567 8900").
phone_hq_internationalstringInternational spacing (e.g., "+1 234 567 8900").
phone_hq_country_codestringAlpha-2 code of the phone number.
phone_hq_countrystringFull country name of the phone number.

Revenue Range Details (revenue_range)

KeyTypeDescription
minnumberLower-bound annual revenue in USD.
maxnumberUpper-bound annual revenue in USD.

Attribute Flags (attributes)

KeyTypeDescription
has_demobooleantrue if the company offers demo, false if not, null if unknown.
has_free_trialbooleantrue if the company offers a free trial, false if not, null if unknown.
has_downloadablebooleantrue if the company offers a downloadable app/software, false if not, null if unknown.
has_mobile_appsbooleantrue if the company has a mobile app, false if not, null if unknown.
has_online_reviewsbooleantrue if the company has online reviews, false if not, null if unknown.
has_pricingbooleantrue if the company has a public pricing page, false if not, null if unknown.

Funding Details (funding)

KeyType / StructureDescription
countintegerNumber of recorded funding rounds.
total_fundingintegerAggregate capital raised (USD).
total_funding_printedstringHuman-readable total of fund raised (e.g., "$1M").
latest_funding_datedatetimeDate of most recent funding round.
latest_funding_stagestringStage of most recent round (e.g., Series A). See our list of funding stages here.
funding_eventsarray of objectsList of all the individual rounds; see Funding Event.

Funding Event** (object inside funding_events)

KeyType / StructureDescription
amountintegerAmount raised (USD).
amount_printedstringHuman-readable amount (e.g., "$1M").
raised_atdatetimeDate at which this funding event occured.
stagestringStage of this event (e.g., Series A). See our list of funding stages here.
linkstringLink to the public Crunchbase page for this event.

Technology Details (technology)

KeyType / StructureDescription
countintegerTotal detected technologies.
technology_namesarray of stringsSimple list of tech names.
technology_listarray of objectsComplete list of technologies with their name (string) & category (string). See our list of technologies here.

Job Postings Details (job_postings)

KeyTypeDescription
active_countintegerNumber of currently open roles.
active_titlesarray of stringsJob titles of current openings.

JSON example

"company": { "company_id": "63f53afe4ceeca00016bdd2f", "name": "Prospeo.io", "website": "https://prospeo.io", "domain": "prospeo.io", "other_websites": [], "description": "Say stop to bad quality data - find leads that respond.", "description_seo": "Prospeo is the most accurate email finder. Find emails from everywhere with our free tools.", "description_ai": "Prospeo is a searchable database of leads, offering quality data through verified emails and mobiles of B2B contacts.", "type": "Public", "industry": "Environmental Services", "employee_count": 4631, "employee_range": "1000-5000", "location": { "country": "Canada", "country_code": "CA", "state": "Ontario", "city": "Toronto", "raw_address": "Suite 1102, 20 Eglinton Ave W, M4R 1K8, Toronto, Canada" }, "sic_codes": [ "5045" ], "naics_codes": [], "email_tech": { "domain": "prospeo.io", "mx_provider": "GOOGLE", "catch_all_domain": false }, "linkedin_url": "http://www.linkedin.com/company/prospeoio", "twitter_url": "https://x.com/prospeoio/", "facebook_url": "https://www.facebook.com/prospeoio", "crunchbase_url": "https://www.crunchbase.com/organization/venture-capital", "instagram_url": "https://instagram.com/prospeoio/", "youtube_url": "https://youtuce.com/prospeoio/", "phone_hq": { "phone_hq": "+1 234 567 8900", "phone_hq_national": "234 567 8900", "phone_hq_international": "+12345678900", "phone_hq_country": "United States", "phone_hq_country_code": "US" }, "linkedin_id": "18511550", "founded": 2015, "revenue_range": { "min": 5000000000, "max": 10000000000 }, "revenue_range_printed": "$ 5B-10B+", "keywords": [ "Data quality", "B2B data", "Leads list" ], "logo_url": "https://prospeoassets.s3.us-east-1.amazonaws.com/company_logo/GF45H5U785G18.jpg", "attributes": { "has_demo": false, "has_free_trial": true, "has_downloadable": false, "has_mobile_apps": null, "has_online_reviews": true, "has_pricing": true }, "funding": { "count": 1, "total_funding": 1000000, "total_funding_printed": "$1M", "latest_funding_date": "2025-05-11", "latest_funding_stage": "Series A", "funding_events": [ { "amount": 1000000, "amount_printed": "$1M", "raised_at": "2025-05-11", "stage": "Series A", "link": "https://www.crunchbase.com/funding_round/iq-business-south-africa-private-equity--6b34a99a" } ] }, "technology": { "count": 3, "technology_names": [ "Google Analytics", "Mailchimp", "Outlook" ], "technology_list": [ { "name": "Google Analytics", "category": "Analytics" }, { "name": "Mailchimp", "category": "Webmail" }, { "name": "Outlook", "category": "Webmail" } ] }, "job_postings": { "active_count": 1, "active_titles": [ "Rust engineer" ] } }
Last updated on