# Real Estate LLC Leads from New York Registry

**Use case:** 

Extract real estate LLC data from New York's State Registry. Get records including DOS ID, entity name, and filing details.

## Input

```json
{
  "query": "real estate",
  "county": "New York",
  "entityType": "DOMESTIC LIMITED LIABILITY COMPANY",
  "order": "newest",
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "dosId": {
    "label": "DOS ID",
    "format": "string"
  },
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "entityType": {
    "label": "Entity type",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "filingDate": {
    "label": "Initial filing date",
    "format": "string"
  },
  "filingYear": {
    "label": "Filing year",
    "format": "integer"
  },
  "agentName": {
    "label": "Registered agent name",
    "format": "string"
  },
  "agentAddress": {
    "label": "Agent address",
    "format": "string"
  },
  "agentCity": {
    "label": "Agent city",
    "format": "string"
  },
  "agentState": {
    "label": "Agent state",
    "format": "string"
  },
  "agentZip": {
    "label": "Agent ZIP",
    "format": "string"
  },
  "url": {
    "label": "API URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [New York Company Registry Scraper — B2B Leads](https://apify.com/logiover/usa-new-york-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/usa-new-york-company-registry-scraper) to learn more, explore other use cases, and run it yourself.