Ctan Latex Package Search avatar

Ctan Latex Package Search

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Ctan Latex Package Search

Ctan Latex Package Search

Search and scrape LaTeX packages from CTAN

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

17 hours ago

Last modified

Categories

Share

What it does

CTAN LaTeX Package Search searches and extracts LaTeX package information from the Comprehensive TeX Archive Network (CTAN). It returns package names, versions, descriptions, authors, licenses, and direct links.

Why use it

CTAN hosts thousands of LaTeX packages for typesetting, graphics, mathematics, and more. This actor helps LaTeX users, academic publishers, and researchers discover packages programmatically, saving time when looking for specific typesetting capabilities or comparing package options.

How it works

  1. The actor takes a search query and optional maximum items count.
  2. It sends a request to CTAN's search endpoint using CheerioCrawler.
  3. Package listings are extracted from the HTML response.
  4. Results are pushed to the Apify dataset in a structured format.

Input parameters

ParameterTypeDefaultDescription
querystring"tikz"Search query to find LaTeX packages
maxItemsinteger20Maximum number of results (1-200)

Output fields

FieldTypeDescription
namestringPackage name
versionstringPackage version
descriptionstringPackage description
authorstringPackage author
licensestringLicense type
urlstringLink to CTAN package page

Cost estimate

Pay-per-event pricing is $0.00075 per result. CTAN is freely accessible. Memory usage is minimal at 1024 MB default.

Tips

  • Search by functionality (e.g., "bibliography", "graphics", "table") for broader results.
  • CTAN is the authoritative source for TeX/LaTeX packages.