# New York Technology Company Registry Scraper

**Use case:** 

Scrape New York technology companies by name from the NY DOS registry. Get entity names, IDs, status, addresses and registered agents.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchValue": "technology",
  "searchBy": "name",
  "match": "contains",
  "entityStatus": "all"
}
```

## Output

```json
{
  "name": {
    "label": "Entity name",
    "format": "text"
  },
  "dosId": {
    "label": "DOS ID",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "registeredAgentName": {
    "label": "Registered agent",
    "format": "text"
  },
  "registeredAgentAddress": {
    "label": "Registered agent address",
    "format": "object"
  },
  "dosProcessName": {
    "label": "DOS process agent",
    "format": "text"
  },
  "dosProcessAddress": {
    "label": "DOS process address",
    "format": "object"
  },
  "chairmanOrCeoName": {
    "label": "Chairman / CEO",
    "format": "text"
  },
  "physicalLocationAddress": {
    "label": "Physical location",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [New York Business Entity Scraper](https://apify.com/scrapers_lat/ny-dos-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/ny-dos-business-scraper) to learn more, explore other use cases, and run it yourself.