# San Francisco Massage Therapy Business List

**Use case:** 

Find registered massage therapy businesses across San Francisco with owner name, address, ZIP and supervisor district.

## Input

```json
{
  "query": "",
  "maxItems": 50,
  "neighborhood": "",
  "businessType": "MASSAGE",
  "supervisorDistrict": "",
  "activeOnly": false
}
```

## Output

```json
{
  "dbaName": {
    "label": "Business Name",
    "format": "text"
  },
  "ownershipName": {
    "label": "Owner",
    "format": "text"
  },
  "businessType": {
    "label": "Business Activity",
    "format": "text"
  },
  "fullBusinessAddress": {
    "label": "Address",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "supervisorDistrict": {
    "label": "Supervisor District",
    "format": "text"
  },
  "businessCorridor": {
    "label": "Corridor",
    "format": "text"
  },
  "dbaStartDate": {
    "label": "Registered",
    "format": "date"
  },
  "locationEndDate": {
    "label": "Closed",
    "format": "date"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "businessAccountNumber": {
    "label": "Account #",
    "format": "text"
  },
  "certificateNumber": {
    "label": "Certificate #",
    "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 [San Francisco Registered Businesses Scraper](https://apify.com/scrapers_lat/sf-business-registrations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/sf-business-registrations-scraper) to learn more, explore other use cases, and run it yourself.