Target Products Scraper — No Login Required avatar

Target Products Scraper — No Login Required

Pricing

from $2.75 / 1,000 product extracteds

Go to Apify Store
Target Products Scraper — No Login Required

Target Products Scraper — No Login Required

Collect Target product data from searches, categories, and product links. No login or cookies needed. Get prices, ratings, images, UPCs, DPCI, variations, and recent review samples.

Pricing

from $2.75 / 1,000 product extracteds

Rating

0.0

(0)

Developer

Crowd Pull

Crowd Pull

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Target Products Scraper

Collect Target.com product data from search terms, category pages, or product links. No login or cookies needed.

Use this actor when you need a clean product list for price monitoring, retail research, catalog building, lead lists, or competitor tracking. It saves the product details people usually need first: product name, brand, price, sale status, rating, review count, product URL, images, category details, and store context.

Turn on product details when you need richer information such as UPC, DPCI, descriptions, specs, shipping notes, rating breakdowns, and recent review samples.

What You Can Do

  • Search Target by keyword, such as airpods pro 2, tide pods, or lego star wars
  • Scrape Target category pages to build product lists by department
  • Paste specific Target product links when you only need a few known items
  • Save prices, sale prices, ratings, images, categories, and product URLs
  • Add UPC, DPCI, descriptions, specs, rating breakdowns, and recent review samples
  • Filter by price, rating, organic results, and availability
  • Use store and ZIP settings for location-aware price research
  • Run scheduled checks and save only new or changed products
  • Get a clear note when a search has no real matching products

Common Use Cases

  • Track prices and sale changes for a watchlist of Target products
  • Build a spreadsheet of Target products in a category
  • Compare product prices, ratings, and review counts across brands
  • Collect UPC and DPCI values for catalog matching
  • Monitor new or changed products on a schedule
  • Pull recent review samples for product research

Quick Start

Search for products:

{
"searchQueries": ["airpods pro 2", "tide pods"],
"maxItemsPerInput": 50
}

Scrape a Target category:

{
"startUrls": [
{ "url": "https://www.target.com/c/cereal-breakfast-grocery/-/N-5xt0g" }
],
"maxItemsPerInput": 100
}

Get details for specific products:

{
"productUrls": [
"https://www.target.com/p/ap2022-true-wireless-bluetooth-headphones/-/A-85978609"
],
"includeRecentReviews": true
}

Monitor only new or changed products:

{
"searchQueries": ["lego star wars"],
"maxItemsPerInput": 100,
"onlyNew": true,
"cacheName": "target-lego-monitor"
}

Output

Each product row can include:

  • Product title, brand, and Target product URL
  • Current price, regular price, sale status, and savings
  • Rating, review count, and rating breakdown
  • Product images and videos
  • UPC, DPCI, descriptions, bullets, and specs when details are enabled
  • Category and breadcrumb information
  • Parent/child variation signals for colors, sizes, and styles when available
  • Store, ZIP, and state context when provided
  • Recent review samples when enabled

Example product row:

{
"type": "product",
"query": "airpods pro 2",
"tcin": "85978609",
"upc": "195950543698",
"brand": "Apple",
"title": "Apple AirPods Pro 3 Wireless Earbuds with Active Noise Cancellation",
"currentPrice": 199.99,
"regularPrice": 249.99,
"onSale": true,
"rating": 3.91,
"reviewCount": 592,
"productUrl": "https://www.target.com/p/ap2022-true-wireless-bluetooth-headphones/-/A-85978609"
}

Pricing

This actor uses pay-per-event pricing. You pay for each run start, each product row saved, and each product detail enrichment when detail mode is enabled.

Good To Know

  • Prices and availability can vary by store and location. Add store or ZIP settings when local context matters.
  • Recent reviews are small product research samples, not a full reviews export.
  • Product variations are included when Target provides them in the product data.
  • Most runs work without proxies. Proxy options are available for blocked or location-specific runs.

Validation

Validated on 2026-06-02 with local build checks and hosted Apify runs covering keyword search, category input, product URL input, richer product details, no-results handling, variant data, and public paid execution.