Target Scraper 🎯 Products, Prices, Stock, Images & UPC avatar

Target Scraper 🎯 Products, Prices, Stock, Images & UPC

Pricing

from $2.81 / 1,000 product scrapeds

Go to Apify Store
Target Scraper 🎯 Products, Prices, Stock, Images & UPC

Target Scraper 🎯 Products, Prices, Stock, Images & UPC

Scrape **Target.com** products by keyword, category or product URL. Returns title, price, sale price, rating, reviews, brand, availability, UPC, description — and **images that actually populate**. Search & URL modes, reliable access, per-product pricing.

Pricing

from $2.81 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 hours ago

Last modified

Share

Target.com Scraper | $2.90/1K — Products, Prices, Images & UPC

For e-commerce analysts tracking Target.com prices, dropshippers building catalogs, and data teams that need product images that actually populate — not the empty [] arrays most Target scrapers ship.

Pricing: $0.0029 per product ($2.90/1,000 products) — one flat per-product rate. No proxy key, no API key, no add-on fees.

Scrape Target.com products by keyword search, category page, or direct product URL. Every product comes back as a flat JSON row with price, sale detection, full image set, UPC, rating and reviews — reliable residential access built in.

What you get per product

FieldDescription
tcinTarget's internal product ID (TCIN)
titleProduct title
brandBrand name
priceCurrent price (USD)
regular_priceRegular (pre-sale) price
on_saletrue when current price is below regular — instant deal detection
ratingAverage star rating
review_countNumber of customer reviews
primary_imageMain product image URL
alternate_imagesFull image set — every scene7 image URL for the product (typically 15–21 images), where most scrapers return an empty list
availabilityStock / availability status
upcUPC barcode (with detail fetch on)
descriptionFull product description (with detail fetch on)
bulletsBullet-point specs / highlights (with detail fetch on)
urlCanonical Target.com product URL
parse_confidencePer-row quality score 0.0–1.0 — catch site changes before they break your pipeline
scraped_atISO 8601 run timestamp

Why this scraper

  • Images that populate. The headline edge: a complete alternate_images set (real scene7 CDN URLs, ~15–21 per product) where competing Target scrapers ship []. If you build catalogs or feeds, this is the difference between usable and useless.
  • Sale detection. on_sale plus regular_price vs price — find every markdown without diffing snapshots yourself.
  • Full detail. UPC, bullet specs and description from the product detail page (toggle fetchDetails).
  • Reliable access, no keys. Runs on Apify residential proxy and rides Target's own product API — no buyer proxy key, no buyer API key, nothing to configure.
  • parse_confidence on every row — a quality signal no commodity Target scraper exposes.

Input

{
"searchQueries": ["coffee maker", "airpods"],
"urls": ["https://www.target.com/p/-/A-12345678"],
"maxItems": 60,
"fetchDetails": true,
"storeId": "3991",
"zip": "10001"
}
ParameterDefaultDescription
searchQueriesKeywords to search on Target.com (one product list per query)
urlsProduct, category, or search URLs (product URLs return full detail; category/search are paginated)
maxItems60Max products per query/URL (0 = unlimited up to the page cap)
fetchDetailstrueEnrich each product with description, bullet specs and UPC (one extra request per product)
storeIdblankTarget store number for price + in-store availability
zip10001US ZIP for delivery/pricing context
proxyConfigurationRESIDENTIALApify residential proxy (recommended — datacenter IPs are rate-limited by Target)

Pricing example

RunProductsCost
Trial (1 query, 60-cap default)60$0.17
1,000 products1,000$2.90
10,000 products10,000$29.00

Pay per result — you are charged once per product delivered to the dataset. Blocked or empty queries are not charged. The buyer's Apify account pays for proxy/platform compute.

Output sample

{
"tcin": "12345678",
"title": "Keurig K-Classic Single Serve Coffee Maker",
"brand": "Keurig",
"price": 169.99,
"regular_price": 219.99,
"on_sale": true,
"rating": 4.44,
"review_count": 2012,
"primary_image": "https://target.scene7.com/is/image/Target/GUEST_xxxx",
"alternate_images": [
"https://target.scene7.com/is/image/Target/GUEST_aaaa",
"https://target.scene7.com/is/image/Target/GUEST_bbbb"
],
"availability": "in_stock",
"upc": "611247373767",
"url": "https://www.target.com/p/-/A-12345678",
"parse_confidence": 1.0,
"scraped_at": "2026-06-14T10:00:00+00:00"
}

Use cases

  • Price & promo monitoring — track Target prices and catch every on_sale markdown.
  • Catalog / feed building — full image sets + specs + UPC ready to drop into a storefront or marketplace feed.
  • Competitive intelligence — brand, rating and review-count benchmarking across a category.
  • Dropshipping — product data with real images, no manual copy-paste.

FAQ

Do I need an API key or proxy key? No. Reliable residential access is built in and Target's product API is reached for you. You only configure the standard Apify proxy (residential is the default and recommended).

Why are images better here? Most Target scrapers read the search-list payload only, which omits the full gallery. This actor resolves each product's complete scene7 image set, so alternate_images is actually populated.

What formats can I export? JSON, CSV, Excel, or JSONL — from the Apify dataset UI or REST API.

What if a product is out of stock? It is still returned with availability reflecting its status; rating/review_count may be empty for products with no reviews (real data, not a parse miss).

Integrations

Built for e-commerce analysts, dropshippers, and catalog teams extracting Target.com product data with prices, images and UPC — the JSON/dataset output drops into the tools you already run, no glue code:

  • n8n / Make / Zapier — trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, your database) with no code: n8n, Make, Zapier.
  • Webhooks — fire your own endpoint the moment a run finishes (docs).
  • MCP server — expose this actor as a tool to Claude, Cursor, or any MCP client so an AI agent can pull Target product data mid-conversation (guide).
  • API & SDKs — fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all Apify integrations.

This actor collects only publicly visible Target.com product data — the same information any visitor sees while browsing the site without logging in. It does not access private or authenticated content and stores no personal data. Use it in accordance with Target's Terms of Service and applicable regulations; the operator is responsible for ensuring their use case complies. Not affiliated with or endorsed by Target Brands, Inc.