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-07-04Map
New endpoint

New endpoint: GET /v1/map

Discover the URLs under a domain in a single call. Chuger reads the domain's robots.txt for declared sitemaps, falls back to the well-known /sitemap.xml and /sitemap_index.xml locations, follows sitemap indexes into their sub-sitemaps, and returns one deduplicated URL list (up to 1,000 per request via the limit parameter).

  • Costs 3 credits per successful request — domains with no discoverable sitemap return 503 and are never billed
  • Pairs naturally with /v1/content/bulk: map first, then extract the URLs you care about

See the Map endpoint reference for parameters and examples.

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?