Use the Enrich Job Results endpoint to download the results of a job.
Endpoint
GET https://api.insideview.com/api/v1/enrich/job/{jobId}/results
Request
HTTP Headers
Header Name | Type | Required | Description |
accessToken | String | Yes |
Valid access token. |
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 CSV data in the response body.
Example CSV data
"ID","CITY","COMPANY_ID","COMPANY_STATUS","COMPANY_TYPE","COUNTRY","COMPANY_DESCRIPTION","EMPLOYEES","EQUIFAX_ID","FAX","FINANCIAL_YEAR_END","INDUSTRY","NAICS","NAICS_DESCRIPTION","NAME","PARENT_COMPANY_ID","COMPANY_PHONE","REVENUE","SIC","SIC_DESCRIPTION","STATE","STREET","SUB_INDUSTRY","TICKERS","ULTIMATE_PARENT_COMPANY_ID","WEBSITE_LIST","ZIP","MOST_RECENT_QUARTER","REVENUE_CURRENCY","INDUSTRY_CODE","SUBINDUSTRY_CODE","BRITISH_SICS","COMPANY_SOURCE_LIST","FORTUNE_RANKING","PARENT_COMPANY_NAME","PARENT_COMPANY_COUNTRY","ULTIMATE_PARENT_COMPANY_NAME","ULTIMATE_PARENT_COMPANY_COUNTRY","REVENUE_RANGE","EMPLOYEE_RANGE","FOUNDATION_DATE","COMPANY_TAXID","COMPANY_FACEBOOK_PROFILE","COMPANY_TWITTER_PROFILE","COMPANY_BLOG_PROFILE","COMPANY_LINKEDIN_PROFILE","COMPANY_LATITUDE","COMPANY_LONGITUDE","CONTACT_ID","EMAIL","FACEBOOK_PROFILE","FIRST_NAME","MIDDLE_NAME","LASTNAME","LINKEDIN_PROFILE","CONTACT_PHONE","TITLE_LIST","TWITTER_PROFILE","CONTACT_SOURCE_LIST","CONTACT_DESCRIPTION","EDUCATIONS","IMAGE_URL","CONFIDENCE_SCORE","AGE","SALARY","SALARY_CURRENCY","PEOPLE_ID","JOBLEVELS","JOBFUNCTIONS","FULLNAME","ACTIVE","JOBLEVELSV2","JOBFUNCTIONSV2","MATCH_ACROSS_FAMILY_TREE","MOBILE_NUMBER","EMAIL_VALIDATION_STATUS","COMPANY_TYPE_V2","COMPANY_STATUS_V2","BUSINESS_STRUCTURE","SITE_TYPES","SITE_COUNT","SITE_LOCATION_COUNT"
"2","San Francisco","781163","Acquired","Private","United States","Demandbase Intelligence Cloud, formerly InsideView Technologies, offers a suite of software and services to help customers understand their prospects and customers better. It helps B2B companies drive rapid growth with the only platform that empowers business leaders to quickly and confidently make go-to-market decisions. The software helps marketing and sales teams overcome disruptive data and technology fragmentation that inhibits insight and forces them to spam their prospects. InsideView was acquired by Demandbase in April 2021.","275","079456155",,,"Media","519290","Web Search Portals and All Other Information Services","InsideView Technologies, Inc.","645072","+1 415 728 9300","30.5","7375","Information Retrieval Services","CA","680 Folsom St., Suite 400","Internet Information Services",,"645072","https://www.insideview.com/","94107",,"USD","23","23_7","63990:Other information service activities n.e.c.","User Generated|Web References|LinkSV|InsideView|Community|Equifax",,"Demandbase, Inc.","United States","Demandbase, Inc.","United States",,,"2005",,,"https://twitter.com/insideview","https://www.insideview.com/feed/","https://www.linkedin.com/company/insideview-inc",,,,,,,,,,,,,,,,,"67.0",,,,,,,,,"","",,,,"Private","Acquired","Subsidiary","Uncategorized","3","2"
"3","Lincoln","5686963","OutOfBusiness","Private","United States",,,"016579050",,,"Retail","449210","Electronics and Appliance Retailers","Apple",,"+1 402 488 2828","","5734","Retail-Computer & Computer Software Stores","NE","7521 Cardinal Circle","Computer and Software Retail",,,,"68506-3618",,,"27","27_10","47410:Retail sale of computers, peripheral units and software in specialised stores","InsideView|Equifax",,,,,,,,"2007",,,,,,"40.7817268371582","-96.6179428100586",,,,,,,,,,,,,,,"83.40935",,,,,,,,,"","",,,,"Private","OutOfBusiness","Independent","Uncategorized",,
HTTP 401
Unauthorized Error - Cannot use API's without setting a valid.
HTTP 401
Unauthorized Error - Your license does not give you access to 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.