Get post video transcript — LinkedIn API
Returns the caption/transcript for a video post, when the post carries captions. Returns 404 if the post has no video or no captions.
GET
/v1/linkedin/posts/{postId}/transcript1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/linkedin/posts/{postId}/transcript. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Data Analytics
- Market Research
- Platform Integration
const response = await fetch("https://api.konbiniapi.com/v1/linkedin/posts/DGS29x/transcript", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters1
- postIdrequiredIn · PathType · stringLinkedIn post activity ID: the full slug (from linkedin.com/posts/{id}), a bare `urn:li:activity:{id}` (from linkedin.com/feed/update/{urn}/), or a bare numeric activity ID (e.g. `7476310414297968640`)
What you will probably call next.
The LinkedIn endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.