TOOL API

get_data_app_details

Get an App's machine-readable manual. Read it before running the App; if the user gave the App reference directly, start here without searching. Fields: input_schema (JSON Schema the run input must satisfy; mind required and enum; a field with many allowed values shows only the common ones in its description and the total count — pass field (and query) to look up the exact value instead of guessing), output_schema (structure of result records), execution.mode (sync = usually seconds: run it with wait_seconds=60 to get results in one call / async = tens of seconds to minutes: launch with wait_seconds=0 and wait via get_run_status; tell the user about the wait up front), knowledge (capability boundaries, expected latency, usage notes), pricing, examples (ready-to-use inputs: copy one and adjust it rather than assembling input from scratch).

devOAuth1 credits

Call information

Tool slug
datahub.get_data_app_details
Provider
Octoparse DataHub
Average response
345 ms
Calls in 7 days
4

Input parameters

apprequired

App reference: `<publisher_username>/<app_name>` (namespace and app_name from a search card) or the immutable app_id (`app_<hex>`)

field

Optional: name of one input field; returns only that field's full schema (all allowed values) instead of the whole manual. Use when a value you need is not among the common ones listed in the field description

query

Optional, with field: case-insensitive text matched against the allowed values and their display names; only matching values are returned (e.g. "ire" → Ireland)