{"id":38918082,"url":"https://github.com/cmagnobarbosa/crawler_tiktok","last_synced_at":"2026-01-17T15:29:39.631Z","repository":{"id":64288970,"uuid":"555903231","full_name":"cmagnobarbosa/crawler_tiktok","owner":"cmagnobarbosa","description":"Open tool to get TikTok Data - Crawler Tiktok","archived":false,"fork":false,"pushed_at":"2022-12-13T02:31:24.000Z","size":25,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T09:24:18.261Z","etag":null,"topics":["crawler","scraper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmagnobarbosa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-22T15:55:01.000Z","updated_at":"2024-05-25T20:42:25.000Z","dependencies_parsed_at":"2023-01-15T08:15:23.146Z","dependency_job_id":null,"html_url":"https://github.com/cmagnobarbosa/crawler_tiktok","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmagnobarbosa/crawler_tiktok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmagnobarbosa%2Fcrawler_tiktok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmagnobarbosa%2Fcrawler_tiktok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmagnobarbosa%2Fcrawler_tiktok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmagnobarbosa%2Fcrawler_tiktok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmagnobarbosa","download_url":"https://codeload.github.com/cmagnobarbosa/crawler_tiktok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmagnobarbosa%2Fcrawler_tiktok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","scraper"],"created_at":"2026-01-17T15:29:38.921Z","updated_at":"2026-01-17T15:29:39.624Z","avatar_url":"https://github.com/cmagnobarbosa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Crawler TikTok\n[![Pylint](https://github.com/cmagnobarbosa/crawler_tiktok/actions/workflows/pylint.yml/badge.svg)](https://github.com/cmagnobarbosa/crawler_tiktok/actions/workflows/pylint.yml)\n\n* Desenvolvido com objetivos educacionais\n\nCrawler simples para recuperar metadados de videos no Tiktok.\n\nSimple crawler to retrieve video metadata related to a search on the TikTok website.\n\n``` console\nrun main.py [subject_to_search]\n```\n\n\n### Output\n\nJSON:\n``` JSON\n\n{\n   \"title\": \"str\",\n   \"username\": \"str\",\n   \"views\": \"str\",\n   \"url\": \"str\",\n   \"date\": \"str\",\n   \"hashtags\": \"List\",\n   \"created_at\": \"str\",\n   \"shares\": \"number\",\n   \"comments\": \"number\",\n   \"likes\": \"number\"\n}\n```\n\n### Constants\n\nConstants file:\n- [Link](core/constants.py)\n\n``` sheel\nTIKTOK_URL = \"https://www.tiktok.com/\"\nMAX_PAGINATION = 20 # Max scrools on Tiktok page\nSLEEP_TIME = 3 # Time to await\nLANG = \"pt-BR\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmagnobarbosa%2Fcrawler_tiktok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmagnobarbosa%2Fcrawler_tiktok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmagnobarbosa%2Fcrawler_tiktok/lists"}