Get the list of sellers offering a specific Amazon product (by ASIN). Returns seller names, ratings, prices, shipping conditions, and product offers available from each merchant for the requested ASIN.
AI agents call merchant_amazon_sellers_live_advanced to retrieve information from Dataforseo without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
asin | string | Yes | product identifier (ASIN) on Amazon required field the unique identifier of the product on Amazon; example: "B07D528W98" |
language_code | string | — | language code required field example: "en_US" supported languages: ar_SA, ar_AE, zh_CN, zh_TW, cs_CZ, nl_NL, en_AU, en_CA, en_IN, en_AE, en_GB, en_US, fr_CA, fr |
location_name | string | — | full name of the location required field Location format - hierarchical, comma-separated (from most specific to least) Can be one of: 1. Country only: |
Parameters from the server's own tool schema.
This is a pure data retrieval operation querying Amazon seller information for a given ASIN. It reads and returns existing data (seller names, ratings, prices, shipping conditions) without any side effects, modifications, or execution. No financial transactions, data writes, or destructive actions are performed.
From the tool's definition Tool retrieves seller and product data ('Get the list of sellers', 'Returns seller names, ratings, prices') with no modification, deletion, or execution capability described.
Attacks that exploit this kind of access
Get the list of sellers offering a specific Amazon product (by ASIN). Returns seller names, ratings, prices, shipping conditions, and product offers available from each merchant for the requested ASIN. It is categorised as a Read tool in the Dataforseo MCP Server, which means it retrieves data without modifying state.
merchant_amazon_sellers_live_advanced accepts 3 parameters: asin, language_code, location_name. Required: asin. The full parameter table on this page comes from the server's own tool schema.
Register the Dataforseo MCP server in PolicyLayer and add a rule for merchant_amazon_sellers_live_advanced: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dataforseo. Nothing to install.
merchant_amazon_sellers_live_advanced is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the merchant_amazon_sellers_live_advanced rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for merchant_amazon_sellers_live_advanced. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
merchant_amazon_sellers_live_advanced is provided by the Dataforseo MCP server (dataforseo-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.