# Utility Browse Capabilities API (https://www.socialcrawl.dev/platforms/utility/capabilities) > Every cross-cutting parameter, once: the label presets for comments, posts and reviews (which are free by default and which are metered), relevance, judgments, include, since and stop_at_id, recent_days, the row filters, seen, trim, download_media, market and fit. Each entry says what the parameter does, what it costs, and lists every endpoint that supports it, so a search for a capability (sentiment, buyers, recent posts only) lands on the lanes that have it. Generated from the endpoint registry at request time. Free to call. TL;DR: `GET /v1/utility/capabilities` 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 | | --- | --- | --- | | `param` | no | Return one capability only, by parameter name (for example label or relevance) | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/utility/capabilities" \ -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