Academic Paper Graph
Get a paper's citations and references as full publication objects
- Fetch citing papers and referenced papers in one request
- Auto-detects DOI, ArXiv ID, PMID, OpenAlex ID, or URL
- Pagination support for large citation networks
Trusted by
Automate in 3 Steps
Pick Your Platform
Choose Make, n8n, or Zapier
Add PDF Vector
Search for 'PDF Vector' in apps/nodes list
Build Your Workflow
Connect to 1000+ apps
Popular Automations
Ready-to-use workflow templates for Make, n8n, and Zapier
New paper → Map citation network
Paper alert → Reference monitoring
Literature review → Reference tree
For Developers
Get started in seconds. Copy and run.
import { createClient } from "@pdfvector/client";const client = createClient({ apiKey: "YOUR_API_KEY" });const result = await client.academic.paperGraph({ id: "10.1038/nature12373", citationsLimit: 20, referencesLimit: 20, fields: ["title", "authors", "year", "doi", "totalCitations"],});console.log(`Paper: ${result.paper.title}`);console.log(`Citations: ${result.citations.length} of ${result.totalCitations}`);console.log(`References: ${result.references.length} of ${result.totalReferences}`);for (const cite of result.citations) { console.log(` Cited by: ${cite.title} (${cite.year})`);}Key Features
Bidirectional Graph
Get both citing papers (who cited this) and referenced papers (what this cites) in a single request.
Auto-Detection
Accepts DOI, Semantic Scholar ID, ArXiv ID, PubMed ID, OpenAlex ID, or direct URL — auto-detects the type.
Pagination
Paginate through large citation networks with offset and limit controls for both citations and references.
Credit Costs
Simple, predictable pricing
per request (scales with results)
Minimum 2 credits per request. Cost scales with the total number of citations and references returned: max(2, ceil(totalResults / 50)).
Everything You Need for Document Processing
Parse, ask questions, and extract structured data from any document type
Academic Search
Search across PubMed, arXiv, OpenAlex, Semantic Scholar, and more.
Academic Fetch
Fetch paper metadata by DOI, PMID, arXiv ID, or other identifiers.
Academic Find Citations
Find relevant citations for your text using semantic matching.
Academic Paper Graph(current)
Get a paper's citing papers and references as full publication objects.
Academic Similar Papers
Find similar papers using citation network analysis with similarity scores.
Academic Search Grants
Search grants across Grants.gov, NIH RePORTER, CORDIS, and UKRI.

