# Rightmove UK estate agent leads list

**Use case:** 

Build a Rightmove estate-agent leads list: agentName, agentBranch, agentPhone, agentBranchAddress, agentValuationUrl. Export to CSV.

## Input

```json
{
  "searchType": "for-sale",
  "locations": [
    "London"
  ],
  "propertyTypes": [],
  "radius": "0.0",
  "sortType": "6",
  "maxDaysSinceAdded": "",
  "includeSSTC": false,
  "includeLetAgreed": false,
  "furnishTypes": [],
  "includePropertyDetails": true,
  "deduplicateAgents": true,
  "maxResults": 200,
  "monitorMode": false,
  "monitorStoreName": "rightmove-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "agentName": {
    "label": "Agent / brand"
  },
  "agentBranch": {
    "label": "Branch"
  },
  "agentPhone": {
    "label": "Phone"
  },
  "agentBranchAddress": {
    "label": "Branch address"
  },
  "agentProfileUrl": {
    "label": "Profile URL"
  },
  "agentValuationUrl": {
    "label": "Valuation URL"
  },
  "sampleListingAddress": {
    "label": "Sample listing"
  },
  "searchLocation": {
    "label": "Search location"
  }
}
```

## About this Actor

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