# Basement permits in Edmonton, last 7 days

**Use case:** 

The basement and secondary suite permits the City of Edmonton issued in the last 7 days: address, community, work type, the City's own job description, estimated project cost and map coordinates, read from the City's open data. Made for basement developers, framers, drywallers, electricians and anyone who sells to a homeowner in the middle of a build. Run it and you pay $0.015 per permit returned.

## Input

```json
{
  "city": "edmonton",
  "trade": "basements",
  "maxResults": 300
}
```

## Output

```json
{
  "city": {
    "label": "City",
    "format": "text"
  },
  "issuedDate": {
    "label": "Issued",
    "format": "date"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "community": {
    "label": "Community",
    "format": "text"
  },
  "buildingCategory": {
    "label": "Building category",
    "format": "text"
  },
  "categoryGroup": {
    "label": "Category group",
    "format": "text"
  },
  "workType": {
    "label": "Work type (city's own word)",
    "format": "text"
  },
  "workTypeGroup": {
    "label": "Work type, grouped",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "estProjectCost": {
    "label": "Est. cost",
    "format": "number"
  },
  "permitNumber": {
    "label": "Permit no.",
    "format": "text"
  },
  "recordId": {
    "label": "Record id",
    "format": "text"
  },
  "attribution": {
    "label": "Licence",
    "format": "text"
  },
  "licenceUrl": {
    "label": "Licence page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Canadian Building Permits (Calgary, Edmonton)](https://apify.com/shimon_ben-el/canadian-building-permits.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shimon_ben-el/canadian-building-permits.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/shimon_ben-el/canadian-building-permits.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`).
