Target

Web Scraping API

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

📘

Specific target templates listed below are available with Advanced plans.
You can scrape Target target with Coreplans as well by providing page URL (it does not support parsing or target specific parameters). Both solutions can be tested in the Playground in Dashboard.

Read more about Coresolution here.

We have 3 templates available for Target:

  • Target Search - designed to retrieve search results within the 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 a 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 a response in HTML format.

Parameter

Type

Required

Description

url

string

Target product URL.

other...


Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.


```