# SEC Form ADV   RIA Firm & Investment Advisor Data — Full Exp

**Use case:** 

Scrape the full sec form adv - ria firm & investment advisor data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract sec form adv - ria firm & investment advisor data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "by_state",
  "includeInactive": false,
  "maxItems": 200
}
```

## Output

```json
{
  "crd_number": {
    "label": "Crd Number",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "ia_scope": {
    "label": "Ia Scope",
    "format": "string"
  },
  "sec_file_number": {
    "label": "Sec File Number",
    "format": "string"
  },
  "main_office_state": {
    "label": "Main Office State",
    "format": "string"
  },
  "is_sec_registered": {
    "label": "Is Sec Registered",
    "format": "boolean"
  },
  "registered_jurisdiction_count": {
    "label": "Registered Jurisdiction Count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form ADV Scraper - RIA Firm & Investment Advisor Data](https://apify.com/jungle_synthesizer/sec-form-adv-iapd-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/sec-form-adv-iapd-crawler) to learn more, explore other use cases, and run it yourself.