# SF New Businesses 2025 Supervisor District 6

**Use case:** 

Track new businesses registered from 2025 in San Francisco Supervisor District 6 with name, owner, activity and address.

## Input

```json
{
  "query": "",
  "maxItems": 100,
  "neighborhood": "",
  "supervisorDistrict": "6",
  "activeOnly": false,
  "startFrom": "2025-01-01"
}
```

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