socialcrawl/
← Docs

Recipes

Ten tasks people actually build. Every one runs against endpoints in this build — paste, add your key, go.

Monitor brand mentions across platforms TypeScript

Search Reddit, Bluesky and Hacker News for your brand in one pass, then sort by engagement.

Turn a YouTube video into a summary Python

Transcripts run as background jobs. Kick one off, poll until it lands, then feed the text to any LLM.

Track a competitor across their whole footprint TypeScript

One handle, several platforms, one table — follower counts and activity side by side.

Rank a subreddit by engagement rate Python

The computed block is pre-calculated on every post, so ranking is a sort — not a maths exercise.

Accept any URL your users paste TypeScript

Let the dispatcher work out the platform — you just hand it a link.

Watch app store ratings for your app and rivals Python

Poll a handful of app ids on a schedule and alert when a rating slips.

Sync a batch safely, retries and all TypeScript

An Idempotency-Key makes a retry free: the first response replays and no credits move.

Compare prediction markets with the conversation Python

Put Polymarket odds next to what people are actually saying about the same topic.

Poll often without paying for it TypeScript

Cache hits cost nothing, so a tight polling loop is cheap. Force fresh data only when it matters.

Build a daily digest across platforms PHP

A single cron script that pulls the day's best of everything into one list.