Want to extract Target data straight into your spreadsheet?
You can see below the selectors designed for any Target listing page or Search result page to use within your =IMPORTFROMWEB() function; just pick them up directly in our Target scraper template / Target Search scraper template or use them by yourself in your own spreadsheet.
=IMPORTFROMWEB("Target product URL", "title, price")
=IMPORTFROMWEB(A2,B1:C1)
Product selectors
Selector | Description |
---|---|
title | Title of the listing |
price | Product price |
rating | Average rating |
reviews_count | Number of reviews |
imageN_source | Image source (URL) of the product (replace N by the image number) |
video_source | Video source (URL) of the product |
Search results selectors
Selector | Description |
---|---|
id | Outputs the id of the products listed |
name | Outputs the name of the products listed |
price | Outputs the price of the products listed |
image_source | Outputs the main image source for each product listed |
product_url | Outputs the URL of the products listed |