# Rightmove Agent Data Extractor for London

**Use case:** 

Collect up to 50 real estate agent contacts in London. Access agency names, profiles, and contact details for effective market research.

## Input

```json
{
  "startUrl": "https://www.rightmove.co.uk/estate-agents/find.html?radius=0.0&locationIdentifier=REGION%5E87490&brandName=&branchType=ALL",
  "searchLocation": "London",
  "maxResults": 50,
  "maxPages": 5,
  "enrichProfiles": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "agentId": {
    "label": "Agent ID",
    "format": "text"
  },
  "name": {
    "label": "Agent Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "phoneSales": {
    "label": "Phone (Sales)",
    "format": "text"
  },
  "phoneLettings": {
    "label": "Phone (Lettings)",
    "format": "text"
  },
  "branchType": {
    "label": "Branch Type",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "branchAddress": {
    "label": "Address",
    "format": "text"
  },
  "branchPostcode": {
    "label": "Postcode",
    "format": "text"
  },
  "branchMainTelephone": {
    "label": "Main Phone",
    "format": "text"
  },
  "branchLettingsTelephone": {
    "label": "Lettings Phone",
    "format": "text"
  },
  "branchSummary": {
    "label": "Branch Summary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "primaryDescriptionHtml": {
    "label": "Primary Description (HTML)",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "logo": {
    "label": "Logo",
    "format": "link"
  },
  "fullBranchLogoUrl": {
    "label": "Full Logo",
    "format": "link"
  },
  "branchStaticMapImageUrl": {
    "label": "Map (Static)",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Rightmove Agent Scraper 🧑‍💼](https://apify.com/shahidirfan/rightmove-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/rightmove-agent-scraper) to learn more, explore other use cases, and run it yourself.