# Find Apartments for Rent in Jeddah - Haraj Scraper

**Use case:** 

Scrape up to 50 apartments for rent in Jeddah from Haraj. Extract listing titles, prices, direct URLs, posted dates, image thumbnails, and seller summaries.

## Input

```json
{
  "mode": "discover",
  "monitorId": "123e4567-e89b-42d3-a456-426614174000",
  "keyword": "شقق للايجار",
  "tag": "حراج السيارات",
  "city": "جده",
  "sellerUsername": "الرحلة الملكية",
  "maxResults": 50,
  "adUrl": "https://haraj.com.sa/11184299879"
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "Ad ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Ad URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "formattedPrice": {
    "label": "Formatted price",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "boolean"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "message": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Haraj Scraper & Monitor](https://apify.com/crawlstone/haraj-scraper-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlstone/haraj-scraper-monitor) to learn more, explore other use cases, and run it yourself.