# SEC RIA New Registrations Scraper (`comfy_glove/sec-ria-new-registrations`) Actor

Scrapes newly registered Registered Investment Advisers (RIAs) from SEC bulk data. Filters by registration date, employee count, US only, and website presence.

- **URL**: https://apify.com/comfy\_glove/sec-ria-new-registrations.md
- **Developed by:** [Zsombor Szekeres](https://apify.com/comfy_glove) (community)
- **Categories:** Lead generation, Automation, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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).


# README

## SEC RIA New Registrations Scraper

Pulls newly registered Registered Investment Advisers (RIAs) from the SEC's monthly bulk data export. Useful for identifying small, founder-led investment firms at the moment of registration — before they appear on any lead list.

### Data Source

SEC Investment Adviser bulk data: [sec.gov](https://www.sec.gov/data-research/sec-markets-data/information-about-registered-investment-advisers-exempt-reporting-advisers)

Updated monthly by the SEC. No API key required.

### Output Fields

| Field | Description |
|---|---|
| firm_name | Primary business name |
| legal_name | Legal registered name |
| website | Website URL from ADV filing |
| phone | Main office phone |
| city | Main office city |
| state | Main office state (2-letter) |
| employee_count | Total employees (Form ADV field 5A) |
| registration_date | SEC approval date |
| latest_filing_date | Most recent ADV filing date |
| sec_number | SEC registration number |
| crd_number | FINRA CRD number |
| firm_type | Registration type |

### Input Options

| Parameter | Default | Description |
|---|---|---|
| maxDaysRegistered | 90 | Only firms registered within this many days |
| maxEmployees | 50 | Max employee count (0 = no filter) |
| usOnly | true | US firms only |
| requireWebsite | true | Only firms with a website listed |
| states | [] | Filter by state codes e.g. CA, NY (empty = all) |
| maxLeads | 200 | Max results to return |

### Notes

- Employee count is self-reported by the firm on their Form ADV filing.
- Website and phone are from the ADV filing — may need verification.
- Principal/CEO name is not in this dataset. Enrich with Apollo or Clay using the website domain.

# Actor input Schema

## `maxDaysRegistered` (type: `integer`):

Only include firms registered with the SEC within this many days. E.g. 90 = last 3 months.
## `maxEmployees` (type: `integer`):

Only include firms with this many employees or fewer (Form ADV field 5A). Set to 0 to disable filter.
## `usOnly` (type: `boolean`):

If enabled, only return firms with a US main office address.
## `requireWebsite` (type: `boolean`):

If enabled, only return firms that have a website listed on their ADV filing.
## `states` (type: `array`):

Limit results to specific US states. Use 2-letter codes e.g. CA, NY, TX. Leave empty for all states.
## `fetchAdv` (type: `boolean`):

If enabled, fetches the firm's Form ADV Part 1 Schedule A to extract the owner/principal first name, last name, and title. Adds ~3 seconds per firm.
## `verifyWebsite` (type: `boolean`):

If enabled, actually visits each website to confirm it loads. Filters out dead domains and social media profile URLs. Adds ~30 seconds to runtime.
## `maxLeads` (type: `integer`):

Maximum number of leads to return.

## Actor input object example

```json
{
  "maxDaysRegistered": 90,
  "maxEmployees": 50,
  "usOnly": true,
  "requireWebsite": true,
  "states": [],
  "fetchAdv": true,
  "verifyWebsite": true,
  "maxLeads": 200
}
````

# Actor output Schema

## `firm_name` (type: `string`):

Primary business name of the RIA firm.

## `legal_name` (type: `string`):

Legal registered name of the firm.

## `website` (type: `string`):

Firm website URL from ADV filing.

## `phone` (type: `string`):

Main office phone number.

## `city` (type: `string`):

Main office city.

## `state` (type: `string`):

Main office state (2-letter code).

## `employee_count` (type: `string`):

Total number of employees reported on Form ADV (field 5A).

## `registration_date` (type: `string`):

Date the firm was approved as a registered investment adviser.

## `latest_filing_date` (type: `string`):

Date of the firm's most recent Form ADV filing.

## `sec_number` (type: `string`):

SEC registration number.

## `crd_number` (type: `string`):

FINRA CRD number for the firm.

## `firm_type` (type: `string`):

Firm registration type (e.g. Registered, Exempt Reporting Adviser).

## `domain` (type: `string`):

Cleaned domain extracted from the website URL.

## `owner_first_name` (type: `string`):

First name of the principal owner/executive from Form ADV Part 1 Schedule A.

## `owner_last_name` (type: `string`):

Last name of the principal owner/executive from Form ADV Part 1 Schedule A.

## `owner_title` (type: `string`):

Title or role of the principal owner from Form ADV Part 1 Schedule A.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("comfy_glove/sec-ria-new-registrations").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("comfy_glove/sec-ria-new-registrations").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call comfy_glove/sec-ria-new-registrations --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=comfy_glove/sec-ria-new-registrations",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SEC RIA New Registrations Scraper",
        "description": "Scrapes newly registered Registered Investment Advisers (RIAs) from SEC bulk data. Filters by registration date, employee count, US only, and website presence.",
        "version": "1.0",
        "x-build-id": "SWB8IL6Wcm2OkcPoC"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/comfy_glove~sec-ria-new-registrations/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-comfy_glove-sec-ria-new-registrations",
                "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/comfy_glove~sec-ria-new-registrations/runs": {
            "post": {
                "operationId": "runs-sync-comfy_glove-sec-ria-new-registrations",
                "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/comfy_glove~sec-ria-new-registrations/run-sync": {
            "post": {
                "operationId": "run-sync-comfy_glove-sec-ria-new-registrations",
                "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": {
                    "maxDaysRegistered": {
                        "title": "Max Days Since Registration",
                        "minimum": 1,
                        "maximum": 1825,
                        "type": "integer",
                        "description": "Only include firms registered with the SEC within this many days. E.g. 90 = last 3 months.",
                        "default": 90
                    },
                    "maxEmployees": {
                        "title": "Max Employee Count",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Only include firms with this many employees or fewer (Form ADV field 5A). Set to 0 to disable filter.",
                        "default": 50
                    },
                    "usOnly": {
                        "title": "US Firms Only",
                        "type": "boolean",
                        "description": "If enabled, only return firms with a US main office address.",
                        "default": true
                    },
                    "requireWebsite": {
                        "title": "Require Website",
                        "type": "boolean",
                        "description": "If enabled, only return firms that have a website listed on their ADV filing.",
                        "default": true
                    },
                    "states": {
                        "title": "Filter by States (optional)",
                        "type": "array",
                        "description": "Limit results to specific US states. Use 2-letter codes e.g. CA, NY, TX. Leave empty for all states.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "fetchAdv": {
                        "title": "Fetch Form ADV Schedule A",
                        "type": "boolean",
                        "description": "If enabled, fetches the firm's Form ADV Part 1 Schedule A to extract the owner/principal first name, last name, and title. Adds ~3 seconds per firm.",
                        "default": true
                    },
                    "verifyWebsite": {
                        "title": "Verify Website is Live",
                        "type": "boolean",
                        "description": "If enabled, actually visits each website to confirm it loads. Filters out dead domains and social media profile URLs. Adds ~30 seconds to runtime.",
                        "default": true
                    },
                    "maxLeads": {
                        "title": "Max Leads",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum number of leads to return.",
                        "default": 200
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
