Credits

How the HTTP API uses your organization credit balance.

Metered SnitchFeed features draw from the same organization credit pool as the product app. The public v1 API charges credits only for successful v1/data/ calls:

EndpointCredits
POST /v1/data/twitter/tweets/search2 per successful request
POST /v1/data/linkedin/posts/search4 per successful request
POST /v1/data/linkedin/company/get4 per successful request
POST /v1/data/linkedin/person/posts10 per successful request (one page)
POST /v1/data/linkedin/person/comments10 per successful request (one page)
POST /v1/data/linkedin/posts/comments1 per comment returned
POST /v1/data/linkedin/posts/reactions1 per reaction returned
POST /v1/data/hackernews/search2 per successful request

Successful LinkedIn search, person posts, and person comments responses return the full page. Optional count on search and person posts is ignored.

POST /v1/data/linkedin/person/comments returns comments authored by a person (profile URL). POST /v1/data/linkedin/posts/comments scrapes comments on a post (post URL).

All other v1 endpoints (GET /v1/data/linkedin/industries, GET /v1/organization/usage, and every /v1/mentions, /v1/listeners, /v1/feeds, /v1/organization/context endpoint) are read-only and do not consume credits.

Requests that fail (4xx / 5xx) are not billed.

OpenAPI

The same numbers appear in GET /v1/openapi.json under components.schemas.SnitchFeedCreditRates for codegen and tooling.

Full product reference

For how credits work across listeners, exports, chat, and estimates, see Credits & usage in the main documentation.

On this page