Purplelink
← All guides

How to get BibTeX from a DOI or arXiv ID

Typing BibTeX by hand is error-prone. If a paper has a DOI or an arXiv ID, you can fetch a clean entry automatically. Here's how, and what to double-check.

Most modern papers have a DOI (a string like 10.1145/3292500.3330701) or an arXiv ID (like 2103.00020). Either one is enough to pull a complete BibTeX entry. Our free BibTeX builder does this - paste the identifier and get an entry back, with nothing stored.

Where the data comes from

For a DOI, the entry is fetched from Crossref, the registry that publishers submit metadata to. For an arXiv ID, it comes from arXiv's own metadata. Because it's pulled from the authoritative source, the title, authors, year, and venue are usually correct out of the box.

How to do it

  1. Find the DOI (on the paper's first page or the publisher's site) or the arXiv ID (in the URL or PDF header).
  2. Paste it into the BibTeX builder.
  3. Copy the generated entry into your .bib file.

What to double-check

Then run the result through the validator to be sure it's clean before you compile.

Frequently asked questions

Where does the BibTeX data come from?
DOIs are resolved via Crossref, the publisher metadata registry; arXiv IDs use arXiv's metadata. Both are authoritative sources, so the core fields are usually correct.
What if the title's capitalization is wrong?
BibTeX lowercases titles unless you protect words with braces. Wrap proper nouns or acronyms in braces, like {LaTeX}, to keep their capitalization.
Is the BibTeX builder free and private?
Yes. The builder fetches the entry and stores nothing - the identifier and result are not retained.
Can I get BibTeX from an arXiv ID without a DOI?
Yes. Paste the arXiv ID (e.g. 2103.00020) directly; the builder retrieves the metadata from arXiv.

From the team behind these tools

Writing LaTeX on a Mac?

We're building ModernTex - a native macOS LaTeX studio. Join the waitlist for one email at launch.

We'll only use your email to notify you at launch. Privacy Policy · Learn more about ModernTex →