Get public records parcels (Bridge Public Records API)
documentedRetrieve parcel-level public records data; access is invite-only via Bridge.
GET https://bridgedataoutput.com/docs/platform/#parcelsPublic Datano implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.bridgedataoutput.com/api/{{$BRIDGEDATA_API_VERSION}}/OData/{{$DATASET_ID}}/{{$RESOURCE}}?access_token={{BRIDGEDATA_SERVER_TOKEN}}" \
-X GET \
-H "Accept: application/json"