Skip to content
View subzeroid's full-sized avatar
🐲
I may be slow to respond.
🐲
I may be slow to respond.

Block or report subzeroid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
subzeroid/README.md

Hey! We build Instagram and TikTok APIs for developers

Get 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.

Start here:

  • HikerAPI — Instagram API for profiles, posts, stories, reels, followers, and OSINT workflows
  • Lamatok — TikTok API for videos, profiles, comments, hashtags, and automation workflows
  • Datalikers — Instagram & TikTok datasets, MCP server, and cached API for data-heavy workflows

Quick start

Get Instagram data in 3 lines with the Python client:

pip install hikerapi
from hikerapi import Client

cl = Client(token="<ACCESS_KEY>")
user = cl.user_by_username_v2("instagram")

Grab a free token (100 requests) at hikerapi.com.

MCP for AI Assistants

Use our MCP servers from Cursor, Claude Code, Claude Desktop, OpenAI Codex, Zed, and Windsurf.

Repo Description
hikerapi-mcp MCP server for HikerAPI with 105+ Instagram API tools for AI assistants
lamatok-mcp MCP server for LamaTok with TikTok API tools for AI assistants
datalikers-mcp MCP server for Instagram & TikTok datasets and cached API workflows

Libraries

Repo Description Stars
instagrapi The most actively maintained Python library for Instagram Private API instagrapi stars
aiograpi Async Python library for Instagram Private API aiograpi stars
instagrapi-rest RESTful API wrapper for Instagram Private API instagrapi-rest stars
instagrapi-extra Extra utilities for instagrapi: devices, locale setup, and browser cookie auth instagrapi-extra stars

instagrapi star history

Telegram Bots

Repo Description
instagram-downloader-tgbot Download Instagram posts, stories, reels, highlights
tiktok-downloader-tgbot Download TikTok videos without watermark
instagram-osint-tgbot Instagram OSINT — 20 commands for intelligence gathering

FAQ

What Instagram data can I access? Profiles, posts, stories, reels, followers, comments, hashtags, and locations — via HikerAPI (live API) or Datalikers (datasets, MCP, and Cache API). For Python, use instagrapi or its async variant aiograpi.

What TikTok data can I access? Videos, profiles, comments, hashtags, and music — via Lamatok (live API) or Datalikers (datasets, MCP, and Cache API).

Which AI assistants support the MCP servers? Claude Code, Claude Desktop, Cursor, OpenAI Codex, Zed, and Windsurf.

Is it free? Yes. HikerAPI, Lamatok, and Datalikers each include 100 free requests — no credit card required. The Python libraries (instagrapi, aiograpi, instagrapi-rest, instagrapi-extra) and Telegram bots are fully open-source and free to use.


HikerAPILamatokDatalikers

Pinned Loading

  1. instagrapi instagrapi Public

    🔥 The fastest and powerful Python library for Instagram Private API 2026 with HikerAPI SaaS

    Python 6.1k 899

  2. instagrapi-rest instagrapi-rest Public

    🌐 RESTful API Wrapper for Instagram Private API

    Python 599 156

  3. aiograpi aiograpi Public

    ⚡ Asynchronous Python library for Instagram Private API 2026

    Python 344 51

  4. instagram-downloader-tgbot instagram-downloader-tgbot Public

    📥 Telegram bot for downloading Instagram posts, stories, reels and highlights. Powered by HikerAPI.

    Python 1

  5. instagram-osint-tgbot instagram-osint-tgbot Public

    🔍 Telegram bot for Instagram OSINT intelligence gathering. Powered by HikerAPI.

    Python

  6. hikerapi-mcp hikerapi-mcp Public

    MCP server for HikerAPI — 105+ Instagram API tools auto-generated from the OpenAPI spec. Use from Claude Code, Claude Desktop, Cursor, OpenAI Codex, Zed, Windsurf.

    TypeScript