Company’s social media presence

Endpoint: POST /businesses/linkedin_posts/enrich

Description

The Company’s Social Media Presence Enrichment endpoint provides insights into a company's LinkedIn activity, engagement trends, and posting behavior. This dataset is valuable for brand analysts, marketers, and business strategists looking to assess corporate communication trends and social media reach.

The data includes:

  • Volume of LinkedIn posts over a given period.
  • Engagement metrics, such as likes, shares, and comments.
  • Trending topics and key themes in company communications.

This information is sourced from public LinkedIn data and corporate social media feeds to offer a comprehensive view of a company’s digital engagement and brand presence.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves LinkedIn activity, post frequency, and engagement trends.
  • Output: A structured response summarizing social media presence and key engagement metrics.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/linkedin_posts/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
  • Use social media insights to track brand perception and digital engagement trends.
  • Analyze posting behavior to understand a company’s content strategy and outreach.
  • Leverage engagement data to benchmark a company's influence against competitors.
  • Monitor trending topics to gain insights into corporate priorities and industry focus.
Company’s Social Media Presence Output Signal
Field NameDescriptionData Type
display_nameName of the company or individual postingOptional[str]
post_textContent of the LinkedIn postOptional[str]
days_since_postedNumber of days since the post was publishedOptional[int]
post_urlURL linking to the original LinkedIn postOptional[DataTypes.Url]
number_of_commentsTotal number of comments on the postOptional[int]
number_of_likesTotal number of likes on the postOptional[int]
created_atDate and time when the post was createdOptional[datetime]

📌 For additional enrichment options, explore related API endpoints below.


Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793
Language
Credentials
Click Try It! to start a request and see the response here!