Reddit Post Transcript API

Get the transcript from a Reddit video post

1 creditper request
GET
/v1/reddit/post/transcript
curl "https://api.scrapecreators.com/v1/reddit/post/transcript" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 100,
  "url": "https://www.reddit.com/r/youseeingthisshit/comments/1oiu9xm/football_nostalgiasaints_punter_head_coach_cant/",
  "post_id": "1oiu9xm",
  "video_id": "eflpgc6r0zxf1",
  "caption_url": "https://v.redd.it/eflpgc6r0zxf1/wh_ben_en.vtt",
  "language": "en",
  "raw_vtt": "WEBVTT

00:00.000 --> 00:00.300
<u>stop</u> on third down and now Barnhart I
hanging

00:00.300 --> 00:00.560
stop <u>on</u> third down and now Barnhart I
hanging",
  "transcript": "stop on third down and now Barnhart I hanging spiraling punts touch back Barnhart could not pull it up short of the end zone...",
  "transcriptNotAvailable": false
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

url
string
required

Reddit post URL or direct v.redd.it video URL

Example:
https://www.reddit.com/r/youseeingthisshit/comments/1oiu9xm/football_nostalgiasaints_punter_head_coach_cant/
language
string

2 letter language code. Defaults to en.

Example:
en