
YouTube Transcript Ninja β‘οΈπ₯·β‘
Pricing
$10.00 / 1,000 results

YouTube Transcript Ninja β‘οΈπ₯·β‘
Extract transcripts from YouTube videos with ease! This actor takes a YouTube video URL as input and returns the transcript of the video in the specified format.
5.0 (3)
Pricing
$10.00 / 1,000 results
153
Total users
2.4k
Monthly users
674
Runs succeeded
>99%
Issue response
6.8 hours
Last modified
24 days ago
JASON code to MAKE.COM
Closed
I am trying to connect this actor to MAKE.COM scenario and keep failing to put right Jason code. can you tell me which Jason code is correct to put? (see attached file)

Hey gallant_zed, You can make use of the following JSON.
{ "startUrls": ["https://www.youtube.com/watch?v=aAkMkV"] }
You can replace the youtube URL with yours. You could also input multiple URLs by separating the URL strings with a comma. Eg.
{ "startUrls": [ "https://www.youtube.com/watch?v=aAkMkVFwAoo", "https://www.youtube.com/watch?v=aAkMkVF", "https://www.youtube.com/watch?v=aAkMkVF" ] }
Remember these are all "demo" data, you have to replace them with real Youtube URLs. You can also check the information tab for more info. πͺπ
Do let me know how it goes. I will always be here to help out.
gallant_zed
I made it! fantastic! bless you!!

ππͺ