Documentation menu
Getting started
QuickstartCookbook
OverviewNew permit leadsHighest-value permitsFurnace and rewire permitsPermits near a pointMegaproject pipelineProjects near a siteZoning at an addressEverything at one addressEndpoints
GET/zoneGET/geocodeGET/reverse-geocodeGET/zoningGET/sourcesGET/sources/coverageGET/contractor/statsGET/contractor/coverageGET/contractorGET/propertyGET/address/normalizeGET/opening_soonGET/openingGET/businessGET/business/statsGET/business/coverageGET/permit/feedGET/contractor/{name_normalized}GET/permitGET/inspectionGET/licenceGET/development_permitGET/planning_applicationGET/assessmentGET/major_projectGET/permit/statsGET/inspection/statsGET/licence/statsGET/development_permit/statsGET/planning_application/statsGET/assessment/statsGET/major_project/statsGET/permit/coverageGET/inspection/coverageGET/licence/coverageGET/development_permit/coverageGET/planning_application/coverageGET/assessment/coverageGET/major_project/coverageGET/permit/{record_id}/historyGET/permit/{record_id}GET/inspection/{record_id}GET/licence/{record_id}GET/development_permit/{record_id}GET/planning_application/{record_id}GET/assessment/{record_id}GET/major_project/{record_id}Docs / Cookbook
BuildData Cookbook
Recipes for real BuildData tasks, ready to copy into your code in any language.
Build a weekly new-permit lead listPull renovation permits issued in the last week for a city, newest first, as a lead stream for sales.Find the highest-value permits in a city this monthSort a city's permits by construction value to surface the biggest projects.Find furnace, rewire and repipe permits by tradeA trade permit is pulled for work on one system rather than the building, so it names the job directly: trade=mechanical is a furnace or HVAC change, trade=electrical a rewire, trade=plumbing a repipe.List permits within a radius of a coordinateFind recent permit activity around a job site or property using a lat/lng and radius.Track $100M+ capital projects under constructionMajor projects are the earliest and largest end of the construction funnel, years ahead of a building permit. Filter to the ones actually being built and rank them by capital cost.Find planned projects within range of a locationSurface upcoming capital work around a branch, depot or job site so you can plan coverage before the work goes to tender.Resolve the zoning district at a street addressGeocode an address, then look up the zoning district at that exact coordinate.Pull every record at a single street addressOne call returns the permits, inspections, development permits, assessment and licences recorded at an address, joined on a normalized form of the address so the datasets line up. No geocoding step, and no radius to guess at.
Ready to build?Subscribe on RapidAPI to get your key and start calling BuildData in minutes.
Get your API key →