Newsfork

A complete government news intelligence stack

From raw crawl to production API in a single platform. Every component is designed for scale, accuracy, and compliance.

65,000+ domains, 100+ countries

Data Collection

  • Seed contracts define per-country, per-category crawl policies
  • Automated domain discovery and validation
  • Content deduplication and canonicalisation
  • Multilingual support with automatic language detection
  • Historical archive with configurable retention
GET /v1/seeds
{ "country": "kr", "domains": 1240,  "policy": "robots-compliant",  "freshness": "5m", "status": "active" }

News-V scoring + semantic embeddings

AI Analysis

  • 5-dimension News-V score: timeliness, impact, relevance, urgency, authority
  • Composite score clamped to 1.0–10.0 with category weight overrides
  • Entity extraction — persons, organisations, locations
  • Semantic embeddings for vector similarity search
  • Quality signals: readability, bias indicators, source reputation
News-V Score
timeliness:      8.2  (0.20)impact:          9.1  (0.30)relevance:       7.8  (0.20)urgency:         6.5  (0.15)authority:       8.9  (0.15)─────────────────────────composite:       8.4

Cloudflare Workers, sub-50ms globally

Edge API

  • Global edge deployment — 300+ Cloudflare locations
  • Sub-50ms p95 response time worldwide
  • OpenAPI 3.1 spec with auto-generated SDKs
  • Bearer API key auth with usage metering
  • Rate limiting, quotas, and per-key analytics
Response headers
HTTP/2 200 OKx-newsfork-latency-ms: 42x-ratelimit-remaining: 9847content-type: application/json

Compliance-first architecture

Policy Intelligence

  • Per-country content licensing and attribution rules
  • Robots.txt compliance and crawl-delay enforcement
  • GDPR-aware data handling and retention policies
  • Audit log for all data access operations
  • Domain allow/blocklist management
Seed contract
country:     jpattribution: requiredrobots:      compliantretention:   90d (GDPR-aware)audit:       git-backed ledger

Seven tools for agentic news consumption

MCP for AI Agents

  • search — keyword, category, language filters
  • article — full article content by ID
  • trending — topics and keywords by window
  • entity-graph — relationships between entities
  • subscribe-feed — real-time feed subscriptions
  • sources — available news sources by country
MCP tools
GET /v1/mcp/searchGET /v1/mcp/article/{id}GET /v1/mcp/trendingGET /v1/mcp/entity-graphPOST /v1/mcp/subscribe-feedGET /v1/mcp/sourcesGET /v1/mcp/media/{id}

Ready to get started?

Free tier includes 1,000 API requests/month. No credit card required.