Amazon Product Scraper

Apify

Collect Amazon product records, prices and listing metadata from searches or product URLs.

Current price
$0.0070/result
Availability
Ready to run
Last accepted verification

What this API does

Crawl bounded Amazon search or product URLs and return structured public product data.

Agents select this operation with tool ID apify.junglee-amazon-crawler, then inspect its current executable contract before a run.

Public input and output shape

Input

inputobject · optional

Provider-specific public source, URL or search criteria.

maxItemsnumber · optional

Maximum number of records to return.

Output

asinstring

Returned asin value.

attributesarray

Returned attributes value.

brandstring

Returned brand value.

inStockboolean

Returned in stock value.

inStockTextstring

Returned in stock text value.

priceobject

Returned price value.

starsnumber

Returned stars value.

titlestring

Returned title value.

urlstring

Returned url value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "apify.junglee-amazon-crawler",
  "input": {
    "input": {
      "maxOffers": 0,
      "scrapeSellers": false,
      "maxItemsPerStartUrl": 1,
      "categoryOrProductUrls": [
        {
          "url": "https://www.amazon.com/dp/B0DZ28ZGYL"
        }
      ],
      "maxSearchPagesPerStartUrl": 1
    },
    "maxItems": 1
  }
}

Output

{
  "url": "https://www.amazon.com/dp/B0DZ28ZGYL",
  "asin": "B0DZ28ZGYL",
  "brand": "AULA",
  "price": {
    "value": 33.38,
    "currency": "$"
  },
  "stars": 4.2,
  "title": "AULA S99 Gaming Keyboard",
  "inStock": true,
  "attributes": [
    {
      "key": "Compatible Devices",
      "value": "Gaming Console, Laptop, PC, Smartphone, Tablet"
    },
    {
      "key": "Connectivity Technology",
      "value": "Bluetooth, USB-A, USB-C, Wi-Fi"
    },
    {
      "key": "Additional Features",
      "value": "Backlit, Ergonomic, Programmable Keys, Rechargeable, Round Key"
    }
  ],
  "inStockText": "In Stock"
}
Teaching errors and limitations

No listing-specific teaching errors are published. Inspect the tool before running to receive the current schema and error guidance.

Updated
18 August 2026

Use Amazon Product Scraper with Scrollport

Scrollport identifies and validates the best-in-class API tools and provides them on a pay-as-you-go basis so you don't need to maintain a separate provider account, subscription or credits.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.