Target

You can retrieve results from Target website by providing direct URL.

📘

Templates listed below are available with eCommerce Advanced plans. More information about Core and Advanced solutions can be found here

We have 3 templates available for Target:

  • Target Search - designed to retrieve search results within Target page. Parsed results are available for this template.
  • Target Product - designed to retrieve details from Product pages. Parsed results are available for this template.
  • Target - designed to retrieve results from any Target URL and return response in HTML.

Target search

Retrieve Target search results by supplying a full Target URL to the url parameter.

Parameter

Type

Required

Description

url

string

Target page URL.

parse

boolean

Automatically parse content. If set to truewill return parsed result in JSON.

other...

Target product

Retrieve Target product information by supplying Target product direct URL.

Parameter

Type

Required

Description

url

string

Target product URL.

parse

boolean

Automatically parse content. If set to truewill return parsed result in JSON.

other...

Target

Scrape any Target URL and get response in HTML format.

Parameter

Type

Required

Description

url

string

Target product URL.

other...