VOOZH about

URL: https://apify.com/shahidirfan/target-product-scraper

⇱ Target Product Scraper Β· Apify


Pricing

from $1.49 / 1,000 results

Go to Apify Store

Target Product Scraper

Scrape Target.com product data instantly. Extract prices, reviews, ratings, images & inventory levels. Perfect for price monitoring, competitive analysis & market research. Full product details, zero coding required. Reliable & fast data extraction.

Pricing

from $1.49 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

4

Monthly active users

an hour ago

Last modified

Share

Collect paginated product listings from Target search with resilient request handling and rich product details ready for analysis, monitoring, and automation. This actor helps you build structured datasets for pricing intelligence, assortment tracking, and catalog research.


Features

  • Search-focused extraction - Collect products by keyword or search URL.
  • Rich product fields - Capture title, pricing, ratings, brand, images, and product links.
  • Reliable pagination - Gather results across multiple pages with offset-based pagination that self-recovers when Target changes request behavior.
  • Marketplace visibility - Identify marketplace items directly in output.
  • Runtime diagnosis - When Target changes headers or endpoint behavior, the actor re-reads the documented API flow and probes live endpoints before falling back.
  • Clean dataset output - Records are saved without empty null fields.

Use Cases

Price Monitoring

Track price changes and comparisons over time for selected categories or seasonal keywords.

Competitor Assortment Tracking

Analyze which products, brands, and item types are appearing for key searches.

Product Research

Build focused datasets for market research, trend reporting, or merchandising analysis.

Ratings Intelligence

Review product rating averages and rating counts for quality and demand insights.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNoExample prefillTarget search URL. If set, keyword and related values are inferred from it.
keywordStringNo"womens tops"Search keyword used for product collection.
sort_byStringNo"relevance"Sort mode (relevance, newest).
results_wantedIntegerNo20Maximum number of products to collect.
max_pagesIntegerNo10Maximum pages to process.
include_sponsoredBooleanNotrueInclude sponsored products in results.
proxyConfigurationObjectNoDisabledProxy settings for reliability.

Store context and visitor identifier are handled internally by the actor. If your startUrl already includes those query parameters, they are respected and refreshed when needed.


Output Data

Each dataset item may include the following fields:

FieldTypeDescription
positionIntegerProduct position in result flow.
pageIntegerPage number where the product was collected.
search_keywordStringKeyword used in the run.
tcinStringTarget product identifier.
parent_tcinStringParent identifier for variation groups.
titleStringProduct title.
brandStringProduct brand.
formatted_current_priceStringCurrent displayed price.
formatted_comparison_priceStringComparison price if available.
current_retailNumberCurrent numeric retail price when available.
reg_retailNumberRegular retail price when available.
rating_averageNumberAverage star rating.
rating_countIntegerNumber of ratings.
shipping_availabilityStringShipping stock status.
scheduled_delivery_availabilityStringScheduled delivery stock status.
free_shipping_enabledBooleanFree shipping flag.
is_marketplaceBooleanMarketplace flag.
item_typeStringProduct classification label.
department_idIntegerTarget department ID.
category_idStringCategory identifier returned by Target.
parent_category_idStringParent category identifier.
review_overall_sentimentStringReview summary sentiment when available.
promotionsArrayPromotion identifiers or messages present on the item.
ornamentsArrayMerchandising callouts shown on the listing page.
buy_urlStringProduct page URL.
primary_image_urlStringMain product image.
alternate_image_urlsArrayAdditional product image URLs.
swatch_image_urlStringSwatch or color preview image.
response_idStringResult response identifier.
sort_byStringSort mode used in request.
current_pageIntegerListing page number from Target metadata.
total_pagesIntegerTotal number of pages reported by Target.
result_offsetIntegerOffset used for the current page.
scraped_atStringRecord timestamp in ISO format.

Usage Examples

Basic Search

{
"keyword":"womens tops",
"results_wanted":20
}

Start URL Driven Collection

{
"startUrl":"https://www.target.com/s?searchTerm=womens+tops&category=0%7CAll%7Cmatchallpartial%7Call+categories&searchTermRaw=womw",
"results_wanted":50,
"max_pages":5
}

Sorted Collection with Store Context

{
"keyword":"running shoes",
"sort_by":"newest",
"results_wanted":100,
"max_pages":10
}

Sample Output

{
"position":1,
"page":1,
"search_keyword":"womens tops",
"tcin":"89513491",
"parent_tcin":"87193107",
"title":"INSPIRE CHIC Women's Ruffle V Neck Puff Sleeve Summer Casual Chiffon Peasant Top X-Large Black",
"brand":"INSPIRE CHIC",
"formatted_current_price":"$28.99 - $31.99",
"formatted_comparison_price":"$38.69 - $42.69",
"current_retail":28.99,
"rating_average":3.62,
"rating_count":18,
"shipping_availability":"IN_STOCK",
"scheduled_delivery_availability":"OUT_OF_STOCK",
"is_marketplace":true,
"item_type":"Shirts",
"department_id":287,
"category_id":"9qjry",
"buy_url":"https://www.target.com/p/allegra-k-women-s-ruffle-v-neck-puff-sleeve-summer-casual-chiffon-peasant-top-black-x-large/-/A-89513491",
"primary_image_url":"https://target.scene7.com/is/image/Target/GUEST_98f735e4-29c7-4875-bafc-fbded857596a",
"alternate_image_urls":[
"https://target.scene7.com/is/image/Target/GUEST_alt_example"
],
"response_id":"search-31762b4a-701d-424d-b792-94adc23d8614",
"sort_by":"relevance",
"current_page":1,
"total_pages":50,
"result_offset":0,
"scraped_at":"2026-04-07T08:00:00.000Z"
}

Tips For Best Results

Use Specific Keywords

Targeted search terms improve relevance and make downstream analysis easier.

Start Small, Then Scale

Begin with results_wanted set to 20 for quick validation, then increase gradually.

Configure Proxy For Reliability

Residential proxy settings improve consistency for larger data collection runs.

Tune Pagination Safely

Use max_pages as a guardrail to control runtime and data volume.


Integrations

  • Google Sheets - Export product datasets for quick analysis.
  • Airtable - Build searchable product tracking tables.
  • Make - Trigger automated workflows after each run.
  • Zapier - Send product events to business tools.
  • Webhooks - Deliver fresh data to custom systems.

Export Formats

  • JSON - Programmatic workflows and APIs
  • CSV - Spreadsheet and BI analysis
  • Excel - Business reporting
  • XML - System integrations

Frequently Asked Questions

How many products can I collect?

You can collect as many as available for your search, limited by your results_wanted and max_pages settings.

Can I use a full Target search URL?

Yes. Provide startUrl and the actor will use it as the source for search settings.

Why do some items have fewer fields?

Some products may not publish every attribute. The actor saves only available values and excludes nulls.

Does this support pagination automatically?

Yes. The actor moves through result pages until limits are reached.

Is sponsored content included?

Yes by default. You can disable it using include_sponsored.


Support

For issues or feature requests, use the Apify Console issue and support channels.

Resources


Legal Notice

This actor is intended for legitimate data collection and analysis. Users are responsible for complying with website terms and applicable laws in their jurisdiction.

You might also like

Target Product Scraper - Extract Data Instantly

parseforge/target-scraper

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.

43

5.0

Target Product Reviews Scraper

scraped/target-product-reviews

This scrapes Target product reviews

Target Scraper

automation-lab/target-scraper

Scrape Target.com product data for price monitoring β€” current/regular prices, sale flags, ratings, reviews, brands, images, and product URLs.

πŸ‘ User avatar

Stas Persiianenko

39

Target Product Details Scraper

ecomscrape/target-product-page-details-scraper

The Target.com Product Details Scraper extracts detailed product data from Target.com, including title, brand, price, rating, image URLs, etc., by providing product details page urls.

ecomscrape

45

Target.com Product Scraper

alwaysprimedev/target-scraper

Scrape Target.com product details β€” title, price, brand, images, ratings, variants, specs β€” from search keywords, category pages, or product URLs.

Target Product Search Scraper

ecomscrape/target-product-search-scraper

The Target.com Product Search Scraper extracts detailed product data from Target.com, including name, title, brand, description, price, rating score, etc., using search query URLs. This tool is perfect for market research, trend analysis, lead generation, and campaign planning.

ecomscrape

168

5.0

Target Product Search Scraper

kawsar/target-product-search-scraper

Target product search scraper that pulls product prices, ratings, and availability from Target.com search results and category pages, so retail analysts can collect structured data without manual browsing.

Target Product Scraper - Pricing, Reviews, Inventory

elliotpadfield/target-scraper

Scrape Target.com products, prices, UPCs, ratings, reviews, images, categories, and optional store-level inventory using Target’s RedSky API. Search by keyword or enrich TCINs/product URLs. Fast no-browser scraper with sale prices, PDP details, and shipping/pickup availability.

πŸ‘ User avatar

Elliot Padfield

5

5.0

Target Urls Spider

getdataforme/target-urls-spider

Target Urls Spider is an Apify Actor that scrapes comprehensive product data from Target.com, including prices, ratings, images, and descriptions. It offers reliable batch processing, structured JSON output, and real-time monitoring for efficient e-commerce analysis and research.