# Aircon Services Leads Singapore Scraper

**Use case:** 

Scrape aircon services business leads in Singapore with phone, email, website and address for B2B outreach.

## Input

```json
{
  "keyword": "aircon",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore Yellow Pages Scraper (Leads: Phone, Email, Address)](https://apify.com/scrapers_lat/singapore-yellowpages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-yellowpages-scraper) to learn more, explore other use cases, and run it yourself.