List Endpoints for a Platform
socialcrawl_list_endpointsList endpoints with their full parameter contract — required + optional params, types, integer ranges, enum values, parameter couplings, CSV limits, pagination style, cache TTL, and per-endpoint pricing (including metered bands). Pass a platform for that platform's reference, or a search term to find an endpoint across all 65 platforms / 572 endpoints. Filter with method and maxCost. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). Output longer than one response is paged, not truncated — the footer says how many pages there are and repeats your filters. | |
| detail | No | 'full' (default for a single platform) prints every parameter with its type, range, enum values, and couplings. 'compact' prints the summary table only — use it when searching broadly. | |
| method | No | Only show endpoints served with this HTTP method. | |
| search | No | Free-text search over endpoint names, summaries, descriptions, archetypes, and tags (e.g. 'transcript', 'reviews', 'followers'). Works with or without `platform` — without one it searches all platforms. | |
| maxCost | No | Only show endpoints that cost at most this many credits per call (metered endpoints are judged by their ceiling). | |
| platform | No | Platform slug (e.g., 'tiktok', 'instagram', 'youtube'). Omit it and pass `search` to look for an endpoint across all platforms. |