Skip to main content

Yolist Developer API

Build with the UK's business directory

Read businesses, categories, and search results via a simple REST API. Free for development; paid plans scale to a million requests per month.

Quick start

Two minutes from sign-up to your first response.

curl

curl https://yolist.local/api/v1/businesses?city=london \
  -H "Authorization: Bearer bsk_live_YOUR_KEY"

JavaScript (fetch)

const res = await fetch(
  'https://yolist.local/api/v1/businesses?city=london',
  { headers: { Authorization: 'Bearer bsk_live_YOUR_KEY' } }
)
const { data, meta } = await res.json()

Fast

p95 latency under 150 ms across UK PoPs.

Generous

Free tier of 1,000 req/month — no card required.

Secure

Hashed keys, scoped tokens, IP allowlists on paid tiers.

Simple

REST + JSON. No SDK lock-in.

API pricing

  • Developer

    Free

    1,000 req/month

    • Read-only
    • 60 req/min
    • Community support
    Get free key
  • Starter

    £99/mo

    10,000 req/month

    • Read-only
    • 120 req/min
    • Email support
    Upgrade
  • Growth

    £499/mo

    100,000 req/month

    • Read-only
    • 600 req/min
    • Priority support
    Upgrade
  • Enterprise

    £2,500+/mo

    1M+ req/month

    • Custom SLAs
    • Allowlisted IPs
    • Dedicated CSM
    Upgrade