{
  "info": {
    "name": "Jungle Scout — mcp.ai",
    "description": "REST API for the Jungle Scout MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/junglescout",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "junglescout_keyword_historical_volume",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/keyword/historical/volume",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "keyword",
            "historical",
            "volume"
          ]
        },
        "description": "Fetches the historical search volume data for a specified keyword over a given time period.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"keyword\": \"\",\n  \"end_date\": \"\",\n  \"start_date\": \"\",\n  \"marketplace\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "junglescout_query_the_product_database",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/the/product/database",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "the",
            "product",
            "database"
          ]
        },
        "description": "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, exclud",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"max_lqs\": 0,\n  \"max_net\": 0,\n  \"min_lqs\": 0,\n  \"min_net\": 0,\n  \"max_rank\": 0,\n  \"min_rank\": 0,\n  \"max_price\": 0,\n  \"max_sales\": 0,\n  \"min_price\": 0,\n  \"min_sales\": 0,\n  \"page_size\": 0,\n  \"categories\": \"\",\n  \"max_rating\": 0,\n  \"max_weight\": 0,\n  \"min_rating\": 0,\n  \"min_weight\": 0,\n  \"marketplace\": \"\",\n  \"max_revenue\": 0,\n  \"max_reviews\": 0,\n  \"max_sellers\": 0,\n  \"min_revenue\": 0,\n  \"min_reviews\": 0,\n  \"min_sellers\": 0,\n  \"seller_types\": \"\",\n  \"product_tiers\": \"\",\n  \"max_updated_at\": \"\",\n  \"min_updated_at\": \"\",\n  \"exclude_keywords\": \"\",\n  \"include_keywords\": \"\",\n  \"exclude_top_brands\": false,\n  \"exclude_unavailable_products\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "junglescout_retrieve_data_for_a_specific_keyword_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/data/for/a/specific/keyword/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "data",
            "for",
            "a",
            "specific",
            "keyword",
            "query"
          ]
        },
        "description": "Returns data based on a specific keyword query, including search volume and competition.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"page_size\": 0,\n  \"categories\": \"\",\n  \"marketplace\": \"\",\n  \"search_terms\": \"\",\n  \"max_word_count\": 0,\n  \"min_word_count\": 0,\n  \"max_organic_product_count\": 0,\n  \"min_organic_product_count\": 0,\n  \"max_monthly_search_volume_broad\": 0,\n  \"max_monthly_search_volume_exact\": 0,\n  \"min_monthly_search_volume_broad\": 0,\n  \"min_monthly_search_volume_exact\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "junglescout_retrieve_keyword_data_for_specified_asins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/keyword/data/for/specified/asins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "keyword",
            "data",
            "for",
            "specified",
            "asins"
          ]
        },
        "description": "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 tim",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"page_size\": 0,\n  \"marketplace\": \"\",\n  \"page_number\": 0,\n  \"data_attributes_asins\": \"\",\n  \"data_attributes_max_word_count\": 0,\n  \"data_attributes_min_word_count\": 0,\n  \"data_attributes_include_variants\": false,\n  \"data_attributes_max_organic_product_count\": 0,\n  \"data_attributes_min_organic_product_count\": 0,\n  \"data_attributes_max_monthly_search_volume_broad\": 0,\n  \"data_attributes_max_monthly_search_volume_exact\": 0,\n  \"data_attributes_min_monthly_search_volume_broad\": 0,\n  \"data_attributes_min_monthly_search_volume_exact\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "junglescout_retrieve_sales_estimates_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/sales/estimates/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "sales",
            "estimates",
            "data"
          ]
        },
        "description": "Fetches sales estimates data for specified parameters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"asin\": \"\",\n  \"end_date\": \"\",\n  \"start_date\": \"\",\n  \"marketplace\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "junglescout_retrieve_share_of_voice_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/share/of/voice/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "share",
            "of",
            "voice",
            "data"
          ]
        },
        "description": "Fetches share of voice data for specified keywords.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"keyword\": \"\",\n  \"marketplace\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}