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 scrapeTarget
target withCore
plans 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
Core
solution 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 |
---|---|---|---|
| string | ✅ | Target page URL. |
| boolean | Automatically parse content. If set to | |
Target product
Retrieve Target product information by supplying Target product direct URL.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Target product URL. |
| boolean | Automatically parse content. If set to | |
Target
Scrape any Target URL and get a response in HTML format.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Target product URL. |
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].
Updated 11 days ago