Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide here.
target_product template is built to obtain Target Product information.
Useful Links
- This target is available with Web API Advanced plans.
- Real-time and Asynchronous integration methods are available for this template
- Batch requests are also supported.
Input Parameters
Request parameters available for the Target Product template:| Parameter | Type | Required | Description |
|---|---|---|---|
target | string | ✅ | Target type must be set to target_product |
product_id | string | ✅ | A 8 or 10-character Target product ID (SKU). |
headless | string | html value enables JavaScript rendering. Read more.png value enables screenshot response. Read more. | |
parse | boolean | Automatically parses results when set to true. Default value is false. | |
device_type | string | Specify device type and browser. Read more. | |
delivery_type | string | Define the delivery method, using available options: pickup, delivery, shipping. | |
delivery_zip | string | Set zip code of delivery location. Must be set when delivery or shipping delivery methods are chosen. | |
store_id | A 3 to 4-character Target store ID. Must be set when pickup delivery method is chosen. | ||
xhr | boolean | Set to true to retrieve a list of XHR and fetch requests. Read more. Default value is false. | |
markdown | boolean | Set to true to receive a Markdown response. Read more. Default value is false. |
Request Examples
# update 'TOKEN VALUE' with your authorization token
curl --request 'POST' \
--url 'https://scraper-api.decodo.com/v2/scrape' \
--header 'Accept: application/json' \
--header 'Authorization: Basic TOKEN VALUE' \
--header 'Content-Type: application/json' \
--data '
{
"target": "target_product",
"product_id": "92186007",
"headless": "html",
"parse": true,
}
'
Output
Descriptions for fields in the parsedJSON results section are provided in the table below. Keep in mind that the amount of fields can vary according to the provided search query.
| Results key | Description |
|---|---|
url | URL to the Target Product page. |
brand | An object containing the brand name and page URL. |
price | An object containing pricing information. |
title | The product’s title. |
video | An object containing product video information. |
images | An object containing product image information. |
rating | An object containing rating information. |
seller | An object containing the seller’s name and page URL. |
category | An object containing the category name and path. |
currency | The currency used to represent the price. |
in_stock | Specifies if the product is in stock. |
description | The product description. |
Response Example
{
"results": [
{
"content": {
"results": {
"ean": "840216312395",
"url": "https://www.target.com/p/-/A-92186007",
"brand": {
"href": "/b/retrospec-bicycles/-/N-q643lei5wue",
"name": "Retrospec Bicycles"
},
"price": {
"current": 49.99,
"discounted": false
},
"title": "Retrospec Bicycles Cricket Mini 6\" Kids' Balance Bike",
"images": {
"main": "https://target.scene7.com/is/image/Target/GUEST_bba86b68-744b-4cdd-b268-de52b5d0de0c",
"alternate": [
"https://target.scene7.com/is/image/Target/GUEST_b999b79e-5317-43b2-8584-518e3ac048cf",
"https://target.scene7.com/is/image/Target/GUEST_ae4520de-d4ed-433e-b307-e9d88e5c427c",
"https://target.scene7.com/is/image/Target/GUEST_7361f460-18dd-41ed-a724-aa3b1514ab19"
]
},
"rating": {
"count": 56,
"score": 4.4
},
"category": {
"name": "Balance Bikes",
"path": "target > Sports & Outdoors > Bikes & Cycling > Kidsâ Bikes > Balance Bikes"
},
"currency": "USD",
"in_stock": true,
"parse_status_code": 12000,
"product_offer_type": "reg"
},
"errors": [],
"status_code": 12000,
"task_id": "7399040490143769601"
},
"headers": {
"date": "Tue, 25 Nov 2025 11:05:24 GMT",
"etag": "\"8i188sq7vp85db\"",
"vary": "Accept-Encoding",
"content-type": "text/html; charset=utf-8",
"accept-ranges": "bytes",
"cache-control": "private, no-cache",
"referrer-policy": "no-referrer-when-downgrade",
"x-frame-options": "SAMEORIGIN",
"content-encoding": "gzip",
"x-content-type-options": "nosniff",
"content-security-policy": "frame-ancestors 'self' https://*.target.com;",
"strict-transport-security": "max-age=31536000; includeSubDomains"
},
"cookies": [
{
"key": "refreshToken",
"path": "/",
"value": "dGFWfxNo_pxZzQPXkV9Sv1fFArQc53C_2mbX5G3Xs9yha58W9MO6_zPjOI8-LGKSqO9NmZxnGhQIFOWQSQlsbA",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1779620724.812215,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "idToken",
"path": "/",
"value": "eyJhbGciOiJub25lIn0.eyJzdWIiOiIxZDM3ODlkNy04OTg4LTRmYzAtODFlYS04ZmRmY2U5ZTY0ODciLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNTUxMjMsImlhdCI6MTc2NDA2ODcyMywiYXNzIjoiTCIsInN1dCI6IkciLCJjbGkiOiJlY29tLXdlYi0xLjAuMCIsInBybyI6eyJmbiI6bnVsbCwiZm51IjpudWxsLCJlbSI6bnVsbCwicGgiOmZhbHNlLCJsZWQiOm51bGwsImx0eSI6ZmFsc2UsInN0IjoiR0EiLCJzbiI6bnVsbH19.",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": -1,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "sapphire",
"path": "/",
"value": "1",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1766698470.81245,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "onboardingGuest",
"path": "/",
"value": "timestamp=1764068723995",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": -1,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "TealeafAkaSid",
"path": "/",
"value": "Wmzsp4sAZ_WKHKZFLyHtp9gCPrab8QS8",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": 1766660744.589545,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "GuestLocation",
"path": "/",
"value": "27701|36.000|-78.890|NC|US",
"domain": "www.target.com",
"secure": true,
"comment": "",
"expires": 1764155124.812544,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "visitorId",
"path": "/",
"value": "019ABAB08CC90201A0C035469CEC887D",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1798628724.812557,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "adScriptData",
"path": "/",
"value": "GA",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1764155124.812569,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "accessToken",
"path": "/",
"value": "eyJraWQiOiJlYXMyIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxZDM3ODlkNy04OTg4LTRmYzAtODFlYS04ZmRmY2U5ZTY0ODciLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNTUxMjMsImlhdCI6MTc2NDA2ODcyMywianRpIjoiVEdULmJlZTE1MjZkMzk3ZjQ3MjI5ZTBiMDMzZTg5MjhlZDhjLWwiLCJza3kiOiJlYXMyIiwic3V0IjoiRyIsImRpZCI6IjA1YWMwNzg3Y2E3YzNmYzFjNmRmMDBkYTY1NWNjNmE4YmQwNWE0MzY2MDc0YmE0MDY0OWE3ODBiM2RmZmFiMDYiLCJzY28iOiJlY29tLm5vbmUsb3BlbmlkIiwiY2xpIjoiZWNvbS13ZWItMS4wLjAiLCJhc2wiOiJMIn0.pqyp4oxOtP3BsAKMktpjV56zskvPo7cYnpmxYgat04zkUkTsq2r9saMjhopas6VWfbSz0Bf5GJG0aK4sVeagtzPJ3hle_kRPzubqRcFbkGyXW9xGoqYu6fCa5oDWzkOnAv7IscEiyLAWTkz_uxThKlCI0T6tcGhr1CHv5GXF6BKVtLWJL5GWb7t0madmYxA92y3Sb6ypHT8pIxoNnnt2WOX5xzxGkpmAH70-MoDDG78RhWkpeFNfEkJXvq-DB5sGrOiFhSYb8gytcFMaFRQRupqcGQtfCtuDY48sJKyuNzLJykRum-VLO7LXouw-PGTsb7ODoUw1JmSwGt1YU7Pr0g",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": -1,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "egsSessionId",
"path": "/",
"value": "8baa6950-5061-4c23-808d-6e32ec580eb9",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1764072324.812603,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "UserLocation",
"path": "/",
"value": "27701|36.000|-78.890|NC|US",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1795604730,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "ffsession",
"path": "/",
"value": "{%22sessionHash%22:%221946275391d38b1764068730056%22}",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": -1,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "hideSadReg",
"path": "/",
"value": "true",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": 1764070530,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "fiatsCookie",
"path": "/",
"value": "DSI_1872|DSN_Durham|DSZ_27707",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1795604739,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "pxcts",
"path": "/",
"value": "aa65e13b-c9ee-11f0-82c0-32020ca19a8b",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": -1,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "_pxvid",
"path": "/",
"value": "aa65da2b-c9ee-11f0-82bf-bde13c3a51ee",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": 1795604734,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "lux_uid",
"path": "/",
"value": "176406873525809480",
"domain": "www.target.com",
"secure": false,
"comment": "",
"expires": 1764070535.258653,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "sddStore",
"path": "/",
"value": "DSI_1872|DSN_Durham|DSZ_27701",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": -1,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "_tgt_session",
"path": "/",
"value": "35f5ace913774b949885930cb064b22b.ef5aaef1e9f164c7dba5b92a6780dfaf4d98bd80f6013f0d6df3e51df43644146f3ad27c764d6e7ff77b78b29d7e91c6b724a0b690376ee02763a67c7207b9d4eb9b66f7917fff9c7d6048b6281f2cb7e66b4c6bd7c30969763e0fbe7337f1b00977ba8c9ea71596b3d3c44fc49f1941b0cbb52a0ad7707536d52ebe9b595eb8fcec6298b5cddb032c7f688a162b0bf60968c286f85fc8afa1acc4e05f7c9c404fc20c348511c746e94d349654d07b43070976e1a1d6ca648230020431e3b85ad4d95631092cadd80d1dadc6baf7fd1b1b3f10841ae46fc9102404a08dc3feae95.0x7149d59baacdc94e4bfc3532a48f1e305ebbd3419716b793e04e425e0aa3f876",
"domain": "redsky.target.com",
"secure": false,
"comment": "",
"expires": 1764155139.434307,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "__gads",
"path": "/",
"value": "ID=13280caff92ce8a5:T=1764068741:RT=1764068741:S=ALNI_MaPC6E1YaL1BfH7vVHOrJzm4PF0Vw",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1797764741,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "__gpi",
"path": "/",
"value": "UID=00001312fc1b6d62:T=1764068741:RT=1764068741:S=ALNI_MYxDsEat5LQ_oc8rYGsXfkw9gjV-Q",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1797764741,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "__eoi",
"path": "/",
"value": "ID=19e3ef19c4a15acd:T=1764068741:RT=1764068741:S=AA-AfjbnNifGD9ZB5-HjyKFTTuD1",
"domain": ".target.com",
"secure": true,
"comment": "",
"expires": 1779620741,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "IDE",
"path": "/",
"value": "AHWqTUnTfCfSzLk1x3zFHTc4MnvmGNmmyXUmb4p0n6yyIifZvBnzVJHiybsQ4GT3vgo",
"domain": ".doubleclick.net",
"secure": true,
"comment": "",
"expires": 1798628751.476032,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "kampyle_userid",
"path": "/",
"value": "0cd6-482e-a933-c1b2-0704-5ad4-a2a0-79a8",
"domain": "www.target.com",
"secure": true,
"comment": "",
"expires": 1795604754,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "kampyleUserSession",
"path": "/",
"value": "1764068754445",
"domain": "www.target.com",
"secure": true,
"comment": "",
"expires": 1795604754,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "kampyleUserSessionsCount",
"path": "/",
"value": "1",
"domain": "www.target.com",
"secure": true,
"comment": "",
"expires": 1795604754,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "kampyleUserPercentile",
"path": "/",
"value": "43.53656417161037",
"domain": "www.target.com",
"secure": true,
"comment": "",
"expires": 1795604754,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "kampyleSessionPageCounter",
"path": "/",
"value": "1",
"domain": "www.target.com",
"secure": true,
"comment": "",
"expires": 1795604754,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
},
{
"key": "_px3",
"path": "/",
"value": "acf7e28648f2e32a09eb89811b285cbc7e2137a127f0ca5eca3831f10341860e:ZiqSLnlXiwNwx5RRLt6kgHs9Y/BKDyT2BjyMwXa1J01pcDIzWuhw3ZlIFL1xV1vNIULbXzJ4WlvDf8Hr2Lh9tA==:1000:0/eeaamF7VemB8Zy/TGyZBEDMXYQ85WzkST7Ah5vJQNd1IYlBuSJvf1IqLV4XQypVXO48sM40rzp2vmLEIpLvFhksz7LKs28WIjWCXcAGBJpC1Un7TWDG2cB4sE8DxWpN39BwkJSGpckHm4IsgGDPPfdqAymldnn97wyiHKunYA0lY6y+0PSkpVqA+L3wwxg/WHrII8y6vGaxuGPyaShiK0+r8UgtkLp2nXQHfZ0SAjgr++B+U/RLvPN3JYzztGiqvgWXnqwnKzGfCEaxuzlBs5teymO8vzxxwUicjmMHp3rk0eLI4eVbwKFPt+aWoIfeJTPf2RktS7mhI37lpZSWy1hgsYafWrNWf+7WFJLDOCzGL8EXldOOqZdyEUS0sjh",
"domain": ".target.com",
"secure": false,
"comment": "",
"expires": 1764069089,
"max-age": "",
"version": "",
"httponly": "",
"samesite": ""
}
],
"status_code": 200,
"task_id": "7399040490143769601",
"created_at": "2025-11-25 11:05:20",
"updated_at": "2025-11-25 11:06:03"
}
]
}
Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.
You can also reach us anytime via email at support@decodo.com.
Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.
Have feedback? Share your thoughts on how we can improve.