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


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 (4)
Pricing
$10.00 / 1,000 results
373
Total users
3.6K
Monthly users
768
Runs succeeded
>99%
Issues response
15 hours
Last modified
4 months ago
NO OUTPUT GENERATED
Closed
karanjatevin5 opened this issue
18 days ago
I have been trying to scrap a youtube video using n8n but when running am getting the error "Is not a valid URL(s) or JSON input. You must provide a valid URL(s) or you can reach out to me for technical support"

18 days ago
You provided an invalid JSON input options. Please remove the empty spaces in the first value of the βstartUrlsβ array.
So, instead of:
{"includeTimestamps": "No","language": "Default","startUrls": [" https://www.youtube.com/watch?v=SDW7J_vFpDM "]}
the input should be
{"includeTimestamps": "No","language": "Default","startUrls": ["https://www.youtube.com/watch?v=SDW7J_vFpDM"]}
karanjatevin5
18 days ago
Thanks its working