REST API · v1

Build with the
Boatwork API

Programmatic access to the largest network of verified marine service professionals. Search by specialty, location, and rating — and integrate into any application.

Quickstart in minutes

One API key, one endpoint. Search thousands of verified marine pros with a single curl command.

Quickstart guide →
📍

Geo search

Find contractors within any radius of a coordinate. Returns distance and full profiles.

API reference →

Verified data

Every contractor is reviewed. Get ratings, reviews, photos, specialties, and contact info.

Data model →

Simple, RESTful API

No SDK required. Standard HTTP requests with Bearer token auth. JSON responses.

Get your API key →
BASH
curl "https://boatwork.co/api/v1/public/contractors/search\
  ?q=engine+repair&state=FL&limit=5" \
  -H "Authorization: Bearer bw_public_your_key"