Top 100 recent AI papers ranked by the share of their total citations earned in the most r
Top 100 recent AI papers ranked by the share of their total citations earned in the most recent calendar year. Papers published in the last 2 years with 3+ citations. Surfaces papers that are still gaining traction now. OpenAlex CC0.
20000 (raw units)
price
6
calls / 30d
4
unique payers
2026-05-25
updated
Provider
tensorfeed.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryFields": {},
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"billing": {
"credits_charged": 1,
"credits_remaining": 49
},
"capturedAt": "2026-05-23T06:00:00Z",
"ok": true,
"papers": [
{
"authors": [
"First Author",
"Second Author",
"Third Author"
],
"doi": "10.48550/arXiv.2503.00000",
"latest_year_citations": 318,
"latest_year_share": 0.772,
"openalex_id": "W4400000000",
"primary_affiliation": {
"country_code": "US",
"display_name": "Anthropic"
},
"rank": 1,
"title": "Scaling Test-Time Compute Beyond Chain-of-Thought",
"total_citations": 412,
"venue": "arXiv",
"year": 2025
}
]
},
"schema": {
"properties": {
"billing": {
"properties": {
"credits_charged": {
"example": 1,
"type": "integer"
},
"credits_remaining": {
"example": 49,
"type": "integer"
}
},
"type": "object"
},
"capturedAt": {
"example": "2026-05-23T06:00:00Z",
"type": "string"
},
"ok": {
"type": "boolean"
},
"papers": {
"items": {
"properties": {
"authors": {
"items": {
"example": "First Author",
"type": "string"
},
"type": "array"
},
"doi": {
"example": "10.48550/arXiv.2503.00000",
"type": "string"
},
"latest_year_citations": {
"example": 318,
"type": "integer"
},
"latest_year_share": {
"example": 0.772,
"type": "number"
},
"openalex_id": {
"example": "W4400000000",
"type": "string"
},
"primary_affiliation": {
"properties": {
"country_code": {
"example": "US",
"type": "string"
},
"display_name": {
"example": "Anthropic",
"type": "string"
}
},
"type": "object"
},
"rank": {
"example": 1,
"type": "integer"
},
"title": {
"example": "Scaling Test-Time Compute Beyond Chain-of-Thought",
"type": "string"
},
"total_citations": {
"example": 412,
"type": "integer"
},
"venue": {
"example": "arXiv",
"type": "string"
},
"year": {
"example": 2025,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://tensorfeed.ai/api/premium/research/citation-velocity" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://tensorfeed.ai/api/premium/research/citation-velocity");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://tensorfeed.ai/api/premium/research/citation-velocity")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4185.json, and this resource appears in /discovery/resources and /discovery/search.