SocialCrawl
Recipes

Recipes

Ten working recipes that solve real cross-platform tasks — brand monitoring, sentiment analysis, competitor tracking, TikTok analytics, transcripts, ad aggregation, engagement scoring, music trends, and hybrid search.

Recipes

Each recipe solves one specific task you'd arrive with. Code is TypeScript, runs on Node 22+, uses native fetch, and assumes SOCIALCRAWL_KEY is in your environment. Every snippet is copy-paste runnable — handles, queries, and URLs are real.

Cost callouts appear in every recipe so you can budget before you build. New to the API? Start with the Quickstart — it takes 5 minutes.

RecipeWhat you'll buildCost per run
Brand mention monitoringDaily brand-mention sweep across 12 platforms20 credits
Social listening pulse-checkStreaming search over 12 platforms with comments enriched20 credits
Sentiment analysisSocial sentiment pipeline feeding an LLM23 credits
Competitor trackingCross-platform competitor account snapshots8 credits per competitor
TikTok analytics dashboardProfile, video, and comment metrics with engagement rates3 credits per refresh
Video transcriptionOne transcription function, seven platforms10 credits per video
Ad library aggregationParallel fan-out across four ad networks20 credits
Creator engagement scoringApples-to-apples engagement-rate ranking3 credits per creator
Music trend detectionCross-platform music heat score3 credits per song
Hybrid search-then-enrichUniversal search plus per-platform transcripts120 credits

Which recipe should I start with?

If you're evaluating SocialCrawl, start with Brand mention monitoring or the Social listening pulse-check — both are a single call to GET /v1/search/everywhere, cost a flat 20 credits, and show the universal search endpoint that differentiates SocialCrawl from web-search APIs. If you already know which platform you need, TikTok analytics dashboard is the cheapest end-to-end example at 3 credits.

See also

  • Quickstart — get an API key and make your first request
  • Endpoint pricing — every endpoint and its credit cost
  • Computed fields — formulas for engagement_rate, language, content_category, estimated_reach
  • Pagination — when you need more than the first page from any list endpoint
  • Universal social search — full reference for the endpoint that powers the search recipes