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
Get Instagram data in 3 lines with the Python client:
pip install hikerapifrom hikerapi import Client
cl = Client(token="<ACCESS_KEY>")
user = cl.user_by_username_v2("instagram")Grab a free token (100 requests) at hikerapi.com.
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 |
| Repo | Description | Stars |
|---|---|---|
| instagrapi | The most actively maintained Python library for Instagram Private API | |
| aiograpi | Async Python library for Instagram Private API | |
| instagrapi-rest | RESTful API wrapper for Instagram Private API | |
| instagrapi-extra | Extra utilities for instagrapi: devices, locale setup, and browser cookie auth |
| 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 |
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.
