Getting Started

Getting Started

Welcome to SocialKit! This guide will walk you through setting up and making your first API request. In just a few minutes, you’ll be able to analyze social media videos, extract summaries, and get transcripts using our API.

1. Get Your Access Key 🔑

To start using SocialKit, you’ll need an Access Token. Follow these steps:

  1. Sign up at SocialKit Dashboard
  2. Copy your Access Key from the project Access Keys tab.

You can attach your access key to requests in any of these ways:

  • GET parameter: access_key
  • POST parameter: access_key
  • Header: x-access-key

2. Make Your First API Request

Note: You can make requests using either GET or POST methods.

Video Summary

GET https://api.socialkit.dev/video/summarize?access_key=<your-access-key>&url=https://storage/your-video/123.mp4

Response

{
	"success": true,
	"data": {
		"url": "https://storage/your-video/123.mp4",
		"summary": "The video explains how to create and embed a custom video player using an embeddable editor. It guides users through the process of generating a prompt, uploading video content, testing the player, embedding it on a website, and customizing its appearance and settings.",
		"mainTopics": ["Custom Video Player Creation", "Video Embedding", "Embeddable Editor Features", "Player Customization"],
		"keyPoints": [
			"Users can create custom video players by entering a prompt.",
			"Video content can be uploaded directly into the editor.",
			"The player's functionality can be tested before embedding.",
			"Integration code is provided for embedding the player on websites.",
			"Players can be customized in terms of title display and advanced settings."
		],
		"tone": "Informative and instructional",
		"targetAudience": "Content creators, web developers, and anyone looking to embed custom video players on their websites.",
		"quotes": [
			"Start by entering a prompt to generate your custom video player.",
			"Copy the embed code to easily add your player to any website.",
			"Explore the settings tab for advanced player options and deploy."
		],
		"timeline": "1. Prompt generation for custom player. 2. Uploading video content. 3. Testing player functionality. 4. Embedding the player with integration code. 5. Publishing the embeddable player. 6. Customizing player elements (title, settings)."
	}
}

Video Transcript

GET https://api.socialkit.dev/video/transcript?access_key=<your-access-key>&url=https://storage/your-video/123.mp4

Response

{
	"success": true,
	"data": {
		"url": "https://storage/your-video/123.mp4",
		"transcript": "Start by entering a prompt to generate your custom video player. Then, upload your desired video content for the player widget. The Embeddable editor now displays your custom video player. You can test the player's functionality to ensure it works as expected. When ready, click 'Embed' to get the integration code. Copy the embed code to easily add your player to any website. Next, publish your embeddable to make it live for your audience. Now, return to the editor tab to further customize the player. Here, you can adjust elements like the title display as needed. Explore the settings tab for advanced player options and deploy.",
		"transcriptSegments": [
			{
				"text": "Start by entering a prompt to generate your custom video player.",
				"start": 0,
				"duration": 4,
				"timestamp": "00:00"
			},
			{
				"text": "Then, upload your desired video content for the player widget.",
				"start": 4,
				"duration": 4,
				"timestamp": "00:04"
			},
			{
				"text": "The Embeddable editor now displays your custom video player.",
				"start": 8,
				"duration": 5,
				"timestamp": "00:08"
			}
		],
		"wordCount": 106,
		"segments": 10
	}
}

YouTube Video Summary

GET https://api.socialkit.dev/youtube/summarize?access_key=<your-access-key>&url=https://youtube.com/watch?v=dQw4w9WgXcQ

Response

{
	"success": true,
	"data": {
		"url": "https://youtube.com/watch?v=dQw4w9WgXcQ",
		"summary": "The video features the song 'Never Gonna Give You Up' by Rick Astley, which expresses themes of love, commitment, and reassurance in a romantic relationship.",
		"mainTopics": ["Love", "Commitment", "Reassurance"],
		"keyPoints": [
			"The singer emphasizes unwavering commitment to a partner.",
			"The lyrics convey a sense of understanding and mutual feelings.",
			"The repetition of key phrases reinforces the message of loyalty."
		],
		"tone": "Uplifting and reassuring",
		"targetAudience": "Fans of 80s music and pop culture enthusiasts",
		"quotes": [
			"Never gonna give you up.",
			"Your heart's been aching but you're too shy to say it."
		],
		"timeline": "The song follows a structured verse-chorus format, alternating between expressions of commitment and emotional connection."
	}
}

TikTok Video Summary

GET https://api.socialkit.dev/tiktok/summarize?access_key=<your-access-key>&url=https://www.tiktok.com/@thepeteffect/video/7522711492140059912

Response

{
	"success": true,
	"data": {
		"url": "https://www.tiktok.com/@thepeteffect/video/7522711492140059912",
		"videoId": "7370790114802322694",
		"summary": "The video explains five reasons why cats might randomly attack their owners, including play aggression, overstimulation, redirected aggression, territorial behavior, and lack of socialization. It also provides tips on how to prevent these attacks by recognizing warning signs and respecting the cat's boundaries.",
		"mainTopics": ["Cat Behavior", "Pet Care", "Animal Psychology"],
		"keyPoints": [
			"Play aggression occurs when cats see hands or feet as prey targets.",
			"Overstimulation from excessive petting can trigger defensive responses.",
			"Redirected aggression happens when cats transfer frustration to nearby humans."
		],
		"tone": "Educational and informative",
		"targetAudience": "Cat owners and pet enthusiasts",
		"quotes": [
			"Ever been randomly attacked by your cat and thought, what did I do?",
			"Don't over pet and always respect their personal bubble."
		],
		"timeline": "The video systematically presents five reasons for cat aggression, followed by practical prevention tips and warning signs to watch for."
	}
}

YouTube Video Transcript

GET https://api.socialkit.dev/youtube/transcript?access_key=<your-access-key>&url=https://youtube.com/watch?v=dQw4w9WgXcQ

Response

{
	"success": true,
	"data": {
		"url": "https://youtube.com/watch?v=dQw4w9WgXcQ",
		"transcript": "[♪♪♪] ♪ We're no strangers to love ♪ ♪ You know the rules\nand so do I ♪ ♪ A full commitment's\nwhat I'm thinking of ♪ ♪ You wouldn't get this\nfrom any other guy ♪ ♪ I just wanna tell you\nhow I'm feeling ♪ ♪ Gotta make you understand ♪ ♪ Never gonna give you up ♪ ♪ Never gonna let you down ♪ ♪ Never gonna run around\nand desert you ♪ ♪ Never gonna make you cry ♪ ♪ Never gonna say goodbye ♪ ♪ Never gonna tell a lie\nand hurt you ♪",
		"transcriptSegments": [
			{
				"text": "[♪♪♪]",
				"start": 0,
				"duration": 5,
				"timestamp": "00:00"
			},
			{
				"text": "♪ We're no strangers to love ♪",
				"start": 5,
				"duration": 5,
				"timestamp": "00:05"
			},
			{
				"text": "♪ You know the rules\nand so do I ♪",
				"start": 10,
				"duration": 5,
				"timestamp": "00:10"
			}
		],
		"wordCount": 458,
		"segments": 61
	}
}

TikTok Video Transcript

GET https://api.socialkit.dev/tiktok/transcript?access_key=<your-access-key>&url=https://www.tiktok.com/@thepeteffect/video/7522711492140059912

Response

{
	"success": true,
	"data": {
		"url": "https://www.tiktok.com/@thepeteffect/video/7522711492140059912",
		"videoId": "7370790114802322694",
		"transcript": "Ever been randomly attacked by your cat and thought, what did I do? Don't worry. There's usually a reason behind the chaos. 1, play aggression. Cats are born hunters and sometimes your hand, foot or even your face becomes the prey. 2, over stimulation. If you've been petting them a bit too long, especially on the belly, tail or sides, they might snap to say, that's enough, human. 3, redirected aggression. Like when your cat spots another feline outside, gets frustrated and decides you are now the enemy. 4, territorial vibes. Cats are super protective of their space and sometimes they throw paws to show who's boss. And 5, lack of socialization. If they weren't used to people early on, even a loving touch can feel like a threat. To avoid surprise attacks, learn the warning signs like twitchy tails or pinned ears. Use toys to redirect energy. Don't over pet and always respect their personal bubble.",
		"subtitleInfos": [
			{
				"languageCodeName": "spa-ES",
				"source": "ASR"
			},
			{
				"languageCodeName": "eng-US",
				"source": "MT"
			}
		],
		"transcriptSegments": [
			{
				"text": "Ever been randomly attacked by your cat and thought,",
				"start": 0.04,
				"duration": 2.4,
				"timestamp": "00:00"
			},
			{
				"text": "what did I do? Don't worry.",
				"start": 2.441,
				"duration": 1.64,
				"timestamp": "00:02"
			},
			{
				"text": "There's usually a reason behind the chaos.",
				"start": 4.082,
				"duration": 1.899,
				"timestamp": "00:04"
			}
		],
		"wordCount": 157,
		"segments": 23
	}
}

Instagram Video Summary

GET https://api.socialkit.dev/instagram/summarize?access_key=<your-access-key>&url=https://www.instagram.com/reels/DSul-0Jk56u/

Response

{
	"success": true,
	"data": {
		"url": "https://www.instagram.com/reels/DSul-0Jk56u/",
		"summary": "The video features the song 'Somebody That I Used to Know' by Gotye, which explores themes of heartbreak, nostalgia, and the complexity of past relationships. The lyrics reflect on memories of being together and the bittersweet nature of moving on.",
		"mainTopics": ["Heartbreak", "Nostalgia", "Relationships"],
		"keyPoints": [
			"The narrator reflects on memories of a past relationship.",
			"The lyrics express the pain and loneliness felt despite being together.",
			"The song captures the feeling of being addicted to sadness after a breakup."
		],
		"tone": "Melancholic and reflective",
		"targetAudience": "Music lovers and those experiencing relationship difficulties",
		"quotes": [
			"Now and then I think of when we were together.",
			"You can get addicted to a certain kind of sadness."
		],
		"timeline": "The song follows an introspective narrative, moving from nostalgic memories to the realization of the relationship's end and eventual closure."
	}
}

Instagram Video Transcript

GET https://api.socialkit.dev/instagram/transcript?access_key=<your-access-key>&url=https://www.instagram.com/reels/DSul-0Jk56u/

Response

{
	"success": true,
	"data": {
		"url": "https://www.instagram.com/reels/DSul-0Jk56u/",
		"transcript": "Now and then I think of when we were together. Like when you said you felt so happy you could die. Told myself that you were right for me. But felt so lonely in your company. But that was love and it's an ache I still remember. You can get addicted to a certain kind of sadness. Like resignation to the end, always the end. So when we found that we could not make sense. Well you said that we would still be friends. But I'll admit that I was glad that it was over.",
		"transcriptSegments": [
			{
				"text": "Now and then I think of when we were together.",
				"start": 0,
				"duration": 4,
				"timestamp": "00:00"
			},
			{
				"text": "Like when you said you felt so happy you could die.",
				"start": 4,
				"duration": 4,
				"timestamp": "00:04"
			},
			{
				"text": "Told myself that you were right for me.",
				"start": 8,
				"duration": 3,
				"timestamp": "00:08"
			}
		],
		"wordCount": 112,
		"segments": 11
	}
}

Facebook Video Summary

GET https://api.socialkit.dev/facebook/summarize?access_key=<your-access-key>&url=https://www.facebook.com/watch?v=876091671461782

Response

{
	"success": true,
	"data": {
		"url": "https://www.facebook.com/watch?v=876091671461782",
		"summary": "The video features a song about the struggle between city life and personal identity, with lyrics referencing Chicago and the internal conflict of returning to one's roots. The performance captures themes of self-discovery and the cyclical nature of life's journey.",
		"mainTopics": ["Identity", "City Life", "Self-Discovery"],
		"keyPoints": [
			"The lyrics explore the tension between urban life and personal identity.",
			"Chicago is referenced as a place of reflection and self-realization.",
			"The song conveys a sense of losing and finding oneself repeatedly."
		],
		"tone": "Introspective and contemplative",
		"targetAudience": "Music lovers and those reflecting on personal identity",
		"quotes": [
			"You take the man out of the city, out of the city, out the man.",
			"When I'm back in Chicago, I see the end."
		],
		"timeline": "The song follows a contemplative narrative about the relationship between place and identity, building from reflection to acceptance of life's cyclical nature."
	}
}

Facebook Video Transcript

GET https://api.socialkit.dev/facebook/transcript?access_key=<your-access-key>&url=https://www.facebook.com/watch?v=876091671461782

Response

{
	"success": true,
	"data": {
		"url": "https://www.facebook.com/watch?v=876091671461782",
		"transcript": "You take the man out of the city, out of the city, out the man, you take the man out of the And when I'm back in Chicago, I see the end Another version of me, I'm losing it Oh, I'll make it back to the end, to begin To begin",
		"transcriptSegments": [
			{
				"text": "You take the man out of the city, out of the city, out the man, you take the man out of the",
				"start": 0,
				"duration": 10,
				"timestamp": "0:00"
			},
			{
				"text": "And when I'm back in Chicago, I see the end",
				"start": 10,
				"duration": 6,
				"timestamp": "0:10"
			},
			{
				"text": "Another version of me, I'm losing it",
				"start": 16,
				"duration": 5,
				"timestamp": "0:16"
			}
		],
		"wordCount": 51,
		"segments": 5
	}
}

YouTube Video Stats

GET https://api.socialkit.dev/youtube/stats?access_key=<your-access-key>&url=https://youtube.com/watch?v=dQw4w9WgXcQ

Response

{
	"success": true,
	"data": {
		"url": "https://youtube.com/watch?v=dQw4w9WgXcQ",
		"title": "Rick Astley - Never Gonna Give You Up (Official Video)",
		"description": "...",
		"channelName": "Rick Astley",
		"channelLink": "https://youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw",
		"views": 1428567890,
		"likes": 16234567,
		"comments": 4567890,
		"duration": "3:33",
		"thumbnailUrl": ""
	}
}

YouTube Channel Stats

GET https://api.socialkit.dev/youtube/channel-stats?access_key=<your-access-key>&url=https://www.youtube.com/@socialkit-dev

Response

{
	"success": true,
	"data": {
		"profileUrl": "https://www.youtube.com/@socialkit-dev",
		"username": "socialkit-dev",
		"nickname": "SocialKit",
		"bio": "Extract video summaries, transcripts, comments, and engagement metrics from YouTube, TikTok, Instagram, and more.",
		"verified": false,
		"avatar": "https://yt3.googleusercontent.com/5PP3Q6UlHMjtCR-W2FBz3ZebuyTMAoAfxx0ak0-Im_HFRubAqPggUjTogwxV5IOXePn4SAJliw=s160-c-k-c0x00ffffff-no-rj",
		"subscribers": 7,
		"totalVideos": 9,
		"bioLink": "http://www.youtube.com/@socialkit-dev",
		"banner": "https://yt3.googleusercontent.com/pf7gdZUHEh7KtBsbtOQyJ9i3w9yLLxSKDgh7PMy1YBclasHe55xAtCjr_0mr7zKazlxeWTYh6g=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj"
	}
}
GET https://api.socialkit.dev/youtube/search?access_key=<your-access-key>&query=funny%20cats&limit=2

Response

{
	"success": true,
	"data": {
		"query": "funny cats",
		"results": [
			{
				"videoId": "hY7m5jjJ9mM",
				"title": "FUNNY CATS Compilation - Most See Funny Cat Videos 2024",
				"thumbnail": "https://i.ytimg.com/vi/hY7m5jjJ9mM/hq720.jpg",
				"channelName": "Tiger FunnyWorks",
				"channelId": "UCJnOm7pVBKFbHCNz2wBQRg",
				"channelUrl": "https://www.youtube.com/@TigerFunnyWorks",
				"publishedTime": "3 months ago",
				"duration": "15:32",
				"views": 48500000,
				"viewsFormatted": "48.5M views",
				"description": "The funniest cat videos of 2024! Watch these hilarious cats doing the most unexpected things...",
				"url": "https://www.youtube.com/watch?v=hY7m5jjJ9mM",
				"verified": true
			},
			{
				"videoId": "tpiyEe_CqB4",
				"title": "Try Not To Laugh - Funny Cat Videos Compilation",
				"thumbnail": "https://i.ytimg.com/vi/tpiyEe_CqB4/hq720.jpg",
				"channelName": "MeoWoof",
				"channelId": "UCw5VJXP2j3s7a90KFKQ4Cjg",
				"channelUrl": "https://www.youtube.com/@MeoWoof",
				"publishedTime": "1 month ago",
				"duration": "12:08",
				"views": 12300000,
				"viewsFormatted": "12.3M views",
				"description": "Try not to laugh at these adorable and funny cat moments! The best cat compilation you'll see today...",
				"url": "https://www.youtube.com/watch?v=tpiyEe_CqB4",
				"verified": false
			}
		]
	}
}

YouTube Videos

GET https://api.socialkit.dev/youtube/videos?access_key=<your-access-key>&url=https://www.youtube.com/@MrBeast&limit=2

Response

{
	"success": true,
	"data": {
		"type": "channel",
		"url": "https://www.youtube.com/@MrBeast",
		"results": [
			{
				"videoId": "dQw4w9WgXcQ",
				"title": "I Built 100 Houses And Gave Them Away!",
				"thumbnail": "https://i.ytimg.com/vi/dQw4w9WgXcQ/hq720.jpg",
				"channelName": "MrBeast",
				"channelId": "UCX6OQ3DkcsbYNE6H8uQQuVA",
				"duration": "18:22",
				"index": 1,
				"views": 95000000,
				"viewsFormatted": "95M views",
				"publishedTime": "2 weeks ago",
				"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
			},
			{
				"videoId": "tpiyEe_CqB4",
				"title": "Would You Sit In A Tank Of Snakes For $10,000?",
				"thumbnail": "https://i.ytimg.com/vi/tpiyEe_CqB4/hq720.jpg",
				"channelName": "MrBeast",
				"channelId": "UCX6OQ3DkcsbYNE6H8uQQuVA",
				"duration": "21:05",
				"index": 2,
				"views": 120000000,
				"viewsFormatted": "120M views",
				"publishedTime": "1 month ago",
				"url": "https://www.youtube.com/watch?v=tpiyEe_CqB4"
			}
		]
	}
}

YouTube Video Comments

GET https://api.socialkit.dev/youtube/comments?access_key=<your-access-key>&url=https://youtube.com/watch?v=dQw4w9WgXcQ&limit=2

Response

{
	"success": true,
	"data": {
		"url": "https://youtube.com/watch?v=dQw4w9WgXcQ",
		"comments": [
			{
				"author": "@YouTube",
				"text": "can confirm: he never gave us up",
				"likes": 88,
				"date": "",
				"avatar": "https://yt3.ggpht.com/Bg5wS82KGryRmcsn1YbPThtbXoTmj2XJ9_7LmuE2RF6wbKJBkovfRypbSz6UD3gEu_nHiwGZtQ=s88-c-k-c0x00ffffff-no-rj",
				"replyCount": 1,
				"position": 1
			},
			{
				"author": "@IIIII911IIIII",
				"text": "But link sayd free robux",
				"likes": 0,
				"date": "",
				"avatar": "https://yt3.ggpht.com/ixP_4DyuJRryaowxiBKNKv_pvpbEyQHIQrHCZODkNBW-0Lk7eTYo_vL1iB3mL4TFgnV0PNVQiQ=s88-c-k-c0x00ffffff-no-rj",
				"replyCount": 738,
				"position": 2
			}
		]
	}
}

TikTok Video Stats

GET https://api.socialkit.dev/tiktok/stats?access_key=<your-access-key>&url=https://www.tiktok.com/@soukainasing1/video/7370790114802322694

Response

{
	"success": true,
	"data": {
		"url": "https://www.tiktok.com/@soukainasing1/video/7370790114802322694?q=coffee",
		"videoId": "7370790114802322694",
		"title": "#icedcoffee #dalgonacoffee #dalgona #soukainasing #coffeetiktok #bottlecoffee #icedlatte #easyrecipe #cafe #nescafe #nestle #coffee #refreshing #learnontiktok #قهوة_باردة #قهوة #foryoupage #fyp",
		"channelName": "thepeteffect",
		"channelLink": "https://www.tiktok.com/@thepeteffect",
		"likes": 2100000,
		"comments": 26000,
		"shares": 147600,
		"collects": 21800,
		"views": 70700000,
		"description": "#icedcoffee #dalgonacoffee #dalgona #soukainasing #coffeetiktok #bottlecoffee #icedlatte #easyrecipe #cafe #nescafe #nestle #coffee #refreshing #learnontiktok #قهوة_باردة #قهوة #foryoupage #fyp",
		"duration": "1:02",
		"thumbnailUrl": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/2a1821f54d82fb691390afcccb773d78~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=051f7c8b&x-expires=1759514400&x-signature=IoW4IL0SRYOY83gQuyROCbF%2BQbw%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5"
	}
}

TikTok Video Comments

GET https://api.socialkit.dev/tiktok/comments?access_key=<your-access-key>&url=https://www.tiktok.com/@xkikicat/video/7526606933470612744&limit=2

Response

{
	"success": true,
	"data": {
		"url": "https://www.tiktok.com/@xkikicat/video/7526606933470612744?q=cute%20cat&t=1759508362887",
		"videoId": "7370790114802322694",
		"comments": [
			{
				"id": "dasiojdsajio",
				"author": "John",
				"text": "[sticker]",
				"likes": 28600,
				"date": "7-14",
				"avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/43859730cad6a553023db23c3bea766f~tplv-tiktokx-cropcenter:100:100.jpg?dr=9640&refresh_token=5ec360b8&x-expires=1759593600&x-signature=PExId0varqKgdsZOJiu9BQ%2BCS%2Bo%3D&t=4d5b0474&ps=13740610&shp=30310797&shcp=ff37627b&idc=useast8",
				"replyCount": 81,
				"username": "shahdoos",
				"shareUrl":"",
				"imageList": []
			},
			{
				"id": "dsaasddsa",
				"author": "xanax",
				"text": "smol car [cry]",
				"likes": 10500,
				"date": "7-13",
				"avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/aec029c88af7df57dbaf37ebade442b8~tplv-tiktokx-cropcenter:100:100.jpg?dr=9640&refresh_token=cb43e62c&x-expires=1759593600&x-signature=pYTZIciHW%2B3quorj6hlPx%2FahKow%3D&t=4d5b0474&ps=13740610&shp=30310797&shcp=ff37627b&idc=useast8",
				"replyCount": 95,
				"username": "xanax_r6",
				"shareUrl":"",
				"imageList": []
			}
		]
	}
}
GET https://api.socialkit.dev/tiktok/search?access_key=<your-access-key>&query=funny%20cats

Response

{
  "success": true,
  "data": {
    "query": "funny cats",
    "results": [
      {
        "id": "7580072621367102743",
        "desc": "Funniest cat moment ever | Try not to laugh | Cat funny video for kids | Cat funny video compilation #fyp #foryoupage #funnyvideos #trendingcats #cutecats ",
        "createTime": 1764873191,
        "textLanguage": "en",
        "url": "https://www.tiktok.com/@funny_cats_for_kids/video/7580072621367102743",
        "author": {
          "id": "7378760219276870688",
          "uniqueId": "funny_cats_for_kids",
          "nickname": "Funny Cat😹😂",
          "avatar": "https://p77-sign-va.tiktokcdn.com/tos-maliva-avt-0068/145d7ef18fbede9dd542a928f4a7cd7f~tplv-tiktokx-cropcenter:100:100.jpeg?dr=14579&refresh_token=5c08075d&x-expires=1768590000&x-signature=O2lpzEcoYV9MuY329BKu3lErJA8%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=maliva",
          "verified": false
        },
        "stats": {
          "views": 12700000,
          "likes": 109300,
          "comments": 20000,
          "shares": 16200,
          "saves": 20800
        },
        "video": {
          "duration": 92,
          "cover": "https://p16-pu-sign-no.tiktokcdn-eu.com/tos-no1a-p-0037-no/osINTRBpFMjpJFZzkWBDegAEkNFfAPYIKQt9Ed~tplv-tiktokx-origin.image?dr=14575&x-expires=1768590000&x-signature=1asEncsUgM7dd3rOypC3EDdaEFM%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=maliva",
          "playAddr": "https://v16-webapp-prime.tiktok.com/video/tos/no1a/tos-no1a-ve-0068c001-no/owmYADJIrHFdF5PfEgkxekpA1MRMMACaEElBQD/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=1236&bt=618&cs=0&ds=2&ft=-Csk_mcRPD12NQYpzd-Ux8V5aYKt3wv25UcAp&mime_type=video_mp4&qs=0&rc=OWQ3Z2c6NGdlZjY5Nmk7OUBpajluOmw5cm13NzMzbzczNUAxNjVhMjBeXy4xYzE1XjY2YSNpbWgzMmRzMWxhLS1kMTFzcw%3D%3D&btag=e00090000&expire=1768592494&l=20260115034001B5C4D6FED95558264FA2&ply_type=2&policy=2&signature=a1e730c4e8683076fc699538de96c4c2&tk=tt_chain_token"
        },
        "music": {
          "id": "7580072625737599766",
          "title": "original sound",
          "author": "Funny Cat😹😂"
        }
        "subtitleInfos": [
          {
            "languageCodeName": "spa-ES",
            "source": "ASR"
          },
          {
            "languageCodeName": "eng-US",
            "source": "MT"
          }
        ],
      }
    ]
  }
}
GET https://api.socialkit.dev/tiktok/hashtag-search?access_key=<your-access-key>&hashtag=funnycats

Response

{
	"success": true,
	"data": {
		"hashtag": "funnycats",
		"results": [
			{
				"id": "7580072621367102743",
				"desc": "Funniest cat moment ever | Try not to laugh | Cat funny video for kids | Cat funny video compilation #fyp #foryoupage #funnyvideos #trendingcats #cutecats ",
				"createTime": 1764873191,
				"textLanguage": "en",
				"url": "https://www.tiktok.com/@funny_cats_for_kids/video/7580072621367102743",
				"author": {
					"id": "7378760219276870688",
					"uniqueId": "funny_cats_for_kids",
					"nickname": "Funny Cat😹😂",
					"avatar": "https://p77-sign-va.tiktokcdn.com/tos-maliva-avt-0068/145d7ef18fbede9dd542a928f4a7cd7f~tplv-tiktokx-cropcenter:100:100.jpeg",
					"verified": false
				},
				"stats": {
					"views": 12700000,
					"likes": 109300,
					"comments": 20000,
					"shares": 16200,
					"saves": 20800
				}
			}
		]
	}
}

Instagram Video Stats

GET https://api.socialkit.dev/instagram/stats?access_key=<your-access-key>&url=https://instagram.com/reel/DRU4smMj0cu/

Response

{
	"success": true,
	"data": {
		"url": "https://www.instagram.com/p/DRU4smMj0cu/",
		"description": ".\n.\n.\n.\n.\n.\n#cat #catsoftheworld #catsoftheday #catsgram #pet #petlovers #petlover #petsofinstagram #funny #funnyvideos #cute #cutecats #kitten #kittenlove #kittycat #reels",
		"likes": 34209,
		"views": 150232,
		"comments": 169,
		"author": "yuumi_cat9",
		"authorLink": "https://www.instagram.com/yuumi_cat9/",
		"duration": "0:27",
		"thumbnail": "https://scontent-iad3-1.cdninstagram.com/v/t51.71878-15/583855550_1629099614919809_395573344085568572_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&ig_cache_key=Mzc3MDg4ODE0MzI5MDQ1MTc1OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjY0MHgxMTM2LnNkci5DMyJ9&_nc_ohc=zr_O0vhYlJEQ7kNvwEMR-Pu&_nc_oc=Adkyl0NA3NIUOpRA9n62pj2pWJUwFmdmdt-HVIXw9k3Friglm6phFxuyfm3UhA0nMZ4&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_gid=wZm30ypG2sM-wdmFeNBlwg&oh=00_AfgTRKOjyj7LRzq0kx_aAGmdA0J8fK6C6UVNE8HPVj8asA&oe=69311DD0"
	}
}

Instagram Channel Stats

GET https://api.socialkit.dev/instagram/channel-stats?access_key=<your-access-key>&url=https://instagram.com/yuumi_cat9

Response

{
	"success": true,
	"data": {
		"profileUrl": "https://www.instagram.com/yuumi_cat9",
		"username": "yuumi_cat9",
		"nickname": "Yuumi_cat9",
		"verified": false,
		"followers": 358995,
		"following": 0,
		"totalPosts": 742,
		"bio": "🐱 If you want to buy a kitten, please come to me❤️",
		"avatar": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/410475202_1774278156432939_4797418128278418348_n.jpg?stp=dst-jpg_s320x320_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QEEe3Z3f-yzE01TYD8jh8EGuKMNI9XctIHFB5tTceJvTPxKxdB53hbSgpxQxZ5lbwI&_nc_ohc=JJ5SzS-2A4QQ7kNvwHIUEx4&_nc_gid=GKf5wcafVC2_VO8lACaqSw&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afh9ybUPpebFPL1eS-YeDjkdAFMDkipWCIJyxntWW9SCSg&oe=6930FFDC&_nc_sid=8b3546"
	}
}

Facebook Video Stats

GET https://api.socialkit.dev/facebook/stats?access_key=<your-access-key>&url=https://www.facebook.com/watch?v=876091671461782

Response

{
	"success": true,
	"data": {
		"url": "https://www.facebook.com/watch?v=876091671461782",
		"id": "876091671461782",
		"description": "Why was i waiting for him to get shot in the back n some guy run off with his guitar!?",
		"views": 2615704,
		"likes": 91856,
		"comments": 523,
		"shares": 0,
		"reactions": [
			{
				"name": "Like",
				"count": 79850,
				"formatted": "79K"
			},
			{
				"name": "Love",
				"count": 10897,
				"formatted": "10K"
			},
			{
				"name": "Care",
				"count": 881,
				"formatted": "881"
			}
		],
		"author": "Elliottasalways",
		"authorLink": "https://www.facebook.com/241592216394061",
		"isVideo": true
	}
}

Facebook Channel Stats

GET https://api.socialkit.dev/facebook/channel-stats?access_key=<your-access-key>&url=https://www.facebook.com/mlb

Response

{
	"success": true,
	"data": {
		"profileUrl": "https://www.facebook.com/mlb",
		"id": "5768707450",
		"fullName": "MLB",
		"bio": "Welcome to MLB's Facebook home.\n\ntwitter.com/MLB\nInstagram.com/MLB\nYouTube.com/MLB\ntiktok.com/@mlb",
		"avatar": "https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-1/535523385_1326218042196277_1749405666074657114_n.jpg?stp=dst-jpg_s200x200_tt6&_nc_cat=1&ccb=1-7&_nc_sid=f907e8&_nc_ohc=DLt4_U6ipboQ7kNvwH1SlMQ&_nc_oc=AdlQX0MpJcEijIv61AY5_IqL2uILp5MbnPF_EqdZSIe7qc7KB12_c0FNKlyzSYk72PI&_nc_zt=24&_nc_ht=scontent-iad3-2.xx&_nc_gid=zJTXfrv2lNrqardcvub6og&oh=00_AfodZn_K5mdwoVnocyi4otBo1lrR3ZBHM5OKGqLaVJ0kIA&oe=696B1509",
		"coverPhoto": "https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/606927426_1436970727787674_4088303187829790838_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=quD6cBEjps8Q7kNvwGPqeWJ&_nc_oc=Adnz2iH2jU19JcN_TmYrgCbNABR4Q36k5HGLTtN2f6MK3g6H_fYMiX6J-3pY197dL7s&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&_nc_gid=zJTXfrv2lNrqardcvub6og&oh=00_AfqTOYxOkV8IX3AXuGHGwkf1md2EQqOqjuJd0EdR5cJqTA&oe=696B15F0",
		"verified": false,
		"followers": 11000000,
		"category": "Sports league"
	}
}