Skip to main content

Official Kadoa SDK for Python - Web data extraction and automation

Project description

Kadoa SDK for Python

Official Python SDK for the Kadoa API, providing easy integration with Kadoa's web data extraction platform.

Installation

We recommend using uv, a fast and modern Python package manager:

uv add kadoa-sdk
# or
uv pip install kadoa-sdk

Alternatively, you can use traditional pip:

pip install kadoa-sdk

Requirements: Python 3.12 or higher

Quick Start

from kadoa_sdk import KadoaClient, KadoaClientConfig
from kadoa_sdk.extraction.types import ExtractionOptions

client = KadoaClient(
    KadoaClientConfig(
        api_key='your-api-key'
    )
)

# AI automatically detects and extracts data
result = client.extraction.run(
    ExtractionOptions(
        urls=['https://sandbox.kadoa.com/ecommerce'],
        name='My First Extraction'
    )
)

print(f"Extracted {len(result.data)} items")

That's it! With the SDK, data is automatically extracted. For more control, specify exactly what fields you want using the builder API.

Documentation

For comprehensive documentation, examples, and API reference, visit:

Requirements

  • Python 3.12 or higher
  • Dependencies are automatically installed

Support

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kadoa_sdk-0.8.0rc9.tar.gz (232.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kadoa_sdk-0.8.0rc9-py3-none-any.whl (775.4 kB view details)

Uploaded Python 3

File details

Details for the file kadoa_sdk-0.8.0rc9.tar.gz.

File metadata

  • Download URL: kadoa_sdk-0.8.0rc9.tar.gz
  • Upload date:
  • Size: 232.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for kadoa_sdk-0.8.0rc9.tar.gz
Algorithm Hash digest
SHA256 f1a68ec55bec4c5d5a58ed2cbe9bed7b7418dcc151654ef3e2ed643532fb53be
MD5 5f75fed8d0eb65bd765be72eb75967ea
BLAKE2b-256 590f9a37f1ceb52a4aebb9ee3f5b586faf438e9306d403a221db633b7a023391

See more details on using hashes here.

File details

Details for the file kadoa_sdk-0.8.0rc9-py3-none-any.whl.

File metadata

File hashes

Hashes for kadoa_sdk-0.8.0rc9-py3-none-any.whl
Algorithm Hash digest
SHA256 b7b3685563980febec53de9da8cf217e8edf3d4681531eb50f472fccbb1d394b
MD5 6871e7c88225de4bf94933869975c132
BLAKE2b-256 1876674baad53da8a52408090d7c326619665a4b49fdb65b3b48a75d481a348f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page