One normalized schema
TikTok and Instagram results arrive through a consistent, developer-friendly data model.
Create AccountTikTok and Instagram data APIs for developers, MCP servers and autonomous AI agents.
Volume pricing$1 / 1,000 requests$0.001 per requestInfrastructure, not another scraper script
CrawlMesh turns fragmented social surfaces into stable API primitives you can compose inside apps, automations and agent workflows.
TikTok and Instagram results arrive through a consistent, developer-friendly data model.
Expose social discovery and extraction as MCP tools your agents can call without brittle glue code.
Queueing, retries, webhooks and usage limits are designed into the workflow from the start.
Profiles, posts, reels, comments and search stay modular so you only request what you need.
Developer-first API
Use focused endpoints, typed SDKs and webhook-driven jobs without coupling your product to platform-specific response shapes.
import { CrawlMesh } from '@crawlmesh/sdk';
const client = new CrawlMesh({ apiKey });
const reels = await client.instagram.reels({ username: 'instagram', limit: 6,});Native MCP surface
Connect CrawlMesh as an MCP server and let compatible agents discover structured social-data tools at runtime.
Connect an agent ↗Start building