# AI Lead Finder

**Use case:** 

Identify top leads in Any location on the map with website analysis and lead scoring. Get concise data for effective outreach.

## Input

```json
{
  "keyword": "Dentist",
  "location": "New York",
  "maxResults": 10
}
```

## Output

```json
{
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "googleRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "websiteScore": {
    "label": "Site Score",
    "format": "number"
  },
  "reasons": {
    "label": "Lead Reasons",
    "format": "array"
  },
  "facebook": {
    "label": "Facebook",
    "format": "link"
  },
  "instagram": {
    "label": "Instagram",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Agency Lead Finder](https://apify.com/wadeedkhan/ai-lead-finder-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/wadeedkhan/ai-lead-finder-actor) to learn more, explore other use cases, and run it yourself.