Getting StartedIntroduction

Introduction

Chuger is a single HTTP API for scraping, content extraction, SERP, and LLM prompts — one token, one credit balance, predictable JSON.

Chuger's multi-stage web data processing pipeline
Chuger's multi-stage web data processing pipeline

Plug your AI and your data pipelines into the live web with a single HTTP API. Turn URLs into clean Markdown, run search queries, run LLM prompts against real pages — all from the same token, billed from the same credit balance, returning predictable JSON.

Key features

How it works

Every request follows the same lifecycle:

Authenticate

Send your API token in the Authorization header on every call.

Authorization & limits

Your subscription, per-minute rate limits, and monthly credit quota are checked.

Fulfilment

Chuger fulfills the request and returns JSON. You don't manage providers, retries, or fallbacks.

Billing

Credits are deducted only on success. Failed requests don't cost credits.

Headers

The response includes X-RateLimit-* and X-Monthly-* headers so your client can self-pace.

Conventions

  • Base URL: https://api.chuger.com/v1
  • Auth: Authorization: Bearer YOUR_API_TOKEN
  • Format: JSON in, JSON out (Content-Type: application/json on POST bodies)
  • HTTPS only: plain HTTP is not accepted
  • Versioning: the URL prefix is v1. Breaking changes ship behind a new version

Explore Chuger

Was this page helpful?