Skip to main content

Jungle Scout API Client

Project description

Jungle Scout Python Client

The official Jungle Scout API Python Client with both sync and async support. Documentation for this client is available on Read the Docs.

See the Jungle Scout API Documentation and the Jungle Scout Postman Collection for more information about the Jungle Scout API.

Rate Limits

The current API request limit per minute is 300, and our burst limit per second is 15.

Installation

pip install junglescout-client

Usage

Here's a quick example using sync client to get keywords by ASIN:

from junglescout import ClientSync
from junglescout.models.parameters import Marketplace, ApiType, FilterOptions, Sort

API_KEY_NAME = "api_key_name"
API_KEY = "api_key"

client = ClientSync(
    api_key_name=API_KEY_NAME,
    api_key=API_KEY,
    marketplace=Marketplace.US,
    api_type=ApiType.JS
)

filter_options = FilterOptions(min_monthly_search_volume_exact=150)

keywords = client.keywords_by_asin(
    asin='B005IHSKYS',
    filter_options=filter_options,
    sort_option=Sort.MONTHLY_SEARCH_VOLUME_EXACT_MATCH
)

client.close()

See the documentation for information on the available methods and parameters.

Pydantic Models

This project defines API model objects using Pydantic. Autocomplete for model parameters during instantiation should work by default in most modern IDEs. For Jetbrains IDEs, the Pydantic plugin is required for autocomplete. See the following links for more information:

Contributing

Contributions are welcome! Please read the contributing guidelines for more information.

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

junglescout_client-0.4.1.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

junglescout_client-0.4.1-py3-none-any.whl (36.3 kB view details)

Uploaded Python 3

File details

Details for the file junglescout_client-0.4.1.tar.gz.

File metadata

  • Download URL: junglescout_client-0.4.1.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for junglescout_client-0.4.1.tar.gz
Algorithm Hash digest
SHA256 adb2f896fa499543f122b5818f50fe0733fa43fde829b33719599a8bf52ac6e6
MD5 54a9befdba8e5b4b4c691f0271f5ef79
BLAKE2b-256 9521b86df76978b4713337e7307010b38f6f3bebb0747a403075cf6064810acc

See more details on using hashes here.

File details

Details for the file junglescout_client-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: junglescout_client-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 36.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for junglescout_client-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6bcc5db95b588ac44286b4ca1b5af1fa27b2e692a94ed94fdff75aac79646373
MD5 83fe92565c568b5cd24bf9b445f95712
BLAKE2b-256 0d82a5c045258497dea9814421d0aa4e92411a9cb5d28c002db7ec6589eac9f4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page