Intellizence Layoffs Signals API
This subscription-based REST API provides access to ongoing and historical Startup Funding & Venture Capital (VC) deals data from the Intellizence Layoffs Dataset.
Security Notice: Please keep API Key secure. Do not share your API key in publicly accessible areas such as GitHub, client-side code, and so forth.
This REST API endpoint provides access to both ongoing and historical layoff data from the Intellizence Layoffs Dataset. Data access is limited to records within your subscription’s entitled date range.
Users can search data using various parameters- dateType,startDate,endDate,date,companyDomain,companyName,companyIndustry,companyLocation,companyType, companyTicker,layoffType, layoffLocation, and layoffReason.
Users can limit the number of records returned using the limit parameter. Default limit is 100. All parameters are optional.
The API key has to be passed in HTTP header with the name x-api-key.
Intellizence API key for authenticating the request.
Choose the date type used to filter records.The default value is 'ANNOUNCED'. To get the daily update of records created or modified, 'LAST-MODIFIED' is recommended.
ANNOUNCEDPossible values: The start date (YYYY-MM-DD) from which layoff data is needed. The Intellizence Layoff Dataset contains data beginning from 2020-01-01.
2025-03-31The end date (YYYY-MM-DD) up to which layoff data is needed.
2025-03-31Exact date (YYYY-MM-DD) for which the layoff data is needed.
2025-03-31Name(s) of the company for which layoff data is needed.Partial name matching is supported.Multiple values can be provided either as a comma-separated string or as an array.
FedEXThe website domain(s) of the company for which the layoff data is needed. Partial domain matching is supported. Multiple values can be provided either as a comma-separated string or as an array.
www.fedex.comThe industry or industries of the companies for which layoff data is requested. Industries are predefined by Intellizence, and only the values listed below are supported. Multiple values can be provided as an array.
logistics & supply chainPossible values: The location of the company headquarters for which layoff data is needed. The location can be specified as a city, state/province, or country. Multiple values can be provided either as a comma-separated string or as an array.
Memphis,Tennessee,United States of AmericaThe type of company or organization for which layoff data is needed. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
PublicPossible values: Stock ticker of the company
FDXThe type of layoff/job cut. The layoff types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
Downsizing/LayoffPossible values: Layoff reason mentioned in the source. The layoff reasons are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
Not SpecifiedPossible values: The location of the company where layoff was announced. The location can be city or state/province or country. Multiple values can be provided either as a comma-separated string or as an array.
Lebanon,Tennessee,United States of AmericaThe maximum number of records to be returned.
1Successful response, returns the Layoff dataset record(s)
Bad request, possibly missing required parameters, invalid data, invalid or missing API key
Internal server error
Last updated