# Extract Smergers Genoa commercial property listing detail

**Use case:** 

Scrape profitable rented commercial property for sale in Genoa on Smergers with financials, tenant info, and broker contact.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.smergers.com/business/profitable-rented-commercial-property-for-sale-in-genoa-italy/3f0xx/"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "rating": {
    "label": "Rating"
  },
  "industry": {
    "label": "Industry"
  },
  "location": {
    "label": "Location"
  },
  "askingPrice": {
    "label": "Asking price"
  },
  "stake": {
    "label": "Stake"
  },
  "status": {
    "label": "Status"
  },
  "listedBy": {
    "label": "Listed by"
  },
  "established": {
    "label": "Established"
  },
  "employees": {
    "label": "Employees"
  },
  "reportedSales": {
    "label": "Reported sales"
  },
  "runRateSales": {
    "label": "Run rate sales"
  },
  "ebitdaMargin": {
    "label": "Ebitda margin"
  }
}
```

## About this Actor

This example demonstrates how to use [Smergers Business Listing Scraper](https://apify.com/lexis-solutions/smergers-business-listing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/smergers-business-listing-scraper) to learn more, explore other use cases, and run it yourself.