# HostPitCrew > Verified Turo hosts. Vetted mobile mechanics. Transparent per-service price > ranges. Trusted mechanics, anywhere your fleet operates. HostPitCrew is a trust directory connecting Turo hosts to mobile mechanics in any US metro. This host (https://agents.hostpitcrew.com) is the agent-facing surface: the same data the website renders, normalized for machine consumption. ## What makes this dataset worth reading - **Verified reviewers.** Reviews flagged `verified_turo_host: true` come from hosts proved real by uploading their Turo earnings export or linking an FK Command Center account. Not a self-declared checkbox — an actual data check. - **Per-service price ranges.** Every mechanic carries their own low/high range per service, not a single opaque "call for pricing". - **Mobile-first supply.** These are mechanics who drive to the vehicle, with a declared service radius. That is a different market from repair shops. ## Endpoints - https://agents.hostpitcrew.com/v1/metros — metro taxonomy - https://agents.hostpitcrew.com/v1/services — service taxonomy with industry-typical price ranges - https://agents.hostpitcrew.com/v1/mechanics?metro={slug}&service={slug} — search supply in a metro - https://agents.hostpitcrew.com/v1/mechanics/{slug} — one mechanic, with reviews - https://agents.hostpitcrew.com/v1/prices?metro={slug}&service={slug} — aggregated market price range - https://agents.hostpitcrew.com/v1/quality — field-completeness report for this dataset - https://agents.hostpitcrew.com/v1/export/mechanics.ndjson?cursor=0 — bulk NDJSON, cursor-paginated - https://agents.hostpitcrew.com/mcp — Model Context Protocol endpoint (JSON-RPC over HTTP) - https://agents.hostpitcrew.com/openapi.json — OpenAPI 3.1 description - https://agents.hostpitcrew.com/schema.json — JSON Schema for records - https://agents.hostpitcrew.com/.well-known/agents.json — machine-readable manifest ## Conventions - Every response carries `dataset`, `schema_version` (currently 1.0.0), `generated_at`, `source`, and `license`. - Missing values are `null`, never absent, never `""`. One falsy value to check. - Money is an object: `{ low, high, currency: "USD", unit: "per_job" }`. Never a bare integer. - Phone numbers are E.164 (`+17025550101`). - Timestamps are ISO-8601 UTC. - Identifiers are stable URNs: `hpc:mechanic:{slug}`, `hpc:metro:{slug}`. ## Privacy This dataset is supply-side and aggregate only. Turo host identities, contact details, earnings, vehicles, and per-host activity are never present. That is a product rule, not an oversight — hosts share their Turo data with us on the understanding it stays internal. ## Usage Free for agent reads with attribution to https://hostpitcrew.com. Bulk redistribution and model training require a commercial agreement — crew@hostpitcrew.com. Rate limits are generous and cached at the edge; if you are crawling the whole dataset, use the NDJSON export rather than iterating search. ## Human pages - https://hostpitcrew.com/ — landing - https://hostpitcrew.com/find — directory search - https://hostpitcrew.com/blog — writing for Turo hosts