Amazon Products By Category Scraper

Amazon Products By Category Scraper

by pintostudio

An Apify actor that scrapes Amazon category pages for product data like prices and ratings. Perfect for market research, competitor analysis, and price tracking.

4,769 runs
12 users
Try This Actor

Opens on Apify.com

About Amazon Products By Category Scraper

Need to pull product data from Amazon's category pages without getting blocked? I've used this scraper for market research projects, and it reliably extracts the details you actually need. It runs on Apify's platform, which means you don't have to manage proxies or deal with CAPTCHAs yourself—the infrastructure handles the hard parts. You simply configure your target Amazon category URL, and it fetches product titles, prices, ratings, availability, and ASINs. The data comes out clean and structured, ready to drop into a spreadsheet or feed into your analysis software. It's particularly useful for tracking competitor pricing, monitoring stock levels for specific product types, or building a dataset for a price comparison engine. I found the setup straightforward, and it saved me countless hours of manual copying or writing my own fragile scraping scripts. If you're looking to gather e-commerce data from Amazon at scale, this actor is a practical, no-fuss solution.

What does this actor do?

Amazon Products By Category Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Amazon Products By Category Scraper

Overview

This Apify actor scrapes product listings from Amazon category pages. You provide a category URL, and it returns structured product data like titles, prices, and ratings in JSON format.

Key Features

  • Category Scraping: Extracts products from a specified Amazon category URL.
  • Pagination: Start scraping from any page number.
  • Sorting: Order results by featured (default), price (low-to-high or high-to-low), customer reviews, or newest arrivals.
  • Filtering: Apply optional filters like brand or price range to refine results.
  • Structured Output: Returns clean JSON with product details and pagination info.

How to Use

Configure the actor run with an input JSON object. Only the categoryUrl is required.

Basic Input Example

{
  "categoryUrl": "https://www.amazon.com/s?i=computers&rh=n%3A541966"
}

Advanced Input Example

{
  "categoryUrl": "https://www.amazon.com/s?i=electronics&rh=n%3A172282",
  "page": 2,
  "sortBy": "price-asc",
  "filters": {
    "minPrice": 25,
    "maxPrice": 100,
    "brand": "Apple"
  }
}

Input Parameters

Required:
* categoryUrl (string): The Amazon category page URL to scrape.

Optional:
* page (integer, default: 1): The page number to start scraping from.
* sortBy (string, default: "featured"): Sorting method. Options: featured, price-asc, price-desc, review-rank, newest.
* filters (object): Additional search filters (e.g., {"brand": "Samsung", "priceRange": "50-200"}).

Output Format

The actor outputs a JSON object with a results array of product objects and a pagination object.

Output Structure

{
  "results": [
    {
      "asin": "B0ABCD1234",
      "title": "Product Name",
      "url": "https://www.amazon.com/dp/B0ABCD1234",
      "image": "https://...image.jpg",
      "price": "$29.99",
      "rating": "4.6 out of 5 stars",
      "reviews": "1245",
      "delivery": "FREE delivery Tue, May 7",
      "sponsored": false,
      "prime": true,
      "extraInfo": "More delivery options"
    }
  ],
  "pagination": {
    "currentPage": 1,
    "itemsPerPage": 24,
    "totalResults": 7000,
    "totalAvailablePages": 292,
    "paginationLinks": [...]
  },
  "relatedSearch": []
}

Key Output Fields

  • results[]: Array of product objects.
  • asin: Amazon's unique product identifier.
  • title / price / rating: Core product info.
  • url / image: Direct links to the product page and image.
  • sponsored / prime: Booleans indicating ad status and Prime eligibility.
  • pagination: Metadata for navigating through result pages.

Error Handling

The actor includes error handling for invalid URLs and network issues, logging errors appropriately for debugging.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Amazon Products By Category Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
pintostudio
Pricing
Paid
Total Runs
4,769
Active Users
12
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support