Skip to main content

Overview

The Amazon parser extracts structured product data and customer reviews from Amazon product pages.
This parser is currently in early access. Documentation will be expanded as the parser matures.

Supported URL Patterns

  • amazon.com/dp/{ASIN} — Product detail pages
  • amazon.com/*/dp/{ASIN} — Product pages with title slug

Example Request

{
  "url": "https://www.amazon.com/dp/B08N5WRWNW",
  "options": {
    "json": true
  }
}

Coming Soon

  • Complete response field documentation
  • Review extraction examples
  • Search result parsing