# Check Orlando STR Permit Address Evidence

**Use case:** 

Check an Orlando address against the complete official STR permit publisher query and receive a source-linked decision with explicit uncertainty.

## Input

```json
{
  "outputMode": "address_evidence",
  "addresses": [
    "1100 Briercliff Drive, Orlando, FL"
  ],
  "marketSources": [
    {
      "source_id": "customer-pms-export",
      "publisher": "Customer-authorized property management system",
      "source_url": "https://example.com/customer-export",
      "access_method": "customer_authorized",
      "observed_at": "2026-08-25T12:00:00.000Z",
      "rights": {
        "commercial_use": "allowed",
        "redistribution": "allowed",
        "basis": "Customer authorized CivicDataForge to process and return this portfolio data.",
        "evidence_url": "https://example.com/authorization",
        "reviewed_at": "2026-08-25T12:00:00.000Z",
        "asserted_by": "customer"
      },
      "observations": [
        {
          "reference_id": "property-1",
          "platform": "customer-pms",
          "listing_id": "listing-1",
          "claimed_permit_id": "STR-EXAMPLE",
          "address": "1100 Briercliff Drive, Orlando, FL",
          "address_precision": "exact",
          "observed_at": "2026-08-25T12:00:00.000Z"
        }
      ]
    }
  ],
  "cities": [
    "orlando"
  ],
  "status": "all",
  "maxRecordsPerCity": 25,
  "resolveJurisdiction": false,
  "snapshot": false,
  "caseWorkflow": false,
  "priorCases": [],
  "caseActions": []
}
```

## Output

```json
{
  "reference_id": {
    "label": "Reference id",
    "format": "string"
  },
  "submitted_address": {
    "label": "Submitted address",
    "format": "string"
  },
  "decision": {
    "label": "Evidence decision",
    "format": "string"
  },
  "match_status": {
    "label": "Match status",
    "format": "string"
  },
  "match_count": {
    "label": "Match count",
    "format": "integer"
  },
  "permit_ids": {
    "label": "Published permit ids",
    "format": "string"
  },
  "published_statuses": {
    "label": "Published statuses",
    "format": "string"
  },
  "expiration_dates": {
    "label": "Expiration dates",
    "format": "string"
  },
  "matched_addresses": {
    "label": "Matched addresses",
    "format": "string"
  },
  "scope_completeness": {
    "label": "Scope completeness",
    "format": "string"
  },
  "observed_at": {
    "label": "Observed at",
    "format": "string"
  },
  "source_url": {
    "label": "Source url",
    "format": "string"
  },
  "record_fingerprints": {
    "label": "Record fingerprints",
    "format": "string"
  },
  "decision_receipt_hash": {
    "label": "Decision receipt hash",
    "format": "string"
  },
  "verification_note": {
    "label": "Verification note",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US STR Permit Registry & Market Evidence](https://apify.com/civicdataforge/str-permit-registry.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/civicdataforge/str-permit-registry.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/civicdataforge/str-permit-registry.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
