CTAN TeX Packages Scraper avatar

CTAN TeX Packages Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
CTAN TeX Packages Scraper

CTAN TeX Packages Scraper

Scan the CTAN catalog of TeX packages with optional keyword filter and detail hydration. Records carry key, name, caption, license, version, version date, authors, copyright, descriptions, topics, install info, homepage, and documentation. Useful for TeX research and writing tooling.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

ParseForge Banner

📚 CTAN TeX Packages Scraper

🚀 Export the full CTAN catalog of TeX and LaTeX packages in seconds. Caption, authors, license, version, topics, and install paths.

🕒 Last updated: 2026-06-05 · 📊 15 fields per record · 6,000+ TeX packages · No login required

The CTAN TeX Packages Scraper turns the public ctan.org/json/2.0/packages index into a structured dataset. It lists every package and optionally hydrates each entry with the per-package detail endpoint so you get authors, license, version, and topic metadata in one shot.

🎯 Target Audience💡 Primary Use Cases
🎓 Academic publishersAudit which packages typesetters use
📚 Documentation teamsFind a package for a given task
🛡️ ComplianceLicense audits across TeX distributions
📊 ResearchersStudy TeX ecosystem trends
👩‍💻 MaintainersMirror CTAN metadata into your tools
🧪 Curious usersBrowse the LaTeX universe

📋 What the CTAN TeX Packages Scraper does

  • Fetches the canonical https://ctan.org/json/2.0/packages index.
  • Optionally hydrates each package with /json/2.0/pkg/{key} for full details.
  • Flattens author records to display-name strings.
  • Filters by substring search against key, name, or caption.
  • Surfaces upstream errors as a single diagnostic record.
  • Exports to every Apify dataset format.

💡 Why it matters: CTAN is the canonical TeX archive but its detail endpoint is one-request-per-package. This actor pipelines those calls so you get a SQL-ready table out the other side.

🎬 Full Demo

🚧 Coming soon.

⚙️ Input

FieldTypeRequiredDescription
maxItemsintegerNoFree 10. Paid up to 1,000,000.
searchstringNoSubstring match against key, name, or caption.
hydratebooleanNoIf true, fetch the detail JSON for each package. Default true.

Example 1. TikZ family packages.

{ "search": "tikz", "maxItems": 25 }

Example 2. Fast index-only run.

{ "hydrate": false, "maxItems": 1000 }

⚠️ Good to Know: Hydration costs one HTTP request per package. Disable it for fast catalog snapshots.

📊 Output

FieldTypeDescription
🆔 keystringCTAN package key.
📛 namestringDisplay name.
📝 captionstringShort description.
⚖️ licensestringLicense identifier.
🔢 versionstringLatest version number.
📅 versionDatestringLatest version date.
👥 authorsarrayAuthor display names.
©️ copyrightobjectCopyright record.
📝 descriptionsarrayLocalized descriptions.
🏷️ topicsarrayTopic keys.
🔗 ctanstringCTAN package page URL.
📂 installstringInstall path.
🏠 homestringUpstream homepage.
📖 documentationarrayDocumentation links.
🕒 scrapedAtstringWhen this row was fetched.
errorstringSet on upstream error.
{
"key": "tikz",
"name": "TikZ",
"caption": "Create PostScript and PDF graphics in TeX",
"license": "lppl",
"version": "3.1.10",
"authors": ["Till Tantau"],
"ctan": "https://ctan.org/pkg/tikz",
"scrapedAt": "2026-06-05T12:00:00.000Z",
"error": null
}

✨ Why choose this Actor

| 🆓 | Public CTAN endpoint, no key required. | | 🔎 | Substring search across multiple fields. | | 📚 | Optional detail hydration in a single run. | | 🛟 | Clean diagnostic records on errors. | | 💾 | Push to dataset for instant export. |

📈 How it compares to alternatives

ApproachSetupDetail hydrationAuto export
Browse ctan.orgmanualmanual
Roll your own fetch30 min +manualmanual
This Actor5 sec

🚀 How to use

  1. Click Try for free.
  2. Optionally set a search filter.
  3. Toggle hydrate for full detail.
  4. Click Start and download the dataset.

💼 Business use cases

🎓 Curriculum planning. Snapshot every package a course depends on.

📚 Publisher audits. Track license obligations across a manuscript pipeline.

📊 Ecosystem analytics. Study TeX adoption.

🚀 Distribution tooling. Drive an internal CTAN mirror.

🔌 Automating CTAN TeX Packages Scraper

  • Make and Zapier trigger this actor on a schedule.
  • Cron keeps your mirror fresh.
  • Webhooks notify on completion.
  • Pipe to BigQuery, Snowflake, or Postgres with native integrations.

🌟 Beyond business use cases

🎓 Education. Show students how the TeX ecosystem is organized.

🧪 Personal research. Track your favorite typesetting topic.

🤝 Non-profit and open data. Publish a CTAN dashboard.

🧰 Tinkering. Find a TeX package fast.

🤖 Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor's inputs.

❓ Frequently Asked Questions

❓ Need an API key? No.

❓ Source? Official CTAN public JSON API.

❓ Schedule runs? Yes.

❓ Hydration? Optional.

❓ API or scraping? API.

❓ Schema stability? Stable.

❓ Maximum run? 1,000,000 records on paid plans.

❓ Author shape? Display-name string per author.

❓ Topic shape? Array of topic keys.

❓ Download formats? Any Apify dataset format.

🔌 Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.

ActorWhat it does
ParseForge SPDX Licenses ScraperLicense metadata.
ParseForge Vcpkg Ports ScraperC and C++ ports.
ParseForge Swift Package Index ScraperSwift packages catalog.
ParseForge OurAirports ScraperGlobal airport database.

💡 Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by CTAN. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.