[GET] - Company Details Job Results

  • Updated

Use the Company Details Job Results endpoint to download the results of a job.

Endpoint

GET https://api.insideview.com/api/v1/company/job/{jobId}/results

Request

HTTP Headers

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

URI Parameters

Parameter Name Type Required Description
jobId String Yes Job ID

Responses

Here are the major responses the API may return.

For details on the errors, see API Error Codes.

HTTP 200

Returns a file containing the results of the job. The file format is either JSON, XML or CSV as requested when submitting the job. 

Name type Description

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

CSV data example

id,name,companyType,companyStatus,ticker,industry,subIndustry,street,city,state,zip,country,website,phone,fax,revenue,employees,subsidiary,sic,sicDescription,naics,naicsDescription,financialYearEnd,parentCompanyId,ultimateParentCompanyId,equifaxId,fortuneRanking,sources,mostRecentQuarter,revenueCurrency,industryCode,subIndustryCode,britishSics,parentCompanyName,parentCompanyCountry,ultimateParentCompanyName,ultimateParentCompanyCountry,revenueRange,employeeRange,foundationDate,gender,ethnicity,mbe,wbe,vbe,dbe,lgbt,disabled,companyTaxId,companyFacebookProfile,companyTwitterProfile,companyBlogProfile,companyLinkedInProfile
13249,"YouTube, Inc.",Private,Subsidiary,,Computer Software,Multimedia and Graphics Software,901 Cherry Avenue Second Floor,San Bruno,CA,94066,United States,www.youtube.com,+1 650 253 0000,1-650-253-0001,336.0735,500,TRUE,2741,Miscellaneous Publishing,519130,Internet Publishing and Broadcasting and Web Search Portals,0,736233,736233,35984140,,User Generated|LinkSV|InsideView|Community|Equifax,,EUR,7,7_42,"46510:Wholesale of computers, computer peripheral equipment and software|62011:Ready-made interactive leisure and entertainment software development|58290:Other software publishing",Alphabet Inc,United States,Alphabet Inc,United States,,,2005,,,,,,,,,,1.64745E+14,YouTube,http://gdata.youtube.com/feeds/base/users/TSAHQpublicaffairs/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile,
736233,Alphabet Inc,Public,Operating,NASD:GOOGL,Media,Internet Search and Navigation Services,1600 Amphitheatre Pkwy,MOUNTAIN VIEW,CA,94043-1351,United States,https://abc.xyz,-2530649,-6365755,37788.5,69953,FALSE,7375,Information Retrieval Services,519130,Internet Publishing and Broadcasting and Web Search Portals,0,,,15875469,40,User Generated|Web References|Reuters|InsideView|Cortera|Community|Equifax,"Jan, 2016",EUR,23,23_15,63990:Other information service activities n.e.c.,,,,,,,2015,,,,,,,,,770493581,1.64745E+14,alphabet,,alphabet
640139,IBM Global Services (U.S.),Private,Subsidiary,,Corporate Services,IT Services and Consulting,1 New Orchard Road,Armonk,NY,10504-1722,United States,www.ibm.com/contact/us/en,+1 914 499 1900,1-914-765-7382,42643.56648,280000,TRUE,8742,Services-Management Consulting Services,541618,Other Management Consulting Services,0,725925,725925,88342866,,User Generated|Infoevolution|Community|Equifax,,EUR,11,11_19,62090:Other information technology service activities|62020:Information technology consultancy activities,International Business Machines Corp.,United States,International Business Machines Corp.,United States,,,1995,,,,,,,,,,1.64745E+14,ibm_in,http://www.ayso256.org/team-announcements/posts.xml,https://www.linkedin.com/company/332798

HTTP 400

Invalid query parameter(s).

HTTP 401

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

HTTP 401

Unauthorized Error - You are not authorized to access this API.

HTTP 405

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

HTTP 404

Invalid ID, record not found.

HTTP 429

Request is throttled.