Shortlist by client vertical, with proof
“I want agencies with experience with clients in public-sector and ecommerce-retail.”
{
"tool": "search_agencies",
"arguments": {
"industries": [
"public-sector",
"ecommerce-retail"
],
"sort": "score",
"limit": 10
}
}What comes back
{
"count": 1696,
"returned": 10,
"offset": 0,
"has_more": true,
"next_offset": 10,
"page_cap": 50,
"results": [
{
"slug": "ui42",
"name": "ui42",
"score": 100,
"score_band": "excellent",
"hq_city": "Bratislava",
"industries": [
"ecommerce-retail",
"fintech-banking",
"healthcare-pharma",
"fashion-beauty",
"construction",
"public-sector",
"real-estate",
"telecom",
"travel-hospitality"
],
"industry_evidence": [
{
"industry": "public-sector",
"clients": [
"Mesto Bratislava"
]
},
{
"industry": "ecommerce-retail",
"clients": [
"Kondela"
]
}
],
"…": "47 more fields"
},
{
"slug": "praguebest",
"name": "PragueBest",
"score": 100,
"score_band": "excellent",
"hq_city": "Praha",
"industries": [
"ecommerce-retail",
"automotive",
"fashion-beauty",
"logistics-transport",
"manufacturing-industry",
"leisure-hobby",
"public-sector"
],
"industry_evidence": [
{
"industry": "public-sector"
},
{
"industry": "ecommerce-retail",
"clients": [
"Fotoškoda"
]
}
],
"…": "42 more fields"
}
],
"…": "8 more rows in this page"
}Held here by 1,133 agencies for public-sector and 919 for ecommerce-retail, with 356 serving both. MOST industry tags are rolled up from each agency’s published CLIENT LIST, and industry_evidence names those clients — for 71% of tagged agencies, which is where the tag traces to a specific reference. The rest are the agency’s own stated focus, taken from how it describes itself, and no named client evidences them. An entry with no clients means the tag is held but no individual reference carries that vertical, so ask the agency for the case study.
That call returns agencies serving EITHER vertical, ranked, each saying which it matched — usually what you want, because an agency strong in one is still a candidate. To require both, narrow it:
{
"tool": "search_agencies",
"arguments": {
"industries": [
"public-sector",
"ecommerce-retail"
],
"industries_match": "all",
"sort": "score",
"limit": 10
}
}