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
Need help or just want to say hello? Our customer support is available 24/7. You can also reach us anytime via email at [email protected].
Updated 6 days ago