# Discover Discounted Hotels with Ratings in Goa

**Use case:** 

Discover hotels with discounts, ratings, and review summaries in Goa to collect structured hotel data for market research and travel analytics.

## Input

```json
{
  "searchUrls": [
    "https://www.makemytrip.com/hotels/hotel-listing/?checkin=09072026&city=CTGOI&checkout=09102026&roomStayQualifier=1e0e&locusId=CTGOI&country=IN&locusType=city&searchText=Goa&regionNearByExp=3&rsc=1e1e0e"
  ],
  "hotelsLimit": 50
}
```

## Output

```json
{
  "displayImage": {
    "label": "🖼️ Preview",
    "format": "string"
  },
  "name": {
    "label": "🏨 Hotel",
    "format": "string"
  },
  "starRating": {
    "label": "⭐ Stars",
    "format": "number"
  },
  "cumulativeRating": {
    "label": "🧭 Guest Rating",
    "format": "number"
  },
  "formattedRatingText": {
    "label": "🏷️ Rating",
    "format": "string"
  },
  "totalRatingCount": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "discountedPrice": {
    "label": "💰 Price",
    "format": "number"
  },
  "discountedPriceWithTax": {
    "label": "💵 Price (incl. tax)",
    "format": "number"
  },
  "couponText": {
    "label": "🏷️ Offer",
    "format": "string"
  },
  "isFreeCancellation": {
    "label": "🟢 Free Cancellation",
    "format": "boolean"
  },
  "soldOut": {
    "label": "🚫 Sold Out",
    "format": "boolean"
  },
  "location": {
    "label": "📍 Area",
    "format": "string"
  },
  "locationPersuasion": {
    "label": "📌 Nearby",
    "format": "list"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "propertyType": {
    "label": "🏛️ Property",
    "format": "string"
  },
  "stayType": {
    "label": "🛏️ Stay Type",
    "format": "string"
  },
  "primaryPersuasionText": {
    "label": "✨ Highlight",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MakeMyTrip Hotels Scraper](https://apify.com/krazee_kaushik/makemytrip-hotels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/krazee_kaushik/makemytrip-hotels-scraper) to learn more, explore other use cases, and run it yourself.