asin_score_batch
Score multiple Amazon ASINs in batch and rank by total score using concurrent API calls. Ideal for scoring all ASINs discovered from asin_discover.
Instructions
Score multiple ASINs and rank by total score. Uses concurrent API calls.
Args: asins_json: JSON array of ASIN objects (from asin_discover) or '["ASIN1","ASIN2",...]' limit: Max ASINs to score concurrency: Max parallel API calls (1-10)
USE THIS TOOL WHEN: Scoring all ASINs discovered by asin_discover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| asins_json | Yes | ||
| concurrency | No | ||
| traffic_pages | No | ||
| scoring_version | No | v2_semantic |