AnswerPool

Emerging API: Rank the fastest-accelerating research topics across ~4,500 OpenAlex

Rank the fastest-accelerating research topics across ~4,500 OpenAlex topics, weekly — returns rank, momentum z-score, growth, acceleration and citation-quality growth per topic, filterable by field. Use to find what is accelerating.

$0.05 per call — pay with prepaid card credits (Authorization: Bearer ck_live_…, packs from $1) or with USDC over x402: call it, get 402 with the price, retry signed. Failed calls are never charged.

How do you call it?

GET /v1/technology/emerging — product id technology_emerging. Over MCP, call answerpool_get with product_id=technology_emerging.

curl "https://answerpool.io/v1/technology/emerging?limit=25"

# with a prepaid credit key
curl -H "Authorization: Bearer ck_live_..." "https://answerpool.io/v1/technology/emerging?limit=25"

Live call: https://answerpool.io/v1/technology/emerging?limit=25 · JSON sample: /v1/samples/technology_emerging

What does the answer look like?

A representative response, the same static sample served at /v1/samples/technology_emerging.

scan_idscan_2026w35
computed_at2026-08-24T06:00:00Z
data_as_of2026-08-24
last_full_year2025
universe_size4516
method_idtechnology_momentum_stat_v1
refresh_after2026-09-18T00:00:00.000Z

topics

topic_idnamefieldsubfieldrankmomentum_statgrowth_1ygrowth_3ygrowth_5yacceleration_3ydecile_growth_3yworks_last_full_year
T12026Quantum error correctionPhysical SciencesCondensed Matter Physics33.410.381.93.20.61.41841
The same sample as raw JSON
{
 "scan_id": "scan_2026w35",
 "computed_at": "2026-08-24T06:00:00Z",
 "data_as_of": "2026-08-24",
 "last_full_year": 2025,
 "universe_size": 4516,
 "method_id": "technology_momentum_stat_v1",
 "topics": [
  {
   "topic_id": "T12026",
   "name": "Quantum error correction",
   "field": "Physical Sciences",
   "subfield": "Condensed Matter Physics",
   "rank": 3,
   "momentum_stat": 3.41,
   "growth_1y": 0.38,
   "growth_3y": 1.9,
   "growth_5y": 3.2,
   "acceleration_3y": 0.6,
   "decile_growth_3y": 1.4,
   "works_last_full_year": 1841,
   "works_10y": 6210,
   "is_emerging": true
  }
 ],
 "refresh_after": "2026-09-18T00:00:00.000Z"
}

How fresh is it, and where does the data come from?

The fastest source behind this answer can change daily, so every response carries a refresh_after timestamp — right now it would be 2026-09-18T00:00:00.000Z. Schedule the next call on that value rather than on a guess.

Method version 0.1.0 · serving cache 7 days · every response carries a result_id you can resolve at /v1/provenance.

When should you use it?

You need a ranked, evidence-backed list of accelerating fields (optionally within one discipline) to seed scouting, diligence, or content, and would otherwise scan topic by topic.

What you skip building

When should you not use it?

You already know the topic and want a judgment with leaders and works — use technology_momentum; or you want one topic's numbers — use technology_lookup.

Where else can you find this?