# Daily Permit Updates from Hamburg and Berlin

**Use case:** 

Access daily updates from the Hamburg Transparency Portal and Berlin Open Data for new permits, including relevant details and source URLs.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://transparenz.hamburg.de/",
      "sourceId": "HAMBURG-TRANS",
      "userData": {
        "sourceId": "HAMBURG-TRANS"
      }
    },
    {
      "url": "https://daten.berlin.de/",
      "sourceId": "BERLIN-OPEN",
      "userData": {
        "sourceId": "BERLIN-OPEN"
      }
    },
    {
      "url": "https://docs.apify.com/platform/actors/running/standby",
      "sourceId": "APIFY-STANDBY",
      "userData": {
        "sourceId": "APIFY-STANDBY"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "HAMBURG-TRANS",
    "BERLIN-OPEN",
    "MUNICIPAL-PORTALS"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Permit Lookup API](https://apify.com/zentrafoundry/permit-lookup-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/permit-lookup-api) to learn more, explore other use cases, and run it yourself.