5,240 questions
Advice
0
votes
3
replies
30
views
Linkedin - Community Management API
Has anyone been successful getting the Community Management API approved? I have been stuck for more than a month now after filling out their questionnaire. It shows "review in progress" and ...
Best practices
0
votes
1
replies
49
views
Linkedin Profile Scraper
I want to discuss some approaches to make a LinkedIn profile scraper. I found out that the extension named Contact Out is not just a scraper; it scrapes the external or public sources and websites, ...
-3
votes
0
answers
56
views
LinkedIn InsightTag configuration [closed]
I'm currently in the proces of trying to debug a linkedin insight tag. It's setup via gtm, the configuration tag is set to fire on via cookie cat, when marketing consent = True.
The problem here is ...
-1
votes
1
answer
50
views
LinkedIn Ads API - Can't find and get ad campaign through api
I'm in the process of trying to set up some api calls for fetching ad data from LinkedIn, specifically with regards to the ad campaigns (primarily: what is the campaign's budget, how much has been ...
0
votes
0
answers
79
views
Extracting skills and professional experience from career networking platform profiles
I am automating login to a session-based website using Playwright, then reusing the extracted cookies in Python's requests library to call a protected API endpoint. The login works fine, but my ...
Best practices
0
votes
5
replies
98
views
Retrieving data such as impressions for each share for each day
The API guidelines are not helping for this work. I am trying to retrieve impressions, viralImpressions, clicks etc from shares. I have all rights necessary. I have tried multiple APIs, and think the ...
Tooling
2
votes
0
replies
47
views
Guidance on fetching profile data such as skillset, industry
We would like to understand which API or product is available to help us retrieve user profile information—specifically attributes such as skills. We like to obtain this data based on explicit user ...
1
vote
0
answers
59
views
Member permissions must be used when using member as author - LinkedIn API
I'm trying to get the posts in from my personal LinkedIn account and I generated a token using linkedin developer token tools after I created an app. the app has Community Management API product ...
0
votes
0
answers
83
views
Next.js caching with LinkedIn API - images BATCH-GET
In my Next.js 15 website I added a LinkedIn feed viewer.
As per my understanding, linkedin has posts FINDER to retrive all posts, but its response is not ideal for rendering as the posts image are ...
0
votes
1
answer
58
views
LinkedIn memberCreatorPostAnalytics returns 404 RESOURCE_NOT_FOUND for valid posts
I am attempting to retrieve post analytics using the LinkedIn memberCreatorPostAnalytics endpoint, but consistently receive a 404 Resource not found response, despite successful OAuth and post ...
Advice
1
vote
2
replies
230
views
Is LinkedIn Member Post Analytics API still available for creator tools in 2026?
I am building a LinkedIn content planning and publishing tool for creators,
primarily targeting the German-speaking market (DACH).
The goal is to show creators analytics for their own posts only, such ...
Best practices
0
votes
0
replies
40
views
LinkedIn Developer Portal: how to proceed when publishing functionality is not available for a new app?
I have created a LinkedIn Developer application and completed the standard setup steps (OAuth configuration, redirect URLs, and enabling the relevant products).
At this stage, I want to allow users to ...
0
votes
0
answers
49
views
Linkedin OAuth2 PKCE activation for application
When i try to implement the 3 legged OAuth2 flow as documented here, i get a Bummer, something went wrong. error message without any indications beside this Internal Server Error.
I'm launching this ...
2
votes
0
answers
72
views
403 ACCESS_DENIED when querying LinkedIn People Typeahead API with q=memberConnections for personal profile tagging
I'm implementing a feature to @mention personal connections when creating posts via the LinkedIn API. According to older discussions, the People Typeahead API should support q=memberConnections for ...
1
vote
0
answers
61
views
LinkedIn API /posts: Little Text mention syntax breaks when URL is included in commentary
I am facing a parsing issue while creating posts via the LinkedIn rest/posts API endpoint. The "Little Text" syntax @[Name](URN) fails to render as a clickable mention specifically when a ...