Shortlist podle odvětví klientů, s doklady
„Chci agentury se zkušeností s klienty v odvětvích public-sector a ecommerce-retail.“
{
"tool": "search_agencies",
"arguments": {
"industries": [
"public-sector",
"ecommerce-retail"
],
"sort": "score",
"limit": 10
}
}Co se vrátí
{
"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"
}Tady má public-sector 1 133 agentur a ecommerce-retail 919, přičemž 356 pokrývá obě. VĚTŠINA odvětvových značek se odvozuje ze zveřejněného SEZNAMU KLIENTŮ agentury a industry_evidence jmenuje tyto klienty — u 71 % označených agentur, tedy tam, kde se značka dá dohledat ke konkrétní referenci. Zbytek je vlastní deklarované zaměření agentury z toho, jak se sama popisuje, a nepodkládá ho žádný jmenovaný klient. Záznam bez klientů znamená, že agentura značku má, ale žádná jednotlivá reference to odvětví nenese — vyžádejte si případovou studii.
Toto volání vrátí agentury pokrývající kterékoli z odvětví, seřazené, přičemž každá uvede, které splnila — obvykle přesně to, co chcete, protože agentura silná v jednom odvětví je stále kandidát. Pokud potřebujete obě zároveň, zužte to:
{
"tool": "search_agencies",
"arguments": {
"industries": [
"public-sector",
"ecommerce-retail"
],
"industries_match": "all",
"sort": "score",
"limit": 10
}
}