oxylabs_amazon_product
ActiveTool of Oxylabs
Fetch structured Amazon product data by ASIN via the Oxylabs Web Scraper API — Amazon structured scraping: title, price, currency, rating, reviews count, stock/availability. Calls are synchronous proxying and can take 10-30 seconds. BYOK: _apiKey is "username:password" from the Oxylabs dashboard. Example: oxylabs_amazon_product({ asin: "B08N5WRWNW", domain: "com", _apiKey: "myuser:mypass" })
Parameters schema
{
"type": "object",
"required": [
"asin",
"_apiKey"
],
"properties": {
"asin": {
"type": "string",
"description": "The Amazon product ASIN (10-character ID), e.g. \"B08N5WRWNW\""
},
"domain": {
"type": "string",
"description": "Amazon marketplace domain suffix: \"com\" (default), \"co.uk\", \"de\", \"co.jp\", etc."
},
"_apiKey": {
"type": "string",
"description": "Oxylabs API credentials as \"username:password\" from the Oxylabs dashboard (https://dashboard.oxylabs.io). Free trial includes up to 2K results."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Oxylabs
https://github.com/pipeworx-io/mcp-oxylabs
1/7 registries