TikTok Users Scraper avatar

TikTok Users Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
TikTok Users Scraper

TikTok Users Scraper

Scrape TikTok user profiles from search results. Extract detailed user information including nickname, follower count, avatar URLs, and more. Perfect for influencer research and social media analysis.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

87

Total users

3

Monthly active users

17 days ago

Last modified

Categories

Share

TikTok User Search Scraper ๐Ÿ”

๐Ÿค– What does TikTok User Search Scraper do?

This actor allows you to scrape user profiles from TikTok search results. Simply provide keywords, and it will extract detailed information about TikTok users matching your search criteria.

โœจ Features

  • ๐Ÿ”Ž Search for TikTok users by keywords
  • ๐Ÿ‘ฅ Extract comprehensive user profile information
  • ๐Ÿ”„ Handles pagination automatically
  • ๐Ÿš€ Built-in stealth mechanisms to avoid blocking
  • โšก High-performance scraping

๐Ÿ“Š Output Data

The actor extracts the following information for each user:

  • Unique user ID
  • Nickname
  • Signature/Bio
  • Avatar images (multiple resolutions)
  • Follower count
  • Verification status
  • Custom verification message
  • Unique username
  • SecUID
  • Platform sync information
  • And more...

๐Ÿ’ก Use Cases

  • Influencer Marketing Research
  • Social Media Analysis
  • Competitor Analysis
  • User Demographics Study
  • Influencer Discovery
  • Marketing Campaign Planning

๐Ÿ”ง Input Parameters

FieldTypeDescription
keywordsArrayList of keywords to search for users
maxItemsIntegerMaximum number of users to scrape

๐Ÿ’ก Tips

  • Use specific keywords for better results
  • Adjust maxItems based on your needs
  • Consider running multiple searches with different keywords

Input Example

A full explanation of an input example in JSON.
{ "keywords": [ "ronaldo" ], "maxItems": 20 }

### Output sample
The results will be wrapped into a dataset which you can always find in theย **Storage**ย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[ { "uid": "6791062194399282181", "nickname": "Ronaldo Lima", "signature": "", "avatar_thumb": { "uri": "tos-maliva-avt-0068/7310942706023268358", "url_list": [ "https://p77-sign-va.tiktokcdn.com/tos-maliva-avt-0068/7310942706023268358c5_100x100.webp?biz_tag=tiktok_user.user_cover&lk3s=30310797&nonce=46147&refresh_token=de8bbb6e0d93c07e41196942d7da79e8&shcp=-&shp=30310797&x-expires=1730300400&x-signature=L%2BfJsCRwb7ZxQSrSrCDyLyIdhNE%3D", "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/7310942706023268358c5_100x100.webp?biz_tag=tiktok_user.user_cover&lk3s=30310797&nonce=58925&refresh_token=272f657cfeebf6f458d7e33eaf7291f0&shcp=-&shp=30310797&x-expires=1730300400&x-signature=7jcXi4K0BaCBySs2PwDW9bR6TgA%3D", "https://p77-sign-va.tiktokcdn.com/tos-maliva-avt-0068/7310942706023268358~c5_100x100.jpeg?biz_tag=tiktok_user.user_cover&lk3s=30310797&nonce=6249&refresh_token=78f239918cf3d921b221fb7615945929&shcp=-&shp=30310797&x-expires=1730300400&x-signature=%2FabbkzLx7y3kR7jZAimxYfXpQBI%3D" ], "width": 720, "height": 720, "url_prefix": null }, "follow_status": 0, "follower_count": 3900000, "custom_verify": "Verified account", "unique_id": "ronaldo", "room_id": 0, "enterprise_verify_reason": "", "followers_detail": null, "platform_sync_info": null, "geofencing": null, "cover_url": null, "item_list": null, "type_label": null, "ad_cover_url": null, "relative_users": null, "cha_list": null, "sec_uid": "MS4wLjABAAAAbgrhvokhuJ_N4UFw6zueVt94mm7dhE88W8wAG3ptnR9YHbM6gRSLmJdQeElQFfwR", "need_points": null, "homepage_bottom_toast": null, "can_set_geofencing": null, "white_cover_url": null, "user_tags": null, "bold_fields": null, "search_highlight": null, "mutual_relation_avatars": null, "room_id_str": "0", "events": null, "advance_feature_item_order": null, "advanced_feature_info": null, "user_profile_guide": null, "shield_edit_field_info": null, "can_message_follow_status_list": null, "account_labels": null }, ... ]