Gap Product Search
by pintostudio
This Actor provides access to Gap's search functionality.(gap.com). It enables developers, and researchers to programmatically access to gap's extensi...
Opens on Apify.com
About Gap Product Search
This Actor provides access to Gap's search functionality.(gap.com). It enables developers, and researchers to programmatically access to gap's extensive products database through a simple API interface.
What does this actor do?
Gap Product Search is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
GAP PRODUCT SEARCH ACTOR ## Overview This Actor provides access to Gap's search functionality.(gap.com). It enables developers, and researchers to programmatically access to gap's extensive products database through a simple API interface. ## Features - Get h&m product search - paginate the results - Easy integration with other applications and workflows - Efficient data extraction with rate limiting and error handling ## Input Parameters - query (required): Search term (e.g., "JACKET") - page Page number. Default: '1' - perPage Items per page. Default: '45' - locale Language/region. Default: 'en_US' - market Market region. Default: 'us' ## Usage Examples ### Basic Usage javascript const input = { "query": "jacket", "page": "1", "perPage": "55", "locale": "en_US", "market": "us", }; ## Output Format The actor returns data in JSON format with the following structure: ```json { "pagination": { "perPage": 45, "page": 1, "totalPagesAvailable": 8 }, "products": [ { "id": "715005", "name": "Vintage Soft Arch Logo Full-Zip Hoodie", "priceRange": [ "49.95", "59.95" ], "salePriceRange": [ "35.0", "59.95" ], "reviewScore": 4.82, "reviewCount": 934, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/963/443/cn56963443.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "MAKALOT INDUSTRIAL CO LTD", "colors": [ { "id": "715005362", "shortDescription": "PERFECT KHAKI", "name": "PERFECT KHAKI", "effectivePrice": "35.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|xxl", "regular|tops|size|l", "regular|tops|size|xxxl", "regular|tops|size|xl", "tall|tops|size|l", "regular|tops|size|s", "tall|tops|size|xl", "regular|tops|size|xs", "tall|tops|size|m", "regular|tops|size|m" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/963/443/cn56963443.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/963/451/cn56963451.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/963/417/cn56963417.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/963/417/cn56963417.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/963/451/cn56963451.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "715005322", "shortDescription": "LIGHT HEATHER GREY", "name": "LIGHT HEATHER GREY", "effectivePrice": "47.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|m", "regular|tops|size|xl", "regular|tops|size|xxl", "regular|tops|size|xxxl", "tall|tops|size|xl", "regular|tops|size|s", "regular|tops|size|l", "tall|tops|size|xxxl", "tall|tops|size|xxl", "tall|tops|size|l" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/583/066/cn56583066.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/583/088/cn56583088.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/582/986/cn56582986.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/582/986/cn56582986.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/583/088/cn56583088.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005302", "shortDescription": "true black", "name": "true black", "effectivePrice": "47.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|tops|size|m", "regular|tops|size|s", "tall|tops|size|xxl", "regular|tops|size|xl", "tall|tops|size|l", "regular|tops|size|l", "regular|tops|size|xxxl", "tall|tops|size|xl", "regular|tops|size|xs", "regular|tops|size|xxl", "regular|tops|size|m", "tall|tops|size|xxxl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/735/619/cn56735619.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/735/643/cn56735643.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/735/462/cn56735462.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/735/462/cn56735462.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/735/643/cn56735643.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005332", "shortDescription": "TAPESTRY NAVY", "name": "TAPESTRY NAVY", "effectivePrice": "47.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|tops|size|xxxl", "tall|tops|size|m", "tall|tops|size|xl", "regular|tops|size|xxl", "regular|tops|size|xl", "tall|tops|size|xxl", "tall|tops|size|l", "regular|tops|size|m", "regular|tops|size|l", "regular|tops|size|xs", "regular|tops|size|xxxl", "regular|tops|size|s" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/747/402/cn56747402.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/747/419/cn56747419.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/747/371/cn56747371.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/747/371/cn56747371.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/747/419/cn56747419.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005342", "shortDescription": "off white", "name": "off white", "effectivePrice": "47.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|l", "regular|tops|size|xl", "regular|tops|size|xxxl", "tall|tops|size|m", "regular|tops|size|xxl", "tall|tops|size|xxxl", "regular|tops|size|s", "tall|tops|size|xl", "tall|tops|size|xxl", "tall|tops|size|l", "regular|tops|size|m" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/083/181/cn56083181.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/083/198/cn56083198.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/082/982/cn56082982.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/082/982/cn56082982.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/083/198/cn56083198.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005312", "shortDescription": "black grey", "name": "black grey", "effectivePrice": "47.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|xxxl", "tall|tops|size|m", "regular|tops|size|s", "regular|tops|size|l", "regular|tops|size|xxl", "tall|tops|size|l", "regular|tops|size|xl", "tall|tops|size|xl", "tall|tops|size|xxxl", "tall|tops|size|xxl", "regular|tops|size|xs", "regular|tops|size|m" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/100/497/cn56100497.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/100/507/cn56100507.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/100/302/cn56100302.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/100/302/cn56100302.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/100/507/cn56100507.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005352", "shortDescription": "french almond", "name": "french almond", "effectivePrice": "47.0", "regularPrice": "59.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|xxl", "tall|tops|size|l", "regular|tops|size|xxxl", "regular|tops|size|xl", "regular|tops|size|s", "tall|tops|size|xxl", "regular|tops|size|xs", "regular|tops|size|l", "tall|tops|size|xl", "tall|tops|size|m", "regular|tops|size|m" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/945/101/cn56945101.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/945/113/cn56945113.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/944/748/cn56944748.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/944/748/cn56944748.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/945/113/cn56945113.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005012", "shortDescription": "blue", "name": "blue", "effectivePrice": "49.95", "regularPrice": "49.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|tops|size|l", "regular|tops|size|l", "regular|tops|size|s", "regular|tops|size|xs", "regular|tops|size|xxl", "regular|tops|size|m", "regular|tops|size|xl", "tall|tops|size|xl", "regular|tops|size|xxxl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0055/701/176/cn55701176.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0055/701/188/cn55701188.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0055/700/983/cn55700983.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0055/700/983/cn55700983.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0055/701/188/cn55701188.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005062", "shortDescription": "true black", "name": "true black", "effectivePrice": "49.95", "regularPrice": "49.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|tops|size|m", "tall|tops|size|xl", "tall|tops|size|xxl", "regular|tops|size|l" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0055/700/998/cn55700998.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0055/701/002/cn55701002.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0055/700/984/cn55700984.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0055/700/984/cn55700984.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0055/701/002/cn55701002.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005272", "shortDescription": "Brown", "name": "Brown", "effectivePrice": "59.95", "regularPrice": "59.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|l", "regular|tops|size|xxl", "regular|tops|size|xl", "tall|tops|size|xxl", "regular|tops|size|xxxl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/000/373/cn56000373.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/000/390/cn56000390.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/000/205/cn56000205.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/000/205/cn56000205.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/000/390/cn56000390.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005202", "shortDescription": "light heather gray", "name": "light heather gray", "effectivePrice": "49.95", "regularPrice": "49.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|tops|size|xl", "tall|tops|size|l", "tall|tops|size|xxl", "regular|tops|size|m", "regular|tops|size|xl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0054/561/440/cn54561440.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0054/561/446/cn54561446.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0054/561/414/cn54561414.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0054/561/414/cn54561414.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0054/561/446/cn54561446.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "715005382", "shortDescription": "JET STREAM BLUE", "name": "JET STREAM BLUE", "effectivePrice": "44.99", "regularPrice": "59.95", "priceType": "M", "percentageOff": "25", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|xs", "tall|tops|size|l" ], "ccMarketingFlagsDetails": [ { "name": "Extra 50% off at checkout", "position": "6", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/735/716/cn56735716.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/735/735/cn56735735.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/735/582/cn56735582.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/735/582/cn56735582.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/735/735/cn56735735.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Extra 50% off at checkout", "position": "6" } ] }, { "id": "715005082", "shortDescription": "new off white", "name": "new off white", "effectivePrice": "49.95", "regularPrice": "49.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|tops|size|xxl", "tall|tops|size|l", "regular|tops|size|xxl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "MAKALOT INDUSTRIAL CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0055/626/556/cn55626556.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0055/626/565/cn55626565.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0055/626/452/cn55626452.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0055/626/452/cn55626452.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0055/626/565/cn55626565.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] } ] }, { "id": "733445", "name": "Kids Vintage Soft Gap Logo Hoodie", "priceRange": [ "44.95", "49.95" ], "salePriceRange": [ "24.99", "39.0" ], "reviewScore": 4.84, "reviewCount": 569, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0057/533/031/cn57533031.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "SAE-A TRADING CO., LTD", "colors": [ { "id": "733445052", "shortDescription": "army jacket green", "name": "army jacket green", "effectivePrice": "24.99", "regularPrice": "44.95", "priceType": "M", "percentageOff": "44", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s", "regular|tops|size|8|m" ], "ccMarketingFlagsDetails": [ { "name": "Extra 50% off at checkout", "position": "6", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0057/533/031/cn57533031.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0057/533/038/cn57533038.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/464/384/cn56464384.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/464/384/cn56464384.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0057/533/038/cn57533038.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Extra 50% off at checkout", "position": "6" } ] }, { "id": "733445022", "shortDescription": "black", "name": "black", "effectivePrice": "26.0", "regularPrice": "44.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0053/991/308/cn53991308.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0053/991/312/cn53991312.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0053/990/927/cn53990927.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0053/990/927/cn53990927.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0053/991/312/cn53991312.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "733445002", "shortDescription": "light heather gray", "name": "light heather gray", "effectivePrice": "26.0", "regularPrice": "44.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0020/603/973/cn20603973.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0020/604/009/cn20604009.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0020/603/741/cn20603741.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0020/603/741/cn20603741.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0020/604/009/cn20604009.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "655246022", "shortDescription": "true black", "name": "true black", "effectivePrice": "39.0", "regularPrice": "49.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|12|xl", "regular|tops|size|6/7|s", "regular|tops|size|8|m", "regular|tops|size|4/5|xs", "regular|tops|size|10|l", "regular|tops|size|14/16|xxl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0057/010/141/cn57010141.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0057/010/159/cn57010159.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/976/908/cn56976908.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/976/908/cn56976908.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0057/010/159/cn57010159.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Logo Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "655246012", "shortDescription": "tapestry navy", "name": "tapestry navy", "effectivePrice": "39.0", "regularPrice": "49.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|8|m", "regular|tops|size|12|xl", "regular|tops|size|6/7|s", "regular|tops|size|10|l", "regular|tops|size|14/16|xxl", "regular|tops|size|4/5|xs" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/976/993/cn56976993.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/977/008/cn56977008.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/976/907/cn56976907.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/976/907/cn56976907.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/977/008/cn56977008.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Logo Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "655246002", "shortDescription": "grey heather", "name": "grey heather", "effectivePrice": "39.0", "regularPrice": "49.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|12|xl", "regular|tops|size|10|l", "regular|tops|size|14/16|xxl", "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s", "regular|tops|size|8|m" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/976/973/cn56976973.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/976/990/cn56976990.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/976/906/cn56976906.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/976/906/cn56976906.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/976/990/cn56976990.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Logo Zip Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "733445012", "shortDescription": "blue", "name": "blue", "effectivePrice": "26.0", "regularPrice": "44.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0057/113/618/cn57113618.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0057/113/622/cn57113622.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/758/368/cn56758368.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/758/368/cn56758368.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0057/113/622/cn57113622.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] } ] }, { "id": "520185", "name": "Big Puff Jacket", "priceRange": [ "188.0", "188.0" ], "salePriceRange": [ "112.0", "188.0" ], "reviewScore": 4.56, "reviewCount": 232, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/348/596/cn56348596.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "TP INC.", "colors": [ { "id": "520185002", "shortDescription": "off white", "name": "off white", "effectivePrice": "188.0", "regularPrice": "188.0", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "petite|outerwear|size|xs", "regular|outerwear|size|xs", "tall|outerwear|size|s", "tall|outerwear|size|m", "regular|outerwear|size|s", "regular|outerwear|size|xxs", "tall|outerwear|size|xl", "regular|outerwear|size|xl", "petite|outerwear|size|l", "petite|outerwear|size|m", "petite|outerwear|size|s", "tall|outerwear|size|l", "regular|outerwear|size|l", "regular|outerwear|size|m" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/348/596/cn56348596.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/348/600/cn56348600.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/348/594/cn56348594.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/348/594/cn56348594.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/348/600/cn56348600.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Big Puff Jacket", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "520185022", "shortDescription": "forbidden forest green", "name": "forbidden forest green", "effectivePrice": "112.0", "regularPrice": "188.0", "priceType": "P", "percentageOff": "40", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|m", "regular|outerwear|size|s", "tall|outerwear|size|m", "tall|outerwear|size|s", "petite|outerwear|size|xs", "regular|outerwear|size|l", "petite|outerwear|size|s", "regular|outerwear|size|xxs", "regular|outerwear|size|xs" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/756/609/cn56756609.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/756/647/cn56756647.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/756/471/cn56756471.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/756/471/cn56756471.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/756/647/cn56756647.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Big Puff Jacket", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" } ] }, { "id": "520185012", "shortDescription": "black", "name": "black", "effectivePrice": "188.0", "regularPrice": "188.0", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|m", "tall|outerwear|size|m", "petite|outerwear|size|xs", "regular|outerwear|size|xl", "petite|outerwear|size|m", "regular|outerwear|size|xs", "petite|outerwear|size|s", "regular|outerwear|size|xxs", "regular|outerwear|size|l", "tall|outerwear|size|l", "regular|outerwear|size|s", "tall|outerwear|size|s", "petite|outerwear|size|l" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/377/772/cn56377772.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/377/800/cn56377800.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/377/484/cn56377484.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/377/484/cn56377484.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/377/800/cn56377800.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Big Puff Jacket", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] } ] }, { "id": "623774", "name": "GapFit Oversized Sherpa Raglan Jacket", "priceRange": [ "98.0", "98.0" ], "salePriceRange": [ "58.0", "58.0" ], "reviewScore": 4.73, "reviewCount": 93, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/987/855/cn56987855.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "NOBLAND INTERNATIONAL INC", "colors": [ { "id": "623774022", "shortDescription": "true black", "name": "true black", "effectivePrice": "58.0", "regularPrice": "98.0", "priceType": "P", "percentageOff": "41", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|xxs", "regular|outerwear|size|m", "regular|outerwear|size|xl", "regular|outerwear|size|l" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "NOBLAND INTERNATIONAL INC", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/987/855/cn56987855.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/987/859/cn56987859.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/983/682/cn56983682.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/983/682/cn56983682.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/987/859/cn56987859.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "GapFit Oversized Sherpa Raglan Jacket", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "623774002", "shortDescription": "chino beige", "name": "chino beige", "effectivePrice": "58.0", "regularPrice": "98.0", "priceType": "P", "percentageOff": "41", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "NOBLAND INTERNATIONAL INC", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/912/647/cn56912647.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/912/657/cn56912657.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/911/170/cn56911170.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/911/170/cn56911170.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/912/657/cn56912657.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "GapFit Oversized Sherpa Raglan Jacket", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "623774012", "shortDescription": "terra brown", "name": "terra brown", "effectivePrice": "58.0", "regularPrice": "98.0", "priceType": "P", "percentageOff": "41", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|xl" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "NOBLAND INTERNATIONAL INC", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/897/918/cn56897918.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/897/933/cn56897933.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/897/837/cn56897837.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/897/837/cn56897837.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/897/933/cn56897933.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "GapFit Oversized Sherpa Raglan Jacket", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] } ] }, { "id": "520189", "name": "Wool Boyfriend Shirt Jacket", "priceRange": [ "188.0", "188.0" ], "salePriceRange": [ "37.0", "56.0" ], "reviewScore": 3.78, "reviewCount": 40, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/179/979/cn56179979.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "WEIHAI TEXTILE GROUP IMPORT &", "colors": [ { "id": "520189012", "shortDescription": "neutral tan plaid", "name": "neutral tan plaid", "effectivePrice": "37.0", "regularPrice": "188.0", "priceType": "P", "percentageOff": "80", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "petite|outerwear|size|l", "regular|outerwear|size|xxs", "petite|outerwear|size|s", "petite|outerwear|size|xs", "regular|outerwear|size|l", "regular|outerwear|size|xs", "tall|outerwear|size|m", "tall|outerwear|size|s", "tall|outerwear|size|l", "regular|outerwear|size|s", "petite|outerwear|size|m", "regular|outerwear|size|m", "regular|outerwear|size|xl", "tall|outerwear|size|xl" ], "ccMarketingFlagsDetails": [ { "name": "Really big deal", "position": "5", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "WEIHAI TEXTILE GROUP IMPORT &", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/179/979/cn56179979.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/179/996/cn56179996.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/179/747/cn56179747.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/179/747/cn56179747.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/179/996/cn56179996.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Wool Boyfriend Shirt Jacket", "ccLevelMarketingFlags": [ { "content": "Really big deal", "position": "5" } ] }, { "id": "520189002", "shortDescription": "blue plaid", "name": "blue plaid", "effectivePrice": "56.0", "regularPrice": "188.0", "priceType": "P", "percentageOff": "70", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|xl", "petite|outerwear|size|s", "tall|outerwear|size|l", "tall|outerwear|size|xl", "regular|outerwear|size|xs", "petite|outerwear|size|xs", "tall|outerwear|size|s", "petite|outerwear|size|l", "regular|outerwear|size|l", "tall|outerwear|size|m", "regular|outerwear|size|s", "regular|outerwear|size|m", "petite|outerwear|size|m", "regular|outerwear|size|xxs" ], "ccMarketingFlagsDetails": [ { "name": "Really big deal", "position": "5", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "WEIHAI TEXTILE GROUP IMPORT &", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/141/539/cn56141539.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/141/544/cn56141544.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/141/519/cn56141519.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/141/519/cn56141519.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/141/544/cn56141544.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Wool Boyfriend Shirt Jacket", "ccLevelMarketingFlags": [ { "content": "Really big deal", "position": "5" } ] } ] }, { "id": "735496", "name": "Kids Vintage Soft Gap Arch Logo Hoodie", "priceRange": [ "39.95", "44.95" ], "salePriceRange": [ "23.0", "44.95" ], "reviewScore": 4.8, "reviewCount": 999, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0053/462/512/cn53462512.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "SAE-A TRADING CO., LTD", "colors": [ { "id": "735496092", "shortDescription": "blue", "name": "blue", "effectivePrice": "23.0", "regularPrice": "39.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|14/16|xxl", "regular|tops|size|8|m", "regular|tops|size|6/7|s", "regular|tops|size|4/5|xs", "regular|tops|size|10|l" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0053/462/512/cn53462512.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0053/462/521/cn53462521.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0053/462/340/cn53462340.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0053/462/340/cn53462340.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0053/462/521/cn53462521.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Arch Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "735496002", "shortDescription": "black", "name": "black", "effectivePrice": "23.0", "regularPrice": "39.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|8|m", "regular|tops|size|6/7|s", "regular|tops|size|4/5|xs", "regular|tops|size|10|l" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0053/462/401/cn53462401.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0053/462/408/cn53462408.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0053/462/318/cn53462318.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0053/462/318/cn53462318.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0053/462/408/cn53462408.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Arch Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "655257022", "shortDescription": "true black", "name": "true black", "effectivePrice": "35.0", "regularPrice": "44.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|8|m", "regular|tops|size|10|l", "regular|tops|size|12|xl", "regular|tops|size|14/16|xxl", "regular|tops|size|6/7|s", "regular|tops|size|4/5|xs" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0057/010/191/cn57010191.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0057/010/200/cn57010200.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/976/934/cn56976934.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/976/934/cn56976934.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0057/010/200/cn57010200.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "735496032", "shortDescription": "light heather gray", "name": "light heather gray", "effectivePrice": "23.0", "regularPrice": "39.95", "priceType": "P", "percentageOff": "42", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|6/7|s", "regular|tops|size|10|l", "regular|tops|size|4/5|xs", "regular|tops|size|8|m" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0053/549/547/cn53549547.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0053/549/560/cn53549560.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0053/549/090/cn53549090.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0053/549/090/cn53549090.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0053/549/560/cn53549560.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Arch Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "655257002", "shortDescription": "grey heather", "name": "grey heather", "effectivePrice": "35.0", "regularPrice": "44.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|8|m", "regular|tops|size|10|l", "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s", "regular|tops|size|12|xl", "regular|tops|size|14/16|xxl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/983/231/cn56983231.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/983/251/cn56983251.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/982/956/cn56982956.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/982/956/cn56982956.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/983/251/cn56983251.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "655257012", "shortDescription": "tapestry navy", "name": "tapestry navy", "effectivePrice": "35.0", "regularPrice": "44.95", "priceType": "P", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|6/7|s", "regular|tops|size|10|l", "regular|tops|size|14/16|xxl", "regular|tops|size|4/5|xs", "regular|tops|size|12|xl", "regular|tops|size|8|m" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/977/047/cn56977047.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/977/064/cn56977064.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/976/918/cn56976918.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/976/918/cn56976918.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/977/064/cn56977064.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "604779052", "shortDescription": "evergreen", "name": "evergreen", "effectivePrice": "44.95", "regularPrice": "44.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|6/7|s", "regular|tops|size|12|xl", "regular|tops|size|4/5|xs", "regular|tops|size|8|m", "regular|tops|size|10|l" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "YAKJIN TRADING CORP", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/961/367/cn56961367.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/961/393/cn56961393.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/943/947/cn56943947.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/943/947/cn56943947.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/961/393/cn56961393.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "604779082", "shortDescription": "sled red", "name": "sled red", "effectivePrice": "44.95", "regularPrice": "44.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|8|m", "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s", "regular|tops|size|10|l" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/947/658/cn56947658.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/947/665/cn56947665.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/947/575/cn56947575.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/947/575/cn56947575.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/947/665/cn56947665.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "604779042", "shortDescription": "black", "name": "black", "effectivePrice": "34.99", "regularPrice": "44.95", "priceType": "M", "percentageOff": "22", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs", "regular|tops|size|6/7|s" ], "ccMarketingFlagsDetails": [ { "name": "Extra 50% off at checkout", "position": "6", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/880/789/cn56880789.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/880/797/cn56880797.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/880/543/cn56880543.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/880/543/cn56880543.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/880/797/cn56880797.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Extra 50% off at checkout", "position": "6" } ] }, { "id": "604779002", "shortDescription": "true black", "name": "true black", "effectivePrice": "44.95", "regularPrice": "44.95", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs", "regular|tops|size|10|l", "regular|tops|size|12|xl", "regular|tops|size|8|m", "regular|tops|size|6/7|s" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "YAKJIN TRADING CORP", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/943/699/cn56943699.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/943/705/cn56943705.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/943/590/cn56943590.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/943/590/cn56943590.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/943/705/cn56943705.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] }, { "id": "428396002", "shortDescription": "blue", "name": "blue", "effectivePrice": "29.99", "regularPrice": "39.95", "priceType": "M", "percentageOff": "25", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|tops|size|4/5|xs" ], "ccMarketingFlagsDetails": [ { "name": "Extra 50% off at checkout", "position": "6", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "SAE-A TRADING CO., LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0029/114/112/cn29114112.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0029/114/115/cn29114115.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0029/113/906/cn29113906.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0029/113/906/cn29113906.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0029/114/115/cn29114115.jpg" } ], "mergeType": "STYLE", "originalStyleTitle": "Kids Vintage Soft Gap Logo Pullover Hoodie", "ccLevelMarketingFlags": [ { "content": "Extra 50% off at checkout", "position": "6" } ] } ] }, { "id": "600936", "name": "Cropped Duvet Wrap Puffer Jacket", "priceRange": [ "168.0", "168.0" ], "salePriceRange": [ "50.0", "168.0" ], "reviewScore": 4.24, "reviewCount": 84, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/671/932/cn56671932.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "TP INC.", "colors": [ { "id": "600936022", "shortDescription": "sled red", "name": "sled red", "effectivePrice": "50.0", "regularPrice": "168.0", "priceType": "P", "percentageOff": "70", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "petite|outerwear|size|l", "regular|outerwear|size|m", "regular|outerwear|size|xs", "petite|outerwear|size|xs", "regular|outerwear|size|l", "petite|outerwear|size|s", "regular|outerwear|size|s", "petite|outerwear|size|m", "regular|outerwear|size|xxs", "regular|outerwear|size|xl" ], "ccMarketingFlagsDetails": [ { "name": "Really big deal", "position": "5", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/671/932/cn56671932.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/671/936/cn56671936.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/667/937/cn56667937.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/667/937/cn56667937.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/671/936/cn56671936.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Cropped Duvet Wrap Puffer Jacket", "ccLevelMarketingFlags": [ { "content": "Really big deal", "position": "5" } ] }, { "id": "600936002", "shortDescription": "black", "name": "black", "effectivePrice": "100.0", "regularPrice": "168.0", "priceType": "P", "percentageOff": "40", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|outerwear|size|s", "petite|outerwear|size|s", "regular|outerwear|size|s", "regular|outerwear|size|m", "tall|outerwear|size|m", "regular|outerwear|size|xxs", "regular|outerwear|size|xs", "regular|outerwear|size|xl", "tall|outerwear|size|l", "regular|outerwear|size|l", "tall|outerwear|size|xl", "petite|outerwear|size|l", "petite|outerwear|size|xs", "petite|outerwear|size|m" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" }, { "name": "40% off: price as marked", "position": "10", "type": "", "subType": "BADGE" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/717/109/cn56717109.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/717/116/cn56717116.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/717/033/cn56717033.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/717/033/cn56717033.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/717/116/cn56717116.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Cropped Duvet Wrap Puffer Jacket", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" }, { "content": "40% off: price as marked", "position": "10" } ] }, { "id": "600936012", "shortDescription": "plymouth rock brown", "name": "plymouth rock brown", "effectivePrice": "168.0", "regularPrice": "168.0", "priceType": "R", "percentageOff": "", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|outerwear|size|xl", "regular|outerwear|size|s", "tall|outerwear|size|l", "petite|outerwear|size|l", "regular|outerwear|size|xs", "tall|outerwear|size|s", "petite|outerwear|size|m", "petite|outerwear|size|s", "regular|outerwear|size|l", "petite|outerwear|size|xs", "regular|outerwear|size|m", "regular|outerwear|size|xxs", "tall|outerwear|size|m", "regular|outerwear|size|xl" ], "ccMarketingFlagsDetails": [ { "name": "Excluded from promotion", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/840/861/cn56840861.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/840/868/cn56840868.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/840/673/cn56840673.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/840/673/cn56840673.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/840/868/cn56840868.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Cropped Duvet Wrap Puffer Jacket", "ccLevelMarketingFlags": [ { "content": "Excluded from promotion", "position": "9" } ] } ] }, { "id": "498993", "name": "Oversized Nylon Parka", "priceRange": [ "148.0", "148.0" ], "salePriceRange": [ "44.0", "88.0" ], "reviewScore": 4.23, "reviewCount": 90, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/003/727/cn56003727.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "HANSAE CO LTD", "colors": [ { "id": "498993022", "shortDescription": "khaki tan", "name": "khaki tan", "effectivePrice": "44.0", "regularPrice": "148.0", "priceType": "P", "percentageOff": "70", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "tall|outerwear|size|s", "petite|outerwear|size|s", "regular|outerwear|size|l", "petite|outerwear|size|m", "tall|outerwear|size|l", "tall|outerwear|size|m", "regular|outerwear|size|m", "tall|outerwear|size|xl", "regular|outerwear|size|xs", "petite|outerwear|size|l", "regular|outerwear|size|s", "petite|outerwear|size|xs", "regular|outerwear|size|xl" ], "ccMarketingFlagsDetails": [ { "name": "Really big deal", "position": "5", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "HANSAE CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/003/727/cn56003727.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0056/003/732/cn56003732.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0056/003/722/cn56003722.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0056/003/722/cn56003722.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0056/003/732/cn56003732.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Oversized Nylon Parka", "ccLevelMarketingFlags": [ { "content": "Really big deal", "position": "5" } ] }, { "id": "498993002", "shortDescription": "black", "name": "black", "effectivePrice": "88.0", "regularPrice": "148.0", "priceType": "P", "percentageOff": "41", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|xs", "regular|outerwear|size|xl", "regular|outerwear|size|m", "tall|outerwear|size|s", "tall|outerwear|size|xl", "petite|outerwear|size|xs", "tall|outerwear|size|m", "petite|outerwear|size|l", "regular|outerwear|size|s", "tall|outerwear|size|l", "regular|outerwear|size|l", "petite|outerwear|size|m", "petite|outerwear|size|s", "regular|outerwear|size|xxs" ], "ccMarketingFlagsDetails": [ { "name": "40% off: price as marked", "position": "9", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "HANSAE CO LTD", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0055/989/770/cn55989770.jpg" }, { "type": "zoomImage", "url": "https://www.gap.com/webcontent/0055/989/774/cn55989774.jpg" }, { "type": "swatchImage", "url": "https://www.gap.com/webcontent/0055/989/747/cn55989747.jpg" }, { "type": "swatchImageAttribute", "url": "https://www.gap.com/webcontent/0055/989/747/cn55989747.jpg" }, { "type": "pristineImage", "url": "https://www.gap.com/webcontent/0055/989/774/cn55989774.jpg" } ], "mergeType": "NONE", "originalStyleTitle": "Oversized Nylon Parka", "ccLevelMarketingFlags": [ { "content": "40% off: price as marked", "position": "9" } ] } ] }, { "id": "525831", "name": "Baby & Toddler Recycled Nylon Cozy Puffer Jacket", "priceRange": [ "88.0", "88.0" ], "salePriceRange": [ "17.0", "52.0" ], "reviewScore": 4.87, "reviewCount": 172, "brand": "GAP", "market": "US", "defaultThumbImage": "https://www.gap.com/webcontent/0056/410/953/cn56410953.jpg", "excludedFromPromotion": "false", "showSellerName": "false", "freeShipping": "false", "vendorId": "TP INC.", "colors": [ { "id": "525831002", "shortDescription": "light gold", "name": "light gold", "effectivePrice": "17.0", "regularPrice": "88.0", "priceType": "P", "percentageOff": "81", "inventoryCount": "0", "backOrderInventoryCount": "0", "defaultSizeVariantId": "REGULAR", "skuSizes": [ "regular|outerwear|size|18-24 m", "regular|outerwear|size|6-12 m", "regular|outerwear|size|4t", "regular|outerwear|size|2t", "regular|outerwear|size|3t" ], "ccMarketingFlagsDetails": [ { "name": "Really big deal", "position": "5", "type": "", "subType": "MARKETING FLAG" } ], "vendorName": "TP INC.", "madeToOrder": "false", "images": [ { "type": "thumbImage", "url": "https://www.gap.com/webcontent/0056/410/953/cn56410953.jpg" }, {
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Gap Product Search now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- pintostudio
- Pricing
- Paid
- Total Runs
- 313
- Active Users
- 3
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support