Recipes

Copyable workflows for brand monitoring, competitor tracking, transcripts, ads, creator scoring, and Reddit research — with credit callouts and TypeScript SDK examples

Recipes are short, opinionated workflows built from routes that already exist in the API reference. Each one shows which endpoints to call, how credits usually add up, and a TypeScript SDK sketch you can paste into a worker.

They are not a second API. If a route is not linked here, it is not part of the recipe — check /llms-endpoints.txt or the platform pages before inventing one.

Credits in every recipe

Metered lookups bill on completed attempts, including not_found / private on HTTP 200. Routing via POST /v1/ask is free; the nested lookup is not. Always trust meta.creditsCharged. See Credits.

Pick a recipe

How to use these

  1. Start from Quickstart or the TypeScript SDK if you do not have a key yet.
  2. Prefer typed routes once you know the platform. Use POST /v1/ask (or MCP nl_ask_post) only to discover data.routedOperation, then pin that method.
  3. In Cursor or Claude, connect MCP and optionally install Agent Skills so the agent reads /llms.txt instead of guessing paths.
  4. For longer tutorials with storage and alert patterns, see the Guides section — recipes stay short on purpose.

On this page