Back to Reddit
TikHub·Reddit
Reddit APP: Fetch Reddit APP Post Comments
/api/v1/reddit/app/fetch_post_commentssync$0.0015 / callFetch comments under a specified Reddit APP post (TikHub · Reddit APP)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| language | string | — | Preferred response language as an IETF language tag; default: en-US (default "en-US") |
| post_id | string | yes | Post ID |
| sort_type | string (CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM) | — | Sort method: CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM (default "CONFIDENCE") |
| after | string | — | Pagination parameter for fetching next page (default "") |
| need_format | boolean | — | Whether to clean and format the data (default false) |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_post_comments","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.