AnswerPool

Science Topics API: 4,500-topic research directory with weekly-computed growth and momentum — OpenAlex

4,500-topic research directory with weekly-computed growth and momentum stats: search by name or field, sort by momentum, works or growth. Raw numbers, no LLM. Free, no key.

Free — no key, no signup, rate-limited to 60 calls per minute per client.

How do you call it?

GET /v1/science/topics — product id science_topics. Over MCP, call answerpool_get with product_id=science_topics.

curl "https://answerpool.io/v1/science/topics?q=quantum"

Live call: https://answerpool.io/v1/science/topics?q=quantum · JSON sample: /v1/samples/science_topics

What does the answer look like?

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

as_of2026-09-03T02:00:00Z
data_as_of2026-08-30
count1
noteRaw weekly-scan statistics; the LLM-graded brief is /v1/technology/emerging.
disclaimerDerived from OpenAlex (CC0) by AnswerPool's weekly scan; not investment advice.
refresh_after2026-09-18T00:00:00.000Z

topics

topic_idnamefieldsubfieldworks_last_full_yearworks_10ygrowth_1ygrowth_3ymomentum_rankis_emerging
T10320Quantum Computing Algorithms and ArchitectureComputer ScienceComputational Theory and Mathematics3175184020.180.5214true
The same sample as raw JSON
{
 "as_of": "2026-09-03T02:00:00Z",
 "data_as_of": "2026-08-30",
 "count": 1,
 "topics": [
  {
   "topic_id": "T10320",
   "name": "Quantum Computing Algorithms and Architecture",
   "field": "Computer Science",
   "subfield": "Computational Theory and Mathematics",
   "works_last_full_year": 3175,
   "works_10y": 18402,
   "growth_1y": 0.18,
   "growth_3y": 0.52,
   "momentum_rank": 14,
   "is_emerging": true
  }
 ],
 "note": "Raw weekly-scan statistics; the LLM-graded brief is /v1/technology/emerging.",
 "disclaimer": "Derived from OpenAlex (CC0) by AnswerPool's weekly scan; not investment advice.",
 "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 topic resolution or raw growth numbers for research areas — screening before the graded momentum products.

What you skip building

When should you not use it?

Graded assessments with confidence and evidence — that is /v1/technology/momentum ($0.05, LLM-graded).

Where else can you find this?