Python SDK

Python client library for the AnakinScraper API

Coming Soon

This is currently under active development. Stay tuned for updates.

LanguagePython 3.10+
Packageanakin-sdk (planned)
LicenseMIT

What to expect

The Python SDK will provide a native client for the AnakinScraper API:

  • Scrape — Scrape any URL and get back clean markdown, HTML, or AI-extracted structured JSON
  • Batch Scrape — Scrape up to 10 URLs in parallel with a single call
  • Search — AI-powered web search with instant results and citations
  • Research — Deep agentic research that synthesizes multiple sources
  • Async support — Full asyncio support for high-throughput applications
  • Automatic polling — Submit async jobs and get results back without manual polling

In the meantime

You can use the REST API directly with requests or httpx, or use the Anakin CLI which is already available as a Python package:

pip install anakin-cli

Stay updated