# For Sale OnTheMarket

**Use case:** 

Extract OnTheMarket data filtered by For Sale. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchType": "for-sale",
  "location": "london",
  "propertyType": "",
  "includeDetails": false,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "propertyTitle": {
    "label": "Property Title",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceRaw": {
    "label": "Price Raw",
    "format": "number"
  },
  "priceQualifier": {
    "label": "Price Qualifier",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "searchType": {
    "label": "Search Type",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "agentBranchId": {
    "label": "Agent Branch Id",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "councilTaxBand": {
    "label": "Council Tax Band",
    "format": "text"
  },
  "floorplanUrl": {
    "label": "Floorplan Url",
    "format": "link"
  },
  "imageUrls": {
    "label": "Image Urls",
    "format": "array"
  },
  "daysSinceAdded": {
    "label": "Days Since Added",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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