Layoff Dataset API
Last updated
Last updated
This API endpoint allows users to access real-time and historical layoff announcement data. 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. All the 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.
ANNOUNCED
Possible values: The start date(YYYY-MM-DD) from which layoff data is needed. The data in the Intellizence Layoff Dataset is available starting from 2020-01-01.
2025-03-31
The end date(YYYY-MM-DD) up to which layoff data is needed.
2025-03-31
Specific date(YYYY-MM-DD) for which the layoff data is needed.
2025-03-31
The name of the company for which the layoff data is needed. Partial name matches are supported. Mulitple values can be provided as comma separate values.
FedEx
The website domain of the company for which the layoff data is needed. Mulitple values can be provided as comma separate values.
www.fedex.com
The industry of companies for which layoff data is needed.The industries are pre-defined by Intellizence and only the values listed below will be accepted. Mulitple values can be provided as comma separate values.
logistics & supply chain
Possible values: The HeadQuarters location of companies for which layoff data is needed. The location can be City or State/Province or Country.
Memphis,Tennessee,United States of America
The type of companies/organizations for which layoff data is needed. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Mulitple values can be provided as comma separate values.
Public
Possible values: Stock ticker of the company. Mulitple values can be provided as comma separate values.
FDX
Type of layoff/job cut. The layoff types are pre-defined by Intellizence and only the values listed below will be accepted. Mulitple values can be provided as comma separate values.
Downsizing/Layoff
Possible values: Layoff reason mentioned in the source. The layoff reasons are pre-defined by Intellizence and only the values listed below will be accepted. Mulitple values can be provided as comma separate values.
Not Specified
Possible values: The location of the company where layoff was announced. The location can be City or State/Province or Country.
Lebanon,Tennessee,United States of America
The maximum number of records to be returned.
1