Target Product Scraper - Extract Data Instantly avatar

Target Product Scraper - Extract Data Instantly

Pricing

Pay per event

Go to Apify Store
Target Product Scraper - Extract Data Instantly

Target Product Scraper - Extract Data Instantly

Extract product data from Target.com effortlessly. This powerful scraper collects prices, reviews, descriptions, images, and availability in real-time. Perfect for price monitoring, competitor analysis, and market research. Export data in multiple formats. Fast, reliable, and easy to use.

Pricing

Pay per event

Rating

5.0

(2)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

2

Bookmarked

6

Total users

4

Monthly active users

1 hours

Issues response

6 days ago

Last modified

Share

Target Scraper

Extract product data from Target.com including prices, descriptions, ratings, availability, and more. Supports category pages, search results, and individual product URLs.

Create a free account w/ $5 credit


What it does

This actor scrapes product listings from Target.com by accepting category, search, or product URLs. It extracts structured data from each product and optionally fetches full product detail pages for richer data.

Supports:

  • Category pages - e.g. https://www.target.com/c/cereal-breakfast-grocery/-/N-5xt0g
  • Search pages - e.g. https://www.target.com/s?searchTerm=wireless+headphones
  • Product pages - e.g. https://www.target.com/p/product-name/-/A-12345678

Input

FieldTypeDescription
startUrlsArrayTarget.com category, search, or product URLs
maxItemsIntegerMax products to extract. Free: up to 100. Paid: up to 1,000,000
includeDetailsBooleanFetch each product page for full details. Slower but returns more data
proxyConfigurationObjectProxy settings. Defaults to Apify Residential

Output

Each item in the dataset contains:

FieldDescription
imageUrlPrimary product image
tcinTarget's internal product ID
titleProduct name
urlProduct page URL
priceCurrent price (USD)
originalPriceOriginal/regular price if on sale
currencyAlways USD
ratingAverage star rating
reviewCountTotal number of reviews
brandBrand name
availabilityin_stock or out_of_stock
categoryCategory from the source URL
descriptionProduct description (with includeDetails enabled)
scrapedAtISO timestamp of when the data was collected
errorError message if scraping failed for this item

Sample output

{
"imageUrl": "https://target.scene7.com/is/image/Target/example",
"tcin": "54528101",
"title": "Organic Peanut Butter Poppers 10oz - Good & Gather",
"url": "https://www.target.com/p/organic-peanut-butter-poppers/-/A-54528101",
"price": 3.99,
"originalPrice": 4.49,
"currency": "USD",
"rating": 4.6,
"reviewCount": 312,
"brand": "Good & Gather",
"availability": "in_stock",
"category": "cereal breakfast grocery",
"description": "A delicious organic snack made with real peanut butter.",
"scrapedAt": "2026-02-08T22:39:53.551Z"
}

Use cases

  • Price monitoring - Track price changes across Target categories over time
  • Competitor research - Analyze product assortments, pricing, and availability
  • Market research - Collect ratings and reviews for product analysis
  • Inventory tracking - Monitor in-stock vs. out-of-stock status
  • E-commerce data pipelines - Feed product data into your catalog or analytics system

Integrations

Connect this actor to your workflows using Apify's built-in integrations:

  • Make (Integromat) - Trigger scrapes and send data to Google Sheets, Airtable, or any app
  • Zapier - Automate workflows when new products are scraped
  • Slack - Get notified when a run completes or a price changes
  • Google Sheets - Export results directly to a spreadsheet
  • REST API - Call the actor programmatically and retrieve results in JSON

ActorDescription
Copart Public Search ScraperScrape vehicle auction listings and pricing from Copart
Bring A Trailer Auctions ScraperExtract classic car auction data and sold prices
Iron Planet ScraperScrape heavy equipment listings and auction results
HTML to JSON Smart ParserConvert any HTML page into structured JSON data

Disclaimer

This actor is not affiliated with, endorsed by, or connected to Target Corporation. Use responsibly and in accordance with Target's terms of service. The author assumes no liability for how this tool is used.