You're viewing a demo portfolio

Join the waitlist
PRSM

oxylabs_amazon_product

Active

Tool of Oxylabs

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Oxylabs

https://github.com/pipeworx-io/mcp-oxylabs

1/7 registries
View full server →
oxylabs_amazon_product — Oxylabs — PRSM MCP