Company awards

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.)

SignalAPI NameDescriptionData Type
Award nameaward_nameName of the award or endorsement that was given to the company.string
Reason for award winaward_reasonText describing justification for the company receiving an award including the key criteria and accomplishments that led to the win.string
Organisation bestowing awardawarding_bodyName of the institution or organisation that granted the award, accolade, or certification.string
Event nameevent_nameName of the award event.string
Event timeevent_timeThe timestamp indicating when the event actually occurreddatetime
LinklinkURL to the announcement or reference page.url
SnippetsnippetShort excerpt or highlight text summarizing the award or announcementstring
TitletitleOfficial title or headline of the award or recognitionstring

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