person-to-doorIntellizence Layoffs Signals API

This REST API provides continuous access to ongoing and historical Startup Funding & Venture Capital (VC) deals data from the Intellizence Layoffs Dataset.

circle-info

Best suited for :

  • Continuous monitoring of layoff and downsizing announcements

  • Trigger alerts and automated workflows

  • Layoff trends & analysis

  • Power AI agents and internal intelligence platforms

Ready to get started? Request your API keyarrow-up-right and start building. Questions? Schedule a callarrow-up-right or email us at [email protected].

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.

Submit a request to get the Layoff records

post

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.

Header parameters
x-api-keystringRequired

Intellizence API key for authenticating the request.

Body
dateTypestring · enumOptional

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.

Example: ANNOUNCEDPossible values:
startDatestring · dateOptional

The start date (YYYY-MM-DD) from which layoff data is needed. The Intellizence Layoff Dataset contains data beginning from 2020-01-01.

Example: 2025-03-31
endDatestring · dateOptional

The end date (YYYY-MM-DD) up to which layoff data is needed.

Example: 2025-03-31
datestring · dateOptional

Exact date (YYYY-MM-DD) for which the layoff data is needed.

Example: 2025-03-31
companyNamestringOptional

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.

Example: FedEX
companyDomainstringOptional

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.

Example: www.fedex.com
companyIndustrystring · enumOptional

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.

Example: logistics & supply chainPossible values:
companyLocationstringOptional

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.

Example: Memphis,Tennessee,United States of America
companyTypestring · enumOptional

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.

Example: PublicPossible values:
companyTickerstringOptional

Stock ticker of the company

Example: FDX
layoffTypestring · enumOptional

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.

Example: Downsizing/LayoffPossible values:
layoffReasonstring · enumOptional

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.

Example: Not SpecifiedPossible values:
layoffLocationstringOptional

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.

Example: Lebanon,Tennessee,United States of America
limitintegerOptional

The maximum number of records to be returned.

Example: 1
Responses
chevron-right
200

Successful response, returns the Layoff dataset record(s)

application/json
idstringOptional

Unique ID of the record

Example: 67eb86cebe74dd8ab4a9d1c5
announcedDatestring · dateOptional

Date of layoff announcement

Example: 2025-03-31
countnumber · floatOptional

Number of people laid off. The value can be absolute number OR percentage depends on how the company disclosed.

layoffTypestringOptional

Type of layoff/job cut

Example: Downsizing/Layoff
layoffReasonstringOptional

Layoff reason mentioned in the source

Example: Not Specified
businessDivisionstringOptional

Business Division where the layoff was announced

sourceTypestringOptional

Source type of the layoff announcement - WARN Filings, News/Press Wires. The values for this data point are available only for records that were created after May 1st, 2025.

Example: WARN Filings
lastModifiedstring · dateOptional

The last modified date of the record.

Example: 2025-03-06
titlestringOptional

Source title - News or press release or WARN Notice headline

Example: WARN Filings - March 2025
urlstringOptional

URL of the source document

Example: https://www.tn.gov/content/dam/tn/workforce/documents/majorpublications/reports-02/FedEx-TDLWD-WARN-LETTER.pdf
post
/api/dataset/layoff

Last updated