Wealth Management 1
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Tjeerd Noorland
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Wealth Management 1
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Tjeerd Noorland
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
You can access the Wealth Management 1 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.0", "x-build-id": "QW9JWr7EU0ty9wFBY" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/t.noorlandgb~wealth-management-1/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-t.noorlandgb-wealth-management-1", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/t.noorlandgb~wealth-management-1/runs": { "post": { "operationId": "runs-sync-t.noorlandgb-wealth-management-1", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/t.noorlandgb~wealth-management-1/run-sync": { "post": { "operationId": "run-sync-t.noorlandgb-wealth-management-1", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "runAfmMar19": { "title": "Run AFM MAR 19", "type": "boolean", "description": "Ingest the AFM MAR 19 (Melding artikel 19 MAR) CSV export. This is the primary source. If disabled and substantial holdings is also disabled, the run fails. If MAR 19 fails to fetch, the run fails regardless of other sources.", "default": true }, "runAfmSubstantialHoldings": { "title": "Run AFM substantial holdings", "type": "boolean", "description": "Ingest the AFM substantial holdings (Meldingen substantiële deelnemingen) CSV export. This is a secondary confirmation source. If this source fails after retries, the run enters degraded mode and continues with MAR 19 only. Does not cause a fatal failure on its own.", "default": true }, "runExaConfirmation": { "title": "Run Exa confirmation", "type": "boolean", "description": "Enable the optional Exa neural search confirmation pass. When enabled, the top review records (bucket A + top N bucket B) are enriched with Exa web search results to confirm person context, role, and disposal language. Requires exaApiKey or EXA_API_KEY environment variable. If Exa is unavailable, the run continues without confirmation and records are marked accordingly.", "default": false }, "afmMar19CsvUrl": { "title": "AFM MAR 19 CSV URL (override)", "type": "string", "description": "Optional override for the AFM MAR 19 CSV download URL. Leave blank to use the default AFM endpoint. Use this to point at a fixture file or a cached copy for testing.", "default": "" }, "afmSubstantialHoldingsCsvUrl": { "title": "AFM substantial holdings CSV URL (override)", "type": "string", "description": "Optional override for the AFM substantial holdings CSV download URL. Leave blank to use the default AFM endpoint. The file is approximately 95 MB and 250,000+ rows — early lookback filtering keeps memory bounded.", "default": "" }, "lookbackDays": { "title": "Lookback days", "minimum": 7, "maximum": 365, "type": "integer", "description": "Signals older than this many days are dropped during the early lookback filter step. Applies to both sources. Lower values produce fewer but more recent signals. Default 45 days covers the most recent AFM MAR 19 and substantial holdings filings.", "default": 45 }, "minSignalConfidence": { "title": "Minimum signal confidence gate", "minimum": 0, "maximum": 1, "type": "number", "description": "Records with signal_confidence below this threshold are blocked by the 'below_min_signal_confidence' gate and do not reach match-ready or shortlist. Default 0.6. Lowering this value increases recall but reduces precision.", "default": 0.6 }, "minNaturalPersonConfidence": { "title": "Minimum natural person confidence gate", "minimum": 0, "maximum": 1, "type": "number", "description": "Records with natural_person_confidence below this threshold are blocked by the 'low_natural_person_confidence' gate. Default 0.6. Institutional-sounding names score near 0.1; clear person names score 0.76+.", "default": 0.6 }, "excludeInstitutions": { "title": "Exclude institutional records from exports", "type": "boolean", "description": "When true, records flagged as high institutional risk (institutional_risk=high) are removed from all exports after scoring. They are still counted in the raw archive. Disable this only for diagnostic runs.", "default": true }, "maxReviewRecords": { "title": "Max review dataset records", "minimum": 1, "maximum": 1000, "type": "integer", "description": "Maximum number of records written to the 'review' named dataset. Records are ranked by bucket (A → B → C), issuer desirability, NL relevance, and natural person confidence before slicing.", "default": 100 }, "maxMatchReadyRecords": { "title": "Max match-ready dataset records", "minimum": 1, "maximum": 500, "type": "integer", "description": "Maximum number of records written to the 'match-ready' named dataset. Match-ready records must pass all strict signal gates. Without Exa confirmation, match-ready output is typically 0 because records require enrichment_context or verified role data.", "default": 30 }, "maxShortlistRecords": { "title": "Max shortlist dataset records", "minimum": 1, "maximum": 300, "type": "integer", "description": "Maximum number of records written to the 'shortlist' named dataset. The shortlist uses a softer gate than match-ready: requires review bucket A or B, natural_person_confidence ≥ 0.45, and signal_confidence ≥ 0.40. Does not require Exa confirmation.", "default": 60 }, "topBucketBForExa": { "title": "Bucket B records for Exa confirmation", "minimum": 0, "maximum": 25, "type": "integer", "description": "How many bucket B review records to include in the Exa confirmation pass (in addition to all bucket A records). Only relevant when runExaConfirmation is true. Set to 0 to confirm bucket A only.", "default": 5 }, "exaFreshnessMaxAgeHours": { "title": "Exa content freshness cap (hours)", "minimum": 1, "maximum": 720, "type": "integer", "description": "Maximum age in hours for Exa content fetches during confirmation. Content older than this will not be fetched. Default 72 hours covers a 3-day window around the signal date. Only relevant when runExaConfirmation is true.", "default": 72 }, "exaApiKey": { "title": "Exa API key", "type": "string", "description": "Optional. Secret Exa API key. If left empty, the actor will fall back to EXA_API_KEY from the environment." }, "debug": { "title": "Debug logging", "type": "boolean", "description": "Enable verbose debug logging. Produces additional structured log entries for each pipeline stage. Useful for diagnosing schema drift or gate threshold issues.", "default": false } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Wealth Management 1 from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: