# UK Marketing Agency B2B Lead Finder

**Use case:** 

Generate verified B2B leads from marketing agencies in the UK. Obtain emails, phone numbers, and decision-makers for targeted outreach.

## Input

```json
{
  "sector": "marketing agencies",
  "country": "United Kingdom",
  "cities": [],
  "maxLeads": 50,
  "resultsPerQuery": 10,
  "maxPagesPerSite": 2,
  "maxProfilesPerSite": 3,
  "discovery": "osm",
  "requireEmail": true,
  "guessEmails": false,
  "verifyEmails": true,
  "smtpCheck": false,
  "extraQueries": [],
  "extraStartUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name"
  },
  "domain": {
    "label": "Domain"
  },
  "persons": {
    "label": "Persons"
  },
  "companyEmails": {
    "label": "Company emails"
  },
  "phones": {
    "label": "Phones"
  },
  "address": {
    "label": "Address"
  },
  "socials.linkedin": {
    "label": "Linkedin"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Lead Scraper - Emails, Phones & Contacts](https://apify.com/logiover/b2b-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/b2b-lead-scraper) to learn more, explore other use cases, and run it yourself.