# Denver Fee-Only Financial Advisors Database | Contacts & Le…

**Use case:** 

Download a database of fee-only fiduciary financial advisors in Denver. Find NAPFA advisors by state, city, expertise, firm, credentials and compensation model.

## Input

```json
{
  "search_query": "Denver",
  "client_markets_served": [],
  "fee_structure": [],
  "technical_areas": [],
  "max_results": 100,
  "include_detail": true,
  "delay_seconds": 1,
  "proxy_configuration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Advisor Name",
    "format": "text"
  },
  "credentials": {
    "label": "Credentials",
    "format": "text"
  },
  "photo": {
    "label": "Photo",
    "format": "image"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "focus_areas": {
    "label": "Focus Areas",
    "format": "array"
  },
  "additional_info": {
    "label": "Bio",
    "format": "text"
  },
  "napfa_start_date": {
    "label": "NAPFA Since",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "firm_name": {
    "label": "Firm",
    "format": "text"
  },
  "firm_website": {
    "label": "Firm Website",
    "format": "link"
  },
  "firm_logo": {
    "label": "Firm Logo",
    "format": "image"
  },
  "firm_description": {
    "label": "Firm Description",
    "format": "text"
  },
  "profile_url": {
    "label": "NAPFA Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [NAPFA Financial Advisors Scraper US](https://apify.com/giovannibiancia/actor-napfa) with a specific input configuration. Visit the [Actor detail page](https://apify.com/giovannibiancia/actor-napfa) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/giovannibiancia/actor-napfa.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
