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.
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
503and 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.
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 HTMLGET /v1/content— extract clean HTML, Markdown, and metadataPOST /v1/content/bulk— async bulk content extraction (up to 100 URLs or a sitemap)GET /v1/serp— search engine resultsGET /v1/serp/content— search + content extraction in one callPOST /v1/prompt— LLM prompts, optionally grounded on a URLGET /v1/credits/*— balance, transactions, preview cost, purchase, affordability
Plans:
| Plan | Monthly credits | Max tokens |
|---|---|---|
| Basic | 6,000 | 1 |
| Pro | 20,000 | 3 |
| Business | 90,000 | 5 |
See Credits for the full per-endpoint cost table and Rate limits & quotas for the per-minute limits.