Skip to main content

When to use apibackuper

apibackuper is a project-based CLI for archiving paginated REST APIs into local storage. It is built for long-running, repeatable backups rather than one-off HTTP requests.

NeedPrefer
Download every page of a REST API into a local archiveapibackuper
Resume, update, or incrementally refresh an existing archiveapibackuper
Follow list endpoints into detail endpoints, then download filesapibackuper
One-off HTTP requests or API explorationcurl, httpie, Postman
Transform already-downloaded JSONL/CSV/Parquet filesundatum
Crawl HTML websitesa web crawler, not apibackuper
GraphQL, gRPC, or streaming APIsa specialized client

Strengths

  • YAML (recommended) or INI project configuration
  • Page, skip/offset, and range pagination
  • Full, incremental, and update work modes
  • ZIP, filesystem, or SQLite storage
  • Export to JSON Lines, gzip, zstd, or Parquet
  • Basic, Bearer, API Key, and OAuth2 authentication
  • Rate limiting, retries, concurrency, and SSL controls
  • Follow-up requests and associated file downloads
  • Optional Python hooks for custom pipeline steps

When another tool wins

  • curl / httpie: a single request or a tiny script
  • undatum: converting, querying, or validating files you already have
  • Airbyte / custom ETL: warehouse-oriented sync with connectors and dbt
  • wget / aria2: bulk file download when you already have a URL list