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.17.3.tar.gz (237.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.17.3-py3-none-any.whl (793.2 kB view details)

Uploaded Python 3

File details

Details for the file kadoa_sdk-0.17.3.tar.gz.

File metadata

  • Download URL: kadoa_sdk-0.17.3.tar.gz
  • Upload date:
  • Size: 237.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for kadoa_sdk-0.17.3.tar.gz
Algorithm Hash digest
SHA256 5d828c48cf322c364f23fe18cf573e3fbdaeca99d8c4ef129b19607877c21004
MD5 30eea6af371c02f34e5a4ab099c9d061
BLAKE2b-256 79a95c34362c4406cc679fd13effb50a47be547e85730176a87960eea8520c3b

See more details on using hashes here.

File details

Details for the file kadoa_sdk-0.17.3-py3-none-any.whl.

File metadata

  • Download URL: kadoa_sdk-0.17.3-py3-none-any.whl
  • Upload date:
  • Size: 793.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for kadoa_sdk-0.17.3-py3-none-any.whl
Algorithm Hash digest
SHA256 69300aaab6b9e268663c28b2ab269144e9c038cd165e265d3411704019f43e2a
MD5 55641a164ed88b2abfffbb79fa7b2fb6
BLAKE2b-256 35b3e0d4ddff4e8153af28f2b47c40ee7668184a4a07bdf4679a9842b1020564

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