Unified data API

FlashData

Structured web and media data through one API.

Run live searches, durable data jobs, and downloads with one account, one usage ledger, and traceable results.

Start buildingQuickstartAll systems operational
data.flashdata.dev
POST /v2/queries/realtime

Request

curl 'https://data.flashdata.dev/v2/queries/realtime' \
  --header 'X-API-Key: fd_test_••••••••' \
  --header 'Idempotency-Key: query_01' \
  --json '{
    "source": "google_search",
    "params": { "query": "distributed systems" }
  }'

Response

200 / 184 ms
{
  "requestId": "req_01J...",
  "source": "google_search",
  "status": "completed",
  "usage": {
    "chargedMicrocredits": 1000000
  },
  "data": {
    "results": [ ... ]
  }
}

Source catalog

Sources
Google Search6 published sources
YouTube Data9 published sources
Durable delivery9 async or batch sources

USD billing catalog: available. Purchases are enabled only when the server catalog is available.