VOOZH about

URL: https://apify.com/shahidirfan/tiket-hotel-reviews-scraper

โ‡ฑ Tiket Hotel Reviews Scraper ยท Apify


Pricing

Pay per usage

Go to Apify Store

Tiket Hotel Reviews Scraper

Scrape hotel reviews from Tiket, Indonesia's biggest travel platform. Get guest ratings, feedback, scores & property details instantly. Perfect for sentiment analysis, competitor benchmarking, reputation tracking & hospitality market research. Production-ready.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Extract comprehensive hotel review data from Tiket hotel pages with a single run. Collect verified guest reviews, rating breakdowns, trip context, hotel metadata, and review summaries for analysis, monitoring, and reporting.

Features

  • Review extraction โ€” Collect individual guest reviews with timestamps, reviewer names, ratings, trip type, and helpfulness counts
  • Rating breakdowns โ€” Capture overall scores plus per-category ratings such as cleanliness, service, location, facilities, and value
  • Hotel metadata โ€” Enrich every review with hotel name, address, chain, star rating, facilities, nearby destinations, and location details
  • Summary insights โ€” Include aggregate review totals, average rating, impression labels, and topic highlights
  • Pagination control โ€” Stop at your requested result count while capping the maximum number of pages to scan

Use Cases

Reputation Monitoring

Track how guests describe a property over time. Spot recurring issues, strong service themes, and changes in review sentiment before they affect bookings.

Competitor Benchmarking

Compare rating distributions, review volume, and traveler segments across similar hotels. Build benchmarking datasets for internal reporting or market analysis.

Hospitality Research

Study guest feedback at scale for pricing, service quality, and property positioning. Use structured review outputs for dashboards, scoring models, or BI pipelines.

Lead Qualification

Evaluate hotel quality and traveler fit before outreach or partnership work. Summary metrics and detailed reviews help prioritize the right properties faster.


Input Parameters

ParameterTypeRequiredDefaultDescription
hotel_urlStringNoโ€”Full Tiket hotel URL to scrape
hotel_idStringNoโ€”Tiket hotel inventory ID, used when you do not want to pass the full URL
results_wantedIntegerNo20Maximum number of unique reviews to collect
max_pagesIntegerNo5Maximum number of paginated review pages to fetch
proxyConfigurationObjectNoโ€”Optional Apify proxy configuration for higher reliability

At least one of hotel_url or hotel_id should be provided.


Output Data

Each item in the dataset contains review-level data enriched with hotel and summary details.

FieldTypeDescription
hotel_idStringTiket hotel inventory ID
hotel_nameStringHotel name
hotel_chain_nameStringHotel chain or brand name
hotel_addressStringFull hotel address
hotel_city_nameStringCity name
hotel_region_nameStringRegion or province name
hotel_country_nameStringCountry name
hotel_star_ratingNumberStar rating shown for the hotel
hotel_main_facilitiesArrayPrimary facilities available at the property
hotel_nearby_destinationsArrayNearby destination titles from the hotel page
review_total_countNumberTotal review count for the hotel
review_average_ratingNumberAggregate average review rating
review_topicsArrayTopic highlights associated with the property
review_idStringUnique review identifier
reviewer_nameStringGuest name shown on the review
trip_typeStringTraveler segment such as family, business, couple, or solo
overall_ratingNumberOverall review score
review_textStringReview body text
review_dateStringReview submission timestamp in ISO format
stay_start_dateStringJourney start timestamp in ISO format
stay_end_dateStringJourney end timestamp in ISO format
helpfulness_countNumberNumber of helpful votes
cleanliness_ratingNumberCleanliness score when provided
service_ratingNumberService score when provided
location_ratingNumberLocation score when provided
facilities_ratingNumberFacilities score when provided
value_for_money_ratingNumberValue score when provided
review_image_urlsArrayReview image URLs when available
raw_commentsArrayOriginal comment objects from the source
raw_review_answersArrayOriginal structured review answer objects

Usage Examples

Basic Hotel URL Extraction

Collect reviews from a hotel page URL:

{
"hotel_url":"https://www.tiket.com/en-us/hotel/indonesia/neo-denpasar-hotel-by-aston-807001751612811865",
"results_wanted":20
}

Inventory ID Input

Run the scraper using only the hotel inventory ID:

{
"hotel_id":"neo-denpasar-hotel-by-aston-807001751612811865",
"results_wanted":50,
"max_pages":3
}

Proxy-Assisted Collection

Use Apify Proxy for more consistent runs at scale:

{
"hotel_url":"https://www.tiket.com/en-us/hotel/indonesia/neo-denpasar-hotel-by-aston-807001751612811865",
"results_wanted":100,
"max_pages":5,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":[
"RESIDENTIAL"
]
}
}

Sample Output

{
"hotel_id":"neo-denpasar-hotel-by-aston-807001751612811865",
"hotel_name":"Neo Denpasar Hotel by ASTON",
"hotel_chain_name":"Archipelago Hotels & Resorts",
"hotel_address":"Jl. Gatot Subroto Barat, Padangsambian Kaja, Kec. Denpasar Bar., Kota Denpasar, Bali",
"hotel_city_name":"Denpasar",
"hotel_region_name":"Bali",
"hotel_country_name":"Indonesia",
"hotel_star_rating":3,
"hotel_main_facilities":[
"Swimming Pool",
"WiFi",
"Parking"
],
"review_total_count":1836,
"review_average_rating":4.394,
"review_topics":[
"food",
"staff",
"price"
],
"review_id":"64a6726c4b136500012651a8",
"reviewer_name":"Rengga Erlinawati",
"overall_rating":5,
"review_text":"Nyaman banget nih hotel dgn harga yg trjangkau Sayang jauh dr kuta",
"review_date":"2023-07-06T10:31:08.539Z",
"stay_start_date":"2023-07-03T05:30:00.000Z",
"stay_end_date":"2023-07-04T05:30:00.000Z",
"helpfulness_count":2,
"cleanliness_rating":5,
"service_rating":5,
"location_rating":5,
"facilities_rating":5,
"value_for_money_rating":5,
"review_source_label":"Verified review from tiket.com"
}

Tips for Best Results

Choose a Valid Hotel Page

  • Use a live Tiket hotel page or inventory ID
  • Prefer the English hotel URL format when sharing links across systems

Start Small

  • Use results_wanted: 20 for quick validation
  • Increase the count once you confirm the property returns review data

Control Collection Scope

  • Use max_pages to keep larger runs predictable
  • For deep historical review collection, increase both results_wanted and max_pages

Use Proxies for Volume

  • Residential proxies are recommended for repeated or larger runs
  • Keep request sizes reasonable to reduce retries

Integrations

Connect your dataset with:

  • Google Sheets โ€” Build quick review dashboards and scorecards
  • Airtable โ€” Organize hotels, segments, and traveler feedback in a searchable base
  • Make โ€” Trigger downstream automations from fresh review runs
  • Zapier โ€” Send alerts or records into business workflows
  • Webhooks โ€” Push review datasets into your own systems

Export Formats

  • JSON โ€” For custom applications and data pipelines
  • CSV โ€” For spreadsheet analysis
  • Excel โ€” For business reporting
  • XML โ€” For downstream integrations

Frequently Asked Questions

Can I scrape reviews without the full hotel URL?

Yes. You can provide the Tiket hotel inventory ID with hotel_id.

Does the actor stop at my requested count?

Yes. It collects unique reviews until results_wanted is reached or max_pages is exhausted.

Why do some reviews have fewer fields?

Some guests do not provide every optional detail, image, or traveler label. The dataset keeps only fields that are present in the source.

Can I collect more than the newest page of reviews?

Yes. The actor paginates review pages automatically up to your max_pages limit.

What if the hotel has no reviews?

The actor will finish without records if the selected property does not expose review content.

Is proxy usage required?

No, but it can improve reliability for repeated or higher-volume runs.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


Legal Notice

This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with website terms of service and applicable laws. Use data responsibly and respect rate limits.

You might also like

Tiket Reviews Scraper

stealth_mode/tiket-reviews-scraper

Scrape hotel reviews from Tiket.com including ratings, comments, customer names, images, and engagement metrics. Supports sorting, pagination, and bulk URL input โ€” perfect for hospitality analysts, OTA researchers, and reputation managers.

Tiket Hotels Search Scraper

stealth_mode/tiket-hotels-search-scraper

Scrape hotel search results from Tiket.com including names, star ratings, reviews, room rates, amenities, and 20+ fields per listing. Perfect for travel analysts, OTA developers, and hospitality researchers needing structured accommodation data.

Hostelworld Reviews Scraper

shahidirfan/Hostelworld-Reviews-Scraper

Harvest Hostelworld reviews at scale. Extract guest ratings, feedback, hostel details & location data instantly. Perfect for travel market research, reputation management, sentiment analysis & competitor benchmarking. Production-ready JSON datasets.

Trip.com Hotel Reviews Scraper

shahidirfan/trip-com-hotel-reviews-scraper

Extract detailed hotel reviews, ratings & guest insights from Trip.com instantly. Perfect for market research, competitive intelligence & sentiment analysis. Gather structured review data, scores, comments & trends to power your hospitality analytics.

21

5.0

Tripadvisor Reviews Scraper

shahidirfan/tripadvisor-reviews-scraper

Extract Tripadvisor reviews, ratings & guest feedback at scale. Perfect for market research, competitor benchmarking, reputation monitoring & travel industry intelligence. Scrape thousands of reviews instantly.

19

5.0

Kayak Hotel Reviews Scraper

shahidirfan/kayak-hotel-reviews-scraper

Extract hotel reviews, ratings, and guest feedback from Kayak effortlessly. Scrape pricing, amenities, images, and detailed reviews in bulk. Perfect for travel data analysis, market research, and competitive intelligence. Fast, reliable, and ready to scale.

7

5.0

Agoda Reviews Scraper

shahidirfan/agoda-reviews-scraper

Extract Agoda hotel reviews instantly. Scrape ratings, guest feedback & review metadata at scale. Perfect for market research, competitor analysis & hospitality insights. Automate your data extraction effortlessly.

15

5.0

Agoda Hotel Scraper

crawlio/agoda-hotel-scraper

Scrape Agoda hotel search results, property details, live prices, room availability, and guest reviews. Extract structured hotel data for travel research, market analysis, pricing comparison, lead generation, and competitor monitoring.

Hotel Email Scraper

contacts-api/hotel-email-scraper

Hotel email scraper to extract verified hotel emails from hotel websites, travel directories, and business listings ๐Ÿ“ง๐Ÿจ Perfect for travel outreach, partnerships, and hospitality industry lead generation. Fast, accurate, and scalable.

Agoda Hotels Reviews Scraper

stealth_mode/agoda-hotels-reviews-scraper

Scrape verified guest reviews from Agoda.com hotel pages โ€” including ratings, review text, check-in dates, reviewer info, and hotel responses. Filter by keyword, sort order, and page. Perfect for hospitality analytics, reputation management, and travel research.