# Real Estate Agency B2B Leads in Italy

**Use case:** 

Generate a list of 40 verified B2B leads including emails and phone numbers from real estate agencies in Italy.

## Input

```json
{
  "sector": "real estate agencies",
  "country": "Italy",
  "cities": [],
  "maxLeads": 40,
  "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.