Academic Find Citations
Find relevant citations for your text using AI
- Splits your text and finds citations per sentence
- Relevance scores from 0-10 for each match
- AI-powered semantic matching, not just keyword search
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
Draft paragraph → Find references
Thesis section → Completeness check
Research feed → Citation monitoring
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.findCitations({ paragraph: "Large language models have demonstrated remarkable few-shot learning capabilities across a wide range of NLP tasks. The scaling of transformer architectures to billions of parameters has led to emergent abilities not observed in smaller models.", providers: ["semantic-scholar", "openalex"], fields: ["title", "authors", "year", "doi", "totalCitations"],});console.log(`Found ${result.totalCitations} citations`);for (const item of result.results) { console.log(`"${item.sentence}"`); for (const cite of item.citations) { console.log(` [${cite.score}] ${cite.title}`); }}Key Features
Semantic Matching
AI analyzes the meaning of your text to find the most relevant academic papers as citations.
Per-Sentence Analysis
Breaks your text into sentences and finds targeted citations for each claim or statement.
Score Ranking
Each suggested citation includes a relevance score so you can prioritize the best matches.
Credit Costs
Simple, predictable pricing
per sentence with citations found
Your paragraph is split into sentences. You are only charged for sentences where relevant citations were found — sentences with no matches are free.
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(current)
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
Find similar papers using citation network analysis with similarity scores.
Academic Search Grants
Search grants across Grants.gov, NIH RePORTER, CORDIS, and UKRI.

