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.0rc8.tar.gz (231.9 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.0rc8-py3-none-any.whl (775.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for kadoa_sdk-0.8.0rc8.tar.gz
Algorithm Hash digest
SHA256 3cb4c9726397e48bf331ce225ab7487758568957234813865cae7794cda7a439
MD5 0244b9b68a7af2c337f4a6c6b277ca4d
BLAKE2b-256 7f36cbe49f65ed4833fc682b99163e3c88e73278abf5a3162f8b8a43cb86b256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for kadoa_sdk-0.8.0rc8-py3-none-any.whl
Algorithm Hash digest
SHA256 4b1cc73a61e7c226a56eb5471038564e13be0676da056bf0cf7bc1de5771643b
MD5 5e98a90073a8dde2f635a6be114dc16b
BLAKE2b-256 545e8a76a1f1f54c8eafa6d425ccd654e44f37091ae65f5077658432a12c219e

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