Skip to main content
POST
/
v1
/
businesses
/
linkedin_posts
/
enrich
Linkedin Posts
curl --request POST \
  --url https://api.explorium.ai/v1/businesses/linkedin_posts/enrich \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "parameters": {
    "offline_mode": "true"
  },
  "business_id": "<string>"
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  },
  "data": {
    "display_name": "<string>",
    "post_text": "<string>",
    "days_since_posted": 123,
    "post_url": "<string>",
    "number_of_comments": 123,
    "number_of_likes": 123,
    "created_at": "2023-11-07T05:31:56Z"
  },
  "entity_id": "<string>"
}

Description

The Company’s Social Media Presence Enrichment endpoint provides insights into a company’s Social media 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 Social media 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 Social media data and corporate social media feeds to offer a comprehensive view of a company’s digital engagement and brand presence.
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves Social media activity, post frequency, and engagement trends.
  • Output: A structured response summarizing social media presence and key engagement metrics.
  • 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.
SignalAPINameDescriptionData Type
post_textPost text contentText content of the LinkedIn® post published by company profile.string
days_since_postedDays since postNumber of days since the post was published by the company.integer
post_urlLinkedIn® post URLURL to the LinkedIn® post published by individual.url
number_of_commentsNumber of post commentsNumber of comments on the company’s post by time of collection.integer
number_of_likesNumber of post likesNumber of likes the company’s post received by time of collection.integer
created_atTime of postingTimestamp of when the company’s post was published.datetime
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793

Authorizations

api_key
string
header
required

Body

application/json
business_id
string
required
request_context
object
parameters
object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
object
required
data
entity_id
I