Description
The Company's Award event tracks when a business receives a notable award or recognition. 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 Name | name | Type |
---|---|---|
Award Name | award_name | String |
Awarding Body | awarding_body | String |
Award Reason | award_reason | String |
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.