Pulls video metadata, channel listings, comments, shorts, or spoken-word transcripts from YouTube. Returns structured records including titles, view counts, descriptions, publish dates, and optional transcript text.
You want video metadata, channel content, comments, or spoken-word transcripts from a video platform.
Image or text social posts (use the social media operation), or downloading the video file itself.
~30 credits / run (up to 5000)
A small, capped pull is the usual case; pulling many videos or transcripts costs more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
A video URL, channel URL, or playlist URL.
How many videos or comments to return; a small number is recommended.
A list of structured video records, or transcript text for the requested video or channel.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Site Scrapers skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/site-scrapers/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"video_platforms","target":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","limit":"10"}}'Example requests