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.tech/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.1.0.tar.gz
(4.6 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.1.0.tar.gz.
File metadata
- Download URL: extract360-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.1.dev10+gb0ff31400 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
481da3923a04ad71aede64a3ec073b35912d8dc449ea190aececb8e2e4681b94
|
|
| MD5 |
80a6487d83a838c87773d29e89c5015f
|
|
| BLAKE2b-256 |
c998053566f8c55736e3a422ee23591f89cd5196afcd3f2b6a29bfc7b981494c
|
File details
Details for the file extract360-0.1.0-py3-none-any.whl.
File metadata
- Download URL: extract360-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.1.dev10+gb0ff31400 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a676deee98e583347590af35313bfe75adc13e929475bd235e33554c15b2e973
|
|
| MD5 |
35e394961bf4829c0bc6bf5315b19a8e
|
|
| BLAKE2b-256 |
1a8e4737f139c0e3793dd076457170fd5c377eb02143d797faa149d7e98d156b
|