Target Product Details Scraper

Target Product Details Scraper

by ecomscrape

Extract product titles, prices, ratings, images, and more from Target.com with this simple scraper. Just provide the product URLs and get structured JSON data.

3,166 runs
29 users
Try This Actor

Opens on Apify.com

About Target Product Details Scraper

Need to pull clean, structured product data from Target.com without the headache? I built this scraper because I got tired of wrestling with their site. You feed it a list of Target product page URLs, and it reliably extracts the details you actually need for price monitoring, inventory analysis, or building product feeds. It grabs the title, brand, current price, customer ratings, and all the image URLs. The output is neatly formatted JSON, ready to drop into a spreadsheet or your application's database. I use it weekly to track competitor pricing on electronics and home goods—it saves me hours of manual work. It's straightforward: configure your list, run the actor, and get your data. Perfect for developers, e-commerce managers, or analysts who need accurate, up-to-date product information from one of the largest retailers out there.

What does this actor do?

Target Product Details 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

Target Product Details Scraper

An Apify actor for extracting structured product data from Target.com. It automates the collection of details like pricing, ratings, and specifications from product pages, outputting clean JSON.

Categories: ECOMMERCE, DEVELOPER_TOOLS, AUTOMATION

Overview

This scraper is built to handle Target.com's dynamic structure reliably. It uses residential proxies to avoid blocks and includes configurable retry logic for robustness. It's designed for developers and businesses needing automated product data for analysis, price monitoring, or inventory tracking.

Key Features

  • Comprehensive Data Extraction: Captures over 20 attributes including title, price, availability, ratings, review count, descriptions, specifications, and images.
  • Reliable Operation: Uses Apify's RESIDENTIAL proxy groups to mimic real user traffic and minimize detection.
  • Error Handling: Configurable retry mechanism (max_retries_per_url) to handle temporary network or access issues.
  • Structured Output: Returns data in a consistent JSON format, ready for databases or analysis pipelines.

How to Use

Configure the actor with an input JSON object. The main components are the product URLs and the proxy settings.

Input

The actor accepts a JSON configuration. Here is the schema with examples:

{
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "US"
  },
  "urls": [
    "https://www.target.com/p/apple-watch-ultra-gps-cellular-titanium-case-with-ocean-band/-/A-87580603",
    "https://www.target.com/p/hp-15-6-34-laptop-intel-pentium-n200-8gb-ram-256gb-ssd-storage-blue-15-fd0015tg/-/A-91188094"
  ]
}

Parameters:
* urls (Array, Required): List of Target.com product page URLs.
* proxy (Object): Proxy configuration for reliable scraping.
* useApifyProxy: Set to true.
* apifyProxyGroups: Use ["RESIDENTIAL"] for best results.
* apifyProxyCountry: Choose a country code (e.g., "US", "SG") relevant to your target data.
* max_retries_per_url (Number): Number of retry attempts for a failed URL (default is 2).

Output

The actor outputs a dataset where each item corresponds to a successfully scraped product URL. Each item is a JSON object containing the extracted product details.

Example Output Item:

{
  "url": "https://www.target.com/p/example-product/-/A-12345678",
  "title": "Example Product Name",
  "price": 29.99,
  "availability": "In stock",
  "rating": 4.5,
  "reviewCount": 128,
  "description": "Full product description...",
  "specifications": {
    "Key1": "Value1",
    "Key2": "Value2"
  },
  "images": ["https://...image1.jpg", "https://...image2.jpg"]
}

The dataset is available in the Apify console for download as JSON, CSV, or via API.

Contact

If you encounter any issues or need to exchange information, please feel free to contact us through the following link: My profile

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 Target Product Details Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
ecomscrape
Pricing
Paid
Total Runs
3,166
Active Users
29
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