Shovels API — Contractor Building Permit Search is a paid API for AI agents from stable-shovels.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Search US building permits by contractor name, date range, and location via a pay-per-call API with no subscription required
Pay-per-call access to the Shovels building-permits search API over x402 and MPP. Search US building permits by date, location, and contractor — no accounts, no subscriptions, pay per request.
A list of matching US building permit records including contractor details, permit dates, permit types, and location data for permits matching the search criteria
POSThttps://stable-shovels.dev/api/contractors/searchUse this endpoint when you need on-demand, no-subscription access to US building permit data searchable by contractor, location, and date — ideal for one-off lookups or agents that need permit data without committing to a recurring API plan. Prefer this over subscription APIs when call volume is low or unpredictable.
{
"q": "Smith Roofing",
"size": 10,
"geo_id": "TX",
"permit_to": "2023-12-31",
"permit_from": "2023-01-01"
}| Field | Type | Description |
|---|---|---|
| size | integer | Records to return per page (1–100, default 50). Determines the price — each record returned costs one credit. |
| cursor | string | Pagination cursor — pass the `next_cursor` from a prior page. |
| geo_id | string | Geographic filter: a state code (e.g. "CA"), a ZIP code, or a Shovels geolocation id. |
| permit_q | string | Substring search over permit text (max 50 chars). |
| permit_to | string | Include contractors active on permits starting on or before this date (YYYY-MM-DD). |
| permit_from | string | Include contractors active on permits starting on or after this date (YYYY-MM-DD). |
| permit_tags | array | Permit tags to include/exclude (prefix with '-' to exclude). |
| include_count | boolean | Include a `total_count` of matching contractors (first page). |
| permit_status | array | One or more of: final, in_review, inactive, active. |
| property_type | string | Property type (e.g. residential, commercial, industrial). |
| contractor_name | string | Contractor name, partial match (min 3 chars). |
| include_tallies | boolean | Include tag/status tallies per contractor (default true). |
| contractor_license | string | Contractor license number. |
| contractor_website | string | Contractor website. |
| permit_min_job_value | number | Minimum job value on a permit (USD). |
| contractor_min_inspection_pr | number | Minimum lifetime inspection pass rate. |
| contractor_min_total_job_value | number | Minimum lifetime job value across all permits (USD). |
| contractor_classification_derived | array | Derived contractor classifications (must match ALL). |
| contractor_min_total_permits_count | integer | Minimum lifetime permit count. |
{
"size": 10,
"items": [
{
"id": "00G0KfBvkp",
"dba": null,
"sic": null,
"name": "CESAR ZELAYA",
"email": null,
"naics": null,
"phone": "(832) 986-4461",
"rating": null,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": null,
"revenue": null,
"website": null,
"tag_tally": {
"hvac": 1,
"remodel": 2,
"electrical": 1
},
"linkedin_url": null,
"permit_count": 2,
"review_count": null,
"status_tally": {
"final": 2
},
"avg_job_value": null,
"business_name": "ZELAYA CONTRACTORS INC.",
"business_type": null,
"primary_email": null,
"primary_phone": "(832) 986-4461",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": null,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 90
},
{
"id": "00IOR7gU7Q",
"dba": null,
"sic": null,
"name": "RAGHAVENDRA TORANALU VARADARAJ",
"email": "raagzcd@gmail.com",
"naics": null,
"phone": "(848) 391-7524",
"rating": null,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": null,
"revenue": null,
"website": null,
"tag_tally": {
"adu": 1
},
"linkedin_url": null,
"permit_count": 1,
"review_count": null,
"status_tally": {
"final": 1
},
"avg_job_value": null,
"business_name": "RAGHAVENDRA TORANALU VARADARAJ",
"business_type": null,
"primary_email": "raagzcd@gmail.com",
"primary_phone": "(848) 391-7524",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": null,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 180
},
{
"id": "00UYhCsVqO",
"dba": null,
"sic": null,
"name": "JOEY WEST",
"email": null,
"naics": null,
"phone": null,
"rating": 5,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": null,
"revenue": null,
"website": "wtxconstruction.com",
"tag_tally": {
"addition": 1
},
"linkedin_url": null,
"permit_count": 1,
"review_count": null,
"status_tally": {
"final": 1
},
"avg_job_value": 50000,
"business_name": "WTX CONSTRUCTION",
"business_type": null,
"primary_email": null,
"primary_phone": null,
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 50000,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 207
},
{
"id": "00Z1AJTvph",
"dba": null,
"sic": null,
"name": "MARIA WEATHERS",
"email": "metafoya1@yahoo.com",
"naics": null,
"phone": "(915) 422-9030",
"rating": null,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": "14-LP-00262",
"revenue": null,
"website": "metafoyainc.com",
"tag_tally": {
"roofing": 1
},
"linkedin_url": null,
"permit_count": 14,
"review_count": null,
"status_tally": {
"final": 1
},
"avg_job_value": 2080000,
"business_name": "M. E. TAFOYA ENTERPRISES INC.",
"business_type": null,
"primary_email": "metafoya1@yahoo.com",
"primary_phone": "(915) 422-9030",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 29120000,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 24
},
{
"id": "00aPTOiM0z",
"dba": null,
"sic": null,
"name": "BEST ROOFING & REMODELING",
"email": "bestroofingremodeling@gmail.com",
"naics": null,
"phone": "(254) 366-5753,(254) 732-2400",
"rating": null,
"address": {
"city": "WACO",
"state": "TX",
"county": null,
"latlng": [
31.586771,
-97.085208
],
"street": "PARADISE ISLAND RD",
"zip_code": "76705",
"street_no": "4007",
"address_id": "K7iog7ge5IM",
"jurisdiction": null,
"zip_code_ext": "7408"
},
"license": null,
"revenue": null,
"website": null,
"tag_tally": {
"roofing": 2
},
"linkedin_url": null,
"permit_count": 35,
"review_count": null,
"status_tally": {
"final": 2
},
"avg_job_value": 114143,
"business_name": "BEST ROOFING & REMODELING",
"business_type": null,
"primary_email": "bestroofingremodeling@gmail.com",
"primary_phone": "(254) 732-2400",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 3995000,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 30
},
{
"id": "00za3Xmfet",
"dba": null,
"sic": null,
"name": "JESUS SALGADO",
"email": "salgado4763@gmail.com",
"naics": null,
"phone": "(817) 204-9146",
"rating": 5,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": "RB025707",
"revenue": null,
"website": "salgadosfencingtx.com",
"tag_tally": {
"adu": 1
},
"linkedin_url": null,
"permit_count": 1,
"review_count": null,
"status_tally": {
"final": 1
},
"avg_job_value": 400000,
"business_name": "SALGADOS FENCING LLC",
"business_type": null,
"primary_email": "salgado4763@gmail.com",
"primary_phone": "(817) 204-9146",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 400000,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 0
},
{
"id": "01F8Z8UARQ",
"dba": null,
"sic": null,
"name": "KENNETH DONAGHY",
"email": "ken@goodcontractorsroofing.com",
"naics": "236",
"phone": null,
"rating": 5,
"address": {
"city": "FORT WORTH",
"state": "TX",
"county": null,
"latlng": [
32.725572,
-97.344788
],
"street": "PARK PLACE AVE",
"zip_code": "76110",
"street_no": "1617",
"address_id": "K9MuECgZvso",
"jurisdiction": "FORT WORTH",
"zip_code_ext": "1300"
},
"license": "RB023887",
"revenue": "Under 1 Million",
"website": "goodcontractorsroofing.com",
"tag_tally": {
"hvac": 1,
"remodel": 1,
"roofing": 2
},
"linkedin_url": "linkedin.com/company/goodcontractorsroofing",
"permit_count": 4,
"review_count": null,
"status_tally": {
"final": 3
},
"avg_job_value": 21274925,
"business_name": "GOOD CONTRACTING ROOFING LLC",
"business_type": null,
"primary_email": "ken@goodcontractorsroofing.com",
"primary_phone": null,
"classification": null,
"employee_count": "1 to 10",
"first_seen_date": null,
"total_job_value": 85099700,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": "Building Construction",
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 123
},
{
"id": "01JUL3f5q5",
"dba": null,
"sic": null,
"name": "CHRISTOPHER MIRANDA",
"email": null,
"naics": null,
"phone": "(512) 215-1583",
"rating": null,
"address": {
"city": "LEANDER",
"state": "TX",
"county": null,
"latlng": [
30.544123,
-97.857267
],
"street": "OAK HOLLOW DR",
"zip_code": "78641",
"street_no": "1209",
"address_id": "K6xHRTyFHoU",
"jurisdiction": null,
"zip_code_ext": "2381"
},
"license": null,
"revenue": null,
"website": null,
"tag_tally": {
"adu": 2,
"gas": 2,
"kitchen": 1,
"remodel": 3,
"addition": 6,
"plumbing": 8,
"generator": 2,
"demolition": 2,
"window_door": 2,
"new_construction": 6,
"pool_and_hot_tub": 3
},
"linkedin_url": null,
"permit_count": 510,
"review_count": null,
"status_tally": {
"final": 14
},
"avg_job_value": 7820012,
"business_name": "GREATER AUSTIN PLUMBING",
"business_type": null,
"primary_email": null,
"primary_phone": "(512) 215-1583",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 62560100,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 281
},
{
"id": "01KHOkhPiX",
"dba": null,
"sic": null,
"name": "EPL LAKEWAY",
"email": null,
"naics": null,
"phone": null,
"rating": null,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": null,
"revenue": null,
"website": null,
"tag_tally": {
"remodel": 1
},
"linkedin_url": null,
"permit_count": 1,
"review_count": null,
"status_tally": {
"final": 1
},
"avg_job_value": 5000000,
"business_name": "BLD CONSTRUCTION LLC",
"business_type": null,
"primary_email": null,
"primary_phone": null,
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 5000000,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 161
},
{
"id": "01L313GG0f",
"dba": null,
"sic": null,
"name": "SANDRA GASTELUM",
"email": null,
"naics": null,
"phone": "(915) 203-3171",
"rating": null,
"address": {
"city": null,
"state": "TX",
"county": null,
"latlng": [
null,
null
],
"street": null,
"zip_code": null,
"street_no": null,
"address_id": null,
"jurisdiction": null,
"zip_code_ext": null
},
"license": "23-LP-00461",
"revenue": null,
"website": null,
"tag_tally": {
"adu": 1
},
"linkedin_url": null,
"permit_count": 1,
"review_count": null,
"status_tally": {
"final": 1
},
"avg_job_value": 0,
"business_name": "SANDRA GASTELUM",
"business_type": null,
"primary_email": null,
"primary_phone": "(915) 203-3171",
"classification": null,
"employee_count": null,
"first_seen_date": null,
"total_job_value": 0,
"license_act_date": null,
"license_exp_date": null,
"primary_industry": null,
"license_inact_date": null,
"license_issue_date": null,
"classification_derived": null,
"avg_inspection_pass_rate": null,
"avg_construction_duration": 60
}
],
"next_cursor": "VFg.01L313GG0f.55W.ZIaOydFtLL0",
"total_count": null
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"