SocialCrawl Pricing & Credit Costs
socialcrawl_pricingExact credit pricing for every one of the 572 SocialCrawl endpoints. 'overview' returns the tier ladder (327 standard / 210 advanced / 35 premium), every free endpoint, every flat override, all 41 metered endpoints with their min-max band and exact charging rule, cache TTLs, and the full refund matrix. 'endpoint' gives one endpoint's price, metered rule, price-driving parameters, paging cost, and worst case. 'platform' gives a platform's whole cost table. 'list' ranks and filters endpoints by cost (maxCost/minCost/model/search/sort) — e.g. "everything I can call for 1 credit" or "the most expensive endpoints". Use this before spending credits. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | list: sort order (default 'cost_desc' — most expensive first). | |
| limit | No | list: maximum rows to return (1-200, default 40). | |
| model | No | list: filter by billing model — 'ladder' (tier rate per request), 'flat' (per-endpoint override), 'metered' (query-dependent, ceiling deducted then refunded down), or 'free' (0 credits). | |
| action | No | 'overview' (default): the tier ladder, every free endpoint, every flat override, every metered band with its rule, cache TTLs, and the refund matrix. 'endpoint': one endpoint's exact price, metered rule, price-driving params, and worst case (needs platform + resource). 'platform': the cost table for one platform (needs platform). 'list': rank/filter endpoints by price across platforms. | |
| method | No | HTTP method. Disambiguates the `web` platform, where one resource is served by several methods; also filters the 'list' action. | |
| search | No | list: free-text filter over platform, resource, summary, and archetype. | |
| maxCost | No | list: only endpoints that can cost at most this many credits (metered judged by their ceiling). | |
| minCost | No | list: only endpoints that cost at least this many credits (metered judged by their floor). | |
| platform | No | Platform slug. Required for 'endpoint' and 'platform' actions; filters the 'list' action. | |
| resource | No | Resource path for the 'endpoint' action (e.g., 'profile', 'comments', 'jobs/{job_id}'). |