工具 API
search_ data_ apps
Search Data Apps and return compact cards. The first step for any data need. Card fields: namespace + app_name (reference the App later as `namespace/app_name`; the reference breaks if either is renamed), app_id (immutable, rename-proof; use it for long-lived integrations), name, summary, type (data = fetch external data / transform = process existing data), execution_mode (sync = seconds / async = may take minutes), required_input_hint, main_output_hint, keywords, accepting_runs (false = in maintenance, takes no new runs; avoid it), price_from (per record; full pricing in get_data_app_details). No fit or low_confidence=true: retry with shorter, more generic keywords. Then call get_data_app_details on the chosen App before running it.
调用信息
- 工具标识
- datahub.search_data_apps
- 服务提供方
- 八爪鱼 DataHub
- 平均响应
- 717 ms
- 近 7 天调用
- 6
输入参数
queryBusiness keywords (any language) matched against App name/summary/keywords; add the platform name to filter by platform (e.g. 'temu reviews'); empty = list all
typeFilter by App type: 'data' = fetches external data, 'transform' = processes existing data
scopeVisibility range, published Apps only: 'all' = everything visible to the current credential (marketplace + my private + shared; default, degrades to marketplace without a credential); 'public' = marketplace only; 'private' = my private Apps; 'shared' = Apps I shared or that were shared with me. Narrow only when the user explicitly limits it
offsetPagination start offset
limitNumber of cards, 1-20 (larger values are clamped)