Access and filter corporate layoff data using search parameters and field criteria.
company_name
: The name of the company conducting the layoff.event_date
: The date when the layoff occurred.extraction_date
: The date when the event was extracted from news sources.layoff.number_of_people_laid_off
: The exact number of employees affected by
the layoff.layoff.percentage_of_people_laid_off
: The percentage of total workforce
affected by the layoff.layoff.min_number_of_people_laid_off
: The minimum number of employees
affected when a range is specified.layoff.max_number_of_people_laid_off
: The maximum number of employees
affected when a range is specified.layoff.how_much_related
: The relevance rating of the layoff event. Possible
values: “Completely Irrelevant”, “Irrelevant”, “Very Poor”, “Poor”, “Fair”,
“Good”, “Very Good”, “Excellent”. Default: None.layoff.is_relevant_for_real_estate
: True if the layoff impacts real estate
markets; false otherwise.layoff.layoff_reason
: The stated reason for the layoff.layoff.location
: The location details of the layoff. Contains fields for
country, state, city, and county.layoff.summary
: A detailed description of the layoff event, including key
information about the circumstances and impact.extraction_date
for monitoring recent layoffs and live tracking.event_date
for historical analysis and reporting.