LinkedIn API

LinkedIn Post transcript API

Get the spoken transcript of a LinkedIn video post by URL.

POST/v1/run/linkedin.post_transcript
Uptime
100.00%
30d · 1 call
Requests
1
30d · weekly, last 12 wks
Response
2.0s
median · 30d

Pricing

One price, in dollars

Providers
Giraffe1 served100.00% uptime1531ms p50$1.20/1k reqflat

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "transcript": "example",
    "transcriptNotAvailable": true,
    "url": "https://example.com/page"
  },
  "found": true
}
Response interface
interface LinkedinPostTranscriptResponse {
  data: {
    transcript: string;
    transcriptNotAvailable: boolean;
    url: string;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-16 · uptime and latency measured over 30d
POST /v1/run/linkedin.post_transcript
curl -X POST https://api.getanyapi.com/v1/run/linkedin.post_transcript \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/posts/artificial-analysis_gemini-35-flash-is-a-step-forward-for-google-activity-7465082408409870337-4Pm-"}'
FieldTypeExample value
Request body
urlstring"https://www.linkedin.com/posts/artificial-analysis_gemini-35-flash-is-a-step-forward-for-google-activity-7465082408409870337-4Pm-"The full URL of the LinkedIn post to get the video transcript from.
Response
dataobject
data.transcriptstringPopulated whenever the provider has data for the entity.
data.transcriptNotAvailableboolean
data.urlstring
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the LinkedIn Post transcript API

The AnyAPI LinkedIn Post transcript API returns LinkedIn post transcript data as normalized JSON from one POST call to /v1/run/linkedin.post_transcript. Get the spoken transcript of a LinkedIn video post by URL. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn post transcript calls through AnyAPI succeeded, with a median response time of 2.0 seconds across 1 measured calls.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Get the spoken transcript of a LinkedIn video post by URL. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of LinkedIn post transcript calls through AnyAPI succeeded, with a median response time of 2.0 seconds across 1 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.