Social Fetch
LinkedIn

Get LinkedIn post transcript

Get the transcript for a LinkedIn post video by URL.

GET/v1/linkedin/posts/transcript
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
url*stringquery

Link to the LinkedIn post whose video transcript should be returned.

min 1 chars · max 4096 chars

Response fields
9

Endpoint-specific response payload.

datalookupStatus
string

Outcome of the transcript lookup.

one of: found, not_found, lookup_failed

Post identity when the lookup resolved; otherwise null.

dataposturl
string

Public URL of the LinkedIn post that was requested (same as the lookup input).

min 1 chars

datatranscript
stringnullable

Plain transcript text when available; null when a transcript is not available.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/linkedin/posts/transcript?url=https://www.linkedin.com/posts/artificial-analysis_gemini-35-flash-is-a-step-forward-for-google-activity-7465082408409870337-4Pm-" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Transcript lookup result.