# Agoda Hotel Listings Data Extractor

**Use case:** 

Extract real-time data on hotel prices, availability, and reviews in Manila from Agoda. Get comprehensive insights for market analysis.

## Input

```json
{
  "startUrl": "https://www.agoda.com/city/manila-ph.html",
  "results_wanted": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "property_id": {
    "label": "Property ID",
    "format": "number"
  },
  "property_name": {
    "label": "Property",
    "format": "text"
  },
  "property_url": {
    "label": "Property URL",
    "format": "link"
  },
  "city_name": {
    "label": "City",
    "format": "text"
  },
  "country_name": {
    "label": "Country",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "star_rating": {
    "label": "Stars",
    "format": "number"
  },
  "average_price": {
    "label": "Avg Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "review_score": {
    "label": "Score",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "facility_highlights": {
    "label": "Facilities",
    "format": "text"
  },
  "primary_image_url": {
    "label": "Image",
    "format": "image"
  },
  "top_review_snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "source_page": {
    "label": "Page",
    "format": "number"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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