TikTok avatar
TikTok
Try for free

1 day trial then $10.00/month - No credit card required now

View all Actors
TikTok

TikTok

canadesk/tiktok
Try for free

1 day trial then $10.00/month - No credit card required now

Collect Profiles and Videos from TikTok. It's fast and costs little!

Features

  • Get Profile Data

    Returns details for the profile. Ignores all media content, and runs faster.

  • Get Profile Data with Recent Videos

    Returns details for the profile as well as the most recent posted media content. Slower.

  • Get Profile Data with All Videos (Experimental)

    Returns details for the profile as well as all posted media content. Very slow.

    You must the parameter "Scrolling time". This will defined how much time is spent crawling through content.

How It Works

[Input]

1{
2    operation: select,
3    profiles: array,           		 // Username(s)
4	scrolltime: integer,			 // Only for "All Videos" process
5    retries: integer,
6    delay: integer,
7	proxy: object
8}

[Output]

1{
2	"username": "google",
3	"is_verified": true,
4	"fullname": "Google",
5	"avatar_url": "https://p19-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fdd21903c0cb7989284884ff3076adc0~c5_100x100.jpeg?lk3s=a5d48078&nonce=22680&refresh_token=489d4bd8fcb681d223ad30cb8479a56e&x-expires=1716922800&x-signature=pkWOi0gJ%2BjFFyk3uip1jS1384F4%3D&shp=a5d48078&shcp=81f88b70",
6	"followings": 0,
7	"followers": 1700000,
8	"likes": 7000000,
9	"bio": "Here to help 🔍\nDo more with the Google app ⬇️",
10	"external_url": "https://goo.gle/3DneWRb",
11	"videos": [
12		{
13			"title": "The Gemini era is here — helping you do more with the magic of Google AI",
14			"preview": "https://p16-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oYQDmQAroEk3CCYzaRjEaHAAECVOG4AIZAfFVe~tplv-photomode-zoomcover:480:480.avif?x-expires=1716922800&x-signature=SNVubgM7KG1JWtRqvoBZYRQewaQ%3D 1x, https://p16-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oYQDmQAroEk3CCYzaRjEaHAAECVOG4AIZAfFVe~tplv-photomode-zoomcover:480:480.avif?x-expires=1716922800&x-signature=SNVubgM7KG1JWtRqvoBZYRQewaQ%3D 2x",
15			"views": "91.6M",
16			"link": "https://www.tiktok.com/@google/video/7368934763685514526",
17			"pinned": true
18		}
19	],
20	"url": "https://www.tiktok.com/@google/?lang=en"
21}

Support

Always use a proxy and wait enough between requests (Delay input).

Open a new issue for bugs and feature requests. We can only help if you provide your Run URL ("Share" button)!

Cheers! 🎈

Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in May 2024
  • Modified about 3 hours ago