Tiktok Profile Scraper Posts rent avatar
Tiktok Profile Scraper Posts rent

Pricing

$15.00/month + usage

Go to Apify Store
Tiktok Profile Scraper Posts rent

Tiktok Profile Scraper Posts rent

Developed by

Scraping Solutions

Scraping Solutions

Maintained by Community

Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

0.0 (0)

Pricing

$15.00/month + usage

0

1

1

Last modified

4 days ago

TikTok Profile Scraper - Posts

Este actor permite scrapear videos de perfiles de TikTok usando usernames específicos. Los resultados incluyen información detallada de cada video, estadísticas y datos del autor.


Input

El input debe enviarse como JSON y soporta los siguientes campos:

CampoTipoDescripciónOpcionesValor por defecto
Profile(s)array de stringsLista de usernames de TikTok que quieres scrapear. Se puede agregar uno por línea.N/AN/A
Profile sections to scrapestringSi el perfil tiene videos repostados, puedes scrapearlos seleccionando Reposts.Videos, RepostsVideos
Profile video sortingstringOrden de los videos del perfil.Simple, Popular, Oldest, LikedSimple
Minimum post datestringFecha mínima de publicación a incluir (YYYY-MM-DD).N/AN/A
Maximum post datestringFecha máxima de publicación a incluir (YYYY-MM-DD).N/AN/A
Number of results by lineintegerNúmero de videos a scrapear por perfil. Rango permitido: 1-200.N/A50

Ejemplo de input:

{
"Profile(s)": ["taylorswift", "charlidamelio"],
"Profile sections to scrape": "Videos",
"Profile video sorting": "Latest",
"minDate": "2025-10-01",
"maxDate": "2025-10-10",
"resultsLimit": 100
}

Output

El actor devuelve un array de objetos JSON, cada uno representando un video:

CampoTipoDescripción
typestringTipo de contenido, siempre "Videos"
searchstringUsername del perfil
video_idstringID único del video
link_poststringURL directa del video
descstringDescripción del video
post_datestringFecha de publicación (YYYY-MM-DD HH:MM:SS)
create_timeintegerTimestamp de creación
text_languagestringIdioma detectado del texto
is_adbooleanIndica si es contenido promocionado
hashtagsarrayHashtags del video
music.titlestringTítulo de la música usada
music.author_namestringAutor de la música
music.idstringID de la música
music.coverstringURL de la portada de la música
video.play_urlstringURL para reproducir el video
video.durationintegerDuración en segundos
video.heightintegerAltura del video en px
video.widthintegerAncho del video en px
stats.play_countintegerReproducciones
stats.comment_countintegerComentarios
stats.share_countintegerShares
stats.digg_countintegerLikes
stats.collect_countintegerGuardados
author.unique_idstringUsername del autor
author.nicknamestringNombre del autor
author.idstringID interno del autor
author.verifiedbooleanSi está verificado
author.signaturestringBio del autor
author.avatarstringURL del avatar
author.follower_countintegerSeguidores
author.following_countintegerSiguiendo
author.heart_countintegerTotal de likes recibidos
author.video_countintegerTotal de videos publicados
link_userstringURL del perfil

Ejemplo de output:

[
{
"type": "Videos",
"search": "taylorswift",
"video_id": "7559313483398008095",
"link_post": "https://www.tiktok.com/@taylorswift/video/7559313483398008095",
"desc": "Never been accused of not keeping it 💯",
"post_date": "2025-10-09 19:57:14",
"create_time": 1760039834,
"text_language": "en",
"is_ad": false,
"hashtags": [],
"music.title": "The Fate of Ophelia",
"music.author_name": "Taylor Swift",
"music.id": "7556815852168759313",
"music.cover": "https://p16-sg.tiktokcdn.com/aweme/200x200/tos-alisg-v-2774/oQewhAfrNQKV6AteGNQAhmGGAjcLIMrYKAnexf.jpeg",
"video.play_url": "https://v16-webapp-prime.tiktok.com/video/tos/maliva/tos-maliva-ve-0068c799-us/owf0qgRRGrlcCCJWAIe0ARAH6L6wKRII0EYjfQ/?a=1988...",
"video.duration": 60,
"video.height": 1024,
"video.width": 576,
"stats.play_count": 5700000,
"stats.comment_count": 8927,
"stats.share_count": 21800,
"stats.digg_count": 1100000,
"stats.collect_count": 38300,
"author.unique_id": "taylorswift",
"author.nickname": "Taylor Swift",
"author.id": "6881290705605477381",
"author.verified": true,
"author.signature": "This is pretty much just a cat account",
"author.avatar": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/c39c2807c155535cf328225955e00aba~tplv-tiktokx-cropcenter:720:720.jpeg",
"author.follower_count": 33100000,
"author.following_count": 0,
"author.heart_count": 258300000,
"author.video_count": 76,
"link_user": "https://www.tiktok.com/@taylorswift"
}
]

Ejecución

  1. Subir el actor a Apify.
  2. Configurar los inputs según los perfiles y fechas deseadas.
  3. Ejecutar el actor.
  4. Descargar los resultados en formato JSON o CSV según tu necesidad.

Notas

  • Puedes usar minDate y maxDate para filtrar los videos por fecha de publicación.
  • resultsLimit define cuántos videos se descargarán por perfil (máximo 200).
  • La opción Profile video sorting permite seleccionar entre los videos más recientes, más antiguos, populares o más gustados.

Este README ya está listo para subir a tu actor en Apify.