# Onthemarket Property Listings Extractor

**Use case:** 

Extract property listings for sale in London from Onthemarket. Get details on prices, descriptions, images, and agent contacts.

## Input

```json
{
  "startUrl": "https://www.onthemarket.com/for-sale/property/london/",
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "main_label": {
    "label": "Label",
    "format": "text"
  },
  "agent_name": {
    "label": "Agent",
    "format": "text"
  },
  "agent_telephone": {
    "label": "Phone",
    "format": "text"
  },
  "details_url": {
    "label": "Listing URL",
    "format": "link"
  },
  "search_page": {
    "label": "Page",
    "format": "number"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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