# James Edition Luxury Real Estate Dubai Scraper

**Use case:** 

Scrape luxury Dubai real estate from James Edition with listing URL, title, property type, price, and location. Export to JSON or CSV.

## Input

```json
{
  "urls": [
    "https://www.jamesedition.com/real_estate/dubai-dubai-united-arab-emirates"
  ],
  "maxItemsPerUrl": 50,
  "maxItems": 50
}
```

## Output

```json
{
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "agent": {
    "label": "Agent",
    "format": "object"
  },
  "office": {
    "label": "Office",
    "format": "object"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "livingArea": {
    "label": "Living Area",
    "format": "object"
  },
  "primaryImageUrl": {
    "label": "Primary Image",
    "format": "image"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "sidePhotos": {
    "label": "Side Photos",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "dataAttributes": {
    "label": "Data Attributes",
    "format": "object"
  },
  "structuredData": {
    "label": "Structured Data",
    "format": "object"
  },
  "cardInfo": {
    "label": "Card Info",
    "format": "object"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [James Edition Real Estate Scraper](https://apify.com/parseforge/james-edition-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/james-edition-real-estate-scraper) to learn more, explore other use cases, and run it yourself.