# Lisbon Property Auction Headline Scan

**Use case:** 

Sample live Portugal e-leiloes real-estate auctions in Lisbon with bid, appraisal, discount, location, end date, and auction URL.

## Input

```json
{
  "districts": [
    "Lisboa"
  ],
  "assetTypes": [
    "Real estate"
  ],
  "status": "live",
  "includeDetails": false,
  "onlyNewAuctions": false,
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "assetType": {
    "label": "Asset"
  },
  "assetSubtype": {
    "label": "Subtype"
  },
  "title": {
    "label": "Title"
  },
  "appraisalValueEur": {
    "label": "Appraisal (EUR)"
  },
  "minBidEur": {
    "label": "Min bid (EUR)"
  },
  "discountPctVsAppraisal": {
    "label": "Discount %"
  },
  "district": {
    "label": "District"
  },
  "municipality": {
    "label": "Municipality"
  },
  "endDate": {
    "label": "Ends"
  },
  "court": {
    "label": "Court"
  },
  "agentName": {
    "label": "Agent"
  },
  "agentEmail": {
    "label": "Agent email"
  },
  "auctionUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Portugal Property Auctions API - e-leiloes Judicial Auctions](https://apify.com/webdata_labs/portugal-e-leiloes-auctions-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/portugal-e-leiloes-auctions-api) to learn more, explore other use cases, and run it yourself.