# UK Commercial Property Comps & Underwriting Data

**Use case:** 

Collect UK commercial property comps: available office, retail and industrial space with asking rents and prices for valuation models.

## Input

```json
{
  "locationSlug": "united-kingdom",
  "batches": [
    {
      "locationSlug": "london-england--united-kingdom"
    },
    {
      "locationSlug": "manchester-gtm--united-kingdom"
    }
  ],
  "urls": [
    "https://www.loopnet.co.uk/search/commercial-property/london-england--united-kingdom/for-lease/"
  ],
  "listingMode": "for-sale",
  "site": "co-uk",
  "maxItems": 750,
  "maxPages": 30,
  "sortBy": "price-desc",
  "incrementalMode": false,
  "cacheTtlHours": 6,
  "maxWalkAttempts": 2,
  "delayMs": 800,
  "debugDumpBody": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "UNBLOCKER"
    ]
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "subtitle": {
    "label": "Summary",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "spaceUse": {
    "label": "Space Use",
    "format": "string"
  },
  "contactCompany": {
    "label": "Company",
    "format": "string"
  },
  "contactName": {
    "label": "Broker",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Photo",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LoopNet UK Scraper [$0.5/1k💰] | Office & Retail | Market Data](https://apify.com/ahmed_jasarevic/loopnet-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/loopnet-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/ahmed_jasarevic/loopnet-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
