Post videos, photos, text, and documents to 10 social platforms through a single REST API call.
Data & analysis
PostLake analytics
Try itRead social media performance from PostLake — per-post results and normalised cross-platform analytics (impressions, reach, engagement, CTR, follower growth)...
What it does
Two views: a single post's performance, and normalised cross-platform analytics over a period so an agent can compare networks and decide what to post next.
The skill document
PostLake — analytics
Two views: a single post's performance, and normalised cross-platform analytics over a period so an agent can compare networks and decide what to post next.
Auth
Authorization: Bearer $POSTLAKE_API_KEY
Base URL https://api.postlake.dev.
Per-post analytics
curl https://api.postlake.dev/v1/posts/POST_ID/analytics \
-H "Authorization: Bearer $POSTLAKE_API_KEY"
Returns per-platform metrics for that post (impressions, likes, comments, shares, saves, clicks — whatever the platform exposes), in one normalised shape.
Cross-platform analytics
curl "https://api.postlake.dev/v1/analytics?period=30d" \
-H "Authorization: Bearer $POSTLAKE_API_KEY"
period is 7d, 30d (default), or 90d. Returns totals plus a per-platform
breakdown — impressions, reach, engagement rate, CTR, saves, and follower growth —
already normalised so you can benchmark networks against each other.
How to use it well
- When asked "how did X do?", fetch per-post analytics and summarise the strongest metric per platform.
- When asked "what should I post next?", pull cross-platform analytics, find which network + content type has the best engagement/CTR, and recommend accordingly.
- Metrics are as fresh as each platform reports; some lag a few hours after posting.
Related skills
Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.
Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.
Query and manage Linear issues, projects, teams, cycles, labels, and comments through a managed OAuth GraphQL endpoint.
Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.
Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.
More from postlake
Browse all skillsCoach for B2C organic growth on TikTok and Instagram with no ad spend — from account setup to Post Bridge automation.
Publish a social media post right now to one or more connected accounts (X, LinkedIn, Instagram, TikTok, Facebook, Threads, Bluesky, YouTube, Pinterest) through PostLake. Use when the user wants to post immediately.
Schedule a social media post for a future time through PostLake, and list, reschedule, or cancel scheduled posts. Use when the user wants to post later or plan a calendar.
List the social accounts connected to PostLake (X, LinkedIn, Instagram, TikTok, Facebook, Threads, Bluesky, YouTube, Pinterest) and their status. Use this first, before publishing, to get the account ids to post to.
Upload an image or video to PostLake and attach it to a post. Use when a post needs media, or for platforms that require it (Instagram, TikTok, YouTube, Pinterest).