Target Product

Scrape Target products in real time with the Target API.

The Target Product feature returns a JSON object containing data related to the scraped Target product. Among others, you will get an overview of:

  • brand

  • description_full

  • description_short

  • extras

  • images

  • price

  • questions_and_answers

  • rating

  • related_products_bought_together

  • related_products_similar

  • variant_configuration

Target Product Parameters

The Target Product feature only takes one specific parameter:

Parameter
Type
Description

product_id required

string

The ID of the Target product you want to scrape.

Your full GET request should then be sent to the following address:

https://ecom.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&engine=target&product_id=<PRODUCT_ID>

How to get Target Product ID

Target identifies products by their ID. Our API uses the same identifier to scrape a Target product.

To get the ID of an Target product, first navigate to its page. The ID of a product can be extracted straight from the URL. The structure of an Target product's URL is:

Target Product Integration Examples

Response Example
Scraping Target Product Page

Last updated