# Emails and Contacts from airbnb.com and canva.com

**Use case:** 

Extract emails, phone numbers, and social media profiles from airbnb.com and canva.com to build enriched B2B contact and lead lists.

## Input

```json
{
  "maxWebsites": 50,
  "websites": [
    "airbnb.com",
    "canva.com"
  ],
  "maxPagesPerSite": 6
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "website": {
    "label": "Website"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "linkedin": {
    "label": "LinkedIn"
  },
  "twitter": {
    "label": "Twitter / X"
  },
  "facebook": {
    "label": "Facebook"
  },
  "instagram": {
    "label": "Instagram"
  },
  "addresses": {
    "label": "Address"
  },
  "pagesScanned": {
    "label": "Pages Scanned"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact & Email Scraper](https://apify.com/scrapers_lat/website-contacts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/website-contacts-scraper) to learn more, explore other use cases, and run it yourself.