Junglescout

Learn how to use Junglescout with Composio

Overview

Enum

JUNGLESCOUT

Description

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

Authentication Details

api_key
stringRequired
KEY_NAME
stringRequired

Actions

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

Action Parameters

marketplace
stringRequired
sort
string
page_size
integerDefaults to 50
categories
arrayRequired
search_terms
stringRequired
min_monthly_search_volume_exact
integerDefaults to 1
max_monthly_search_volume_exact
integerDefaults to 99999
min_monthly_search_volume_broad
integerDefaults to 1
max_monthly_search_volume_broad
integerDefaults to 99999
min_word_count
integerDefaults to 1
max_word_count
integerDefaults to 99999
min_organic_product_count
integerDefaults to 1
max_organic_product_count
integerDefaults to 99999

Action Response

data
object
successful
boolean
error

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.

Action Parameters

marketplace
stringRequired
sort
stringDefaults to -monthly_search_volume_exact
page
integerDefaults to 10
data_attributes_asins
arrayDefaults to True
data_attributes_include_variants
boolean
data_attributes_min_monthly_search_volume_exact
integerDefaults to 1
data_attributes_max_monthly_search_volume_exact
integerDefaults to 99999
data_attributes_min_monthly_search_volume_broad
integerDefaults to 1
data_attributes_max_monthly_search_volume_broad
integerDefaults to 99999
data_attributes_min_word_count
integerDefaults to 1
data_attributes_max_word_count
integerDefaults to 99999
data_attributes_min_organic_product_count
integerDefaults to 1
data_attributes_max_organic_product_count
integerDefaults to 99999

Action Response

data
object
successful
boolean
error

Fetches sales estimates data for specified parameters.

Action Parameters

marketplace
stringRequired
asin
stringRequired
start_date
stringRequired
end_date
stringRequired

Action Response

data
object
successful
boolean
error

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

Action Parameters

marketplace
stringRequired
keyword
stringRequired
start_date
stringRequired
end_date
stringRequired

Action Response

data
object
successful
boolean
error

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.

Action Parameters

marketplace
stringRequired
sort
stringDefaults to name
page_size
integerDefaults to 50
product_tiers
arrayDefaults to ['oversize', 'standard']
seller_types
arrayDefaults to ['amz', 'fba', 'fbm']
categories
arrayRequired
include_keywords
array
exclude_keywords
array
exclude_top_brands
booleanDefaults to True
exclude_unavailable_products
booleanDefaults to True
min_price
number
max_price
number
min_net
number
max_net
number
min_rank
integer
max_rank
integer
min_sales
integer
max_sales
integer
min_revenue
number
max_revenue
number
min_reviews
integer
max_reviews
integer
min_rating
number
max_rating
number
min_weight
number
max_weight
number
min_sellers
integer
max_sellers
integer
min_lqs
integer
max_lqs
integer
min_updated_at
string
max_updated_at
string

Action Response

data
object
successful
boolean
error

Fetches share of voice data for specified keywords.

Action Parameters

marketplace
stringRequired
keyword
stringRequired

Action Response

data
object
successful
boolean
error