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.
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.
The actor extracts the following information for each user:
Field | Type | Description |
---|---|---|
keywords | Array | List of keywords to search for users |
maxItems | Integer | Maximum number of users to scrape |
A full explanation of an input example in JSON.
{
"keywords": [
"ronaldo"
],
"maxItems": 20
}
1### Output sample 2 3The 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: 4 5And 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
},
...
]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!