US Building Permit Portal Finder — Accela EnerGov Socrata
Pricing
from $0.25 / 1,000 results
US Building Permit Portal Finder — Accela EnerGov Socrata
Resolve US cities to official building-permit portal URLs and platform family (Accela, EnerGov, Socrata, ArcGIS, custom). Suggests bakos_bence/accela-permits for Accela tenants. Curated public directory — no login. Unofficial; not affiliated with Accela, Tyler, or any agency.
Pricing
from $0.25 / 1,000 results
Rating
0.0
(0)
Developer
Bakos Bence
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
What does US Building Permit Portal Finder do?
Resolve US cities to official building-permit portal URLs and identify the platform family — Accela, EnerGov, Socrata, ArcGIS, or custom agency portals. Each row includes portal URL, search URL, optional reachability check, and a suggested Apify Actor (bakos_bence/accela-permits for Accela tenants). Curated catalog of 30+ jurisdictions — no login required. Export JSON or CSV via Apify API, schedule, or MCP.
Unofficial. This Actor is not affiliated with, endorsed by, or maintained by Accela, Tyler Technologies, OpenGov, Esri, or any municipal agency. It maps public portal endpoints only.
Dashboards: connect Power BI, Tableau, Looker Studio, or Qlik to the dataset API — see Export to Power BI, Tableau, Looker Studio & Qlik near the end. AI agents: paste this Actor’s Store page URL into an Apify-capable agent (MCP / Claude / Cursor with Apify), create an Apify account and API token once, and the agent can run the Actor and wire up the output.
Why use this portal finder?
- 🏛️ Know whether a city runs Accela, EnerGov, Socrata, or ArcGIS before you scrape
- 🔗 Official portal + search URLs in one dataset row
- 🧭 Suggested
bakos_bence/accela-permitsActor for Accela jurisdictions - 📋 Curated catalog — Salt Lake (SLCREF), Oakland, COSP, Alameda, Santa Clara, Austin Socrata, and more
How to find permit portals
- Open this Actor in Apify Console.
- Click Start on the prefilled Salt Lake City / Oakland / Austin run (
maxItems5), or enter your own city list. - Leave
proxyTypeonnoneunless reachability checks fail. - Export the dataset or pull via API. For Accela rows, run
bakos_bence/accela-permitswith the tenant code.
{"cities": ["Salt Lake City, UT", "Oakland, CA", "Austin, TX"],"maxItems": 5,"checkReachability": true,"proxyType": "none"}
How much does it cost?
Pay per event (PPE): Actor start + each result row. See the Pricing tab on this Actor’s Store page.
Input
| Field | Description |
|---|---|
cities | City/jurisdiction strings (case-insensitive) |
maxItems | Cap on portal rows |
checkReachability | Optional HEAD/GET reachability flag |
proxyType | Optional proxy for reachability checks |
Sample output
{"city": "Salt Lake City","state": "UT","jurisdiction": "Salt Lake City, UT","portalFamily": "accela","portalUrl": "https://aca-prod.accela.com/SLCREF/Default.aspx","searchUrl": "https://aca-prod.accela.com/SLCREF/Cap/CapHome.aspx?module=Building","suggestedActor": "bakos_bence/accela-permits","portalReachable": true,"scrapedAt": "2026-09-09T11:00:00+00:00"}
FAQ
Is this an official Accela or city product?
No. It is an unofficial curated directory of public permit portal URLs.
Does this scrape permit records?
No — it returns portal metadata only. Use bakos_bence/accela-permits or a platform-specific Actor to pull permit rows.
Can AI agents call this?
Yes — Actor ID bakos_bence/permit-portal-finder via Apify API or MCP.
Something broke?
Open the Issues tab on this Actor’s page.
Related Actors
| Actor | Use together when… |
|---|---|
| Accela Building Permits Scraper | You need permit grid rows from Accela Citizen Access |
| Public Document Finder | You need broader public-records routing |
Profile: bakos_bence on Apify.
For AI agents & LLM apps
Paste this Actor’s Apify Store URL into an agent that can use Apify (MCP, Claude, Cursor, etc.). With an Apify account and API token, the agent can set input, run the Actor, and fetch the dataset.
Export to Power BI, Tableau, Looker Studio & Qlik
- Run the Actor (or open a finished run).
- Open the Dataset → API / Export.
- Copy the dataset items URL (JSON or CSV).
- In your BI tool, add a web / API data source with that URL (and your Apify token as a header or query param if required).
- Refresh on a schedule that matches your jurisdiction onboarding cadence.
Portal URLs are public facts from agency sites — always verify the live portal before production scrapes.