# Utility Call Planner API (https://www.socialcrawl.dev/platforms/utility/plan) > Turn a job written in plain words ("track mentions of Acme on TikTok and Reddit", "a creator's profile, posts and comments") into the exact calls to make, in order: method, path, the parameters your question filled, the ones still missing, which step's rows fill a later step, the credit price of each call, and a curl for each with every unknown value left as a {placeholder}. Four jobs are planned today (brand monitoring, one creator, a topic search, a saved search on a monitor); a one-call question returns that one call. A question outside those returns uncertain with no steps instead of a guessed chain, and anything the API cannot return (a follower history, a new-post webhook) is listed under cannot. Nothing is run. Free to call. TL;DR: `GET /v1/utility/plan` costs Free (0 credits) and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | The job in plain words, in any language. Up to 600 characters are read | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/utility/plan?query=Combine%20%40acme's%20TikTok%20profile%20with%20their%20recent%20videos%20and%20the%20comments%20on%20them" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Utility API: https://www.socialcrawl.dev/platforms/utility ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing