# TripAdvisor Tips Scraper (`burbn/tripadvisor-tips`) Actor

Extract traveler tips, room recommendations, and hotel insights from TripAdvisor by Location ID. Get user ratings, profiles, and advice in CSV/JSON.

- **URL**: https://apify.com/burbn/tripadvisor-tips.md
- **Developed by:** [Kevin](https://apify.com/burbn) (community)
- **Categories:** Travel, Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Tripadvisor Tips | Extract Tips & Room Recommendations by Location

Extract tips and room recommendations from Tripadvisor by location ID. Get user insights, ratings, and travel advice for hotels and attractions.

### ❓ What is Tripadvisor Tips?

**Tripadvisor Tips** is a powerful Apify actor that extracts tips and room recommendations from Tripadvisor for any hotel or attraction. Provide a location ID and get all available traveler tips with user profiles, ratings, and detailed advice.

With this Tripadvisor Tips actor, you can:

- 💡 **Extract Tips** — Get all room tips and travel recommendations for any Tripadvisor location.
- ⭐ **Rating Insights** — See ratings attached to each tip for quality assessment.
- 👤 **User Profiles** — Get full user information including name, avatar, location, and profile link.
- 📄 **Deep Pagination** — Scrape multiple pages of tips with `maxPages`.
- 📊 **Export Structured Data** — Download results in JSON, CSV, Excel, XML, and RSS formats.

### 🎯 What Data Can You Extract?

This Tripadvisor Tips actor extracts the following fields for each tip:

| Field | Description | Example |
|-------|-------------|---------|
| `id` | Unique tip identifier | `649586929` |
| `type` | Type of tip | `room_tip` |
| `text` | The tip text content | `The best rooms are by the pool` |
| `rating` | Rating given with the tip (1-5) | `4` |
| `review_id` | Associated review ID | `649586929` |
| `created_time` | When the tip was created | `2019-02-01T17:48:24-05:00` |
| `username` | Tripadvisor username | `bangkokbound123` |
| `user_name` | Display name | `Olga S` |
| `user_location_name` | User's location | `Pattaya, Thailand` |
| `user_avatar_small` | Small avatar image URL | `https://media-cdn.tripadvisor.com/...` |
| `user_link` | Link to user's Tripadvisor profile | `https://www.tripadvisor.com/MemberProfile-...` |
| `user_locale` | User's locale setting | `en_US` |

### 🚀 How to Use Tripadvisor Tips

#### Step 1: Get a Location ID

Find the Tripadvisor location ID for the hotel or attraction you want tips for. You can get this from the Tripadvisor URL or use the [Tripadvisor Locations Search](https://apify.com/burbn/tripadvisor-locations-search) actor.

> **💡 Tip:** In a Tripadvisor URL like `https://www.tripadvisor.com/Hotel_Review-g293919-d7052649-Reviews-...`, the number after `d` (7052649) is the location ID.

#### Step 2: Configure Parameters

| Input | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `location_id` | String | ✅ Yes | `7052649` | Tripadvisor location ID for the hotel/attraction. |
| `maxPages` | Integer | ❌ No | `1` | Maximum number of pages to scrape. Each page returns up to 20 tips. |
| `limit` | Integer | ❌ No | `20` | Items to return per page (max `20`). |
| `currency` | String | ❌ No | `USD` | Currency code (e.g., `USD`, `EUR`, `INR`). |
| `lang` | String | ❌ No | `en_US` | Response language (e.g., `en_US`, `fr_FR`). |

#### Step 3: Run and Download Results

Click **Start** to run the Tripadvisor Tips scraper. Once completed, download your data in JSON, CSV, Excel, XML, or RSS formats.

### 📋 Example Input

```json
{
  "location_id": "7052649",
  "maxPages": 1,
  "limit": 20,
  "currency": "USD",
  "lang": "en_US"
}
````

### 📋 Example Output

```json
{
  "id": "649586929",
  "type": "room_tip",
  "text": "The best room are by the pool / and or on the upper floors.",
  "rating": "3",
  "review_id": "649586929",
  "created_time": "2019-02-01T17:48:24-05:00",
  "username": "bangkokbound123",
  "user_location_name": "Pattaya, Thailand",
  "user_avatar_small": "https://media-cdn.tripadvisor.com/media/photo-t/1a/f6/f0/d5/default-avatar-2020-17.jpg",
  "user_link": "https://www.tripadvisor.com/MemberProfile-a_uid.05AE7104C598119539B9CAF650F4D5C3",
  "user_locale": "en_US"
}
```

### 🎨 Dataset Views

The Tripadvisor Tips actor provides **2 organized dataset views** to help you inspect and analyze your data seamlessly:

| View | Description |
|------|-------------|
| 💡 **Tips Overview** | Quick scan showing tip text, rating, type, creation date, and username. |
| 👥 **User Details** | User profiles with avatars, locations, profile links, and associated tips. |

### 💡 Use Cases for Tripadvisor Tips

- 🏨 **Hotel Research** — Discover room tips and recommendations before booking a hotel.
- 📈 **Sentiment Analysis** — Analyze traveler tips to understand common praise and complaints.
- 🗺️ **Travel Planning** — Gather insider tips for your upcoming trip destinations.
- 📊 **Market Research** — Understand what guests value most at competing properties.
- 📝 **Content Creation** — Use authentic traveler tips for travel blogs and review articles.
- 🎒 **Hospitality Intelligence** — Monitor guest feedback and tips for property improvement.

### 🔧 Tips for Best Results

1. **Find Location IDs** — Use the [Tripadvisor Locations Search](https://apify.com/burbn/tripadvisor-locations-search) actor or extract from Tripadvisor URLs.
2. **Paginate for More** — Increase `maxPages` to get all available tips. Each page returns up to 20 results.
3. **Utilize Dataset Views** — Use preconfigured views for clean, ready-to-use CSV or Excel files.

### 🏷️ Tags

`tripadvisor scraper` `tripadvisor tips` `room tips` `hotel tips` `travel tips` `tripadvisor recommendations` `travel advisor scraper` `hotel reviews` `tripadvisor data` `travel insights` `hotel recommendations` `guest tips`

### 🎁 Get $5 Free Apify Credits

New to Apify? [Sign up using this link](https://apify.com?fpr=free-credits) and get **$5 free credits** to start extracting Tripadvisor tips right away! No credit card required.

### 📞 Support

For questions, feedback, or custom requests regarding the Tripadvisor Tips actor, please contact us through Apify or open a support issue.

***

**Happy traveling! 💡✨**

# Actor input Schema

## `location_id` (type: `string`):

The Tripadvisor location ID to fetch tips for. You can get this from the Tripadvisor URL or by using the Tripadvisor Locations Search actor.

## `maxPages` (type: `integer`):

Maximum number of pagination pages to scrape. Each page returns up to 20 tips.

## `limit` (type: `integer`):

The number of tips to return per page. Maximum is 20.

## `currency` (type: `string`):

The currency code for the response (e.g., USD, EUR, GBP, INR, JPY).

## `lang` (type: `string`):

The language code for API responses. Use locale format like en\_US, fr\_FR, de\_DE, ja\_JP, etc.

## Actor input object example

```json
{
  "location_id": "7052649",
  "maxPages": 1,
  "limit": 20,
  "currency": "USD",
  "lang": "en_US"
}
```

# Actor output Schema

## `overview` (type: `string`):

View tips with ratings, type, and user information.

## `userDetails` (type: `string`):

View detailed user profiles, locations, and avatars.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "location_id": "7052649"
};

// Run the Actor and wait for it to finish
const run = await client.actor("burbn/tripadvisor-tips").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "location_id": "7052649" }

# Run the Actor and wait for it to finish
run = client.actor("burbn/tripadvisor-tips").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "location_id": "7052649"
}' |
apify call burbn/tripadvisor-tips --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=burbn/tripadvisor-tips",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TripAdvisor Tips Scraper",
        "description": "Extract traveler tips, room recommendations, and hotel insights from TripAdvisor by Location ID. Get user ratings, profiles, and advice in CSV/JSON.",
        "version": "1.0",
        "x-build-id": "TnjPYVKPOM59wJPqx"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/burbn~tripadvisor-tips/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-burbn-tripadvisor-tips",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/burbn~tripadvisor-tips/runs": {
            "post": {
                "operationId": "runs-sync-burbn-tripadvisor-tips",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/burbn~tripadvisor-tips/run-sync": {
            "post": {
                "operationId": "run-sync-burbn-tripadvisor-tips",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "location_id"
                ],
                "properties": {
                    "location_id": {
                        "title": "Location ID",
                        "type": "string",
                        "description": "The Tripadvisor location ID to fetch tips for. You can get this from the Tripadvisor URL or by using the Tripadvisor Locations Search actor.",
                        "default": "7052649"
                    },
                    "maxPages": {
                        "title": "Max Pages",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of pagination pages to scrape. Each page returns up to 20 tips.",
                        "default": 1
                    },
                    "limit": {
                        "title": "Results per Page",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "The number of tips to return per page. Maximum is 20.",
                        "default": 20
                    },
                    "currency": {
                        "title": "Currency",
                        "type": "string",
                        "description": "The currency code for the response (e.g., USD, EUR, GBP, INR, JPY).",
                        "default": "USD"
                    },
                    "lang": {
                        "title": "Language",
                        "type": "string",
                        "description": "The language code for API responses. Use locale format like en_US, fr_FR, de_DE, ja_JP, etc.",
                        "default": "en_US"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
