Briev B2B API Plan

Source-first tech news feed for internal portals, alerts, and dashboards. Single plan, predictable limits, simple Bearer-token auth.

Plan
API Pro

$49/month, cancel anytime

Request API Access

Limits

Requests
10,000 / month
Rate limit
60 / minute
Data freshness
Daily 7:00 JST

Endpoint

GET /api/b2b/feed

curl -H "Authorization: Bearer YOUR_B2B_API_TOKEN" \
  "https://www.briev-news.com/api/b2b/feed?limit=30&category=security"

Query: limit (1-100), category (backend, frontend, ai, cloud, security, data, devops, business, other)

Getting Started

  1. Request API access with your use case and expected traffic.
  2. Receive your token and allowlist guidance.
  3. Call the endpoint with Bearer auth and store items by slug.
  4. Refresh at your own interval (daily sync recommended).