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
.
All the parameters are optional. Users can limit the number of records returned using the limit
parameter.
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 Intellizence Layoff Dataset contains data beginning from 2020-01-01.
2025-03-31
The end date (YYYY-MM-DD) up to which layoff data is needed.
2025-03-31
Exact date (YYYY-MM-DD) for which the layoff data is needed.
2025-03-31
Name(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.
FedEX
The 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.com
The 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 chain
Possible 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 America
The 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.
Public
Possible values: Stock ticker of the company
FDX
The 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/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. Multiple values can be provided either as a comma-separated string or as an array.
Not Specified
Possible 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 America
The maximum number of records to be returned.
1