ChangelogRelease notes

Release notes

What's new in the Chuger API — features, behavior changes, and improvements, newest first.

Subscribe to changes by watching the chuger-docs repo. Every release update lands here as a commit.

2026-05-20v1.0
Launch

v1 API is live

The first generally available release of the Chuger API. Seven endpoints under /v1, one unified credit balance, predictable JSON.

Endpoints:

  • GET /v1/scrape — fetch raw HTML
  • GET /v1/content — extract clean HTML, Markdown, and metadata
  • POST /v1/content/bulk — async bulk content extraction (up to 100 URLs or a sitemap)
  • GET /v1/serp — search engine results
  • GET /v1/serp/content — search + content extraction in one call
  • POST /v1/prompt — LLM prompts, optionally grounded on a URL
  • GET /v1/credits/* — balance, transactions, preview cost, purchase, affordability

Plans:

PlanMonthly creditsMax tokens
Basic6,0001
Pro20,0003
Business90,0005

See Credits for the full per-endpoint cost table and Rate limits & quotas for the per-minute limits.

Was this page helpful?