# Los Angeles Plumbing Contractors Directory

**Use case:** 

Directory of active Los Angeles plumbing contractors with business name, DBA, industry, address and ZIP code.

## Input

```json
{
  "query": "plumbing",
  "maxItems": 100,
  "sortBy": "newest"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "dba": {
    "label": "DBA",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "councilDistrict": {
    "label": "Council District",
    "format": "text"
  },
  "startDate": {
    "label": "Registered",
    "format": "date"
  },
  "mailingAddress": {
    "label": "Mailing Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Los Angeles Active Businesses Scraper](https://apify.com/scrapers_lat/la-business-registrations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/la-business-registrations-scraper) to learn more, explore other use cases, and run it yourself.