POST
/
categories
/
filter
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/amzscope/categories/filter \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "marketplaceId": "US",
  "timeRange": "l7d",
  "sampleScope": "all_asin",
  "categoryId": "979832011",
  "page": 1,
  "size": 5,
  "sortField": "<string>",
  "sortOrder": "asc"
}'
{
  "code": 0,
  "message": "ok",
  "data": {
    "items": {
      "data": [
        {
          "id": 220839,
          "categoryId": "979832011",
          "marketplaceId": "US",
          "timeRange": "l7d",
          "sampleScope": "all_asin",
          "snapshotDate": "2026-02-08",
          "unitSoldSum": 322,
          "glanceViewsSum": 4499,
          "searchVolumeSum": 7623,
          "clickCountSum": 929,
          "netShippedGmsSum": 16440,
          "unitSoldPeriodCount": 8,
          "glanceViewsPeriodCount": 7,
          "searchVolumePeriodCount": 6,
          "clickCountPeriodCount": 6,
          "netShippedGmsPeriodCount": 8,
          "buyBoxPriceAvg": null,
          "buyBoxPriceTier": "premium",
          "searchToPurchaseRatio": 0.0083,
          "returnRatio": 0.055901,
          "searchToPurchaseRatioLevel": "average",
          "returnRatioLevel": "average",
          "asinCount": 104,
          "offersPerAsin": 1,
          "newAsinCount": 0,
          "newBrandCount": 0,
          "avgAdSpendPerClick": 0,
          "medianAdSpendPerClick": 0,
          "asinCountLevel": "<P25",
          "offersPerAsinLevel": "<P25",
          "newAsinCountLevel": "<P25",
          "newBrandCountLevel": "<P25",
          "avgAdSpendPerClickLevel": "<P25",
          "medianAdSpendPerClickLevel": "<P25",
          "maxKeywordSearchVolume": 1376,
          "unitSoldQuantileBucket": "P25-P50",
          "glanceViewsQuantileBucket": "P25-P50",
          "searchVolumeQuantileBucket": "P25-P50",
          "clickCountQuantileBucket": "P25-P50",
          "netShippedGmsQuantileBucket": "P25-P50",
          "unitSoldTrendDirection": "strong_down",
          "unitSoldVolatilityLevel": "high",
          "unitSoldChangeRateBucket": "medium_decline",
          "unitSoldSelfAvg": 40.25,
          "unitSoldLastVsSelfAvgPct": -0.3291925466,
          "unitSoldLastVsSelfAvgBucket": "below_baseline",
          "glanceViewsTrendDirection": "down",
          "glanceViewsVolatilityLevel": "medium",
          "glanceViewsChangeRateBucket": "low_decline",
          "glanceViewsSelfAvg": 642.7142857143,
          "glanceViewsLastVsSelfAvgPct": -0.0913536341,
          "glanceViewsLastVsSelfAvgBucket": "around_baseline",
          "searchVolumeTrendDirection": "down",
          "searchVolumeVolatilityLevel": "high",
          "searchVolumeChangeRateBucket": "medium_decline",
          "searchVolumeSelfAvg": 1270.5,
          "searchVolumeLastVsSelfAvgPct": -0.3065722157,
          "searchVolumeLastVsSelfAvgBucket": "below_baseline",
          "clickCountTrendDirection": "down",
          "clickCountVolatilityLevel": "high",
          "clickCountChangeRateBucket": "low_decline",
          "clickCountSelfAvg": 154.8333333333,
          "clickCountLastVsSelfAvgPct": -0.1087190527,
          "clickCountLastVsSelfAvgBucket": "below_baseline",
          "netShippedGmsTrendDirection": "strong_down",
          "netShippedGmsVolatilityLevel": "high",
          "netShippedGmsChangeRateBucket": "medium_decline",
          "netShippedGmsSelfAvg": 2055,
          "netShippedGmsLastVsSelfAvgPct": -0.4744525547,
          "netShippedGmsLastVsSelfAvgBucket": "below_baseline",
          "buyBoxPriceTrendDirection": null,
          "buyBoxPriceVolatilityLevel": null,
          "buyBoxPriceChangeRateBucket": null,
          "buyBoxPriceSelfAvg": null,
          "buyBoxPriceLastVsSelfAvgPct": null,
          "buyBoxPriceLastVsSelfAvgBucket": null
        }
      ],
      "total": 1,
      "page": 1,
      "size": 5,
      "totalPages": 1
    }
  }
}

积点消耗说明

4个/次

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.