Pick an Agency

Search 47k+ marketing agencies by service and location

📈 FinanceHEALTHYchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

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.

75HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 75 · healthy
Uptime history
78.4%90 days
93.3%30 days
783P50 · ms
1511P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 479 ms, slowest 1274 ms, most recent 479 ms.
Live response samplecaptured by our last successful check
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"
      ]
    }
  ]
}
Call itcurl · fetch · python
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())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api/v1/search?service=SEO783 mschecked 2h ago
GET/api/v1/search?service=SEOPROBED

Search 47k+ marketing agencies by service and location

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/v1/search?limit=5

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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 healthy with 78.4% uptime over 90 days and a 783 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.