# London Commercial Property Listings Scraper

**Use case:** 

Extract Rightmove commercial property listings for sale in London with prices, floor area and agent details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rightmove.co.uk/commercial-property-for-sale/find.html?locationIdentifier=REGION%5E87490"
    }
  ],
  "maxItems": 20,
  "maxPages": 1
}
```

## Output

```json
{
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Price display",
    "format": "string"
  },
  "priceFrequency": {
    "label": "Price frequency",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "floorArea": {
    "label": "Floor area",
    "format": "string"
  },
  "tenure": {
    "label": "Tenure",
    "format": "string"
  },
  "availableFrom": {
    "label": "Available from",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agentPhone": {
    "label": "Agent phone",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "firstVisibleDate": {
    "label": "First visible",
    "format": "string"
  },
  "updateDate": {
    "label": "Updated",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Rightmove UK Commercial Property Listings Scraper](https://apify.com/automation-lab/rightmove-uk-commercial-property-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/rightmove-uk-commercial-property-listings-scraper) to learn more, explore other use cases, and run it yourself.