Track supply chain disruption events
Monitor and analyze supply chain disruptions using search parameters and field criteria.
Events API provides access to structured information about supply chain disruptions extracted from news articles. This guide explains how to discover available search fields, construct search requests, and understand the returned data.
Available search fields
Get available search fields for supply chain disruption events using the discovery endpoint:
The endpoint returns the following fields that can be used for filtering search results. All fields are optional for search requests.
Common fields
company_name
: The name of the primary company affected by the supply chain disruption.event_date
: The date when the disruption occurred or was first reported.extraction_date
: The date when the event was extracted from news sources.
Supply chain disruption-specific fields
supply_chain_disruption.disruption_type
: The category of the supply chain disruption.supply_chain_disruption.disruption_cause
: A specific description of what caused the supply chain disruption.supply_chain_disruption.facility_type
: The category of facility primarily affected by the disruption.supply_chain_disruption.facility_original
: The exact phrase or term used in the article to describe the affected facility.supply_chain_disruption.additional_affected_companies
: Names of other companies affected by the same disruption.supply_chain_disruption.affected_industries
: Industries affected by the disruption, using GICS sectors.supply_chain_disruption.affected_products
: The specific products or materials affected by the supply chain disruption.supply_chain_disruption.hs_product_categories
: Harmonized System (HS) sections of products affected by the disruption.supply_chain_disruption.location
: The locations where the disruption occurred.supply_chain_disruption.expected_timeframe
: The general expected timeframe for the disruption.supply_chain_disruption.supply_impact_severity
: The severity of impact on supply availability.supply_chain_disruption.summary
: A comprehensive summary of the supply chain disruption event.
Searching for events
Use the search endpoint to find supply chain disruption events:
Basic request structure
Using search fields
Search by dates (absolute or relative):
Search by disruption type:
Search by industry and product categories:
Search by location:
Search by impact severity:
Understanding the response
The API returns matched events in this structure:
Best practices
- Use
extraction_date
for monitoring recent supply chain disruptions. - Use
event_date
for historical analysis of disruption patterns. - Combine
disruption_type
andfacility_type
filters for specific disruption scenarios. - Use multiple filters to narrow results more precisely.
- Filter by
supply_impact_severity
to focus on critical disruptions first. - For location-based filtering, include as much geographic specificity as needed.