Description
The Company's Award event tracks when a business receives a notable award or endorsement. This data provides valuable insights into a company’s reputation, achievements, and industry standing. Recognitions can range from innovation awards, sustainability achievements, best workplace titles, and more.
Use Cases:
- Competitive Benchmarking: Compare industry leaders based on recent awards.
- Investment Analysis: Identify companies demonstrating growth and industry leadership.
- Public Relations Monitoring: Track company recognition for branding and marketing insights.
- Lead Prioritization: Use awards as a signal to engage with high-performing businesses.
Data Schema
Event Name: "company_award" (Use this value in the event_types
parameter when querying this event.)
event_types
parameter when querying this event.)Signal | API Name | Description | Data Type |
---|---|---|---|
Award name | award_name | Name of the award or endorsement that was given to the company. | TEXT |
Organisation bestowing award | awarding_body | Name of the institution or organisation that granted the award, accolade, or certification. | TEXT |
Reason for award win | award_reason | Text describing the justification for the company receiving an award, including key criteria and accomplishments. | TEXT |
Query Example
curl -X POST \
"https://api.explorium.ai/v1/businesses/events" \
-H "API_KEY: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"event_types": [
"company_award"
],
"business_ids": [
"8adce3ca1cef0c986b22310e369a0793"
],
"timestamp_from": "2025-01-01T10:03:03.050Z"
}'
Best Practices
- Combine with company firmographics for deeper insights into award-winning businesses.
- Monitor trends in industry recognition to track emerging market leaders.
- Leverage awards data to personalize marketing and outreach efforts.
Related Events
- Merger and Acquisitions - Tracks major M&A activity.
- Funding Round - Monitors new investment rounds for businesses.
- New Partnership - Identifies newly announced business partnerships.