# Locksmith Leads Singapore Scraper

**Use case:** 

Scrape locksmith business leads in Singapore with company name, phone, address and category for sales prospecting.

## Input

```json
{
  "keyword": "locksmith",
  "maxItems": 50
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal Code",
    "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 Business Directory Scraper (Phone, Address Leads)](https://apify.com/scrapers_lat/singapore-streetdirectory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-streetdirectory-scraper) to learn more, explore other use cases, and run it yourself.