# Build a partner lead list from Tripadvisor with contacts

**Use case:** 

Build an outreach-ready list of hotels and hospitality partners. With business email, phone, website, and enriched decision-maker contacts.

## Input

```json
{
  "query": "Lisbon",
  "startUrls": [
    {
      "url": "https://www.tripadvisor.com/Tourism-g60763-New_York_City_New_York-Vacations.html"
    }
  ],
  "maxItemsPerQuery": 5,
  "includeTags": false,
  "includeNearbyResults": false,
  "includeAttractions": false,
  "includeRestaurants": false,
  "includeHotels": true,
  "checkInDate": "2025-06-15",
  "checkOutDate": "2025-06-16",
  "includePriceOffers": false,
  "includeAiReviewsSummary": false,
  "language": "en",
  "currency": "USD",
  "maxPhotosPerPlace": 0,
  "photosType": "fromEveryone",
  "maximumLeadsEnrichmentRecords": 1,
  "leadsEnrichmentDepartments": [
    "c_suite",
    "operations"
  ],
  "verifyLeadsEnrichmentEmails": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "firstName": {
    "label": "First name"
  },
  "lastName": {
    "label": "Last name"
  },
  "fullName": {
    "label": "Full name"
  },
  "linkedinProfile": {
    "label": "Linkedin profile"
  },
  "email": {
    "label": "Email"
  },
  "mobileNumber": {
    "label": "Mobile number"
  },
  "headline": {
    "label": "Headline"
  },
  "jobTitle": {
    "label": "Job title"
  },
  "departments": {
    "label": "Departments"
  },
  "seniority": {
    "label": "Seniority"
  },
  "industry": {
    "label": "Industry"
  },
  "photoUrl": {
    "label": "Photo url"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyWebsite": {
    "label": "Company website"
  },
  "companySize": {
    "label": "Company size"
  },
  "companyLinkedin": {
    "label": "Company linkedin"
  },
  "companyCity": {
    "label": "Company city"
  },
  "companyState": {
    "label": "Company state"
  },
  "companyCountry": {
    "label": "Company country"
  },
  "companyPhoneNumber": {
    "label": "Company phone number"
  },
  "twitter": {
    "label": "Twitter"
  },
  "emailVerification": {
    "label": "Email verification"
  },
  "leadsEnrichment": {
    "label": "Leads enrichment"
  }
}
```

## About this Actor

This example demonstrates how to use [Tripadvisor Scraper](https://apify.com/maxcopell/tripadvisor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maxcopell/tripadvisor) to learn more, explore other use cases, and run it yourself.