# Jungle Scout

Jungle Scout assists Amazon sellers with product research, sales estimates, and competitive insights to optimize inventory, pricing, and listing strategies

- **Category:** ecommerce
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 6
- **Triggers:** 0
- **Slug:** `JUNGLESCOUT`
- **Version:** 20260211_00

## Tools

### Retrieve historical search volume data for a keyword

**Slug:** `JUNGLESCOUT_KEYWORD_HISTORICAL_VOLUME`

Fetches the historical search volume data for a specified keyword over a given time period.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `keyword` | string | Yes | (Required) Keyword to fetch historical search volume for. |
| `end_date` | string | Yes | (Required) The end date for fetching historical data (YYYY-MM-DD). |
| `start_date` | string | Yes | (Required) The start date for fetching historical data (YYYY-MM-DD). |
| `marketplace` | string ("us" | "uk" | "de" | "in" | "ca" | "fr" | "it" | "es" | "mx" | "jp") | Yes | (Required) Country code for the marketplace. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Query the product database

**Slug:** `JUNGLESCOUT_QUERY_THE_PRODUCT_DATABASE`

Queries the Jungle Scout product database to retrieve product data based on various filters. Compatible parameters include marketplace, sort, page_size, product_tiers, seller_types, categories, exclude_top_brands, exclude_unavailable_products, min_price, max_price, min_net, max_net, min_rank, max_rank, min_sales, max_sales, min_revenue, max_revenue, min_reviews, max_reviews, min_rating, max_rating, min_weight, max_weight, min_sellers, max_sellers, min_lqs, max_lqs, min_updated_at, and max_updated_at.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `sort` | string | No | Sort order for the results. |
| `max_lqs` | integer | No | Maximum Listing Quality Score. |
| `max_net` | number | No | Maximum net price. |
| `min_lqs` | integer | No | Minimum Listing Quality Score. |
| `min_net` | number | No | Minimum net price. |
| `max_rank` | integer | No | Maximum sales rank. |
| `min_rank` | integer | No | Minimum sales rank. |
| `max_price` | number | No | Maximum price. |
| `max_sales` | integer | No | Maximum number of sales. |
| `min_price` | number | No | Minimum price. |
| `min_sales` | integer | No | Minimum number of sales. |
| `page_size` | integer | No | Number of results per page. |
| `categories` | array | Yes | Categories to include in the search. |
| `max_rating` | number | No | Maximum rating. |
| `max_weight` | number | No | Maximum weight. |
| `min_rating` | number | No | Minimum rating. |
| `min_weight` | number | No | Minimum weight. |
| `marketplace` | string ("us" | "uk" | "de" | "in" | "ca" | "fr" | "it" | "es" | "mx" | "jp") | Yes | (Required) Country code for the marketplace. |
| `max_revenue` | number | No | Maximum revenue. |
| `max_reviews` | integer | No | Maximum number of reviews. |
| `max_sellers` | integer | No | Maximum number of sellers. |
| `min_revenue` | number | No | Minimum revenue. |
| `min_reviews` | integer | No | Minimum number of reviews. |
| `min_sellers` | integer | No | Minimum number of sellers. |
| `seller_types` | array | No | Seller types to include in the search. |
| `product_tiers` | array | No | Product tiers to include in the search. |
| `max_updated_at` | string | No | Maximum update date. |
| `min_updated_at` | string | No | Minimum update date. |
| `exclude_keywords` | array | No | Keywords to exclude from the search. |
| `include_keywords` | array | No | Keywords to include in the search. |
| `exclude_top_brands` | boolean | No | Whether to exclude top brands from the search. |
| `exclude_unavailable_products` | boolean | No | Whether to exclude unavailable products from the search. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Retrieve data for a specific keyword query

**Slug:** `JUNGLESCOUT_RETRIEVE_DATA_FOR_A_SPECIFIC_KEYWORD_QUERY`

Returns data based on a specific keyword query, including search volume and competition.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `sort` | string | No | Sort |
| `page_size` | integer | No | Page Size |
| `categories` | array | Yes | List of categories to search in |
| `marketplace` | string ("us" | "uk" | "de" | "in" | "ca" | "fr" | "it" | "es" | "mx" | "jp") | Yes | (Required) Country code for the marketplace. |
| `search_terms` | string | Yes | Search terms |
| `max_word_count` | integer | No | Maximum word count |
| `min_word_count` | integer | No | Minimum word count |
| `max_organic_product_count` | integer | No | Maximum organic product count |
| `min_organic_product_count` | integer | No | Minimum organic product count |
| `max_monthly_search_volume_broad` | integer | No | Maximum monthly search volume for broad match |
| `max_monthly_search_volume_exact` | integer | No | Maximum monthly search volume for exact match |
| `min_monthly_search_volume_broad` | integer | No | Minimum monthly search volume for broad match |
| `min_monthly_search_volume_exact` | integer | No | Minimum monthly search volume for exact match |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Retrieve keyword data for specified asins

**Slug:** `JUNGLESCOUT_RETRIEVE_KEYWORD_DATA_FOR_SPECIFIED_ASINS`

Returns keywords for which the queried ASIN(s) appear in Amazon search results. For a given keyword, Jungle Scout collects up to 3 pages of Amazon keyword search results. Query up to 10 ASINs at a time. Apply filters to narrow search results.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page size |
| `sort` | string | No | Sort |
| `marketplace` | string ("us" | "uk" | "de" | "in" | "ca" | "fr" | "it" | "es" | "mx" | "jp") | Yes | (Required) Country code for the marketplace. |
| `data_attributes_asins` | array | Yes | Asins |
| `data_attributes_max_word_count` | integer | No | Max Word Count |
| `data_attributes_min_word_count` | integer | No | Min Word Count |
| `data_attributes_include_variants` | boolean | No | Include Variants |
| `data_attributes_max_organic_product_count` | integer | No | Max Organic Product Count |
| `data_attributes_min_organic_product_count` | integer | No | Min Organic Product Count |
| `data_attributes_max_monthly_search_volume_broad` | integer | No | Max Monthly Search Volume Broad |
| `data_attributes_max_monthly_search_volume_exact` | integer | No | Max Monthly Search Volume Exact |
| `data_attributes_min_monthly_search_volume_broad` | integer | No | Min Monthly Search Volume Broad |
| `data_attributes_min_monthly_search_volume_exact` | integer | No | Min Monthly Search Volume Exact |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Retrieve sales estimates data

**Slug:** `JUNGLESCOUT_RETRIEVE_SALES_ESTIMATES_DATA`

Fetches sales estimates data for specified parameters.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `asin` | string | Yes | ASIN for which sales estimates are needed. |
| `end_date` | string | Yes | End date for the sales estimates data. |
| `start_date` | string | Yes | Start date for the sales estimates data. |
| `marketplace` | string ("us" | "uk" | "de" | "in" | "ca" | "fr" | "it" | "es" | "mx" | "jp") | Yes | (Required) Country code for the marketplace. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Retrieve share of voice data

**Slug:** `JUNGLESCOUT_RETRIEVE_SHARE_OF_VOICE_DATA`

Fetches share of voice data for specified keywords.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `keyword` | string | Yes | Keyword for which share of voice data is needed. |
| `marketplace` | string ("us" | "uk" | "de" | "in" | "ca" | "fr" | "it" | "es" | "mx" | "jp") | Yes | (Required) Country code for the marketplace. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
