Pick an Agency
Search 47k+ marketing agencies by service and location
Search a directory of tens of thousands of marketing and PR agencies, filtering by service, location and rating, and get structured agency profiles back as JSON. This sample searches for SEO agencies. The keyless REST endpoints live under /api/v1, alongside an OpenAPI spec and an MCP endpoint.
GET https://www.pickanagency.com/api/v1/search?service=SEO
{
"count": 10,
"results": [
{
"slug": "prlab-b2b-tech-pr-agency-amsterdam",
"name": "PRLab | B2B Tech PR Agency",
"location": {
"city": "Amsterdam",
"country": "Netherlands"
},
"rating": 5,
"total_reviews": 46,
"services": [
"Public Relations",
"SEO"
]
}
]
}curl "https://www.pickanagency.com/api/v1/search?service=SEO"const res = await fetch("https://www.pickanagency.com/api/v1/search?service=SEO");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://www.pickanagency.com/api/v1/search?service=SEO")
print(res.json())/api/v1/search?service=SEOPROBEDSearch 47k+ marketing agencies by service and location
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
/api/search?q=testSearch by query parameters.
/api/v1/search?limit=5Search by query parameters.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Pick an Agency: common questions
Is Pick an Agency free to use?
Yes — Pick an Agency is a free finance API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Pick an Agency need an API key?
No — Pick an Agency needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Pick an Agency from the browser?
Yes — Pick an Agency returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Pick an Agency up right now?
As of our last scheduled check, Pick an Agency is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.