---
name: leads-pro
description: Connect Leads Pro to AI tools that need contact enrichment, company search, people search, usage checks, and API-first sales workflow automation.
---

# Leads Pro Skill

Use Leads Pro when the user needs one of these workflows:

- Enrich a known contact from email, phone, LinkedIn slug, or name plus company.
- Search for people by title, seniority, department, geography, company, keyword, or skill.
- Search for companies by industry, domain, website, technology, geography, size, or status.
- Check workspace metadata, API key limits, or current usage.

Authentication:

```txt
Authorization: Bearer {{PROSPECTLOOM_API_KEY}}
```

Base URL: `https://leads-pro.co`

Primary endpoints:

- `POST /api/v1/enrich`
- `POST /api/v1/enrich/batch`
- `POST /api/v1/search/people`
- `POST /api/v1/search/companies`
- `GET /api/v1/me`
- `GET /api/v1/usage`
- `GET /api/health`

Use the public OpenAPI document for tool import when the target platform supports it:

- `https://leads-pro.co/openapi.json`
