Search across the contacts Fyonta owns outright — filter by industry, seniority tier, region, and a built-in ICP match score. No credits, no per-lookup cost.
| Param | Type | Notes |
|---|---|---|
industry | string | Fuzzy match, e.g. IT Services |
region_code | string | US state code, e.g. CA |
seniority_tier | string | Comma-separated: C-Suite, VP, Director, Manager, Other |
min_quality / min_icp | int | 0–100 score floors |
q | string | Fuzzy match on company name or title |
limit / offset | int | Pagination, limit max 100 |
curl "https://api.fyonta.com/v1/leads/search?seniority_tier=Director,VP®ion_code=CA" \
-H "X-API-Key: $FYONTA_KEY"
{
"results": [{ "company_name": "Robert Half", "title": "VP, Talent Acquisition", "seniority_tier": "C-Suite", "icp_match_score": 100 }],
"count": 1, "has_more": true
}