PDF VectorPDF Vector

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

Academic Paper Graph

Available as an action in

Maken8nZapier
PubMedarXivOpenAlexSemantic ScholarEurope PMCERICGoogle Scholar

Automate in 3 Steps

1

Pick Your Platform

Choose Make, n8n, or Zapier

2

Add PDF Vector

Search for 'PDF Vector' in apps/nodes list

3

Build Your Workflow

Connect to 1000+ apps

Popular Automations

Ready-to-use workflow templates for Make, n8n, and Zapier

New paper → Map citation network

TriggerPaper DOI added to research tracker spreadsheet
PDF Vector
OutputPopulate sheet with citing and referenced papers
maken8nzapier

Paper alert → Reference monitoring

TriggerNew paper published by tracked author
PDF Vector
OutputSend Slack notification with top citing papers
maken8nzapier

Literature review → Reference tree

TriggerSeed paper submitted for literature review
PDF Vector
OutputBuild reference tree in Notion database
maken8n

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

2+ credits

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)).

Examples
20 citations + 20 references2 credits
100 citations + 50 references3 credits
500 citations + 200 references14 credits

Everything You Need for Document Processing

Parse, ask questions, and extract structured data from any document type

Frequently Asked Questions

Start Processing Documents Today

Get 100 free credits to try all our APIs. No credit card required.

Free forever tier · No credit card · Cancel anytime