# Overture Maps business leads extraction workflow

**Use case:** 

Create a repeatable territory lead dataset from Overture Maps with country, category, confidence, phone, email, website, and social filters.

## Input

```json
{
  "boundingBox": {
    "west": -122.44,
    "south": 37.75,
    "east": -122.39,
    "north": 37.8
  },
  "category": "restaurant",
  "country": "US",
  "minConfidence": 0.75,
  "maxItems": 500
}
```

## Output

```json
{
  "gersId": {
    "label": "GERS ID"
  },
  "name": {
    "label": "Place name"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "locality": {
    "label": "Locality"
  },
  "country": {
    "label": "Country"
  },
  "phones": {
    "label": "Phones"
  },
  "emails": {
    "label": "Emails"
  },
  "websites": {
    "label": "Websites"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "release": {
    "label": "Release"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Overture Maps Places Extractor](https://apify.com/automation-lab/overture-maps-places-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/overture-maps-places-extractor) to learn more, explore other use cases, and run it yourself.