# List SEC registered investment advisors in Texas

**Use case:** 

Pull SEC registered investment advisor firms in Texas: firm names, identifiers, locations, and registration details as structured JSON.

## Input

```json
{
  "query_type": "firms",
  "firm_name": "Vanguard",
  "firm_city": "New York",
  "firm_state": "TX",
  "firm_country": "US",
  "firms_limit": 25,
  "contact_firm_name": "Morgan Stanley",
  "organization_crds": "7691,250",
  "contacts_limit": 10
}
```

## Output

```json
{
  "query_type": {
    "label": "Query Type",
    "format": "string"
  },
  "query_timestamp": {
    "label": "Search Timestamp",
    "format": "string"
  },
  "firms": {
    "label": "Firms Search Results",
    "format": "object"
  },
  "contacts": {
    "label": "Contacts Search Results",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Investment Finance Professionals](https://apify.com/johnvc/secinvestmentadvisorcontacts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/secinvestmentadvisorcontacts) to learn more, explore other use cases, and run it yourself.