Back to Lemon8
TikHub·Lemon8
Lemon8 App: Search API
/api/v1/lemon8/app/fetch_searchsync$0.0015 / callSearch API via TikHub's Lemon8 App endpoint. (TikHub · Lemon8 App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Search keyword |
| max_cursor | string | — | Pagination parameter (default "") |
| filter_type | string | — | Search filter type (default "") |
| order_by | string | — | Search sort type (default "") |
| search_tab | string | — | Search type (default "main") |
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/lemon8/app/fetch_search","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.