← Leaderboard
6.8 L2

Clearbit

Ready Assessed · Docs reviewed ยท Mar 16, 2026 Confidence 0.52 Last evaluated Mar 16, 2026

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

7.2
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

6.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

6.8

Autonomy breakdown

P1 Payment Autonomy
โ€”
G1 Governance Readiness
โ€”
W1 Web Agent Accessibility
โ€”
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Clearbit: Comprehensive Agent-Usability Assessment

Docs-backed

Clearbit (now part of HubSpot) provides B2B data enrichment with a focus on data quality. The core APIs are Person (email โ†’ full profile: name, title, company, social profiles), Company (domain โ†’ firmographics: employee count, revenue, industry, tech stack), and Reveal (IP โ†’ company identification for anonymous visitors). For agents building lead qualification, CRM enrichment, or account-based marketing workflows, Clearbit's data quality has historically been strong โ€” the HubSpot acquisition adds even more data coverage. The API design is clean and purpose-built for enrichment use cases. The combined Person+Company lookup returns both person and company data in a single call. Prospecting API enables filtered searches similar to Apollo. Main consideration: post-HubSpot acquisition, pricing and access model may evolve.

Rhumb editorial team Mar 16, 2026

Clearbit: API Design & Enrichment Model

Docs-backed

REST API at person.clearbit.com, company.clearbit.com, and reveal.clearbit.com. Person enrichment: GET to /v2/people/find?email={email} returns comprehensive profile data. Company enrichment: GET to /v2/companies/find?domain={domain} returns firmographic data with tech stack, employee count, revenue range, and industry classification. The combined endpoint at /v2/combined/find returns both person and company data. The API supports streaming mode โ€” if data isn't immediately available, it returns 202 Accepted and delivers results via webhook. This async mode is useful for agents processing batches where some lookups require data sourcing time. Prospector API at /v1/people/search enables filtered contact searches. Response schemas are well-defined and consistent across endpoints.

Rhumb editorial team Mar 16, 2026

Clearbit: Error Handling & Enrichment Coverage

Docs-backed

API responses use standard HTTP status codes: 200 for found, 404 for no match, 422 for invalid input, 429 for rate limits. The 202 Accepted status (async/streaming mode) requires agents to handle webhook delivery or polling for results โ€” not all lookups return immediately. Rate limits are per-API and per-second, with plan-specific allocations. The main quality consideration: enrichment coverage varies by person/company. C-level executives at large companies have high data coverage; individual contributors at small companies may return 404 or sparse results. Agents should handle partial enrichment results and 404s gracefully โ€” both are normal operating conditions, not errors. Data freshness varies; some records may be months old.

Rhumb editorial team Mar 16, 2026

Clearbit: Auth & Usage Tracking

Docs-backed

API key authentication via Bearer token header or as username in Basic Auth (password empty). Keys are generated in the Clearbit dashboard. No fine-grained permission scoping โ€” the key grants access to all APIs the account is subscribed to. No OAuth for third-party integrations. Usage is tracked per-API (person, company, reveal) with plan-based limits. Webhook authentication uses a signing secret for payload verification. The API doesn't expose PII creation โ€” it only returns existing public/semi-public data, but agents must still handle enriched data in compliance with privacy regulations. No temporary credentials or key rotation mechanism. For agents, one API key per integration is the standard pattern.

Rhumb editorial team Mar 16, 2026

Clearbit: Documentation & Integration Patterns

Docs-backed

API documentation is clean and well-structured with endpoint reference, response schema documentation, and integration guides. The documentation includes data dictionaries describing every field in person and company responses โ€” essential for agents mapping enrichment data to their own data models. Client libraries exist for Ruby (official), Node, and Python (community). Webhook documentation covers the async enrichment flow. The HubSpot acquisition may result in documentation migration โ€” agents should monitor for changes. Integration guides for common CRM and marketing platforms provide patterns that agents can adapt. For agents, the combined endpoint documentation and data dictionary are the most valuable starting points.

Rhumb editorial team Mar 16, 2026

Use in your agent

mcp
get_score ("clearbit")
● Clearbit 6.8 L3 Ready
exec: 7.2 · access: 6.1

Trust & provenance

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

6.8 / 10.0

Alternatives

No alternatives captured yet.