Official Python client for the Extract360 API.
Project description
extract360 (Python)
Cliente oficial Python para a API do Extract360.
Instalação
pip install extract360
Uso
from extract360 import Extract360Client
client = Extract360Client(
api_key="YOUR_API_KEY",
# base_url="https://api.extract360.dev/api", # opcional
)
data = client.scrape_and_wait(
input_url="https://example.com",
output_format="markdown",
)
print("Status:", data["job"]["status"])
print("Conteudo:", data["result"])
Requisitos
- Python 3.9+
requests(instalado automaticamente)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
extract360-0.2.0.tar.gz
(8.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file extract360-0.2.0.tar.gz.
File metadata
- Download URL: extract360-0.2.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5aabc3d01a559da70ef5f7b20023807c38117cb563d571e7df3162aafc688ac
|
|
| MD5 |
c44b5aec98ab42977a315b9140cd180b
|
|
| BLAKE2b-256 |
81f9279ca6309db0dcaacbdeaa03a40c97f40b236a7b5aa066887e7b39b81242
|
File details
Details for the file extract360-0.2.0-py3-none-any.whl.
File metadata
- Download URL: extract360-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0d4becec712d670c1f81d660da72369a75db255d507f7ce2a0764696f0c921
|
|
| MD5 |
e94c15cc05392313b2224d474914581d
|
|
| BLAKE2b-256 |
f415fb26578c1abb36cb46401ecdc70ada402479169daaf34b34a7fc11c0e6fc
|