Transform news into actionable business intelligence with structured events!
This guide helps you make your first API calls to retrieve structured event data
from news articles.
This searches for recent large layoff events, with over 10,000 people affected,
from the last 24 hours. The response will include structured event data and
associated articles.
Show Layoff event response example
Copy
Ask AI
{ "message": "Success", "count": 2, "events": [ { "id": "n1jk-pQBvyT_ytpRpzBn", "layoff": { "summary": "The Trump administration is planning large-scale layoffs in the federal workforce, with over 65,000 employees accepting a deferred resignation offer. The layoffs are part of the 'Department of Government Efficiency' Workforce Optimization Initiative, which aims to reduce the federal workforce by 5% to 10%.", "layoff_reason": "Workforce optimization initiative", "max_number_of_people_laid_off": 65000, "how_much_related": "Excellent", "is_relevant_for_real_estate": false, "location": [ { "country": "United States", "city": "Washington", "raw_location": "Washington, DC", "county": "District of Columbia", "state": "Washington" } ], "number_of_people_laid_off": 65000, "percentage_of_people_laid_off": 5, "min_number_of_people_laid_off": 65000 }, "event_type": "layoff", "global_event_type": "Layoff", "associated_article_ids": ["94496b567dbd387718ab8065dea16c1d"], "extraction_date": "2025-02-12 16:01:16", "event_date": "2021-10-15 00:00:00", "company_name": "Department of Government Efficiency", "articles": [ { "link": "https://www.cnn.com/2025/02/12/politics/federal-employees-layoffs-trump/index.html", "id": "94496b567dbd387718ab8065dea16c1d", "title": "DOGE's power expands as federal agencies start planning large-scale layoffs" } ] }, { "id": "lFjQ9pQBvyT_ytpR2yrN", "layoff": { "summary": "Meta conducted layoffs on October 10, 2022, affecting 11,000 employees, which is 11% of the company's workforce. The layoffs were a surprise to many employees, including those with strong performance records.", "layoff_reason": "To eliminate underperformers", "max_number_of_people_laid_off": 11000, "how_much_related": "Excellent", "is_relevant_for_real_estate": false, "location": [ { "country": "United States", "city": "Menlo Park", "raw_location": "Menlo Park, San Mateo, California, United States", "county": "San Mateo", "state": "California" } ], "number_of_people_laid_off": 11000, "percentage_of_people_laid_off": 11, "min_number_of_people_laid_off": 11000 }, "event_type": "layoff", "global_event_type": "Layoff", "associated_article_ids": ["79f95268b0415c681ecb961f3e371742"], "extraction_date": "2025-02-11 21:01:10", "event_date": "2022-10-10 00:00:00", "company_name": "Meta", "articles": [ { "link": "https://digg.com/insider/link/meta-job-cuts-surprise-some-employees-strong-performers", "id": "79f95268b0415c681ecb961f3e371742", "title": "Meta's Job Cuts Surprised Some Employees Who Said They Weren't Low Performers" } ] } ]}