amazon_ ads_ get_ product_ metadata
Read advertised product titles, native image URLs, stock, price and eligibility from the advertiser's Amazon catalog.
Read advertised product titles, native image URLs, stock, price and eligibility from the advertiser's Amazon catalog. Retrieves Sponsored Products visuals without scraping retail pages. Page through pageIndex or Amazon's cursorToken; product images are not complete rendered ads.
- Source
- Amazon Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
accountId- Endpoint
- https:/
/ mcp. getmcpads. com/ amazon-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
accountId | string | Required | Exact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged. |
asins | array | Optional | |
search | string | Optional | |
adProduct | string | Optional | One of: SP, SB, SD. Default: "SP". |
pageIndex | integer | Optional | Default: 0. |
limit | integer | Optional | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: 50. |
cursorToken | string | Optional |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_get_product_metadata",
"args": {
"accountId": "<string>"
}
}
}