Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var axios = require('axios')
- const country = 'us'
- const language = 'en'
- const anchor = 0
- const consumerChannelId = 'd9a5bc42-4b9c-4976-858a-f159cf99c647'
- const count = 24
- const remoteURL = `/product_feed/rollup_threads/v2?filter=marketplace(${country})&filter=language(${language})&anchor=${anchor}&consumerChannelId=${consumerChannelId}&count=${count}`
- const endpoint = encodeURIComponent(remoteURL)
- const url = new URL('https://api.nike.com/cic/browse/v1')
- url.searchParams.append('queryid', 'products')
- url.searchParams.append('country', country)
- url.searchParams.append('language', language)
- const correctURL = url.href + '&endpoint=' + endpoint
- // full url should be https://api.nike.com/cic/browse/v1?queryid=products&country=us&language=en&endpoint=%2Fproduct_feed%2Frollup_threads%2Fv2%3Ffilter%3Dmarketplace(us)%26filter%3Dlanguage(en)%26anchor%3D0%26consumerChannelId%3Dd9a5bc42-4b9c-4976-858a-f159cf99c647%26count%3D24
- // GOT this url from dev tools on this page https://www.nike.com/w/mens-lifestyle-shoes-13jrmznik1zy7ok
- const config = {
- method: 'get',
- url: correctURL
- };
- axios(config)
- .then(function (response) {
- console.log(JSON.stringify(response.data));
- })
- .catch(function (error) {
- console.log(error);
- });
- /* what you shuld got:
- {
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/cacf1d36-8769-41b2-8616-a351efae9ce5/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/914e0ad6-23bf-4b02-9e81-9e22ede37d02/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cardType": "default",
- "cloudProductId": "cf9be361-6d7a-5afe-86e7-716479d4a121",
- "colorDescription": "White/Black",
- "colorways": [
- {
- "colorDescription": "White/Black",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/fb7eda3c-5ac8-4d05-a18f-1c2c5e82e36e/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/389b709e-5102-4e55-aa5d-07099b500831/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-100",
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/cacf1d36-8769-41b2-8616-a351efae9ce5/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/914e0ad6-23bf-4b02-9e81-9e22ede37d02/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cloudProductId": "cf9be361-6d7a-5afe-86e7-716479d4a121",
- "inStock": true,
- "isExcluded": false,
- "isMemberExclusive": false,
- "isNew": false,
- "label": "IN_STOCK",
- "pid": "12544923",
- "prebuildId": null,
- "productInstanceId": null
- },
- {
- "colorDescription": "White/Sail/White/Dark Teal Green",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/6dd0a8cf-2ff5-48ea-ac2b-9accdbc616c7/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/97fde1ea-7162-4082-b846-0ae54d94730c/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-112",
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/fa38e263-88cb-4909-8d07-6df6df80eb7c/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/cb2d417f-55f8-4f1e-b274-ea47ecc20ee4/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cloudProductId": "ac01bb24-4fdc-53de-9a4b-f12fc9d2fa65",
- "inStock": true,
- "isExcluded": false,
- "isMemberExclusive": false,
- "isNew": false,
- "label": "IN_STOCK",
- "pid": "13330790",
- "prebuildId": null,
- "productInstanceId": null
- },
- {
- "colorDescription": "Black/Sail/Sail",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/5ae3d658-7948-4212-8a97-b4ac30005e90/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/4fd2bc0a-f4bc-49cf-b0a3-63ea10cfb895/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-002",
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/c25bd2bb-ff82-41e1-bd43-2edecdc1267c/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/f5bc0e5a-3739-49e6-91ef-5a7cb855452f/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cloudProductId": "288eeb2e-0772-5460-8f30-24abbd5db857",
- "inStock": true,
- "isExcluded": false,
- "isMemberExclusive": false,
- "isNew": false,
- "label": "IN_STOCK",
- "pid": "13019637",
- "prebuildId": null,
- "productInstanceId": null
- },
- {
- "colorDescription": "White/Sail/Black/Pine Green",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/2b47d63e-e088-4b4c-b5fd-40c9d0fb15ba/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/95129b46-0f5b-463f-9ffb-9f50e0d208e1/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-115",
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/9b9c64e4-30a6-4857-b898-f8103501992b/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/657f12ed-79d8-4bb8-a155-1580dc443554/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cloudProductId": "dfdd9f44-c185-5451-bc59-15c52edd8965",
- "inStock": true,
- "isExcluded": false,
- "isMemberExclusive": false,
- "isNew": false,
- "label": "IN_STOCK",
- "pid": "13080339",
- "prebuildId": null,
- "productInstanceId": null
- },
- {
- "colorDescription": "White/White/Sail/Team Red",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/38dc60ac-dd3b-4d11-8827-ed11b6b05e6b/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/a3167701-b25d-4801-afba-d4440c14d23d/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-111",
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/12c76d57-28e8-4707-856a-93462522cf4a/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/47cf4e77-3d5a-432b-85c4-1cfcda010e11/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cloudProductId": "8a87d424-6b8f-5473-8722-a9942438fa79",
- "inStock": true,
- "isExcluded": false,
- "isMemberExclusive": false,
- "isNew": false,
- "label": "IN_STOCK",
- "pid": "13154398",
- "prebuildId": null,
- "productInstanceId": null
- },
- {
- "colorDescription": "White/Sail/Mantra Orange",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/a11caa5a-95ee-46ce-9a28-c1b9b983e1d5/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/81167500-511d-4a65-8151-35b01d43c80a/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-110",
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "altImages": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/f5c81fd7-e1a7-43a8-b506-6f2cd8727223/blazer-mid-77-vintage-mens-shoe-nw30B2.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/8794656a-9fde-46b1-a9ec-418440e5244f/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "cloudProductId": "1a034ea5-74c3-5c50-8594-bad0e32a1af1",
- "inStock": true,
- "isExcluded": false,
- "isMemberExclusive": false,
- "isNew": false,
- "label": "IN_STOCK",
- "pid": "13019539",
- "prebuildId": null,
- "productInstanceId": null
- }
- ],
- "customizable": false,
- "hasMinimumAdvertisedPrice": false,
- "id": "830c497d-fc27-3f72-9a91-82cd3054246c",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/fb7eda3c-5ac8-4d05-a18f-1c2c5e82e36e/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/389b709e-5102-4e55-aa5d-07099b500831/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "inStock": true,
- "isExcluded": false,
- "isGiftCard": false,
- "isJersey": false,
- "isMemberExclusive": false,
- "isNBA": false,
- "isNFL": false,
- "isSustainable": false,
- "label": "IN_STOCK",
- "nbyColorway": {
- "colorDescription": "NBY",
- "images": {
- "portraitURL": "https://static.nike.com/a/images/c_limit,w_400,f_auto/t_product_v1/fb7eda3c-5ac8-4d05-a18f-1c2c5e82e36e/image.jpg",
- "squarishURL": "https://static.nike.com/a/images/t_default/389b709e-5102-4e55-aa5d-07099b500831/blazer-mid-77-vintage-mens-shoe-nw30B2.png"
- },
- "pdpUrl": "{countryLang}/u/custom-nike-blazer-mid-77-vintage-by-you-10001053/2744673806",
- "price": {
- "currency": null,
- "currentPrice": 120,
- "discounted": null,
- "employeePrice": 72,
- "fullPrice": 120
- }
- },
- "pid": "12544923",
- "prebuildId": null,
- "price": {
- "currency": "USD",
- "currentPrice": 100,
- "discounted": false,
- "employeePrice": null,
- "fullPrice": 100
- },
- "priceRangeCurrent": "$100",
- "priceRangeEmployee": null,
- "priceRangeFull": "$100",
- "productInstanceId": null,
- "productType": "FOOTWEAR",
- "properties": null,
- "salesChannel": [
- "NikeApp",
- "Nike.com",
- "Nike Store Experiences"
- ],
- "subtitle": "Men's Shoe",
- "title": "Nike Blazer Mid '77 Vintage",
- "url": "{countryLang}/t/blazer-mid-77-vintage-mens-shoe-nw30B2/BQ6806-100"
- },
- */
Add Comment
Please, Sign In to add comment