GET
/
api
/
v1
/
scraper
/
forever21
/
product
curl --request GET \
  --url https://app.retailed.io/api/v1/scraper/forever21/product \
  --header 'x-api-key: <x-api-key>'
{
    "sku": "2001287756",
    "name": "Denim Utility Cargo Joggers",
    "color": "LIGHT DENIM",
    "price": 38,
    "images": [
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw672d716b/1_front_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw40723e69/2_side_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw7903d5e9/3_back_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw4cab3a46/4_full_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dwfa87662d/5_detail_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw458a9fc1/7_additional_750/01287756-01.jpg?sw=1000&sh=1500"
    ],
    "description": "Crafted from non-stretch denim, this pair of joggers features a high-rise waist, belt loops, zip fly and button-front closure, slanted front pockets, elasticized trim, leg utility carpenter strap, and leg and back patch pockets.",
    "price_currency": "EUR"
}
x-api-key
string
required

Parameter defines the Retailed private key to use.

Parameters

query
string

Product URL

Response

object
Product Object
sku
string

Product SKU

name
string

Product Name

color
string

Product Color

price
number

Product Price

images
array

Product Images

description
string

Product Description

price_currency
string

Product Price Currency

{
    "sku": "2001287756",
    "name": "Denim Utility Cargo Joggers",
    "color": "LIGHT DENIM",
    "price": 38,
    "images": [
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw672d716b/1_front_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw40723e69/2_side_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw7903d5e9/3_back_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw4cab3a46/4_full_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dwfa87662d/5_detail_750/01287756-01.jpg?sw=1000&sh=1500",
        "https://www.forever21.com/dw/image/v2/BFKH_PRD/on/demandware.static/-/Sites-f21-master-catalog/default/dw458a9fc1/7_additional_750/01287756-01.jpg?sw=1000&sh=1500"
    ],
    "description": "Crafted from non-stretch denim, this pair of joggers features a high-rise waist, belt loops, zip fly and button-front closure, slanted front pockets, elasticized trim, leg utility carpenter strap, and leg and back patch pockets.",
    "price_currency": "EUR"
}