# Seoul Attractions & Things to Do

**Use case:** 

Export Seoul attractions and experiences with ticket price, discounted price, rating, review count, category, photo and coordinates. CSV or JSON.

## Input

```json
{
  "vertical": "attractions",
  "engine": "browser",
  "maxResults": 30,
  "currency": "USD",
  "locale": "en-US",
  "hotelCityId": "2",
  "hotelCityName": "Shanghai",
  "adults": 2,
  "rooms": 1,
  "enableDetail": false,
  "attractionKeyword": "Seoul",
  "trainFrom": "Shanghai",
  "trainTo": "Beijing"
}
```

## Output

```json
{
  "vertical": {
    "label": "🧭 Vertical",
    "format": "string"
  },
  "id": {
    "label": "🆔 ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 URL",
    "format": "string"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "string"
  },
  "name_en": {
    "label": "🏷️ Name (EN)",
    "format": "string"
  },
  "sub_name": {
    "label": "🏷️ Sub Name",
    "format": "string"
  },
  "hotel_id": {
    "label": "🏨 Hotel ID",
    "format": "string"
  },
  "master_hotel_id": {
    "label": "🏨 Master Hotel ID",
    "format": "string"
  },
  "hotel_type": {
    "label": "🏨 Hotel Type",
    "format": "string"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "display_price": {
    "label": "💰 Display Price",
    "format": "string"
  },
  "delete_price": {
    "label": "💰 Strikethrough Price",
    "format": "number"
  },
  "original_price": {
    "label": "💰 Original Price",
    "format": "number"
  },
  "price_unit": {
    "label": "💰 Price Unit",
    "format": "string"
  },
  "min_price": {
    "label": "💰 Min Price",
    "format": "number"
  },
  "price_explanation": {
    "label": "ℹ️ Price Explanation",
    "format": "string"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "star": {
    "label": "⭐ Star Rating",
    "format": "number"
  },
  "comment_score": {
    "label": "⭐ Review Score",
    "format": "number"
  },
  "comment_description": {
    "label": "💬 Review Description",
    "format": "string"
  },
  "comment_count": {
    "label": "💬 Review Count",
    "format": "number"
  },
  "comment_desc": {
    "label": "💬 Comment Desc",
    "format": "string"
  },
  "sub_scores": {
    "label": "📊 Sub Scores",
    "format": "object"
  },
  "ugc_sentence": {
    "label": "💬 UGC Highlight",
    "format": "string"
  },
  "review_total": {
    "label": "💬 Review Total",
    "format": "number"
  },
  "hot_score": {
    "label": "🔥 Hot Score",
    "format": "number"
  },
  "sale_count": {
    "label": "🛒 Sale Count",
    "format": "number"
  },
  "city_id": {
    "label": "🏙️ City ID",
    "format": "string"
  },
  "city_name": {
    "label": "🏙️ City Name",
    "format": "string"
  },
  "address": {
    "label": "📍 Address",
    "format": "string"
  },
  "zone": {
    "label": "📍 Zone",
    "format": "string"
  },
  "zone_names": {
    "label": "📍 Zone Names",
    "format": "array"
  },
  "position_desc": {
    "label": "📍 Position",
    "format": "string"
  },
  "departure": {
    "label": "📍 Departure",
    "format": "string"
  },
  "country_id": {
    "label": "🌍 Country ID",
    "format": "string"
  },
  "is_oversea": {
    "label": "🌏 Overseas",
    "format": "boolean"
  },
  "lat": {
    "label": "📍 Latitude",
    "format": "number"
  },
  "lng": {
    "label": "📍 Longitude",
    "format": "number"
  },
  "coord_datum": {
    "label": "📐 Coord Datum",
    "format": "string"
  },
  "cover_url": {
    "label": "🖼️ Cover Image",
    "format": "string"
  },
  "image": {
    "label": "🖼️ Image",
    "format": "string"
  },
  "photos": {
    "label": "🖼️ Photos",
    "format": "array"
  },
  "video_url": {
    "label": "🎬 Video URL",
    "format": "string"
  },
  "image_count": {
    "label": "🖼️ Image Count",
    "format": "number"
  },
  "hotel_unique_key": {
    "label": "🔑 Hotel Unique Key",
    "format": "string"
  },
  "product_id": {
    "label": "🆔 Product ID",
    "format": "string"
  },
  "product_type": {
    "label": "🏷️ Product Type",
    "format": "string"
  },
  "category_id": {
    "label": "🆔 Category ID",
    "format": "string"
  },
  "vendor_id": {
    "label": "🆔 Vendor ID",
    "format": "string"
  },
  "vendor_name": {
    "label": "🏢 Vendor Name",
    "format": "string"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "highlights": {
    "label": "✨ Highlights",
    "format": "array"
  },
  "is_poi": {
    "label": "📍 Is POI",
    "format": "boolean"
  },
  "open_time": {
    "label": "🕒 Open Time",
    "format": "string"
  },
  "description": {
    "label": "📝 Description",
    "format": "string"
  },
  "room_name": {
    "label": "🛏️ Room Name",
    "format": "string"
  },
  "bed_info": {
    "label": "🛏️ Bed Info",
    "format": "array"
  },
  "room_tags": {
    "label": "🏷️ Room Tags",
    "format": "array"
  },
  "detail_fetched": {
    "label": "✅ Detail Fetched",
    "format": "boolean"
  },
  "reviews": {
    "label": "💬 Reviews",
    "format": "array"
  },
  "album_photos": {
    "label": "🖼️ Album Photos",
    "format": "array"
  },
  "nearby_pois": {
    "label": "📍 Nearby POIs",
    "format": "array"
  },
  "reservation_tips": {
    "label": "ℹ️ Reservation Tips",
    "format": "array"
  },
  "solution_id": {
    "label": "🆔 Solution ID",
    "format": "string"
  },
  "train_numbers": {
    "label": "🚆 Train Numbers",
    "format": "array"
  },
  "departure_station": {
    "label": "🚉 Departure Station",
    "format": "string"
  },
  "departure_station_local": {
    "label": "🚉 Departure Station (Local)",
    "format": "string"
  },
  "arrival_station": {
    "label": "🚉 Arrival Station",
    "format": "string"
  },
  "arrival_station_local": {
    "label": "🚉 Arrival Station (Local)",
    "format": "string"
  },
  "departure_time": {
    "label": "🕒 Departure Time",
    "format": "string"
  },
  "arrival_time": {
    "label": "🕒 Arrival Time",
    "format": "string"
  },
  "duration_minutes": {
    "label": "⏱️ Duration (min)",
    "format": "number"
  },
  "duration_display": {
    "label": "⏱️ Duration",
    "format": "string"
  },
  "cross_days": {
    "label": "📅 Cross Days",
    "format": "number"
  },
  "departure_lat": {
    "label": "📍 Departure Latitude",
    "format": "number"
  },
  "departure_lng": {
    "label": "📍 Departure Longitude",
    "format": "number"
  },
  "arrival_lat": {
    "label": "📍 Arrival Latitude",
    "format": "number"
  },
  "arrival_lng": {
    "label": "📍 Arrival Longitude",
    "format": "number"
  },
  "has_high_speed": {
    "label": "🚄 High Speed",
    "format": "boolean"
  },
  "is_direct": {
    "label": "➡️ Direct",
    "format": "boolean"
  },
  "change_desc": {
    "label": "🔁 Change Info",
    "format": "string"
  },
  "presale_desc": {
    "label": "🎫 Presale Info",
    "format": "string"
  },
  "fares": {
    "label": "🎫 Fares",
    "format": "array"
  },
  "voyage_id": {
    "label": "🆔 Voyage ID",
    "format": "string"
  },
  "ship_name": {
    "label": "🚢 Ship Name",
    "format": "string"
  },
  "company_id": {
    "label": "🆔 Company ID",
    "format": "string"
  },
  "company_name": {
    "label": "🏢 Company Name",
    "format": "string"
  },
  "departure_city": {
    "label": "🏙️ Departure City",
    "format": "string"
  },
  "departure_city_id": {
    "label": "🆔 Departure City ID",
    "format": "string"
  },
  "start_date": {
    "label": "📅 Start Date",
    "format": "string"
  },
  "nights": {
    "label": "🌙 Nights",
    "format": "number"
  },
  "carrier": {
    "label": "🚆 Carrier",
    "format": "string"
  },
  "carrier_logo": {
    "label": "🚆 Carrier Logo",
    "format": "string"
  },
  "ticket_type": {
    "label": "🎫 Ticket Type",
    "format": "string"
  },
  "open_status": {
    "label": "🕒 Open Status",
    "format": "string"
  },
  "ranking_desc": {
    "label": "🏆 Ranking",
    "format": "string"
  },
  "amenities": {
    "label": "🛎️ Amenities",
    "format": "array"
  },
  "policies": {
    "label": "📋 Policies",
    "format": "object"
  },
  "review_summary": {
    "label": "💬 Review Summary",
    "format": "object"
  },
  "country_name": {
    "label": "🌍 Country Name",
    "format": "string"
  },
  "province_name": {
    "label": "🌍 Province Name",
    "format": "string"
  },
  "metadata": {
    "label": "⚙️ Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Trip.com Scraper — Hotels, Attractions, Trains & Cruises](https://apify.com/sian.agency/trip-com-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/trip-com-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/trip-com-scraper.md

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).
