post https://api.explorium.ai/v1/businesses/linkedin_posts/bulk_enrich
Endpoint: POST /businesses/linkedin_posts/bulk_enrich
How It Works
- Input: Provide a list of up to 50
business_id
s. - Processing: The system retrieves social media engagement metrics for all submitted businesses in a single request.
- Output: A structured response summarizing LinkedIn activity and trends.
Example Request (cURL)
curl --request POST \
--url https://api.explorium.ai/v1/businesses/linkedin_posts/bulk_enrich \
--header 'accept: application/json' \
--header 'api_key: your_api_key_here' \
--header 'content-type: application/json' \
--data '{
"business_ids": [
"8adce3ca1cef0c986b22310e369a0793",
"a34bacf839b923770b2c360eefa26748"
]
}'
Best Practices
- Track LinkedIn activity to analyze company messaging trends.
- Compare engagement metrics with competitors.
- Use social media insights to refine branding strategies.
📌 For additional enrichment options, explore related API endpoints below.
Body Params - Try Me Example
business_ids: ["8adce3ca1cef0c986b22310e369a0793",
"a34bacf839b923770b2c360eefa26748"]