[POST] - Company List (List Build)

  • Updated

Use the Target API's Company List endpoint to build a list a companies using rich filters.

The elements in the companies list contain a newid value and enough additional information such that a user could narrow down a selection from the list. Using the selected newid values you can retrieve additional company information through the Target API's New Company Details endpoint.

Note: Please use filters to limit the list size to below 100K per API call.

Endpoint

POST https://api.insideview.com/api/v1/target/companies

Request

HTTP Headers

Header Name Type Required Description
accessToken String Yes Valid access token.
See Authentication and Authorization Overview for more details.
Accept String No

Selects the response's content type.
Valid values are application/json and application/xml (default).

Use below mentioned values to access New News Platform based search

application/api.news.target.company.beta+json

application/api.news.target.company.beta+xml

Accept-Language String No Select the response's language and locale.
Default value: en-en
See Internationalization Support for more details.

Form Parameters

pageIntegerNoDefault: 1

Parameter Name Type Required Description
agents String No agents ID.
See API Reference Data for a list of IDs.
areaCodes Integer No A comma separated list of area codes
businessTypes String No A comma separated list of business types.
Valid values are: public, private, school,government, organization
cities String No A comma separated list of cities
companyStatus String No A comma separated list of status.
Valid values are: operating, subsidiary, acquired
countries Integer No One country ID.
See API Reference Data for a list of IDs.
fiscalYearEnd String No Example: january
fortuneRanking String No Valid values are: fortune500, fortune1000
industries String No A comma separated list of industries IDs.
See API Reference Data for a list of IDs.
keywords String No Search with the given keywords in title or content of news
companyName String No Name of the company
maxEmployees Integer No  
maxRevenue Integer No maximum revenue (Millions of $)
minEmployees Integer No  
minRevenue Integer No minimum revenue (Millions of $)
categoryIds Integer No Comma separated list of category ids
subCategoryIds Integer No Comma separated list of sub category ids
productIds Integer No
A comma-separated list of Installed Tech IDs. Example - DM01757 is the product ID for Technology Channel Intelligence
naics String No

A comma separated list of NAICS codes.
NAICS and SIC Code Search

You can enter NAICS & SIC codes in two different ways:

  • Direct code – for example, enter 511210 for Software Publishers.
  • Top Level codes – for example, enter 511* for All Publishing Industries which would include 51111 – 51119 or even 5112* which would include 511210.
newsDuration Integer No A duration in days (1-30).  Works with agents parameter.
primaryIndustryOnly String No  
primaryNAICSOnly String No  
primarySICOnly String No  
regions String No A comma separated list of regions.
Valid values are: Africa, Asia, Europe, MiddleEast, NorthAmerica, Oceania, SouthAmerica
sic String No  
street String No Street name
state String No Comma separated list of states 
subIndustries String No A comma separated list of sub-industries IDs.
See API Reference Data for a list of IDs.
zipCodes String No A comma separated list of zip codes.
resultsPerPage Integer No Default: 10, maximum value: 500
sortBy String No Attributes used to sort the list of results. Valid values are: popularity, revenue, employee_count, businessType, location
sortOrder String No Valid values are asc, desc
gender String No Diversity status based on Gender
ethnicity Int No

Diversity status based on Ethnicity. Valid values are comma separated list of ethnicity ids.

ID Values
1 Asian-Indian
2 Non-Ethnic
3 Asian-Pacific
4 Hispanic
5 African American
6 Native American
7 Asian

 

dbe Boolean No Diversity status based on Disadvantages Business Ent. 
wbe  Boolean No Diversity status based on Women Business Ent. 
mbe  Boolean No Diversity status based on Minority Business Ent. 
vbe  Boolean No Diversity status based on Veteran Business Ent.
disabled  Boolean No Diversity status based on Disabled Business Ent. 
lgbt Boolean No Diversity status based on Gay Lesbian business Ent. 
hasWebsite Boolean  No Pass it as 'true' to view companies with a website URL. Pass it as 'false', to view all companies including those which have no website URL.
hasPhone Boolean No Pass it as 'true' to view companies with a phone number. Pass it as 'false', to view all companies including those which have no phone numbers.

businessStructure

String

No

The organizational structure of a company (globalParent, uncategorized, subsidiary, group, independent) 

companyStatusV2

String

No

Company status (operating, non-Operating, acquired, liquidating, outOfBusiness, unassigned

companyTypeV2

String

No

Company type (public, private, government, organization, unknown)

 

Responses

Here are the major responses the API may return.

For details on the errors, see API Error Codes.

HTTP 200

Returns either a JSON or XML data structure depending on the request Accept header.

Name type Description
companies Array Array of search results
companies country String  
companies employees Integer  
companies fiscalYearEnd String  
companies industry String  
companies industryCode String  
companies subIndustry String  
companies subIndustryCode String  
companies revenue String Company revenue (Millions of $)
companies revenueCurrency String USD
companies sic Integer  
companies naics Integer  
companies companyType String  
companies id String New company id. To be used with the New Company Details endpoint.
companies city  String  
companies companyStatus String  
companies naicsDescription String  
companies sicDescription String  
companies state String  
companies subsidiary Boolean  
companies companyIdMd5 String MD5 hash of the record InsideView company id. This can be used to compare with contact ids you already know of, to avoid calling the New Company Details endpoint.
companies britishSics List  List of British SIC Codes
companies britishSics britishSic String British SIC code
companies britishSics description String  British SIC code description
companieszip String  
companyFacebookProfile String Facebook profile of Company
companyTwitterProfile String  Twitter profile of Company
companyBlogProfile  String  Blog Url link of Company
companyLinkedInProfile  String LinkedIn profile of Company
page Integer Page number in the result set
resultsPerPage Integer Number of search result per page
totalResults Integer Total number of search results
Website Boolean A company's website URL

businessStructure

String

The organizational structure of a company (globalParent, uncategorized, subsidiary, group, independent) 

companyStatusV2

String

Company status (operating, non-Operating, acquired, liquidating, outOfBusiness, unassigned

companyTypeV2

String

Company type (public, private, government, organization, unknown)

siteCount

String

Number of company sites

siteLocationCount

String

Number of company sites that has site related information

siteTypes

String

Type of a site

 

Type: application/json

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description": "List of Search Results",
  "properties": {
    "companies": {
      "id": "companies",
      "type": "array",
      "items": {
        "id": "0",
        "type": "object",
        "properties": {
          "country": {
            "id": "country",
            "type": "string"
          },
          "employees": {
            "id": "employees",
            "type": "integer"
          },
          "fiscalYearEnd": {
            "id": "fiscalYearEnd",
            "type": "string"
          },
          "industry": {
            "id": "industry",
            "type": "string"
          },
          "subIndustry": {
            "id": "subIndustry",
            "type": "string"
          },
          "revenue": {
            "id": "revenue",
            "type": "string"
          },
          "sic": {
            "id": "sic",
            "type": "string"
          },
          "naics": {
            "id": "naics",
            "type": "string"
          },
          "companyType": {
            "id": "companyType",
            "type": "string"
          },
          "id": {
            "id": "id",
            "type": "string"
          },
          "companyId": {
            "id": "companyId",
            "type": "string"
          },
          "city": {
            "id": "city",
            "type": "string"
          },
          "companyStatus": {
            "id": "companyStatus",
            "type": "string"
          },
"companyStatusV2":{
"id":"companyStatusV2",
"type":"string"
},
"companyTypeV2":{
"id":"companyTypeV2",
"type":"string"
},
"businessStructure":{
"id":"businessStructure",
"type":"string"
},
"naicsDescription": { "id": "naicsDescription", "type": "string" }, "sicDescription": { "id": "sicDescription", "type": "string" }, "state": { "id": "state", "type": "string" }, "subsidiary": { "id": "subsidiary", "type": "string" }, "companyIdMd5Hash": { "id": "companyIdMd5Hash", "type": "string" }, "revenueCurrency": { "id": "revenueCurrency", "type": "string" }, "industryCode": { "id": "industryCode", "type": "string" }, "subIndustryCode": { "id": "subIndustryCode", "type": "string" }, "zip": { "id": "zip", "type": "string" }, "name": { "id": "name", "type": "string" }, "britishSics": { "id": "britishSics", "type": "array", "items": { "id": "0", "type": "object", "properties": { "britishSic": { "id": "britishSic", "type": "string" }, "description": { "id": "description", "type": "string" } } } }, "companyTaxId": { "id": "companyTaxId", "type": "string" }, "companyFacebookProfile": { "id": "companyFacebookProfile", "type": "string" }, "companyTwitterProfile": { "id": "companyTwitterProfile", "type": "string" }, "companyBlogProfile": { "id": "companyBlogProfile", "type": "string" }, "companyLinkedInProfile": { "id": "companyLinkedInProfile", "type": "string" }, "website": { "id": "website", "type": "string" } } } }, "totalResults": { "id": "totalResults", "type": "string" }, "page": { "id": "page", "type": "string" }, "resultsPerPage": { "id": "resultsPerPage", "type": "string" } } }

Example

{
"companies": [
{
"country": "United States",
"employees": 105892,
"industry": "Government",
"subIndustry": "State, Provincial or Regional Government",
"revenue": "25545.026",
"sic": "9199",
"naics": "921190",
"companyType": "Government",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "j_8HJDiF5PY7eCF1pW2yYzDy1JPRmlAhCx-TRS5YM5j_VuctqtxZwnrOLc4obL7j",
"city": "Springfield",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"naicsDescription": "Other General Government Support",
"sicDescription": "General Government, Not Elsewhere Classified",
"state": "IL",
"subsidiary": "Operating",
"companyIdMd5Hash": "1951434fd86f7c1af10d4b8dc1624460",
"revenueCurrency": "EUR",
"industryCode": "17",
"subIndustryCode": "17_9",
"zip": "62701",
"name": "State of Illinois",
"britishSics": [
{
"britishSic": "84110",
"description": "General public administration activities"
}
],
"website": "https://www2.illinois.gov/",
"companyId": "16026",
"siteTypes": [
"Uncategorized"
]
},
{
"industry": "Transportation",
"subIndustry": "Transportation Authorities",
"sic": "9621",
"naics": "926120",
"companyType": "Government",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "QNdEsl1rH4lZESIPMCq679uEjkCRkNXZtYXP6hxvrT3ImidKtswY4qD3O_Ygep6t",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"naicsDescription": "Regulation and Administration of Transportation Programs",
"sicDescription": "Regulation and Administration of Transportation Programs",
"subsidiary": "Operating",
"companyIdMd5Hash": "c018ae0e48e90aa4093c5a37af897fb1",
"industryCode": "30",
"name": "Nj Transit Corporation",
"britishSics": [
{
"britishSic": "84110",
"description": "General public administration activities"
}
],
"companyTwitterProfile": "NJTRANSIT",
"companyBlogProfile": "http://www.njtransit.com/rss/Alerts_feed.xml",
"companyId": "15263",
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"employees": 6500,
"industry": "Hospitals and Healthcare",
"subIndustry": "Integrated Healthcare Networks",
"revenue": "485.4395",
"sic": "8099",
"naics": "622000",
"companyType": "Organization",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "Q5dXHMst1sVF2iPjw_HRDTk5KbLYf_H17J-Vj89iUF_DidykSo5b9ldeefoA1t56",
"city": "Providence",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "Health and Allied Services, Not Elsewhere Classified",
"state": "RI",
"subsidiary": "Operating",
"companyIdMd5Hash": "7d9b7f6e319f9fa90078c7c61ed9bd19",
"revenueCurrency": "EUR",
"industryCode": "19",
"subIndustryCode": "19_13",
"zip": "02905",
"name": "Care New England Health System Inc.",
"britishSics": [
{
"britishSic": "86900",
"description": "Other human health activities"
}
],
"website": "http://www.carenewengland.org",
"companyFacebookProfile": "164745280237742",
"companyTwitterProfile": "carenewengland",
"companyLinkedInProfile": "https://www.linkedin.com/company/care-new-england",
"companyId": "19307",
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"employees": 1000,
"industry": "Hospitals and Healthcare",
"subIndustry": "Integrated Healthcare Networks",
"revenue": "75.577",
"sic": "8099",
"naics": "622000",
"companyType": "Organization",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "CxEwGfcfDz1dQbWBSV-kiRVICa_XYmhGXTbo0hJ59SoC7RLF9fQWCjAQokYdXr9d",
"city": "Lagrangeville",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "Health and Allied Services, Not Elsewhere Classified",
"state": "NY",
"subsidiary": "Operating",
"companyIdMd5Hash": "b9436437014a48781ec0a208f3af1325",
"revenueCurrency": "EUR",
"industryCode": "19",
"subIndustryCode": "19_13",
"zip": "12540",
"name": "Health Quest, Inc.",
"britishSics": [
{
"britishSic": "86900",
"description": "Other human health activities"
}
],
"website": "https://www.healthquest.org/hq/home.aspx",
"companyId": "2469090",
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"industry": "Banks",
"subIndustry": "Credit Unions",
"revenue": "59.90472796",
"sic": "6061",
"naics": "522130",
"companyType": "Private",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "HwmU7V2akm9QNOTTGois9hzYgL-Uy5CU3wZNAhUZZ-UXuMAHuleh9SDdQcHDHfjo",
"city": "Oakland",
"companyStatus": "Subsidiary",
"companyStatusV2": "Operating",
"naicsDescription": "Credit Unions",
"sicDescription": "Credit Unions, Federally Chartered",
"state": "CA",
"subsidiary": "Subsidiary",
"companyIdMd5Hash": "959874452dde9953002663ce63dc9a88",
"revenueCurrency": "EUR",
"industryCode": "3",
"subIndustryCode": "3_3",
"zip": "94607",
"name": "Chevron Federal Credit Union",
"britishSics": [
{
"britishSic": "82912",
"description": "Activities of credit bureaus"
}
],
"website": "https://www.chevronfcu.org/",
"companyFacebookProfile": "164745280237742",
"companyTwitterProfile": "chevronfcu",
"companyId": "50593",
"siteCount": 21,
"siteLocationCount": 21,
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"employees": 3276,
"industry": "Hospitals and Healthcare",
"subIndustry": "Integrated Healthcare Networks",
"sic": "8099",
"naics": "622000",
"companyType": "Organization",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "CxEwGfcfDz1dQbWBSV-kiRR3D8w4ua3-UYft1hlbbodhAUg_VevUsHMuWMyNhyYz",
"city": "Edison",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "Health and Allied Services, Not Elsewhere Classified",
"state": "NJ",
"subsidiary": "Operating",
"companyIdMd5Hash": "76969f7fee96b8295e430c80528fa01b",
"industryCode": "19",
"subIndustryCode": "19_13",
"zip": "08820",
"name": "JFK Health System, Inc.",
"britishSics": [
{
"britishSic": "86900",
"description": "Other human health activities"
}
],
"website": "http://www.jfkhealthsystem.org/cgi-sys/suspendedpage.cgi",
"companyId": "24612",
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"employees": 11,
"industry": "Hospitals and Healthcare",
"subIndustry": "Integrated Healthcare Networks",
"sic": "8099",
"naics": "622000",
"companyType": "Organization",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "CxEwGfcfDz1dQbWBSV-kicAZ1cH4UMrQsWMR6d7LktDrbRoAhADkUBKnQ5iW4NEL",
"city": "Rockford",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "Health and Allied Services, Not Elsewhere Classified",
"state": "IL",
"subsidiary": "Operating",
"companyIdMd5Hash": "a1d29909828423591afb051b28d964a9",
"industryCode": "19",
"subIndustryCode": "19_13",
"zip": "61104",
"name": "SwedishAmerican Health System Corporation",
"britishSics": [
{
"britishSic": "86900",
"description": "Other human health activities"
}
],
"website": "https://www.swedishamerican.org/",
"companyTwitterProfile": "SAHealthSystem",
"companyLinkedInProfile": "https://www.linkedin.com/company/swedishamerican-health-system",
"companyId": "24617",
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"employees": 450,
"industry": "Banks",
"subIndustry": "Credit Unions",
"revenue": "89.91622421000001",
"sic": "6060",
"companyType": "Organization",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "Q5dXHMst1sVF2iPjw_HRDR3oko55niMB9w5xHyn1QuZD-A8q1TfetORWFPoRf5U5",
"city": "Richmond",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "Credit Unions",
"state": "VA",
"subsidiary": "Operating",
"companyIdMd5Hash": "8c0cc995f8f858ee6e28a7ac7a2f78c9",
"revenueCurrency": "EUR",
"industryCode": "3",
"subIndustryCode": "3_3",
"zip": "23225-9010",
"name": "Virginia Credit Union, Inc.",
"britishSics": [
{
"britishSic": "82912",
"description": "Activities of credit bureaus"
}
],
"website": "www.vacu.org",
"companyFacebookProfile": "164745280237742",
"companyTwitterProfile": "VACreditUnion",
"companyLinkedInProfile": "https://www.linkedin.com/company/virginia-credit-union",
"companyId": "199573",
"siteCount": 17,
"siteLocationCount": 17,
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"industry": "Hospitals and Healthcare",
"subIndustry": "Integrated Healthcare Networks",
"sic": "8099",
"naics": "622000",
"companyType": "Organization",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "0r-GHnWFLfbzCUECrmjV8gmqY5kik8Rq1AQvkq9y7e9wmeyaoOL07mIPFUHApgvJ",
"city": "Longview",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "Health and Allied Services, Not Elsewhere Classified",
"state": "TX",
"subsidiary": "Operating",
"companyIdMd5Hash": "61b4258564db32b0b663450f8cfa54cc",
"industryCode": "19",
"subIndustryCode": "19_13",
"zip": "75601",
"name": "Good Shepherd Health System",
"britishSics": [
{
"britishSic": "86900",
"description": "Other human health activities"
}
],
"website": "www.gsmc.org",
"companyFacebookProfile": "164745280237742",
"companyTwitterProfile": "GoodShepherdTX",
"companyBlogProfile": "http://www.gsmc.org/services/classicare/feed/",
"companyId": "29948",
"siteTypes": [
"Uncategorized"
]
},
{
"country": "United States",
"employees": 5622,
"industry": "Hospitals and Healthcare",
"subIndustry": "General Medical and Surgical Hospitals",
"revenue": "491.48210153",
"sic": "8062",
"companyType": "Government",
"companyTypeV2": "Organization",
"businessStructure": "globalParent",
"id": "Q5dXHMst1sVF2iPjw_HRDcQ0Z66sKuhs_nyXRx5mO0Lq3zwba9uQppAkeAteOgg9",
"city": "Fayetteville",
"companyStatus": "Operating",
"companyStatusV2": "Operating",
"sicDescription": "General Medical and Surgical Hospitals",
"state": "NC",
"subsidiary": "Operating",
"companyIdMd5Hash": "41c831141b8539bbbfc233928f6bf831",
"revenueCurrency": "EUR",
"industryCode": "19",
"subIndustryCode": "19_9",
"zip": "28304",
"name": "Cumberland County Hospital System Inc",
"britishSics": [
{
"britishSic": "86101",
"description": "Hospital activities"
}
],
"website": "www.capefearvalley.com",
"companyId": "19964",
"siteTypes": [
"Uncategorized"
]
}
],
"totalResults": "149",
"page": "1",
"resultsPerPage": "10"
}

Type: application/xml

Schema

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

	<xs:element name="companyList" type="TargetCompanySearchResult"/>
    <xs:element name="companies" type="TargetCompanySearchResultCompany"/>
   
    <xs:complexType name="TargetCompanySearchResult">
    <xs:sequence>
        <xs:element ref="companies" minOccurs="0" maxOccurs="1"/>
        <xs:element name="totalResults" type="xs:string" minOccurs="1"/>
        <xs:element name="page" type="xs:string" minOccurs="1"/>
        <xs:element name="resultsPerPage" type="xs:string" minOccurs="1"/>
    </xs:sequence>
  	</xs:complexType>
  	
    <xs:complexType name="TargetCompanySearchResultCompany">
        <xs:sequence>
        	<xs:element name="company" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="country" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="employees" type="xs:integer" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="fiscalYearEnd" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="industry" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="subIndustry" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="revenue" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="sic" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="naics" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="companyType" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="id" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="companyId" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="city" type="xs:string" minOccurs="0" maxOccurs="1"/>
                        <xs:element name="companyStatus" type="xs:string" minOccurs="0" maxOccurs="1"/> 
<xs:element name="companyStatusV2" type="xs:string" minOccurs="0"/>
             <xs:element name="companyTypeV2" type="xs:string" minOccurs="0"/>
            <xs:element name="businessStructure" type="xs:string" minOccurs="0"/>
<xs:element name="naicsDescription" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="sicDescription" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="state" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="subsidiary" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="companyIdMd5Hash" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="revenueCurrency" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="industryCode" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="subIndustryCode" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="zip" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="britishSics" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="britishSicDetails" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="britishSic" type="xs:string" minOccurs="0"/> <xs:element name="description" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="companyTaxId" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="companyFacebookProfile" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="companyTwitterProfile" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="companyBlogProfile" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="companyLinkedInProfile" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="websites" type="xs:string" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:schema>

Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<companyList>
    <companies>
        <country>United States</country>
        <employees>750</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Corporate Services</industry>
        <subIndustry>Management Consulting</subIndustry>
        <revenue>43.75</revenue>
        <sic>8742</sic>
        <naics>541611</naics>
        <companyType>Private</companyType>
        <id>3Qi2YsBVHeHgnxwhQHdwsmxxBCVh6xKgTcNVU2YEmGcq60UWkbROad4U-Ac3YzqU</id>
        <companyId>578458</companyId>
        <city>Boston</city>
        <companyStatus>Operating</companyStatus>
        <naicsDescription>Administrative Management and General Management Consulting Services</naicsDescription>
        <sicDescription>Services-Management Consulting Services</sicDescription>
        <state>MA</state>
        <subsidiary>Operating</subsidiary>
        <companyIdMd5Hash>073fafb94b63aeb67e769c0c1269e64c</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>12</industryCode>
        <subIndustryCode>12_19</subIndustryCode>
        <zip>02199</zip>
        <name>Analysis Group, Inc.</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>70229</britishSic>
                <description>Management consultancy activities other than financial management</description>
            </britishSicDetails>
            <britishSicDetails>
                <britishSic>71122</britishSic>
                <description>Engineering related scientific and technical consulting activities</description>
            </britishSicDetails>
        </britishSics>
        <companyFacebookProfile>AnalysisGroupConsulting</companyFacebookProfile>
        <companyTwitterProfile>analysisgroup</companyTwitterProfile>
        <companyBlogProfile>whsSQLi</companyBlogProfile>
        <companyLinkedInProfile>analysis-group</companyLinkedInProfile>
        <websites>www.analysisgroup.com</websites>
    </companies>
    <companies>
        <country>United States</country>
        <employees>3066</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Computer Software</industry>
        <subIndustry>Development Tools and Utilities Software</subIndustry>
        <revenue>700.0</revenue>
        <sic>7371</sic>
        <naics>511210</naics>
        <companyType>Private</companyType>
        <id>Ff24HpXMDjFXZSAw7mYEozINOfJoBBxagtWPbNHpwrMoEInBH81ik-aVCLVe0xYK</id>
        <companyId>728051</companyId>
        <city>Detroit</city>
        <companyStatus>Operating</companyStatus>
        <naicsDescription>Software Publishers</naicsDescription>
        <sicDescription>Services-Computer Programming Services</sicDescription>
        <state>MI</state>
        <subsidiary>Operating</subsidiary>
        <companyIdMd5Hash>9233b68f3ab250a880dda79400024785</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>8</industryCode>
        <subIndustryCode>8_24</subIndustryCode>
        <zip>48226</zip>
        <name>Compuware Corporation</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>62012</britishSic>
                <description>Business and domestic software development</description>
            </britishSicDetails>
        </britishSics>
        <companyFacebookProfile>compuware</companyFacebookProfile>
        <companyTwitterProfile>compuware</companyTwitterProfile>
        <companyBlogProfile>http://apps.shareholder.com/rss/rss.aspx?channels=5785&amp;companyid=CPWR&amp;sh_auth=0.0.0.ad1dcb691ef81696c0c02ea27e385165</companyBlogProfile>
        <companyLinkedInProfile>compuware</companyLinkedInProfile>
        <websites>www.compuware.com</websites>
    </companies>
    <companies>
        <country>Sweden</country>
        <employees>5</employees>
        <industry>Media</industry>
        <subIndustry>Social Media</subIndustry>
        <revenue>0.0</revenue>
        <sic>7375</sic>
        <naics>519190</naics>
        <companyType>Private</companyType>
        <id>GbF4nEpHaV2RX20oQZrqFalT1Ou9ivZIBZlYkrvrSOPu0vcM9dYLCda7hC6gubEH</id>
        <companyId>2853339</companyId>
        <city>Stockholm</city>
        <companyStatus>Acquired</companyStatus>
        <naicsDescription>All Other Information Services</naicsDescription>
        <sicDescription>Information Retrieval Services</sicDescription>
        <state>Stockholm County</state>
        <subsidiary>Acquired</subsidiary>
        <companyIdMd5Hash>8fe80b9fc443e025b2db11a6890d0a6d</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>23</industryCode>
        <subIndustryCode>23_16</subIndustryCode>
        <zip>113 53</zip>
        <name>Enemy Unknown AB</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>63110</britishSic>
                <description>Data processing, hosting and related activities</description>
            </britishSicDetails>
        </britishSics>
        <companyTwitterProfile>gsdeangelis</companyTwitterProfile>
        <companyLinkedInProfile>enemy-unknown-ab</companyLinkedInProfile>
    </companies>
    <companies>
        <country>United States</country>
        <employees>11700</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Computer Software</industry>
        <subIndustry>Telecommunication Software</subIndustry>
        <revenue>4100.0</revenue>
        <sic>7371</sic>
        <naics>511210</naics>
        <companyType>Private</companyType>
        <id>5WmqaxPfgSunmVPXmGoh4OlBeU7f2Z4pL-_UNUn0zXO_of8pVDp54K76898dWkWy</id>
        <companyId>303</companyId>
        <city>Santa Clara</city>
        <companyStatus>Subsidiary</companyStatus>
        <naicsDescription>Software Publishers</naicsDescription>
        <sicDescription>Services-Computer Programming Services</sicDescription>
        <state>CA</state>
        <subsidiary>Subsidiary</subsidiary>
        <companyIdMd5Hash>11b9842e0a271ff252c1903e7132cd68</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>8</industryCode>
        <subIndustryCode>8_67</subIndustryCode>
        <zip>950541233</zip>
        <name>Avaya Inc.</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>62012</britishSic>
                <description>Business and domestic software development</description>
            </britishSicDetails>
        </britishSics>
        <companyFacebookProfile>avaya</companyFacebookProfile>
        <companyTwitterProfile>avaya</companyTwitterProfile>
        <companyBlogProfile>http://www.avaya.com/blogs/atom.xml</companyBlogProfile>
        <companyLinkedInProfile>avaya</companyLinkedInProfile>
        <websites>www.avaya.com</websites>
    </companies>
    <companies>
        <country>United States</country>
        <employees>108800</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Computer Hardware</industry>
        <subIndustry>Desktop and Laptop Computers</subIndustry>
        <revenue>56940.0</revenue>
        <sic>3571</sic>
        <naics>334111</naics>
        <companyType>Private</companyType>
        <id>Ff24HpXMDjFXZSAw7mYEo9CZdUBaQAR0b72Y-4hvOWEzj4uEsuS8qCwqm5Fe0Chz</id>
        <companyId>725170</companyId>
        <city>Round Rock</city>
        <companyStatus>Subsidiary</companyStatus>
        <naicsDescription>Electronic Computer Manufacturing</naicsDescription>
        <sicDescription>Electronic Computers</sicDescription>
        <state>TX</state>
        <subsidiary>Subsidiary</subsidiary>
        <companyIdMd5Hash>40d94d55cdec1ef7aaa54c22d1a0a1c3</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>7</industryCode>
        <subIndustryCode>7_7</subIndustryCode>
        <zip>78664</zip>
        <name>Dell Inc.</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>46510</britishSic>
                <description>Wholesale of computers, computer peripheral equipment and software</description>
            </britishSicDetails>
            <britishSicDetails>
                <britishSic>26200</britishSic>
                <description>Manufacture of computers and peripheral equipment</description>
            </britishSicDetails>
        </britishSics>
        <companyTaxId>742487834</companyTaxId>
        <companyFacebookProfile>7706457055</companyFacebookProfile>
        <companyTwitterProfile>Dell</companyTwitterProfile>
        <companyBlogProfile>http://en.community.dell.com/dell-blogs/direct2dell/rss.aspx</companyBlogProfile>
    </companies>
    <companies>
        <country>United States</country>
        <employees>80</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Corporate Services</industry>
        <subIndustry>Market Research Services</subIndustry>
        <revenue>1.463</revenue>
        <sic>8732</sic>
        <naics>541910</naics>
        <companyType>Private</companyType>
        <id>5gK_8IlvhQPHjXgdCcD4XeKsmFdHFY42ja2wroZox0AT0aWIVsO3P1tCBoDw6UPq</id>
        <companyId>27592</companyId>
        <city>Ann Arbor</city>
        <companyStatus>Operating</companyStatus>
        <naicsDescription>Marketing Research and Public Opinion Polling</naicsDescription>
        <sicDescription>Commercial Nonphysical Research</sicDescription>
        <state>MI</state>
        <subsidiary>Operating</subsidiary>
        <companyIdMd5Hash>5f900ed1124063b2a8f23bbb62b05b7e</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>12</industryCode>
        <subIndustryCode>12_20</subIndustryCode>
        <zip>48104</zip>
        <name>Second To None, Inc.</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>73200</britishSic>
                <description>Market research and public opinion polling</description>
            </britishSicDetails>
        </britishSics>
        <companyTaxId>382876454</companyTaxId>
        <companyFacebookProfile>167569713307764</companyFacebookProfile>
        <companyTwitterProfile>SecondToNone_</companyTwitterProfile>
        <companyBlogProfile>http://info.second-to-none.com/CMS/UI/Modules/BizBlogger/rss.aspx?</companyBlogProfile>
        <companyLinkedInProfile>second-to-none-inc.</companyLinkedInProfile>
    </companies>
    <companies>
        <country>United States</country>
        <employees>227</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Banks</industry>
        <subIndustry>Commercial Banking</subIndustry>
        <revenue>51.8</revenue>
        <sic>6029</sic>
        <naics>522110</naics>
        <companyType>Private</companyType>
        <id>NiL6i1kB4QOsBMqOsDCXgRIjz_DmUHcvR5Xjh9jqKup6rSLdJfvh_ruZ27E-ufAl</id>
        <companyId>646728</companyId>
        <city>Denver</city>
        <companyStatus>Acquired</companyStatus>
        <naicsDescription>Commercial Banking</naicsDescription>
        <sicDescription>Commercial Banks, Nec</sicDescription>
        <state>CO</state>
        <subsidiary>Acquired</subsidiary>
        <companyIdMd5Hash>c2a7de0bb4ec259da35121af165851b6</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>4</industryCode>
        <subIndustryCode>4_4</subIndustryCode>
        <zip>80202</zip>
        <name>Colorado State Bank And Trust, N. A.</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>64191</britishSic>
                <description>Banks</description>
            </britishSicDetails>
        </britishSics>
        <companyFacebookProfile>coloradostatebankandtrust</companyFacebookProfile>
        <companyTwitterProfile>csbt</companyTwitterProfile>
        <companyLinkedInProfile>colorado-state-bank-and-trust</companyLinkedInProfile>
    </companies>
    <companies>
        <country>United States</country>
        <employees>15000</employees>
        <industry>Computer Software</industry>
        <subIndustry>Collaborative Software</subIndustry>
        <revenue>0.0</revenue>
        <sic>7371</sic>
        <naics>511210</naics>
        <companyType>Private</companyType>
        <id>xjfa7CNOzX_REo466yjtCE2bRzyLTVE7qo45JuN1rgzG9xmGEgURH82LiBAUFyyw</id>
        <companyId>923837</companyId>
        <city>Redmond</city>
        <companyStatus>Acquired</companyStatus>
        <naicsDescription>Software Publishers</naicsDescription>
        <sicDescription>Services-Computer Programming Services</sicDescription>
        <state>WA</state>
        <subsidiary>Acquired</subsidiary>
        <companyIdMd5Hash>06036e4d3a54e64ab3f2eb3adb81bf1c</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>8</industryCode>
        <subIndustryCode>8_14</subIndustryCode>
        <zip>98052-6399</zip>
        <name>Windows Live Hotmail</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>62012</britishSic>
                <description>Business and domestic software development</description>
            </britishSicDetails>
        </britishSics>
        <companyTwitterProfile>WindowsLiveIta</companyTwitterProfile>
        <companyBlogProfile>http://techcrunch.com/feed/</companyBlogProfile>
    </companies>
    <companies>
        <country>United States</country>
        <employees>225000</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Financial Services</industry>
        <subIndustry>Accounting, Tax, Bookkeeping and Payroll</subIndustry>
        <revenue>35200.0</revenue>
        <sic>8721</sic>
        <naics>551112</naics>
        <companyType>Private</companyType>
        <id>SxGDslC-8ZQHjWYlRzMUpC9qUUte88mfbV3ZqBvvOKsMy0-gGtGqxlY6K687xSP6</id>
        <companyId>544208</companyId>
        <city>New York</city>
        <companyStatus>Operating</companyStatus>
        <naicsDescription>Offices of Other Holding Companies</naicsDescription>
        <sicDescription>Accounting, Auditing, &amp; Bookkeeping</sicDescription>
        <state>NY</state>
        <subsidiary>Operating</subsidiary>
        <companyIdMd5Hash>9d3b4e481b46fbd75b144a6f6152d8ba</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>15</industryCode>
        <subIndustryCode>15_1</subIndustryCode>
        <zip>10020</zip>
        <name>Deloitte &amp; Touche LLP</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>69201</britishSic>
                <description>Accounting and auditing activities</description>
            </britishSicDetails>
        </britishSics>
        <companyFacebookProfile>DeloitteUniversity</companyFacebookProfile>
        <companyTwitterProfile>DeloitteUS</companyTwitterProfile>
        <companyBlogProfile>http://www.cisbydeloitte.com/feed/</companyBlogProfile>
        <companyLinkedInProfile>deloitte</companyLinkedInProfile>
    </companies>
    <companies>
        <country>United States</country>
        <employees>188000</employees>
        <fiscalYearEnd>0</fiscalYearEnd>
        <industry>Leisure, Sports and Recreation</industry>
        <subIndustry>Hotels and Motels</subIndustry>
        <revenue>5983.0</revenue>
        <sic>7011</sic>
        <naics>721110</naics>
        <companyType>Private</companyType>
        <id>Ff24HpXMDjFXZSAw7mYEo-FThX6QQ7RuVVqPI_OfpdaVArSYIMJHc1V_QENjI3tm</id>
        <companyId>729203</companyId>
        <city>Stamford</city>
        <companyStatus>Subsidiary</companyStatus>
        <naicsDescription>Hotels (except Casino Hotels) and Motels</naicsDescription>
        <sicDescription>Hotels &amp; Motels</sicDescription>
        <state>CT</state>
        <subsidiary>Subsidiary</subsidiary>
        <companyIdMd5Hash>f8159cae6202b8e4e36e9a90569df2a2</companyIdMd5Hash>
        <revenueCurrency>USD</revenueCurrency>
        <industryCode>22</industryCode>
        <subIndustryCode>22_9</subIndustryCode>
        <zip>06902</zip>
        <name>Starwood Hotels &amp; Resorts Worldwide, Inc</name>
        <britishSics>
            <britishSicDetails>
                <britishSic>55900</britishSic>
                <description>Other accommodation</description>
            </britishSicDetails>
            <britishSicDetails>
                <britishSic>55100</britishSic>
                <description>Hotels and similar accommodation</description>
            </britishSicDetails>
            <britishSicDetails>
                <britishSic>55209</britishSic>
                <description>Other holiday and other collective accommodation</description>
            </britishSicDetails>
        </britishSics>
        <companyFacebookProfile>stregis</companyFacebookProfile>
        <companyTwitterProfile>stregishotels</companyTwitterProfile>
        <companyBlogProfile>http://feeds.feedblitz.com/marriottnoticias-todos&amp;x=1</companyBlogProfile>
    </companies>
    <page>1</page>
    <totalResults>12419465</totalResults>
</companyList>

HTTP 400

Invalid query parameter(s).

HTTP 401

Unauthorized Error - Cannot use API's without setting a valid accessToken in header.

HTTP 405

Method Not Allowed - Your are not allowed to access this API.

HTTP 429

Request is throttled.

Was this article helpful?

0 out of 0 found this helpful