# Build a Los Angeles plumber lead dataset

**Use case:** 

Build a Los Angeles plumber lead dataset from Google Maps with phone numbers, websites, ratings, and hours for sales prospecting.

## Input

```json
{
  "keyword": "plumber",
  "location": "Los Angeles, CA",
  "language": "English",
  "max_results": 100,
  "reviews": 0,
  "photos": 0
}
```

## Output

```json
{
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "place_id": {
    "label": "Place ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "located_in": {
    "label": "Located In",
    "format": "string"
  },
  "plus_code": {
    "label": "Plus Code",
    "format": "string"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "place_rank": {
    "label": "Place Rank",
    "format": "number"
  },
  "place_importance": {
    "label": "Place Importance",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "menu_url": {
    "label": "Menu URL",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "social_media": {
    "label": "Social Media",
    "format": "object"
  },
  "opening_hours": {
    "label": "Opening Hours",
    "format": "array"
  },
  "popular_times": {
    "label": "Popular Times",
    "format": "object"
  },
  "amenities": {
    "label": "Amenities",
    "format": "string"
  },
  "about": {
    "label": "About",
    "format": "array"
  },
  "related_links": {
    "label": "Related Links",
    "format": "array"
  },
  "price_range": {
    "label": "Price Range",
    "format": "object"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "rating_counts": {
    "label": "Rating Counts",
    "format": "object"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "review_tags": {
    "label": "Review Tags",
    "format": "array"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "prices": {
    "label": "Prices",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Listing](https://apify.com/truefetch/google-maps-business-listing) with a specific input configuration. Visit the [Actor detail page](https://apify.com/truefetch/google-maps-business-listing) to learn more, explore other use cases, and run it yourself.