# Single room SpareRoom UK Room Listings

**Use case:** 

Extract SpareRoom UK Room Listings data filtered by Single room. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchLocation": "London",
  "maxItems": 10,
  "roomType": "single"
}
```

## Output

```json
{
  "title": {
    "label": "🏠 Title",
    "format": "text"
  },
  "weekly_rent": {
    "label": "💷 Weekly rent",
    "format": "number"
  },
  "deposit": {
    "label": "💰 Deposit",
    "format": "number"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "text"
  },
  "room_type": {
    "label": "🛏️ Room type",
    "format": "text"
  },
  "available_from": {
    "label": "📅 Available",
    "format": "text"
  },
  "min_term": {
    "label": "⏳ Min term",
    "format": "text"
  },
  "household_size": {
    "label": "👥 Household",
    "format": "text"
  },
  "gender_pref": {
    "label": "⚧️ Gender pref",
    "format": "text"
  },
  "smoker_pref": {
    "label": "🚬 Smoker pref",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SpareRoom UK Room Listings Scraper](https://apify.com/parseforge/spareroom-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/spareroom-uk-scraper) to learn more, explore other use cases, and run it yourself.