Skip to main content

Official Python SDK for Just One API

Project description

Just One API - Python SDK

Official Python SDK for accessing Just One API — a unified data service platform offering structured data from Social, E-commerce platforms such as Xiaohongshu, Taobao, Douyin, Kuaishou, Bilibili, and Weibo.

This SDK simplifies API integration and request signing, allowing developers to easily retrieve platform-specific data with minimal setup.


🚀 Installation

Install via PyPI:

pip install justoneapi

🛠 Quick Start

from justoneapi.client import JustOneAPIClient

client = JustOneAPIClient(token="your_token")

# Example: Get Douyin Video detail
result, data, message = client.douyin.get_video_detail_v2(video_id="7428906452091145483")
print(result)
print(data)
print(message)

# Example: Douyin Video Search
result, data, message, has_next_page = client.douyin.search_video_v4(keyword="deepseek", sort_type="_0", publish_time="_0", duration="_0", page=1)
print(result)
print(data)
print(message)
print(has_next_page)

📦 Return Value Description

Each API method returns one or more of the following values:

Variable Type Description
result bool Whether the request was successful. True means success, False means failure.
data dict / list The actual data returned from the API. Structure varies by endpoint.
message str Message from the server. Contains error info when request fails.
has_next_page bool Present in paginated APIs. Indicates whether more data is available.

🔐 Authentication

All API requests require a valid API token.
You can obtain your token by contact us:
👉 Contact


📚 Documentation

👉 Full API docs: https://justoneapi.com/docs

Includes:

  • Request parameters
  • Response fields
  • Error codes

🏠 Official Website

👉 https://justoneapi.com

Learn more about the project, data sources, and commercial integration opportunities.


📬 Contact Us

If you have any questions, feedback, or partnership inquiries:


🪪 License

This project is licensed under the MIT License.
See the LICENSE file for details.

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

justoneapi-1.2.0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

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

justoneapi-1.2.0-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file justoneapi-1.2.0.tar.gz.

File metadata

  • Download URL: justoneapi-1.2.0.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.13

File hashes

Hashes for justoneapi-1.2.0.tar.gz
Algorithm Hash digest
SHA256 314f32c6b63fc9863e6d3eb1d777667340e2cace45fab29e6f7e27150e9939ba
MD5 53968d5dc7c033af2cc0d4b3f19ef2b8
BLAKE2b-256 7da5b004883ee6da0c104cdcbc3982273c54909fda1141dd637a0f12e439ced0

See more details on using hashes here.

File details

Details for the file justoneapi-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: justoneapi-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.13

File hashes

Hashes for justoneapi-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e3e3bf6919286a2965c2ab157f2bbcca26f505e6e443e5fb7a746b3d75b256e3
MD5 f7564d9bb03d510c66596d64392ec930
BLAKE2b-256 4fe8360b985c0f874c3db84c06d885e010aa2205523b92e6cebbacc725dcea0b

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