{"id":51167693,"url":"https://github.com/subzeroid/subzeroid","last_synced_at":"2026-06-26T21:01:42.139Z","repository":{"id":352879918,"uuid":"1213876702","full_name":"subzeroid/subzeroid","owner":"subzeroid","description":"GitHub profile","archived":false,"fork":false,"pushed_at":"2026-05-13T15:26:26.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T17:28:20.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subzeroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-17T21:25:10.000Z","updated_at":"2026-05-13T15:40:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/subzeroid/subzeroid","commit_stats":null,"previous_names":["subzeroid/subzeroid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subzeroid/subzeroid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subzeroid%2Fsubzeroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subzeroid%2Fsubzeroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subzeroid%2Fsubzeroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subzeroid%2Fsubzeroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subzeroid","download_url":"https://codeload.github.com/subzeroid/subzeroid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subzeroid%2Fsubzeroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34832916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-26T21:01:41.163Z","updated_at":"2026-06-26T21:01:42.071Z","avatar_url":"https://github.com/subzeroid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hey! We build Instagram and TikTok APIs for developers\n\nGet Instagram and TikTok data with **100 free requests**. We build production Instagram API and TikTok API services, open-source Python libraries (`instagrapi`, `aiograpi`), MCP servers for AI assistants like Claude Code and Cursor, and Telegram bots for content downloads and OSINT workflows.\n\nStart here:\n\n- **[HikerAPI](https://hikerapi.com/p/hsazcgym)** — Instagram API for profiles, posts, stories, reels, followers, and OSINT workflows\n- **[Lamatok](https://lamatok.com/p/s6kl8mtn)** — TikTok API for videos, profiles, comments, hashtags, and automation workflows\n- **[Datalikers](https://datalikers.com/p/1by27bwg)** — Instagram \u0026 TikTok datasets, MCP server, and cached API for data-heavy workflows\n\n## Quick start\n\nGet Instagram data in 3 lines with the Python client:\n\n```bash\npip install hikerapi\n```\n\n```python\nfrom hikerapi import Client\n\ncl = Client(token=\"\u003cACCESS_KEY\u003e\")\nuser = cl.user_by_username_v2(\"instagram\")\n```\n\nGrab a free token (100 requests) at [hikerapi.com](https://hikerapi.com/p/hsazcgym).\n\n## MCP for AI Assistants\n\nUse our MCP servers from **Cursor**, **Claude Code**, **Claude Desktop**, **OpenAI Codex**, **Zed**, and **Windsurf**.\n\n| Repo | Description |\n|------|-------------|\n| [**hikerapi-mcp**](https://github.com/subzeroid/hikerapi-mcp) | MCP server for HikerAPI with 105+ Instagram API tools for AI assistants |\n| [**lamatok-mcp**](https://github.com/subzeroid/lamatok-mcp) | MCP server for LamaTok with TikTok API tools for AI assistants |\n| [**datalikers-mcp**](https://github.com/subzeroid/datalikers-mcp) | MCP server for Instagram \u0026 TikTok datasets and cached API workflows |\n\n## CLI Tools\n\n| Repo | Description | Stars |\n|------|-------------|:-----:|\n| [**insta‑dl**](https://github.com/subzeroid/insta-dl) | Async CLI to download Instagram profiles, reels, stories, and hashtags — no-ban HikerAPI backend, incremental sync, metadata preserved | ![insta-dl stars](https://img.shields.io/github/stars/subzeroid/insta-dl?style=flat\u0026color=yellow) |\n| [**insto**](https://github.com/subzeroid/insto) | Instagram OSINT CLI with unique analytics — geo (`/where`, `/place`), network intersect (`/mutuals`), posting cadence (`/timeline`), superfan ranking (`/fans`), plus snapshot/watch/diff over time and Maltego CSV export | ![insto stars](https://img.shields.io/github/stars/subzeroid/insto?style=flat\u0026color=yellow) |\n\n## Libraries\n\n| Repo | Description | Stars |\n|------|-------------|:-----:|\n| [**instagrapi**](https://github.com/subzeroid/instagrapi) | The most actively maintained Python library for Instagram Private API | ![instagrapi stars](https://img.shields.io/github/stars/subzeroid/instagrapi?style=flat\u0026color=yellow) |\n| [**aiograpi**](https://github.com/subzeroid/aiograpi) | Async Python library for Instagram Private API | ![aiograpi stars](https://img.shields.io/github/stars/subzeroid/aiograpi?style=flat\u0026color=yellow) |\n| [**aiograpi-rest**](https://github.com/subzeroid/aiograpi-rest) | RESTful API wrapper for aiograpi and Instagram Private API | ![aiograpi-rest stars](https://img.shields.io/github/stars/subzeroid/aiograpi-rest?style=flat\u0026color=yellow) |\n| [**instagrapi-extra**](https://github.com/subzeroid/instagrapi-extra) | Extra utilities for instagrapi: devices, locale setup, and browser cookie auth | ![instagrapi-extra stars](https://img.shields.io/github/stars/subzeroid/instagrapi-extra?style=flat\u0026color=yellow) |\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://star-history.com/#subzeroid/instagrapi\u0026Date\"\u003e\n    \u003cimg src=\"https://api.star-history.com/svg?repos=subzeroid/instagrapi\u0026type=Date\" alt=\"instagrapi star history\" width=\"100%\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Telegram Bots\n\n| Repo | Description | Stars |\n|------|-------------|:-----:|\n| [**instagram-downloader-tgbot**](https://github.com/subzeroid/instagram-downloader-tgbot) | Download Instagram posts, stories, reels, highlights | ![instagram-downloader-tgbot stars](https://img.shields.io/github/stars/subzeroid/instagram-downloader-tgbot?style=flat\u0026color=yellow) |\n| [**tiktok-downloader-tgbot**](https://github.com/subzeroid/tiktok-downloader-tgbot) | Download TikTok videos without watermark | ![tiktok-downloader-tgbot stars](https://img.shields.io/github/stars/subzeroid/tiktok-downloader-tgbot?style=flat\u0026color=yellow) |\n| [**instagram-osint-tgbot**](https://github.com/subzeroid/instagram-osint-tgbot) | Instagram OSINT — 20 commands for intelligence gathering | ![instagram-osint-tgbot stars](https://img.shields.io/github/stars/subzeroid/instagram-osint-tgbot?style=flat\u0026color=yellow) |\n\n## FAQ\n\n**What Instagram data can I access?**\nProfiles, posts, stories, reels, followers, comments, hashtags, and locations — via [HikerAPI](https://hikerapi.com/p/hsazcgym) (live [API](https://api.hikerapi.com)) or [Datalikers](https://datalikers.com/p/1by27bwg) ([datasets](https://datalikers.com/datasets), [MCP](https://datalikers.com/mcp), and [Cache API](https://datalikers.com/cache-api)). For Python, use [`instagrapi`](https://github.com/subzeroid/instagrapi) or its async variant [`aiograpi`](https://github.com/subzeroid/aiograpi).\n\n**What TikTok data can I access?**\nVideos, profiles, comments, hashtags, and music — via [Lamatok](https://lamatok.com/p/s6kl8mtn) (live [API](https://api.lamatok.com)) or [Datalikers](https://datalikers.com/p/1by27bwg) ([datasets](https://datalikers.com/datasets), [MCP](https://datalikers.com/mcp), and [Cache API](https://datalikers.com/cache-api)).\n\n**Which AI assistants support the MCP servers?**\nClaude Code, Claude Desktop, Cursor, OpenAI Codex, Zed, and Windsurf.\n\n**Is it free?**\nYes. HikerAPI, Lamatok, and Datalikers each include **100 free requests** — no credit card required. The Python libraries (`instagrapi`, `aiograpi`, `aiograpi-rest`, `instagrapi-extra`) and Telegram bots are fully open-source and free to use.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hikerapi.com/p/hsazcgym\"\u003e\u003cb\u003eHikerAPI\u003c/b\u003e\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://lamatok.com/p/s6kl8mtn\"\u003e\u003cb\u003eLamatok\u003c/b\u003e\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://datalikers.com/p/1by27bwg\"\u003e\u003cb\u003eDatalikers\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubzeroid%2Fsubzeroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubzeroid%2Fsubzeroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubzeroid%2Fsubzeroid/lists"}