Get LinkedIn post transcript
Get the transcript for a LinkedIn post video by URL.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the LinkedIn post whose video transcript should be returned.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Outcome of the transcript lookup.
one of: found, not_found, lookup_failed
Post identity when the lookup resolved; otherwise null.
Public URL of the LinkedIn post that was requested (same as the lookup input).
min 1 chars
Plain transcript text when available; null when a transcript is not available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
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.