# OnTheMarket - UK Property Listings & Agent Contacts

**Use case:** 

Scrape UK onthemarket.com listings. Search/URL + filters. Get price, address, geo, beds/baths, features, media & agent contacts for sales, rentals & new homes.

## Input

```json
{
  "mode": "search",
  "channel": "FOR-SALE",
  "locations": [
    "London"
  ],
  "sortType": "recommended",
  "includeUnderOffer": false,
  "includeDetails": false,
  "maxItems": 20,
  "maxPages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "url": {
    "label": "URL"
  },
  "channel": {
    "label": "Channel"
  },
  "displayPrice": {
    "label": "Price"
  },
  "price": {
    "label": "Price (num)"
  },
  "priceQualifier": {
    "label": "Qualifier"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "humanisedPropertyType": {
    "label": "Type"
  },
  "displayAddress": {
    "label": "Address"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "agentName": {
    "label": "Agent"
  },
  "agentPhone": {
    "label": "Agent phone"
  },
  "detailScraped": {
    "label": "Enriched"
  }
}
```

## About this Actor

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