Back to Reddit
TikHub·Reddit
Reddit APP: Fetch Reddit APP Search Typeahead Suggestions
/api/v1/reddit/app/fetch_search_typeaheadsync$0.0015 / callFetch autocomplete suggestions for the Reddit APP search box, including recommended subreddits, users, and search terms (TikHub · Reddit APP)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| language | string | — | Preferred response language as an IETF language tag; default: en-US (default "en-US") |
| query | string | yes | Search query |
| safe_search | string (unset, strict) | — | Safe search setting: unset, strict (default "unset") |
| allow_nsfw | string (0, 1) | — | Allow NSFW content: 0 or 1 (default "0") |
| need_format | boolean | — | Whether to clean and format the data (default false) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_search_typeahead","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.