# Export Singapore Florist Emails - StreetDirectory

**Use case:** 

Export a Singapore florist email list from StreetDirectory to a spreadsheet with shop name, phone, email, website and address for marketing outreach.

## Input

```json
{
  "categories": [
    "Florist"
  ],
  "browseGroups": [],
  "paginateAllLetters": true,
  "scrapeProfiles": true,
  "enrichEmails": true,
  "maxItems": 100,
  "monitorMode": false,
  "monitorTrackChanges": false,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "listingTier": {
    "label": "Tier",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [StreetDirectory Scraper — Singapore Business Leads](https://apify.com/scrapesage/streetdirectory-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/streetdirectory-business-scraper) to learn more, explore other use cases, and run it yourself.