Endpoint
/v1/youtube/videos/comments/analysis
Query
Link to the YouTube video whose comments should be listed.
Comment sort order to analyze. Defaults to `top` for the strongest signal.
const response = await fetch( "https://api.socialfetch.dev/v1/youtube/videos/comments/analysis?url=https://www.youtube.com/watch?v=dQw4w9WgXcQ", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);