Data & analysis

PostLake analytics

Try it

Read 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

Post videos, photos, text, and documents to 10 social platforms through a single REST API call.

by victorcavero14375 installs50 stars

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants4.3k installs296 stars

Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.

by infra403840 installs27 stars

Query and manage Linear issues, projects, teams, cycles, labels, and comments through a managed OAuth GraphQL endpoint.

by byungkyu518 installs18 stars

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.

by lowesyang162 installs109 stars

More from postlake

Browse all skills

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.

by postlake

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.

by postlake

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.

by postlake

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

by postlake