Academic Similar Papers
Find papers similar to any paper using citation network analysis
- Citation network analysis finds deeply related papers
- Similarity scores and PageRank for each result
- Optional graph edge data for visualization
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 → Reading list
Research topic → Discovery digest
Seed paper → Citation graph
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.similarPapers({ id: "10.1038/nature12373", limit: 10, includeEdges: false, fields: ["title", "authors", "year", "doi", "totalCitations"],});console.log(`Seed: ${result.seed.title}`);console.log(`Found ${result.results.length} similar papers`);for (const item of result.results) { console.log(` [${item.similarity.toFixed(2)}] ${item.publication.title}`);}Key Features
Citation Network Analysis
Goes beyond keyword matching — uses the citation graph to find papers that are structurally related through shared citations.
Similarity Scoring
Each result includes a similarity score, PageRank importance, and graph distance from the seed paper.
Graph Edges
Enable includeEdges to get citing/cited_by relationships between results for building interactive citation graphs.
Credit Costs
Simple, predictable pricing
per request
Each similar papers request costs 3 credits regardless of the number of results returned or whether graph edges are included.
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
Get a paper's citing papers and references as full publication objects.
Academic Similar Papers(current)
Find similar papers using citation network analysis with similarity scores.
Academic Search Grants
Search grants across Grants.gov, NIH RePORTER, CORDIS, and UKRI.

